.site-blank {
  background: url('../../../images/login/background.png');
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 700px;
  font-family: 'Titillium Web', sans-serif;
  padding-bottom: 60px;
}
.site-blank .header {
  height: 60px;
  padding: 20px 15px 10px;
  margin-bottom: 60px;
}
@media screen and (max-width: 414px) {
  .site-blank .header {
    display: none;
  }
}
.site-blank .header .site-logo {
  height: 100%;
  display: none;
}
.site-blank .header .site-logo a {
  display: inline-block;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  padding: 5px;
  background-color: #e9e9e9;
}
.site-blank .header .site-logo a img {
  height: auto;
  max-height: 40px;
  max-width: 100%;
}
.site-blank .footer {
  display: none;
  background: transparent;
  border: none;
}
@media screen and (max-width: 414px) {
  .site-blank .footer {
    background-color: #67757c;
    height: 85px;
  }
}
.site-logo {
  margin-bottom: 7%;
}
.site-logo > a > img {
  width: 100%;
}
.text-center {
  margin-top: 40px;
}
.form-box {
  background-color: #e9e9e9de;
  padding: 30px 20px;
}
.form-box .logo {
  padding: 0 15px;
  margin-bottom: 40px;
  text-align: center;
}
.form-box .title {
  padding: 15px;
  text-align: center;
  background-color: #cad52f;
  margin-bottom: 40px;
}
.form-box .title h2 {
  padding: 0;
  color: #30383b;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
  margin: 0;
}
.form-box h4,
.form-box p {
  font-weight: 400;
  color: #30383b;
}
.form-box .form-group label {
  color: white;
}
.form-box .form-control {
  background-color: #d4d1d1;
  border: none;
  border-radius: 0;
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  padding-left: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.form-box .form-control:active,
.form-box .form-control:visited,
.form-box .form-control:-webkit-autofill {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
.form-box .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #30383b;
  opacity: 1;
  /* Firefox */
}
.form-box .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #30383b;
}
.form-box .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #30383b;
}
.form-box .form-control-sm {
  height: calc(1.8125rem + 22px);
  padding: 0.25rem 0.5rem;
  font-size: 1.79rem;
  padding-left: 14px;
  font-weight: 600;
  line-height: 1.5;
  width: 100%;
  background-color: #d4d1d1;
  border: none;
  color: #30383b;
}
.form-box .form-width {
  width: 39.33333%;
}
.form-box span.select2-selection.select2-selection--single {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4) !important;
  border: none;
}
.form-box span.select2-selection.select2-selection--single .select2-selection__rendered {
  line-height: 26px;
}
.form-box span.select2-selection.select2-selection--single .select2-selection__placeholder,
.form-box span.select2-selection.select2-selection--single .select2-selection__arrow {
  border: none;
  color: #30383b;
}
.form-box span.select2-selection.select2-selection--single .select2-selection__clear {
  top: 0.2em;
  line-height: 1.2em;
  right: 2em;
  font-size: 18px;
}
.btn-success,
.btn-success.disabled {
  background: black;
}
.btn-success:hover,
.btn-success.disabled:hover {
  background: grey;
  border: 1px solid grey;
}
.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus {
  background: #CCD444;
}
.btn.btn-rounded {
  text-transform: uppercase;
  border-radius: 50px;
  padding: 2px 20px;
  font-size: 17px;
  color: white;
}
.upper {
  text-transform: uppercase;
}
.site-error {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 60px 20px;
  text-align: center;
}
.site-error h1,
.site-error p {
  color: #30383b;
}
.site-error .alert {
  font-size: 18px;
}
.text-muted {
  color: #4b585d !important;
}
.title-question {
  margin-bottom: 10px;
  padding: 15px;
  height: 100px;
  text-align: center;
  background-color: #cad52f;
}
.title-question h3 {
  font-weight: bold;
  width: 100%;
  margin: 0;
  color: #3e494b;
  text-transform: uppercase;
  font-size: 13px;
}
@media screen and (max-width: 375px) {
  .title-question h3 {
    font-size: 11px;
  }
}
.form-width-question {
  width: 24.33333%;
}
@media screen and (max-width: 414px) {
  .form-width-question {
    width: 96.33333%;
    margin-top: 5%;
  }
}
@media screen and (max-width: 375px) {
  .form-width-question {
    margin-top: 30%;
  }
}
.consulta {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.consulta h3 {
  margin-top: 10px;
  font-weight: bold;
  color: #3e494b;
}
.consulta img {
  width: 13%;
}
#question-form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#question-form .form-question {
  width: 66%;
}
#question-form .row-reset {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0px;
}
.group-question > .form-group > input {
  font-size: 16px;
}
.textarea-question {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.textarea-question .form-group,
.textarea-question field-contactform-body,
.textarea-question required {
  width: 100%;
}
.textarea-question > .form-group > textarea {
  font-size: 16px;
  height: 9vh;
}
.footer {
  display: none;
  background-color: #67757c;
}
.btn-reset.btn-rounded-reset {
  text-transform: uppercase;
  border-radius: 50px;
  padding: 2px 20px;
  font-size: 14px;
  color: #3e494b;
}
.btn-success-reset,
.btn-success-reset.disabled {
  background: white;
  border: 1px solid white;
}
.container {
  width: 100%;
}
.row-login-question-reset {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.row-login-question-reset .form-reset {
  width: 27.333333%;
}
@media screen and (max-width: 414px) {
  .row-login-question-reset .form-reset {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  .row-login-question-reset .form-reset {
    margin-top: 18%;
  }
}
.row-login-question-reset .form-login {
  width: 24.333333%;
}
@media screen and (max-width: 414px) {
  .row-login-question-reset .form-login {
    width: 87.333333%;
    margin-top: 22%;
  }
}
@media screen and (max-width: 375px) {
  .row-login-question-reset .form-login {
    margin-top: 46%;
  }
}
.correo {
  height: calc(1.8125rem + 22px);
  padding: 0.25rem 0.5rem;
  font-size: 1.79rem;
  padding-left: 14px;
  font-weight: 600;
  line-height: 1.5;
  width: 100%;
  background-color: #d4d1d1;
  border: none;
  color: #30383b;
}
.title-reset {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  text-align: center;
  background-color: #cad52f;
  width: 83%;
  margin: 28px 0px 20px 34px;
}
.title-reset-pass {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  text-align: center;
  background-color: #cad52f;
  width: 83%;
  margin: 28px 0px 20px 34px;
}
.title-reset-pass h2 {
  margin-top: 0;
  margin-bottom: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #30383b;
}
@media screen and (max-width: 375px) {
  .title-reset-pass h2 {
    font-size: 14px;
  }
}
.recuperar p {
  text-align: center;
}
#request-password-reset {
  height: calc(1.8125rem + 22px);
  padding: 0.25rem 0.5rem;
  font-size: 1.79rem;
  padding-left: 14px;
  font-weight: 600;
  line-height: 1.5;
  width: 100%;
  background-color: #d4d1d1;
  border: none;
  color: #b9c129;
}
.text-center h4 {
  font-weight: 700;
  font-size: 18px;
}
.text-center p {
  margin-bottom: 34px;
}
.btn-consult {
  background-color: #cad52f;
  margin-left: 28.5%;
  margin-top: 50px;
}
@media screen and (max-width: 414px) {
  .btn-consult {
    margin-left: 21.5%;
    margin-top: 12px;
  }
}
@media screen and (max-width: 375px) {
  .btn-consult {
    margin-left: 18.5%;
  }
}
.dark-btn {
  background-color: #30383b;
  border: 0.03em solid transparent;
  color: #fff !important;
  border-radius: 0.2em;
  font-size: 1em;
  font-weight: 700;
  padding: 0.7em 2.1em;
  font-family: 'Titillium Web';
  text-transform: uppercase;
  transition: all ease 0.3s;
  display: inline-block;
  cursor: pointer;
  z-index: 6;
  margin: 0 5px;
}
.dark-btn.btn-green {
  background-color: #CCD444;
}
.dark-btn.btn-green:hover {
  background-color: #30383b;
}
/*# sourceMappingURL=blank.css.map */