.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
.input.carreras {
    width: 100%;
    margin-bottom: 0px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.banner {
  position: relative;
  height: 350px;
}

.img_banner {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.limit {
  display: block;
  width: 100%;
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cont_logos {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  padding-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo_banner {
  width: 250px;
}

.logo_banner.licenciados {
  width: 200px;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3));
}

.info {
  position: relative;
  z-index: 2;
  display: block;
  max-width: 730px;
  margin-top: -34px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.box_blue {
  display: inline-block;
  margin-bottom: 40px;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #1d428a;
  font-family: 'Nhaasgrotesktxstd 75bd', sans-serif;
  color: #fff;
  text-align: center;
}

.parrafo {
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-family: 'Nhaasgrotesktxstd 55rg', sans-serif;
  color: #343434;
  font-size: 16px;
  line-height: 21px;
}

.line_title {
  width: 70px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  background-color: #00babe;
}

.box_title {
  margin-bottom: 40px;
  color: #000;
  font-size: 24px;
  text-align: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
}

.box_checkbox {
  width: 49%;
  margin-bottom: 0px;
  padding: 25px 28px;
  border-style: solid;
  border-width: 1px;
  border-color: #c4c4c4;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Nhaasgrotesktxstd 75bd', sans-serif;
  color: #333;
  font-size: 17px;
  text-align: left;
}

.box_checkbox:hover {
  border-color: #00babe;
}

.content_checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  margin: 0px auto 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content_checkbox.hide {
  display: none;
}

.checkbox_cuadro {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-right: 10px;
  margin-left: 0px;
  border-width: 2px;
  border-color: #00babe;
}

.checkbox_cuadro.w--redirected-checked {
  border-color: #00babe;
  background-color: #00babe;
}

.checkbox_cuadro.w--redirected-focus {
  box-shadow: 0 0 3px 1px rgba(0, 186, 190, 0.2);
}

.input {
  width: 49%;
  margin-bottom: 20px;
  border-radius: 5px;
}

.input.area {
  width: 100%;
  height: 200px;
}

.formulario_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content_datos_form {
  display: block;
  width: 100%;
  margin: 0px auto 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.check_final {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: 'Nhaasgrotesktxstd 65md', sans-serif;
  color: #00babe;
  text-align: left;
}

.btn_envio {
  margin-top: 40px;
  padding-right: 60px;
  padding-left: 60px;
  border-radius: 5px;
  background-color: #00babe;
  font-family: 'Nhaasgrotesktxstd 65md', sans-serif;
  font-size: 17px;
}

.txt_green {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Nhaasgrotesktxstd 75bd', sans-serif;
  color: #00babe;
}

.checkbox-label:hover {
  text-decoration: underline;
}

.link-icon {
  margin-right: 10px;
  margin-bottom: 10px;
}

.pie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.p-14-2 {
  padding-top: 6px;
  padding-bottom: 6px;
  color: #000;
  font-size: 14px;
  line-height: 18px;
}

.p-14-2.blanco {
  margin-bottom: 15px;
  color: #fff;
  line-height: 20px;
  font-weight: 400;
}

.p-14-2.blanco.footer {
  margin-bottom: 0px;
  background-color: transparent;
  text-align: left;
}

.p-14-2.blanco.footer.social {
  position: relative;
  left: -29px;
  color: hsla(0, 0%, 100%, 0.7);
}

.columas-social-father {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.limit-2 {
  width: 90%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

.link-mail {
  text-decoration: none;
}

.icon-social-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.columna-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columna-social._20 {
  width: 25%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid rgba(236, 238, 236, 0.3);
}

.columna-social._20.iqz {
  width: 25%;
}

.derechos {
  color: #97999b;
}

.foot_copyr {
  background-color: #fff;
}

.footer {
  background-color: #00b7bd;
}

.close_modal {
  display: inline-block;
  margin-bottom: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
}

.item_solicituda {
  width: 49%;
  margin-bottom: 20px;
  padding: 11px;
  border: 2px solid #e1f4f4;
  border-radius: 8px;
}

.h4_verde {
  margin-top: 0px;
  color: #00b7bd;
}

.h4_verde._16 {
  font-size: 14px;
}

.item_list_modal {
  margin-bottom: 10px;
  padding-left: 25px;
  background-image: url('../images/check_list.svg');
  background-position: 0% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  font-size: 12px;
}

.box_tipo_solicitud {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.h4.margintop {
  display: block;
  margin-top: 40px;
  margin-bottom: 20px;
}

.contenido_modal_terminos-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 70%;
  height: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #00b7bd;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
}

.legal-2 {
  font-size: 14px;
  font-style: normal;
}

.legal-2.modal {
  margin-bottom: 20px;
  font-size: 12px;
  font-style: italic;
}

.text.marginbottom {
  margin-bottom: 10px;
}

.text.marginbottom._12 {
  font-size: 12px;
}

.title_modal_close {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 23px 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00b7bd;
}

.btn-3 {
  position: relative;
  top: 19px;
  padding: 12px 27px;
  border-radius: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00b7bd), to(#00b7bd));
  background-image: linear-gradient(180deg, #00b7bd, #00b7bd);
}

.btn-3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
  background-image: linear-gradient(180deg, #000, #000);
  color: #fff;
}

.btn-3.modal_ter {
  position: static;
  padding-right: 45px;
  padding-left: 45px;
}

.h4_modal {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
}

.texto_terminos-2 {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-right: 0px;
  color: #000;
  font-size: 12px;
  line-height: 14px;
}

.text-14 {
  margin-bottom: 8px;
  color: #000;
  font-size: 14px;
}

.modal_terminos {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 80000;
  display: none;
  overflow: auto;
  height: 100%;
  padding-top: 61px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0.72)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.72));
}

.info_modal_terminos {
  overflow: auto;
  height: 600px;
  padding: 26px;
}

.icon_close {
  width: 40px;
  height: 40px;
  max-width: 100%;
}

.list {
  padding-left: 0px;
  list-style-type: none;
}

.cont_check_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt_problem {
  margin-top: 20px;
  font-family: 'Nhaasgrotesktxstd 55rg', sans-serif;
  color: #888;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
}

.cont_txt {
  width: 100%;
}

.checkbox-label-2 {
  margin-bottom: 0px;
}

.cont-foot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cont-caja-logo {
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
}

.main_container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-footer {
  margin-left: 20px;
  font-family: 'Nhaasgrotesktxstd 55rg', sans-serif;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.footer-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 71px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d428a;
}

.sub-caja {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.titulo {
  font-family: 'Nhaasgrotesktxstd 75bd', sans-serif;
  color: #fff;
  font-size: 37px;
  line-height: 47px;
  text-align: center;
}

.btn-regresar {
  position: relative;
  top: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 42px;
  margin-top: 0px;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  font-family: 'Nhaasgrotesktxstd 55rg', sans-serif;
  color: #000;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.caja-logo {
  position: absolute;
  left: 10%;
  display: block;
  width: 200px;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/image.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.text-block {
  font-family: 'Nhaasgrotesktxstd 75bd', sans-serif;
  font-size: 18px;
}

.subtitulo {
  margin-top: 12px;
  margin-bottom: 5px;
  font-family: 'Nhaasgrotesktxstd 65md', sans-serif;
  color: #fff;
  font-size: 22px;
  text-align: center;
}

.caja-gracias {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 751px;
  height: 170px;
  padding-top: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1ebea5;
  color: #fff;
}

.cont-caja-gracias {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 800px;
  margin: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.caja-fondo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 991px) {
  .link-icon {
    margin-right: 10px;
  }
  .p-14-2.blanco.footer {
    text-align: center;
  }
  .p-14-2.blanco.footer.social {
    position: static;
    left: auto;
  }
  .columas-social-father {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .limit-2 {
    height: 100%;
  }
  .columna-social {
    width: 50%;
    margin-right: 5px;
    padding-left: 0px;
  }
  .columna-social._20 {
    width: 48%;
    padding-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .columna-social._20.iqz {
    width: 50%;
    margin-right: 5px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left-style: none;
    text-align: center;
  }
  .contenido_modal_terminos-2 {
    width: 95%;
  }
  .btn-3 {
    position: static;
  }
  .modal_terminos {
    display: none;
  }
  .cont-foot {
    width: 80%;
  }
  .caja-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px;
    height: 150px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .caja-gracias {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .info {
    margin-top: -39px;
  }
  .parrafo {
    font-size: 15px;
  }
  .heading {
    font-size: 29px;
    line-height: 37px;
  }
  .input.area {
    height: 150px;
  }
  .pie {
    padding-bottom: 20px;
  }
  .columas-social-father {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .columna-social {
    width: 47%;
  }
  .columna-social._20 {
    border-left-style: none;
  }
  .columna-social._20.iqz {
    width: 47%;
  }
  .derechos {
    font-size: 12px;
  }
  .cont-foot {
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .cont-caja-logo {
    height: 100%;
    background-image: url('../images/ima-1.svg');
    background-position: 0px 0px;
    background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0% 0%;
    object-position: 0% 0%;
  }
  .btn-regresar {
    position: static;
    display: none;
  }
  .subtitulo {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .caja-gracias {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding: 50px 13px;
  }
  .cont-caja-gracias {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .limit {
    padding-right: 20px;
    padding-left: 20px;
  }
  .cont_logos {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo_banner {
    width: 70%;
    margin-bottom: 40px;
  }
  .logo_banner.licenciados {
    width: 70%;
  }
  .info {
    width: 100%;
  }
  .box_blue {
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
  }
  .parrafo {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .box_title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 23px;
  }
  .heading {
    font-size: 23px;
    line-height: 26px;
  }
  .box_checkbox {
    width: 100%;
    max-width: none;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    text-align: left;
  }
  .content_checkbox {
    margin-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .input {
    width: 100%;
    margin-bottom: 10px;
  }
  .input.area {
    height: 100px;
  }
  .formulario_cont {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .content_datos_form {
    max-width: 300px;
  }
  .check_final {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 15px;
  }
  .btn_envio {
    width: 100%;
    margin-top: 20px;
  }
  .txt_green {
    font-size: 13px;
    line-height: 15px;
  }
  .title_mobil {
    font-size: 18px;
    line-height: 22px;
  }
  .checkbox-label {
    font-size: 10px;
    line-height: 13px;
  }
  .pie {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-14-2.blanco.footer {
    padding-bottom: 10px;
    padding-left: 0px;
    text-align: left;
  }
  .columas-social-father {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .columna-social {
    width: 47%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .columna-social._20 {
    width: 47%;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left-style: none;
  }
  .columna-social._20.iqz {
    width: 47%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
  .derechos {
    margin-bottom: 10px;
    text-align: center;
  }
  .close_modal {
    display: block;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .item_solicituda {
    width: 100%;
    margin-bottom: 10px;
  }
  .contenido_modal_terminos-2 {
    padding: 0px 0px 20px;
  }
  .texto_terminos-2 {
    margin-top: -8px;
    padding-right: 10px;
    line-height: 20px;
    text-align: justify;
  }
  .modal_terminos {
    display: none;
    padding-top: 8px;
  }
  .info_modal_terminos {
    padding-right: 20px;
    padding-left: 20px;
  }
  .icon_close {
    display: block;
    width: 30px;
    height: 30px;
  }
  .txt_problem {
    font-size: 10px;
  }
  .cont-foot {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .cont-caja-logo {
    background-image: none;
  }
  .bg {
    height: 700px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 67% 50%;
    object-position: 67% 50%;
  }
  .text-footer {
    width: 100%;
    margin-left: 5px;
    text-align: center;
  }
  .footer-2 {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sub-caja {
    margin-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .titulo {
    line-height: 40px;
  }
  .btn-regresar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }
  .caja-logo {
    width: 150px;
    height: 100px;
  }
  .subtitulo {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 25px;
  }
  .caja-gracias {
    padding-right: 0px;
    padding-left: 0px;
  }
}

@font-face {
  font-family: 'Nhaasgrotesktxstd 65md';
  src: url('../fonts/NHaasGroteskTXStd-65Md.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Nhaasgrotesktxstd 75bd';
  src: url('../fonts/NHaasGroteskTXStd-75Bd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Nhaasgrotesktxstd 55rg';
  src: url('../fonts/NHaasGroteskTXStd-55Rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}