.loader{
     display:none;
     justify-content:center;
  }
.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border-left-color: #00A7E1;

  animation: spin 1s ease infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.error-mail{
    display:none;
}
.container-form {
    width: 70%;
    margin: auto;
    background-color: #F9F9F9 !important;
  }
.form-layout{
     display:flex;
     flex-direction: column;
     width: 100%;
     height: auto;
     margin: auto;
   }
   .form-item-left, .form-item-right, .inputs-form-maternidad{
    display: flex;
     justify-content:center;
     align-items:center;
    flex-direction: column;
    width: 100%;

   }
  
  
  .inputs-form-maternidad .popover{
     position: inherit !important;
    margin-bottom: 20px !important;
    color: red !important;
  }
   
   .form-item-left{
    align-items: flex-start;
     padding: 0px 5px;
   }
   
   .form-item-right{
    align-items: flex-end;
     padding: 0px 5px;
   }
   .form-item-left input, .form-item-right input, .inputs-form-maternidad input{
      margin-bottom: 34px;
     box-sizing: border-box;
 
    padding: 8px;
    width: 60%;
    height: 38px;
    background-color: #F9F9F9 !important;
    border: 1px solid #D9D8D6; 
    font-family: 'Roboto', sans-serif;
    font-style: normal;
     
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #A9A8A9;
   }
   
  .form-item-left input::placeholder, .form-item-right input::placeholder, .inputs-form-maternidad input::placeholder{
      color: #A9A8A9;
   }
  
   .form-submit{
      display:flex;
      justify-content:center;
   }
  
   .form-submit button, .btn-enviar{
      font-family: "Roboto", sans-serif;
      display: flex;
      align-items: center;
      cursor: pointer;
      justify-content:center;
      box-sizing: border-box;
      width: 241.39px;
      height: 42px;
      border: 2px solid #00A7E1;
      font-style: normal;
      font-weight: 700;
      font-size: 12px;
      line-height: 14px;
      background-color: #F9F9F9 !important;
      text-align: center;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #00A7E1;
   }
  
  .form-submit .btn-whatsapp{
       text-decoration:none;
       margin-left: 20px;
      font-family: "Roboto", sans-serif;
      display: flex;
      align-items: center;
      cursor: pointer;
      justify-content:center;
      box-sizing: border-box;
      width: 241.39px;
      height: 42px;
      border: 2px solid #25D366;
      font-style: normal;
      font-weight: 700;
      font-size: 12px;
      line-height: 14px;
      background-color: #F9F9F9 !important;
      text-align: center;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #25D366;
  }
  
  .form-submit .btn-whatsapp img{
      height:22px;
      width:auto;
      margin-right:5px;
  }
  
  .boton-whatsapp img {
    height: 30px;
    margin-left: 20px;
 
  }
  
  .form-submit p {
    font-size: 16px;
    margin-left: 20px;
    font-family: 'Roboto', sans-serif;
    color: #A9A8A9;  
  }
  
  @media (max-width: 600px) {
    .form-layout{
        flex-direction: column;
    }
    .form-item-left{
    align-items: center;
      padding: 0px;
   }
   
   .form-item-right{
    align-items: center;
     padding: 0px;
   }
    .form-item-left input, .form-item-right input, .inputs-form-maternidad input{
      width:100%;
    }
    .form-submit{
      flex-direction:column;
      justify-content:center;
      align-items:center;
     }
    .form-submit button{
      width:100%;
      margin-bottom:10px;
      -webkit-appearance: none;
      border-radius: 0;
     }
    .form-submit p {
      margin-left: 0px;
     }
    .form-submit .btn-whatsapp{
     margin-left: 0px;
      width:100%;
  }
  }

@media (max-width: 450px) {
    .custom-select{
        width: 100% !important;
    }
    .paquetes{
        width: 100% !important;
   }
   
  
}

.container-address {
    width: 60%;
    margin: 40px auto;
    background-color: #F9F9F9 !important;
    display:flex;
    flex-direction:column;
     justify-content:center;
     align-items:center;
  }
  .container-address p{
    font-family: "Roboto", sans-serif;
    padding:0px;
    margin:0px;
  }
  .container-address .tel p{
    font-size: 21px;
    color: #696a6c;
    font-weight: 700;
    margin-bottom:20px;
    text-align:center;
  }
  .container-address .name-hospital p{
    font-size: 20px;
    color: #00A7E1;
    font-weight: 700;
    margin-bottom:5px;
    text-align:center;
  }
  .container-address .address p{
    font-size: 20px;
    color: #696a6c;
    font-weight: 500;
    text-align:center;
  }
.go-maps{
    margin-top:30px;
  }