/****************************************
GENERAL DEFAULT
****************************************/
.superBold {
  font-family: 'Montserrat Bold', sans-serif;
  font-weight: 900;
}

.superBold::before {
  content: '';
  display: block;
}

.checkboxes {
  margin: 35px 10px 50px 10px;
  padding: 0px;
  text-align: left;
}

.textoCheckboxes {
  text-align: center;
  color:  #303ab2;
  //text-shadow: 2px 2px 2px #3333333d;
}

.textoCheckboxes h1 {
  font-size: 24px;
}

.grupo {
  color: #cc3300 !important;
  text-align: left !important;
  margin-top: 40px;
  margin-bottom: 30px;
}

.producto {
  margin: 10px 0px;
  font-size: 14px;
}

.servicio {
  margin: 20px 0px;
  font-family: 'Montserrat Medium', sans-serif;
  font-size: 14px;
}

.desplegable::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

.desplegable {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.desplegable:not(.collapsed)::after {
  transform: rotate(-180deg);
}

.datosPersonales {
  background-color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 24px 16px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 24px 16px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 24px 16px rgba(0,0,0,0.15);
  margin: -15px 10px;
}

.datosPersonales h5 {
  font-size: 13px;
}

.datosText {
  font-size: 12px;
  margin: 0 20px;
}

.datosText h5 {
  margin: 0 20px;
}

.campos {
  margin-top: 20px;
}

.infoImportante {
  font-size: 13px;
  text-align: justify;
}

.rojo {
  margin: 30px 0px 10px;
  color: #c30;
}

#aceptar {
  color: #fff;
  /*background-color: #1edbcf;*/
  background-color: #303AB2;
  border: none;
  height: 40px;
  margin-top: 30px;
  font-weight: bolder;
}

.infoImportante label.form-check-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
}

.form-check-label a {
  text-decoration: underline;
}

.toast {
  width: 100% !important;
}

 /* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn-close {
    padding: 0em;
  }

  [type='checkbox'].form-check-input {
    border-radius: 0.1px;
  }
}



/****************************************
SM
****************************************/
@media (min-width:575.98px) {

  .producto {
    font-size: 16px;
  }

  .servicio {
    font-size: 16px;
  }

  .datosPersonales {
    margin: 65px 30px 70px 30px;
    padding: 30px;
  }

  .checkboxes {
    padding: 20px 0px;
    margin-top: 0px;
  }

  .textoCheckboxes h1 {
      font-size: 24px;
  }

}

/****************************************
MD
****************************************/
@media (min-width:767.98px) {

  .telefonos {
    font-size: 18px;
  }

  .checkboxes {
    margin: 10px 0px;
  }

  .textoCheckboxes h1 {
      font-size: 40px;
  }

  .datosPersonales {
    margin: 190px 80px 70px 80px;
    padding: 70px;
  }

  #smallHeaderContainer {
    display: none;
  }


  .textoCheckboxes h1 {
      font-size: 30px;
  }
}

/****************************************
LG
****************************************/
@media (min-width:991.98px) {

  .telefonos {
    font-size: 20px;
  }

  .datosPersonales {
    margin: 45px 20px 70px 20px;
    padding: 50px;
  }

  .datosText {
    font-size: 16px;
    margin: 0 20px;
  }

  .datosText h5 {
    font-size: 18px;
    margin: 0 20px;
  }

  .campos {
    margin-top: 20px;
  }

  .textoCheckboxes {
    text-align: left;
  }

  .textoCheckboxes h1 {
      font-size: 25px;
  }

  .superBold::before {
    display: none;
  }

  .checkboxes {
    margin: 40px 0px 0px 10px;
  }

}
/****************************************
XL
****************************************/
@media (min-width:1199.98px) {

  .datosPersonales {
    margin: 45px 40px 70px 40px;
    padding: 50px;
  }

  .textoCheckboxes h1 {
      font-size: 30px;
  }

  .checkboxes {
    margin: 60px 0px 0px 10px;
  }
}

/****************************************
XXL
****************************************/
@media (min-width:1399.98px) {

  .textoCheckboxes h1 {
      font-size: 40px;
  }

}