body{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}

h1, .pDisplay,
.domanda label{
  font-family: 'Teko', sans-serif;
}

.header{
  display: flex;
  padding: 1rem;
  box-shadow: #cccccc 0 0 7px;
}

.domanda select{
  display: block;
  padding: 0.5rem;
  width: 100%;
  cursor: pointer;
}

.myForm{
  padding: 2rem 4rem;
}

.domanda{
  margin-bottom: 2rem;
}

.domanda label{
  display: block;
}

.colorBlue{
  color: #1DB2E8;
}

.btn{
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
}

.btn-primary{
  border-color: #1DB2E8;
  background-color: #1DB2E8;
  color: #FFFFFF;
}

.btn-primary:hover{
  border-color: #FFE74C;
  color: #000000;
  background-color: #FFE74C;
}

.btn-secondary{
  border-color: #1DB2E8;
  color: #1DB2E8;
  background-color: #FFFFFF;
}

.btn-secondary:hover{
  border-color: #1DB2E8;
  background-color: #1DB2E8;
  color: #FFFFFF;
}

#risultato #prodotti p{
  text-align: center;
  margin-bottom: 0.4rem;
  font-weight: 700;
  font-size: 1.3rem;
}

#risultato .pDisplay{
  margin-bottom: 0;
  margin-right: 1rem;
}

#risultato.active{
  border: 2px solid red;
}

.modal-content{
  border-radius: 0;
}

.modal-body{
  padding: 2rem;
}

.modal-dialog .close{
  position: absolute;
  top: 1rem;
  right: 1rem;
  opacity: 1;
  font-size: 2rem;
  line-height: 1rem;
  cursor: pointer;
  z-index: 99;
}

@media(max-width: 767px){
  .modal-body{
    padding: 2rem;
  }

  .modal-body .btn{
    white-space: normal;
  }
}

/*

  #risultato{
    display: none;
  }

  #risultato.active{
    display: block;
  }

*/
