html,
body {
  font-family: Josefin Sans;
}

.sin_p {
  padding: 0;
}

.sin_m {
  margin: 0;
}

#tcelular {
  padding-left: 80px !important;
}

.celular {
  margin-top: 10px !important;
}

.label {
  white-space: initial;
  color: #8d8d8d;
  font-weight: 300;
  text-align: left;
  width: 100%;
  padding-top: 15px;
}

.label:not(.label-boletin) {
  display: none;
}

.label a {
  font-weight: 300;
  color: #8d8d8d;
}

.control {
  padding-top: 15px;
}

#regis {
  position: absolute;
  bottom: 0px;
  width: 100%;
}

#regis input:not(#baceptapoliticas),
#regis select {
  border: 1px solid rgba(181, 181, 181, 0.24);
  width: 100%;
  height: 30px;
  border-radius: 8px;
  padding: 5px;
  margin-top: 10px;
  color: #8d8d8d;
  background-color: #F2F3F5;
}

#subButton {
  border: none;
  margin: auto;
  margin-top: 20px;
  display: table;
  color: #151515;
  font-weight: 600;
  font-size: 18px;
  padding: 11px 20px;
  background: #FDBE00;
  text-transform: uppercase;
  border-radius: 20px;
  letter-spacing: 2px;
}

#subButton:hover {
  background: #BC8F06;
}

#masInfButton {
  display: none;
}

.label-boletin {
  font-size: 13px;
}

@media (min-width: 420px) {
  #subButton {
    font-size: 20px;
    padding: 10px 40px;
  }
}

#modal_login *::-webkit-input-placeholder {
  color: grey;
  font-weight: 600;
}

#modal_login *:-moz-placeholder {
  color: grey;
  font-weight: 600;
}

#modal_login *::-moz-placeholder {
  color: grey;
  font-weight: 600;
}

#modal_login *:-ms-input-placeholder {
  color: grey;
  font-weight: 600;
}

#modal_login .formulario {
  padding: 0% 10% 10%;
}

#modal_login .formulario iframe {
  width: 100%;
  height: 400px;
}

#modal_login .section2_modal {
  background-color: #fff;
  display: table-cell;
  float: none;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

#modal_login .section2_modal .boton {
  margin: 10% auto;
  display: table;
  background: #FDBE00;
  cursor: pointer;
  border: none;
  color: #151515;
  text-transform: uppercase;
  font-weight: 900;
  border-radius: 50px;
  padding: 10px 25px;
  font-size: 17px;
}

#modal_login .section2_modal .boton:focus {
  outline-color: #245B9A;
}

#modal_login .section2_modal .boton:hover {
  background: #BC8F06;
}

.ocultar {
  display: none;
}

#modal_login .close {
  padding-right: 1%;
  float: right;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}

#modal_login .close2 {
  color: transparent;
}

#modal_login .list_regis {
  list-style: none;
}

#modal_login .modal-content {
  border-radius: 7px;
}

#modal_login .tit_form,
#modal_login .tit_form_mobil {
  font-weight: 600;
  text-align: center;
  padding-top: 5%;
  font-size: 30px;
  line-height: 38px;
}

#modal_login .section1_modal {
  background-color: #00B2FF;
  display: table-cell;
  float: none;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  color: #fff;
}

#modal_login .section1_modal h2 {
  font-weight: 400;
  padding: 15% 5% 5% 10%;
  font-size: 30px;
  line-height: 38px;
}

#modal_login .section1_modal h2 strong,
#modal_login .section1_modal h2 b {
  font-weight: inherit !important;
}

#modal_login .section1_modal ul li {
  padding-bottom: 2%;
}

#modal_login .section1_modal ul li img {
  padding-bottom: 1%;
  width: 5%;
}

#modal_login .section1_modal h3 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  padding: 3% 10% 5% 10%;
}

#modal_login .section1_modal .cont-frm {
  border-bottom-right-radius: 7px;
}

@media(max-width: 991px) {
  #modal_login .modal-dialog {
    max-width: 70%;
  }

  #modal_login .tit_form {
    font-size: 22px;
    line-height: 30px;
  }

  #modal_login .section1_modal h2 {
    font-size: 25px;
    line-height: 33px;
  }
}

@media(max-width:767px) {
  #modal_login .cont-frm {
    margin-left: 0;
  }

  #modal_login .section2_modal {
    display: block;
  }

  #modal_login .modal-dialog {
    max-width: 90%;
  }

  #modal_login .tit_form_mobil,
  #modal_login .cont-close {
    background-color: #00B2FF;
    color: #fff;
  }

  #modal_login .tit_form_mobil {
    padding: 2% 3% 2% 3%;
    font-size: 20px;
    line-height: 28px;
  }

  #modal_login .tit_form_mobil strong,
  #modal_login .tit_form_mobil b {
    font-weight: inherit !important;
  }
}

@media(max-width:576px) {
  #modal_login .tit_form_mobil h2 {
    font-size: 18px;
  }

  #modal_login .modal-dialog {
    margin: 1.75rem auto !important;
  }
}

/*# sourceMappingURL=form.css.map */