@charset "UTF-8";
/* agregar aquí todos los archivos sass parciales ej: "_archivo_parcial.sass" */
/* para revisar estilos desde el inspector del navegador, se debe generar un archivo .map
 * que ayuda a identificar en qué lineas de un archivo .sass están los estilos*/
blockquote, q {
  quotes: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tfoot, thead, th,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

a:focus {
  outline: 0px dotted !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  line-height: 1;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

ol, ul {
  list-style: none;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

@font-face {
  font-family: "gobCL-Light";
  font-style: woff2 woff;
  font-weight: normal;
  src: url("../fonts/gobCL-Light.eot?") format("eot"), url("../fonts/gobCL-Light.woff2") format("woff2"), url("../fonts/gobCL-Light.woff") format("woff"), url("../fonts/gobCL-Light.ttf") format("truetype"), url("../fonts/gobCL-Light.svg#gobCL-Light") format("svg");
}
@font-face {
  font-family: "gobCL";
  font-style: woff2 woff;
  font-weight: normal;
  src: url("../fonts/gobCL.eot?") format("eot"), url("../fonts/gobCL.woff2") format("woff2"), url("../fonts/gobCL.woff") format("woff"), url("../fonts/gobCL.ttf") format("truetype"), url("../fonts/gobCL.svg#gobCL") format("svg");
}
@font-face {
  font-family: "gobCL-Bold";
  font-style: woff2 woff;
  font-weight: normal;
  src: url("../fonts/gobCL-Bold.eot?") format("eot"), url("../fonts/gobCL-Bold.woff2") format("woff2"), url("../fonts/gobCL-Bold.woff") format("woff"), url("../fonts/gobCL-Bold.ttf") format("truetype"), url("../fonts/gobCL-Bold.svg#gobCL-Bold") format("svg");
}
@font-face {
  font-family: "gobCL-Heavy";
  font-style: woff2 woff;
  font-weight: normal;
  src: url("../fonts/gobCL-Heavy.eot?") format("eot"), url("../fonts/gobCL-Heavy.woff2") format("woff2"), url("../fonts/gobCL-Heavy.woff") format("woff"), url("../fonts/gobCL-Heavy.ttf") format("truetype"), url("../fonts/gobCL-Heavy.svg#gobCL-Heavy") format("svg");
}
@font-face {
  font-family: "RobotoSlab";
  font-style: woff2 woff;
  font-weight: normal;
  src: url("../fonts/RobotoSlab-Regular.eot?") format("eot"), url("../fonts/RobotoSlab-Regular.woff2") format("woff2"), url("../fonts/RobotoSlab-Regular.woff") format("woff"), url("../fonts/RobotoSlab-Regular.ttf") format("truetype"), url("../fonts/RobotoSlab-Regular.svg#RobotoSlab") format("svg");
}
@font-face {
  font-family: "Roboto-Medium";
  font-style: woff2 woff;
  font-weight: normal;
  src: url("../fonts/RobotoSlab-Medium.eot?") format("eot"), url("../fonts/RobotoSlab-Medium.woff2") format("woff2"), url("../fonts/RobotoSlab-Medium.woff") format("woff"), url("../fonts/RobotoSlab-Medium.ttf") format("truetype"), url("../fonts/RobotoSlab-Medium.svg#Roboto-Medium") format("svg");
}
@font-face {
  font-family: "Roboto-Bold";
  font-style: woff2 woff;
  font-weight: normal;
  src: url("../fonts/RobotoSlab-Bold.eot?") format("eot"), url("../fonts/RobotoSlab-Bold.woff2") format("woff2"), url("../fonts/RobotoSlab-Bold.woff") format("woff"), url("../fonts/RobotoSlab-Bold.ttf") format("truetype"), url("../fonts/RobotoSlab-Bold.svg#Roboto-Bold") format("svg");
}
/* para utilizar los mixins llamarlos de la siguiente forma en el código sass: @include nombre_mixin */
/* para utilizar los mixins llamarlos de la siguiente forma en el código sass: @mixin nombre_mixin */
/* para utilizar los mixins llamarlos de la siguiente forma en el código sass: @include nombre_mixin */
/* para utilizar mixins variables llamar de la siguiente forma: @include nombre_mixin(variable1, variable2, ...) */
.swiper-button-next {
  background-image: url("/consulados/imag/v1/icon/arrow_right_b.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 21px !important;
  border-radius: 10px;
  z-index: 1 !important;
  width: 40px !important;
  height: 40px !important;
  right: 0px;
  outline: none !important;
}
@media (max-width: 426px) {
  .swiper-button-next {
    background-size: 12px !important;
    width: 20px !important;
    height: 20px !important;
  }
}

.swiper-button-prev {
  background-image: url("/consulados/imag/v1/icon/arrow_left_b.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 21px !important;
  border-radius: 10px;
  z-index: 1 !important;
  width: 40px !important;
  height: 40px !important;
  left: 0px;
  outline: none !important;
}
@media (max-width: 426px) {
  .swiper-button-prev {
    background-size: 12px !important;
    width: 20px !important;
    height: 20px !important;
  }
}

.swiper-button-disabled {
  opacity: 0 !important;
}

.btn-main {
  display: inline-block;
  font-size: 16px;
  line-height: 21px;
  color: #EB0028;
  text-align: center;
  padding: 20px 30px;
  background-color: #ffffff;
  border-radius: 0;
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 500;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 426px) {
  .btn-main {
    padding: 16px 20px;
    font-size: 14px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .btn-main {
    padding: 16px 20px;
    font-size: 14px;
  }
}
.btn-main:hover {
  background-color: #ffffff;
  transition: 0.3s all ease;
  color: #EB0028;
  opacity: 0.9;
  text-decoration: underline;
}
.btn-main.more {
  color: #DBE0E3;
  border-bottom: 4px solid #DBE0E3;
  margin-left: 20px;
}
.btn-main img {
  width: 25px;
  margin-left: 10px;
}
.btn-main.btn-outline {
  background: none;
  color: #13141D;
  border: 1px solid #13141D;
}
.btn-main.btn-outline:hover {
  background-color: #13141D;
  transition: 0.3s all ease;
  color: #ffffff;
}

.btn-sec {
  font-size: 18px;
  color: #EB0028;
  padding: 18px 40px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0);
  background-color: #ffffff;
  border-radius: 10px;
  letter-spacing: 0.2px;
  transition: 0.2s all ease;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
@media (max-width: 426px) {
  .btn-sec {
    padding: 14px 10px;
    min-width: 76px;
    font-size: 16px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .btn-sec {
    padding: 14px 10px;
    min-width: 76px;
    font-size: 16px;
  }
}
.btn-sec img {
  margin-right: 5px;
}
.btn-sec:hover {
  color: #ffffff;
  background-color: #EB0028;
}
.btn-sec.btn-border {
  border: 1px solid #EB0028;
}

.cont-btn {
  padding: 30px 3% 0 0;
}
@media (max-width: 426px) {
  .cont-btn {
    padding: 15px 0 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-btn {
    padding: 15px 0 0;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .cont-btn {
    padding: 20px 0 0;
  }
}
.cont-btn a + a {
  margin-left: 20px;
}
@media (max-width: 426px) {
  .cont-btn a + a {
    margin-left: 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-btn a + a {
    margin-left: 10px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .cont-btn a + a {
    margin-left: 10px;
  }
}

.btn-circle {
  display: inline-block;
  border-radius: 50%;
  padding: 15px;
  background-color: #004C97;
}
.btn-circle img {
  width: 25px;
}

.btn-full {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.btn-disabled {
  color: #959697;
  background-color: #DBE0E3;
}

.arrow-r {
  background-image: url("/consulados/imag/v1/icon/arrow_right_b.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px;
  z-index: 1;
  width: 12px;
  height: 20px;
  vertical-align: middle;
  bottom: 2px;
  position: relative;
  margin-right: 5px;
  display: inline-block;
}

.arrow-l {
  background-image: url("/consulados/imag/v1/icon/arrow_left_a.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 21px;
  z-index: 1;
  width: 12px;
  height: 20px;
  vertical-align: middle;
  bottom: 2px;
  position: relative;
  margin-right: 5px;
  display: inline-block;
}

.box-tooltip {
  cursor: pointer;
  position: relative;
  margin-left: 10px;
}
.box-tooltip:hover .tooltip {
  opacity: 1;
  visibility: visible;
}
.box-tooltip .tooltip {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  opacity: 0;
  text-align: center;
  visibility: hidden;
  position: absolute;
  transition: 0.3s all ease;
  top: 120;
  right: 0;
  min-width: 300px;
  line-height: 1.3;
  z-index: 1;
  text-align: left;
  color: #13141D;
  font-size: 14px;
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
@media (max-width: 426px) {
  .box-tooltip .tooltip {
    top: -60px;
    bottom: auto;
    right: 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-tooltip .tooltip {
    top: -60px;
    bottom: auto;
    right: 30px;
  }
}

.enc-main {
  padding: 40px 0;
}
@media (max-width: 426px) {
  .enc-main {
    padding: 20px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-main {
    padding: 20px 0;
  }
}
.enc-main .pref {
  text-align: center;
  color: #5D6673;
  font-size: 20px;
}
.enc-main .tit {
  font-size: 60px;
  color: #5D6673;
  line-height: 1.3;
  text-align: center;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
@media (max-width: 426px) {
  .enc-main .tit {
    font-size: 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-main .tit {
    font-size: 30px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .enc-main .tit {
    font-size: 50px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .enc-main .tit {
    font-size: 50px;
  }
}
.enc-main .baj {
  padding-top: 15px;
  line-height: 178%;
  font-size: 16px;
  color: #13141D;
  margin: 0 auto;
  text-align: center;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
@media (max-width: 426px) {
  .enc-main .baj {
    font-size: 14px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-main .baj {
    font-size: 14px;
  }
}

.enc-bg {
  position: relative;
}
.enc-bg .auxi {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: left;
}
.enc-bg .auxi .tit, .enc-bg .auxi .baj {
  color: #ffffff !important;
}
.enc-bg .auxi .cont-credits .author {
  color: #ffffff !important;
}
@media (max-width: 426px) {
  .enc-bg .img-wrap img {
    height: 280px;
    width: 100%;
    position: relative;
    object-fit: cover;
    object-position: 50% 20%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-bg .img-wrap img {
    height: 280px;
    width: 100%;
    position: relative;
    object-fit: cover;
    object-position: 50% 20%;
  }
}
.enc-bg .enc-nav .cont-btn a {
  border: none;
}
.enc-bg .enc-main {
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.enc-bg .enc-main p {
  color: #ffffff;
}
.enc-bg .enc-main h1 {
  color: #ffffff;
}

.cont-tit {
  margin-bottom: 40px;
}
@media (max-width: 426px) {
  .cont-tit {
    padding-bottom: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-tit {
    padding-bottom: 0;
  }
}
.cont-tit .epig {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 178%;
  letter-spacing: 0.2px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
@media (max-width: 426px) {
  .cont-tit .epig {
    font-size: 14px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-tit .epig {
    font-size: 14px;
  }
}
.cont-tit .tit {
  font-size: 50px;
  text-align: center;
  color: #5D6673;
  margin: 0 auto;
  line-height: 148.68%;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
@media (max-width: 426px) {
  .cont-tit .tit {
    font-size: 30px;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-tit .tit {
    font-size: 30px;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .cont-tit .tit {
    font-size: 30px;
  }
}
.cont-tit .baj {
  max-width: 1000px;
  text-align: center;
  margin: 20px auto 0;
  line-height: 178%;
  letter-spacing: 0.3px;
  font-size: 24px;
  color: #13141D;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
@media (max-width: 426px) {
  .cont-tit .baj {
    font-size: 12px;
    font-size: 14px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-tit .baj {
    font-size: 12px;
    font-size: 14px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .cont-tit .baj {
    font-size: 20px;
  }
}
.cont-tit .baj a {
  color: #004C97;
  text-decoration: underline;
}
.cont-tit .logo-tit {
  margin: 20px auto 0;
  width: 100%;
  max-width: 360px;
}
.cont-tit.tit-left .tit, .cont-tit.tit-left .baj, .cont-tit.tit-left .epig {
  text-align: left;
  margin-left: 0;
}

.bg-gradient .tit, .bg-gradient .baj, .bg-gris-oscuro .tit, .bg-gris-oscuro .baj, .bg-azul .tit, .bg-azul .baj {
  color: #ffffff;
}

.txt-left {
  padding-top: 60px;
}
@media (max-width: 426px) {
  .txt-left {
    padding-top: 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .txt-left {
    padding-top: 30px;
  }
}
.txt-left .auxi {
  max-width: 1280px;
}
@media (max-width: 426px) {
  .txt-left .auxi {
    max-width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .txt-left .auxi {
    max-width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .txt-left .auxi {
    max-width: 100%;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .txt-left .auxi {
    max-width: 90%;
  }
}
@media (min-width: 1399px) {
  .txt-left .auxi {
    max-width: 86%;
  }
}
.txt-left .cont-tit {
  text-align: left;
  margin-bottom: 0;
}
.txt-left .cont-tit .epig, .txt-left .cont-tit .tit, .txt-left .cont-tit .baj {
  text-align: left;
}
.txt-left .cont-tit .baj {
  max-width: 100%;
  margin-left: 0;
  font-size: 16px;
  line-height: 178%;
}
@media (max-width: 426px) {
  .txt-left .cont-tit .baj {
    font-size: 14px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .txt-left .cont-tit .baj {
    font-size: 14px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .txt-left .cont-tit .baj {
    font-size: 16px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .txt-left .cont-tit .baj {
    font-size: 16px;
  }
}
.txt-left .cont-tit .baj + .baj {
  margin-top: 20px;
}
.txt-left .cont-tit a {
  color: #004C97;
  text-decoration: underline;
}
.txt-left .subtit {
  font-size: 16px;
  line-height: 178%;
  margin-top: 40px;
}
@media (max-width: 426px) {
  .txt-left .subtit {
    font-size: 14px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .txt-left .subtit {
    font-size: 14px;
  }
}
.txt-left ul {
  margin-top: 40px;
}
@media (max-width: 426px) {
  .txt-left ul {
    margin-top: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .txt-left ul {
    margin-top: 20px;
  }
}
.txt-left ul li {
  font-size: 20px;
  font-size: 16px;
  line-height: 178%;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
@media (max-width: 426px) {
  .txt-left ul li {
    font-size: 14px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .txt-left ul li {
    font-size: 14px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .txt-left ul li {
    font-size: 18px;
  }
}
.txt-left ul li + li {
  margin-top: 30px;
}
@media (max-width: 426px) {
  .txt-left ul li + li {
    margin-top: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .txt-left ul li + li {
    margin-top: 15px;
  }
}
.txt-left.txt-sm {
  padding-bottom: 60px;
}
.txt-left.txt-sm .auxi {
  max-width: 92%;
}
.txt-left.txt-sm .cont-tit .tit {
  text-transform: none;
  font-size: 30px;
  margin-bottom: 15px;
}
.txt-left.txt-sm .cont-tit .txt {
  font-size: 16px;
  line-height: 178%;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
@media (max-width: 426px) {
  .txt-left.txt-sm .cont-tit .txt {
    font-size: 14px;
    padding-top: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .txt-left.txt-sm .cont-tit .txt {
    font-size: 14px;
    padding-top: 0;
  }
}

.txt-col {
  padding-top: 60px;
}
@media (max-width: 426px) {
  .txt-col {
    padding-top: 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .txt-col {
    padding-top: 30px;
  }
}
.txt-col .auxi {
  max-width: 1280px;
}
@media (max-width: 426px) {
  .txt-col .auxi {
    max-width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .txt-col .auxi {
    max-width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .txt-col .auxi {
    max-width: 100%;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .txt-col .auxi {
    max-width: 90%;
  }
}
@media (min-width: 1399px) {
  .txt-col .auxi {
    max-width: 86%;
  }
}
.txt-col .cont-tit {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
@media (max-width: 426px) {
  .txt-col .cont-tit {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .txt-col .cont-tit {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.txt-col .cont-tit .tit, .txt-col .cont-tit .baj {
  text-align: left;
}
.txt-col .cont-tit .tit {
  -webkit-flex: 0 1 40%;
  flex: 0 1 40%;
}
@media (max-width: 426px) {
  .txt-col .cont-tit .tit {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .txt-col .cont-tit .tit {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
.txt-col .cont-tit .baj {
  font-size: 20px;
  -webkit-flex: 0 1 60%;
  flex: 0 1 60%;
}
@media (max-width: 426px) {
  .txt-col .cont-tit .baj {
    font-size: 14px;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .txt-col .cont-tit .baj {
    font-size: 14px;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .txt-col .cont-tit .baj {
    font-size: 18px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .txt-col .cont-tit .baj {
    font-size: 18px;
  }
}

.enc-select {
  padding: 60px 0;
}
@media (max-width: 426px) {
  .enc-select {
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-select {
    padding: 30px 0;
  }
}
.enc-select .cont-tit {
  margin-bottom: 0;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .enc-select .cont-tit {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-select .cont-tit {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.enc-select .cont-tit .tit {
  font-size: 30px;
  margin-left: 0;
  -webkit-flex: 0 1 35%;
  flex: 0 1 35%;
}
@media (max-width: 426px) {
  .enc-select .cont-tit .tit {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-select .cont-tit .tit {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .enc-select .cont-tit .tit {
    font-size: 30px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .enc-select .cont-tit .tit {
    font-size: 45px;
  }
}
.enc-select .cont-form form {
  -webkit-flex: 0 1 35%;
  flex: 0 1 35%;
}
@media (max-width: 426px) {
  .enc-select .cont-form form {
    margin-top: 15px;
    width: 100%;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-select .cont-form form {
    margin-top: 15px;
    width: 100%;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .enc-select .cont-form form {
    -webkit-flex: 0 1 45%;
    flex: 0 1 45%;
  }
}
.enc-select .cont-form form .form-group {
  padding-bottom: 0;
}
.enc-select .cont-form form select {
  background-color: #ffffff;
}

.enc-col {
  padding-top: 60px;
  margin-bottom: 160px;
}
@media (max-width: 426px) {
  .enc-col {
    max-height: 100%;
    margin-bottom: 60px;
    padding-top: 40px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-col {
    max-height: 100%;
    margin-bottom: 60px;
    padding-top: 40px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .enc-col {
    margin-bottom: 0;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .enc-col {
    margin-bottom: 60px;
  }
}
.enc-col.enc-col-lg .auxi .cont-tit, .enc-col.enc-col-lg .auxi .img-wrap {
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media (max-width: 426px) {
  .enc-col.enc-col-lg .auxi .cont-tit, .enc-col.enc-col-lg .auxi .img-wrap {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-col.enc-col-lg .auxi .cont-tit, .enc-col.enc-col-lg .auxi .img-wrap {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
.enc-col.enc-col-lg .auxi .img-wrap {
  bottom: 40px;
}
@media (max-width: 426px) {
  .enc-col.enc-col-lg .auxi .img-wrap {
    bottom: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-col.enc-col-lg .auxi .img-wrap {
    bottom: 0;
  }
}
.enc-col .auxi {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 426px) {
  .enc-col .auxi {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-col .auxi {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.enc-col .auxi .cont-tit {
  -webkit-flex: 0 1 60%;
  flex: 0 1 60%;
}
@media (max-width: 426px) {
  .enc-col .auxi .cont-tit {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-col .auxi .cont-tit {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
.enc-col .auxi .cont-tit .tit, .enc-col .auxi .cont-tit .baj {
  text-align: left;
}
.enc-col .auxi .cont-tit .tit {
  font-size: 30px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .enc-col .auxi .cont-tit .tit {
    font-size: 30px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .enc-col .auxi .cont-tit .tit {
    font-size: 45px;
  }
}
@media (max-width: 426px) {
  .enc-col .auxi .cont-tit .baj {
    font-size: 14px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-col .auxi .cont-tit .baj {
    font-size: 14px;
  }
}
.enc-col .auxi .img-wrap {
  position: relative;
  -webkit-flex: 0 1 40%;
  flex: 0 1 40%;
}
@media (max-width: 426px) {
  .enc-col .auxi .img-wrap {
    position: relative;
    margin-bottom: -50px;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-col .auxi .img-wrap {
    position: relative;
    margin-bottom: -50px;
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
.enc-col .auxi .img-wrap img {
  width: 100%;
  position: absolute;
}
@media (max-width: 426px) {
  .enc-col .auxi .img-wrap img {
    position: relative;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-col .auxi .img-wrap img {
    position: relative;
  }
}

.info-bar {
  padding: 15px 0;
  background-color: #DBE0E3;
}
@media (max-width: 426px) {
  .info-bar {
    overflow-y: hidden;
    overflow-x: auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .info-bar {
    overflow-y: hidden;
    overflow-x: auto;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .info-bar {
    overflow-y: hidden;
    overflow-x: auto;
  }
}
.info-bar ul {
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 426px) {
  .info-bar ul {
    display: block;
    max-width: 100%;
    padding: 0 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .info-bar ul {
    display: block;
    max-width: 100%;
    padding: 0 10px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .info-bar ul {
    display: block;
    max-width: 100%;
    padding: 0 10px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .info-bar ul {
    display: block;
    max-width: 100%;
    padding: 0 10px;
  }
}
.info-bar ul li {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.info-bar ul li + li {
  margin-left: 60px;
}
@media (max-width: 426px) {
  .info-bar ul li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .info-bar ul li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .info-bar ul li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .info-bar ul li + li {
    margin-left: 0;
    margin-top: 10px;
  }
}
.info-bar ul li .info-txt {
  color: #5D6673;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.info-bar ul li .info-txt + .info-txt {
  padding-left: 10px;
  border-left: 1px solid #5D6673;
  margin-left: 10px;
}
.info-bar ul li .info-txt a {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  color: #5D6673;
}
.info-bar ul li .info-txt .number {
  margin-left: 5px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.info-bar ul li .info-txt .number.c-grey {
  color: #13141D;
}
.info-bar ul li .info-txt .number.c-green {
  color: #169853;
}
.info-bar ul li .info-txt .number.c-red {
  color: #EB0028;
}
.info-bar ul li .tit {
  background-color: #EB0028;
  color: #ffffff;
  padding: 12px;
  border-radius: 7px;
  margin-right: 10px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}

.enc-txt {
  text-align: center;
  padding: 60px 0;
}
@media (max-width: 426px) {
  .enc-txt {
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-txt {
    padding: 30px 0;
  }
}
.enc-txt .auxi {
  max-width: 80%;
}
.enc-txt .epig {
  color: #EB0028;
  font-size: 20px;
  padding-bottom: 15px;
}
.enc-txt .tit {
  color: #5D6673;
  font-size: 48px;
  line-height: 1.2;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
@media (max-width: 426px) {
  .enc-txt .tit {
    font-size: 35px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-txt .tit {
    font-size: 35px;
  }
}

.tit-button {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 426px) {
  .tit-button {
    margin-bottom: 20px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tit-button {
    margin-bottom: 20px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (max-width: 426px) {
  .tit-button .cont-tit {
    margin-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tit-button .cont-tit {
    margin-bottom: 15px;
  }
}
.tit-button .btn-sec {
  right: 0;
  top: 12px;
  position: absolute;
  font-size: 14px;
}
@media (max-width: 426px) {
  .tit-button .btn-sec {
    top: 0;
    position: relative;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tit-button .btn-sec {
    top: 0;
    position: relative;
  }
}

.block-head {
  gap: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.block-head__title {
  font-size: 40px;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
.block-head__title-faq {
  font-size: 40px;
  color: #333333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.block-head__description {
  font-size: 18px;
  color: #5D6673;
  text-align: center;
  line-height: 140%;
  max-width: 800px;
}

.block-consu__left {
  font-size: 50px;
  color: #333333;
  font-weight: bold;
  text-align: left;
}

.box-dest {
  height: 100%;
  position: relative;
  transition: 0.2s all ease;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.box-dest:hover {
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
}
.box-dest > a {
  min-height: 80%;
  height: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.box-dest .img-wrap {
  width: 100%;
  position: relative;
}
.box-dest .img-wrap .tag-dest {
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 15px;
  margin-left: 15px;
  background-color: #FFD100;
  border-radius: 5px;
  padding: 8px 12px;
  color: #13141D;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.box-dest .img-wrap .btn-play {
  position: absolute;
  margin: 0 auto;
  top: calc(50% - 10px);
  left: calc(50% - 20px);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 15px 15px 15px 18px;
  transition: 0.2s all ease;
}
.box-dest .img-wrap .btn-play img {
  width: 25px;
}
.box-dest .img-wrap .ic-photo, .box-dest .img-wrap .ic-video {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: 10px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 8px 15px;
  border-radius: 5px;
  font-size: 12px;
  color: #ffffff;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.box-dest .img-wrap .ic-photo img {
  width: 20px;
  margin-right: 8px;
}
.box-dest .img-wrap .ic-video img {
  width: 12px;
  margin-right: 8px;
}
.box-dest .cont-txt {
  padding: 25px;
  background-color: #ffffff;
  border-top: none;
  width: 100%;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (max-width: 426px) {
  .box-dest .cont-txt {
    padding: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-dest .cont-txt {
    padding: 15px;
  }
}
.box-dest .cont-txt .cont-icon {
  padding-bottom: 15px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.box-dest .cont-txt .cont-icon img {
  width: 50px;
}
.box-dest .cont-txt .cont-icon .tit {
  font-size: 18px;
  padding-bottom: 0;
}
.box-dest .tag {
  display: inline-block;
  background-color: #DBE0E3;
  color: #5D6673;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 5px;
  margin-bottom: 15px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.box-dest .fecha {
  font-size: 14px;
  color: #5D6673;
  margin-bottom: 5px;
}
.box-dest .tit {
  color: #5D6673;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 10px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
@media (max-width: 426px) {
  .box-dest .tit {
    padding-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-dest .tit {
    padding-bottom: 15px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-dest .tit {
    padding-bottom: 15px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .box-dest .tit {
    padding-bottom: 15px;
  }
}
.box-dest .baj {
  line-height: 1.3;
  color: #5D6673;
  font-size: 14px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
@media (max-width: 426px) {
  .box-dest .baj {
    font-size: 14px;
    padding-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-dest .baj {
    font-size: 14px;
    padding-bottom: 15px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-dest .baj {
    font-size: 15px;
    padding-bottom: 10px;
  }
}
.box-dest .links-sec {
  padding-top: 15px;
  margin-top: 5px;
  border-top: 1px solid #e7e7e7;
}
.box-dest .links-sec .link {
  color: #5D6673;
  display: block;
  line-height: 1.4;
  padding-left: 15px;
  position: relative;
  transition: 0.2s all ease;
}
.box-dest .links-sec .link:hover {
  color: #EB0028;
}
.box-dest .links-sec .link::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}
.box-dest .links-sec .link + .link {
  margin-top: 20px;
}
.box-dest .cont-btn {
  padding: 15px 0 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: end;
  -moz-box-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (max-width: 426px) {
  .box-dest .cont-btn {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-dest .cont-btn {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-dest .cont-btn {
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
@media (max-width: 426px) {
  .box-dest .cont-btn .btn-main {
    width: 100%;
    min-width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-dest .cont-btn .btn-main {
    width: 100%;
    min-width: 100%;
  }
}
.box-dest .cont-btn .btn-sec {
  padding: 10px 0;
  border: none;
}
@media (max-width: 426px) {
  .box-dest .cont-btn .btn-sec {
    margin-left: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-dest .cont-btn .btn-sec {
    margin-left: 0;
  }
}
.box-dest .cont-btn .btn-sec:hover {
  color: #004C97;
  background: none;
}
.box-dest.box-lg .cont-txt {
  padding: 35px;
}
.box-dest.box-lg .cont-txt .tit {
  font-size: 24px;
}
@media (max-width: 426px) {
  .box-dest.box-lg .cont-txt .tit {
    font-size: 24px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-dest.box-lg .cont-txt .tit {
    font-size: 24px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .box-dest.box-lg .cont-txt .tit {
    font-size: 24px;
  }
}
.box-dest.box-lg .cont-txt .baj {
  font-size: 16px;
}
.box-dest.box-lg .links-sec {
  padding-top: 30px;
  margin-top: 30px;
}
.box-dest.box-sm .cont-txt {
  padding: 20px;
}
.box-dest.box-sm .cont-txt .tit {
  font-size: 16px;
}
.box-dest.box-sm .cont-txt .baj {
  font-size: 14px;
}
.box-dest.box-sm .cont-txt .links-sec .link {
  font-size: 14px;
}
.box-dest.box-grad {
  padding: 15px;
  background: rgb(58, 157, 223);
  background: -moz-linear-gradient(125deg, rgb(58, 157, 223) 0%, rgb(38, 208, 206) 100%);
  background: -webkit-linear-gradient(125deg, rgb(58, 157, 223) 0%, rgb(38, 208, 206) 100%);
  background: linear-gradient(125deg, rgb(58, 157, 223) 0%, rgb(38, 208, 206) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a9ddf",endColorstr="#26d0ce",GradientType=1);
}
.box-dest.box-grad .box-head {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.box-dest.box-grad .box-head .img-wrap {
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #ffffff;
  width: 57px;
  height: 57px;
}
.box-dest.box-grad .box-head .txt {
  color: #ffffff;
  margin-left: 10px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.box-dest.box-grad .cont-txt {
  background: none;
  padding: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.box-dest.box-grad .cont-txt .tit {
  color: #ffffff;
}
.box-dest.box-grad .cont-txt .baj {
  padding: 40px 0;
  color: #ffffff;
  font-size: 16px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.box-dest.box-grad .cont-txt .name {
  color: #ffffff;
  font-size: 14px;
}
.box-dest.box-horizontal {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 426px) {
  .box-dest.box-horizontal {
    display: block;
    max-width: 100%;
    float: left;
    clear: left;
    margin: 0 0 1em 0 !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-dest.box-horizontal {
    display: block;
    max-width: 100%;
    float: left;
    clear: left;
    margin: 0 0 1em 0 !important;
  }
}
.box-dest.box-horizontal .img-wrap {
  -webkit-flex: 0 0 45%;
  flex: 0 0 45%;
}
@media (max-width: 426px) {
  .box-dest.box-horizontal .img-wrap {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-dest.box-horizontal .img-wrap {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-dest.box-horizontal .img-wrap {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .box-dest.box-horizontal .img-wrap {
    -webkit-flex: 0 0 45%;
    flex: 0 0 45%;
  }
}
.box-dest.box-horizontal .cont-txt {
  padding: 40px;
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
}
@media (max-width: 426px) {
  .box-dest.box-horizontal .cont-txt {
    padding: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-dest.box-horizontal .cont-txt {
    padding: 20px;
  }
}

.bg-gris-oscuro .box-dest:hover .cont-txt {
  background-color: rgba(93, 102, 115, 0.3);
}
.bg-gris-oscuro .box-dest:hover .btn-play {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-gris-oscuro .box-dest .cont-txt {
  background-color: rgba(93, 102, 115, 0.2);
  transition: 0.2s all ease;
}
.bg-gris-oscuro .box-dest .cont-txt .fecha, .bg-gris-oscuro .box-dest .cont-txt .tit, .bg-gris-oscuro .box-dest .cont-txt .baj {
  color: #ffffff;
}

.box-sec {
  margin-bottom: 20px;
  position: relative;
  transition: 0.2s all ease;
}
@media (max-width: 426px) {
  .box-sec {
    font-size: 12px;
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-sec {
    font-size: 12px;
    padding: 0;
  }
}
.box-sec:hover {
  -webkit-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.1);
}
.box-sec .cont-txt {
  background-color: #ffffff;
  padding: 15px;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (max-width: 426px) {
  .box-sec .cont-txt {
    position: relative;
    padding: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-sec .cont-txt {
    position: relative;
    padding: 15px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-sec .cont-txt {
    position: relative;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .box-sec .cont-txt {
    padding: 11px;
  }
}
.box-sec .cont-txt .baj {
  font-size: 16px;
  color: #666666;
  line-height: 1.3;
  letter-spacing: 0.3px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
@media (max-width: 426px) {
  .box-sec .cont-txt .baj {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-sec .cont-txt .baj {
    padding-top: 20px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .box-sec .cont-txt .baj {
    font-size: 14px;
  }
}
.box-sec .cont-txt .fecha {
  color: #5D6673;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.box-sec .cont-txt .fecha img {
  width: 20px;
}
.box-sec .cont-txt .subtit {
  text-align: left;
  line-height: 1.4;
  font-size: 20px;
  color: #004C97;
  margin-bottom: 20px;
  margin-top: 10px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
@media (max-width: 426px) {
  .box-sec .cont-txt .subtit {
    font-size: 16px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-sec .cont-txt .subtit {
    font-size: 16px;
  }
}
.box-sec .cont-txt .tit {
  font-size: 30px;
}
.box-sec .cont-txt .cont-btn {
  padding-top: 15px;
  text-align: left;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.box-sec .cont-txt .cont-btn .btn-sec {
  border: none;
}
.box-sec .cont-txt .cont-btn .btn-sec:hover {
  background: none;
  color: #004C97;
  border: none;
}
.box-sec .cont-txt .cont-btn .btn-sec + .btn-sec {
  padding-left: 0;
  margin-left: 0;
}
.box-sec .cont-tit {
  padding: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .box-sec .cont-tit {
    margin-bottom: 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-sec .cont-tit {
    margin-bottom: 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.box-sec .btn-sec {
  font-size: 14px;
  color: #13141D;
  padding: 10px 0;
  text-align: center;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 10px;
  letter-spacing: 0.2px;
  transition: 0.2s all ease;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
@media (max-width: 426px) {
  .box-sec .btn-sec {
    padding: 14px 10px;
    min-width: 76px;
    font-size: 16px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-sec .btn-sec {
    padding: 14px 10px;
    min-width: 76px;
    font-size: 16px;
  }
}
.box-sec .btn-sec img {
  margin-right: 5px;
}
.box-sec .btn-sec:hover {
  color: #ffffff;
  background-color: #EB0028;
}
.box-sec .btn-sec.btn-border {
  border: 1px solid #EB0028;
}
.box-sec.box-horizontal {
  border-radius: 10px;
  overflow: hidden;
}
.box-sec.box-horizontal a {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.box-sec.box-horizontal .img-wrap {
  -webkit-flex: 0 0 130px;
  flex: 0 0 130px;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .box-sec.box-horizontal .img-wrap {
    -webkit-flex: 0 0 114px;
    flex: 0 0 114px;
  }
}
.box-sec.box-horizontal .cont-txt {
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
.box-sec.box-horizontal .cont-txt .head-podcast {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.box-sec.box-horizontal .cont-txt .head-podcast .tit {
  font-size: 18px;
  color: #5D6673;
  text-transform: none;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .box-sec.box-horizontal .cont-txt .head-podcast .tit {
    font-size: 16px;
  }
}
.box-sec.box-horizontal .cont-txt .head-podcast .number {
  background-color: #DBE0E3;
  margin-left: 10px;
  border-radius: 5px;
  padding: 5px 10px;
  color: #5D6673;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .box-sec.box-horizontal .cont-txt .head-podcast .number {
    font-size: 12px;
  }
}

.cardm {
  padding: 30px;
  margin: 0 0 20px 0;
  gap: 40px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
  width: 100%;
  height: 100%;
}
.cardm__img {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
}
.cardm__img img {
  width: 80px;
  margin-bottom: 20px;
}
.cardm__title {
  font-family: "gobCL-Bold", sans-serif;
  color: #333333;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 30px;
}
.cardm__bajada {
  color: #333333;
  font-size: 20px;
  line-height: 140%;
  text-align: left;
  margin-bottom: 30px;
}
.cardm__btn {
  display: flex;
  color: #004C97;
  font-family: "gobCL-Bold", sans-serif;
  margin: 0;
  font-size: 20px;
  line-height: 140%;
  text-align: left;
  text-decoration: underline;
}
.cardm__btn img {
  padding-left: 15px;
}
.cardm__btn:hover {
  color: #EB0028;
}
.cardm__servicios {
  gap: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.cardm__servicios--ciudad {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
}
.cardm__servicios--ciudad img {
  margin-right: 10px;
}
.cardm__servicios .cardm__img {
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
}
.cardm__servicios .cardm__img img {
  width: 30px;
  margin-bottom: 20px;
}
.cardm__servicios .cardm__title {
  font-family: "gobCL-Bold", sans-serif;
  color: #333333;
  font-size: 18px;
  line-height: 120%;
  text-align: left;
  margin-bottom: 20px;
}
.cardm__servicios .cardm__city {
  font-family: "gobCL-Bold", sans-serif;
  color: #333333;
  font-size: 24px;
  line-height: 120%;
  text-align: left;
  margin-bottom: 20px;
}
.cardm__servicios .cardm__bajada {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 16px;
  line-height: 140%;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 20px;
}
.cardm__servicios .cardm__btn {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  color: #004C97;
  font-family: "gobCL-Bold", sans-serif;
  font-size: 16px;
  line-height: 140%;
  text-align: left;
  text-decoration: underline;
}
.cardm__servicios .cardm__btn img {
  padding-left: 15px;
  margin-bottom: 0 !important;
}
.cardm__servicios .cardm__btn:hover {
  color: #EB0028;
}
.cardm__act {
  gap: 20px;
}
.cardm__act .cardm__img {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.cardm__act .cardm__title {
  color: #333333;
  font-size: 24px;
  line-height: 120%;
  text-align: left;
  margin-bottom: 20px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.cardm__act .cardm__bajada {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 20px;
  line-height: 140%;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 20px;
}
.cardm__act .cardm__btn {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  color: #004C97;
  font-family: "gobCL-Bold", sans-serif;
  font-size: 20px;
  line-height: 140%;
  text-align: left;
  text-decoration: underline;
}
.cardm__act .cardm__btn img {
  padding-left: 15px;
}
.cardm__act .cardm__btn:hover {
  color: #EB0028;
}
.cardm__act .cardm__fecha {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  font-size: 15px;
  margin-top: 20px;
}
.cardm__act .cardm__fecha img {
  padding-right: 10px;
}
.cardm__horizontal {
  gap: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #F2FAFD;
  box-shadow: none !important;
  margin-bottom: 0;
  padding: 0;
}
@media (max-width: 426px) {
  .cardm__horizontal {
    margin-bottom: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cardm__horizontal {
    margin-bottom: 20px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .cardm__horizontal {
    margin-bottom: 20px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .cardm__horizontal {
    margin-bottom: 20px;
  }
}
.cardm__horizontal .cardm__img img {
  margin-bottom: 0;
  width: 54px;
  min-width: 54px;
}
@media (max-width: 426px) {
  .cardm__horizontal .cardm__img img {
    min-width: 54px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cardm__horizontal .cardm__img img {
    min-width: 54px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .cardm__horizontal .cardm__img img {
    min-width: 54px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .cardm__horizontal .cardm__img img {
    min-width: 54px;
  }
}
.cardm__horizontal h2 {
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
}
.cardm__horizontal p {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  line-height: 150%;
}
.cardm__consu {
  gap: 20px;
  padding: 20px;
}
.cardm__consu .cardm__img {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.cardm__consu .cardm__title {
  color: #333333;
  font-size: 18px;
  line-height: 120%;
  text-align: left;
  margin-bottom: 0;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.cardm__consu .cardm__bajada {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  color: #333333;
  font-size: 16px;
  line-height: 140%;
  text-align: left;
  margin-bottom: 5px;
  margin-top: 5px;
  list-style: disc;
}
.cardm__consu .cardm__bajada a {
  text-decoration: underline;
}
.cardm__consu ul {
  margin: 20px;
}
.cardm__consu .cardm__fecha {
  margin-bottom: 5px;
  font-size: 15px;
  margin-top: 20px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cardm__consu .cardm__fecha img {
  padding-right: 10px;
}

.link {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  margin: 20px 0;
}
.link__btn {
  font-size: 20px;
  text-decoration: underline;
}
.link__btn:hover {
  color: #EB0028;
}
.link img {
  margin-right: 10px;
}

.lateral-bar {
  position: fixed;
  right: 0;
  z-index: 40;
  top: 18vh;
  width: 52px;
  right: 0;
  background-color: #ffffff;
  border: 1px solid #DBE0E3;
  border-right: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: 0.2s all ease;
}
@media (max-width: 426px) {
  .lateral-bar {
    bottom: 0;
    top: auto;
    border-radius: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .lateral-bar {
    bottom: 0;
    top: auto;
    border-radius: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.lateral-bar:hover {
  width: 200px;
}
@media (max-width: 426px) {
  .lateral-bar:hover {
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .lateral-bar:hover {
    width: 100%;
  }
}
.lateral-bar li {
  text-align: right;
  font-size: 14px;
  margin-bottom: 5px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
@media (max-width: 426px) {
  .lateral-bar li {
    margin-bottom: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .lateral-bar li {
    margin-bottom: 0;
  }
}
.lateral-bar li a {
  padding: 15px;
  display: block;
  transition: 0.2s all ease;
  width: 100%;
  overflow: hidden;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .lateral-bar li a {
    padding: 10px 5px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .lateral-bar li a {
    padding: 10px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.lateral-bar li a .pref {
  font-size: 16px;
  white-space: nowrap;
  color: #5D6673;
  transition: 0.2s all ease;
}
@media (max-width: 426px) {
  .lateral-bar li a .pref {
    margin-top: 5px;
    font-size: 12px;
    white-space: normal;
    text-align: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .lateral-bar li a .pref {
    margin-top: 5px;
    font-size: 12px;
    white-space: normal;
    text-align: center;
  }
}
.lateral-bar img {
  width: 25px;
  display: block;
  margin-right: 15px;
  vertical-align: middle;
}
@media (max-width: 426px) {
  .lateral-bar img {
    margin-right: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .lateral-bar img {
    margin-right: 0;
  }
}

.menu_bar {
  display: none;
  position: fixed;
  bottom: 0;
  background-color: #DBE0E3;
  width: 100%;
  text-align: center;
  z-index: 11;
  padding: 5px 10px 0;
}
.menu_bar ul {
  max-width: 350px;
  margin: 0 auto;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.menu_bar li a {
  display: block;
}
.menu_bar li span {
  display: block;
  color: #ffffff;
  font-size: 9px;
  padding: 12px 10px 10px;
}
.menu_bar li img {
  width: 25px;
  display: block;
  margin: 0 auto;
}

.tools-m {
  padding: 10px 0;
}
.tools-m ul {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tools-m ul a {
  font-size: 14px;
  color: #5D6673;
  padding: 12px 25px 12px 30px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .tools-m ul a {
    padding: 6px 10px 5px 15px;
    font-size: 12px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tools-m ul a {
    padding: 6px 10px 5px 15px;
    font-size: 12px;
  }
}
.tools-m ul a img {
  width: 20px;
  margin-left: 10px;
}
@media (max-width: 426px) {
  .tools-m ul a img {
    width: 16px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tools-m ul a img {
    width: 16px;
  }
}

.block-tabs {
  padding: 60px 0;
}
@media (max-width: 426px) {
  .block-tabs {
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-tabs {
    padding: 30px 0;
  }
}
.block-tabs .tab-bar {
  padding: 30px 0;
}
@media (max-width: 426px) {
  .block-tabs .tab-bar {
    padding: 20px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-tabs .tab-bar {
    padding: 20px 0;
  }
}
.block-tabs .tab-bar .cont-tabs {
  border-bottom: 1px solid #DBE0E3;
}
@media (max-width: 426px) {
  .block-tabs .tab-bar .cont-tabs {
    overflow: auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-tabs .tab-bar .cont-tabs {
    overflow: auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
.block-tabs .tab-bar .cont-tabs + .cont-tabs {
  margin-top: 10px;
}
.block-tabs .tab-bar .cont-tabs .tablink {
  padding: 12px 0;
  margin: 0 15px;
  border-bottom: 4px solid rgba(255, 255, 255, 0);
  transition: 0.2s all ease;
  font-size: 16px;
  line-height: 178%;
  color: #DBE0E3;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
@media (max-width: 426px) {
  .block-tabs .tab-bar .cont-tabs .tablink {
    font-size: 14px;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-tabs .tab-bar .cont-tabs .tablink {
    font-size: 14px;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media (max-width: 426px) {
  .block-tabs .tab-bar .cont-tabs .tablink:first-child {
    margin-left: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-tabs .tab-bar .cont-tabs .tablink:first-child {
    margin-left: 0;
  }
}
.block-tabs .tab-bar .cont-tabs .tablink.active {
  border-color: #004C97;
  color: #13141D;
}
.block-tabs .tab-content {
  padding: 30px 60px 60px;
}
@media (max-width: 426px) {
  .block-tabs .tab-content {
    padding: 20px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-tabs .tab-content {
    padding: 20px 0;
  }
}
.block-tabs .tab-content ul {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 426px) {
  .block-tabs .tab-content ul {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-tabs .tab-content ul {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .block-tabs .tab-content ul {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.block-tabs .tab-content ul li + li {
  margin-left: 20px;
}
@media (max-width: 426px) {
  .block-tabs .tab-content ul li + li {
    margin-left: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-tabs .tab-content ul li + li {
    margin-left: 0;
  }
}
.block-tabs .tab-content ul li.active .subtit {
  color: #13141D;
}
.block-tabs .tab-content ul .list-card, .block-tabs .tab-content ul .list-head, .block-tabs .tab-content ul .group-head {
  margin-left: 0;
}
.block-tabs .tab-content ul a {
  text-align: center;
}
.block-tabs .tab-content ul a .subtit {
  padding: 0 10px;
  color: #DBE0E3;
  line-height: 1.3;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.block-tabs.tabs-info .auxi {
  max-width: 1095px;
}
@media (max-width: 426px) {
  .block-tabs.tabs-info .auxi {
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-tabs.tabs-info .auxi {
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .block-tabs.tabs-info .auxi {
    padding: 0;
  }
}
@media (min-width: 1399px) {
  .block-tabs.tabs-info .auxi {
    max-width: 1200px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .block-tabs.tabs-info .tabs {
    max-width: 100%;
    margin: 0 auto;
  }
}
.block-tabs.tabs-info .tab-btns {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 426px) {
  .block-tabs.tabs-info .tab-btns {
    overflow: auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-tabs.tabs-info .tab-btns {
    overflow: auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .block-tabs.tabs-info .tab-btns {
    overflow: auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .block-tabs.tabs-info .tab-btns {
    overflow: auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .block-tabs.tabs-info .tab-btns {
    overflow: auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
@media (min-width: 1399px) {
  .block-tabs.tabs-info .tab-btns {
    overflow: auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
.block-tabs.tabs-info .tab-btns + .tab-btns {
  margin-top: 5px;
}
.block-tabs.tabs-info .tab-btns:not(.tab-main) li a {
  margin-right: 0;
  width: 100%;
}
.block-tabs.tabs-info .tab-btns.tab-main a {
  font-size: 16px;
}
@media (max-width: 426px) {
  .block-tabs.tabs-info .tab-btns.tab-main a {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-tabs.tabs-info .tab-btns.tab-main a {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.block-tabs.tabs-info .tab-btns.tab-main a:last-child {
  margin-right: 0;
}
.block-tabs.tabs-info .tab-btns li {
  min-width: 63px;
  margin-right: 5px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (max-width: 426px) {
  .block-tabs.tabs-info .tab-btns li {
    min-width: 40px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-tabs.tabs-info .tab-btns li {
    min-width: 40px;
  }
}
.block-tabs.tabs-info .tab-btns li.disabled a {
  color: #bfbfbf;
  cursor: inherit;
}
.block-tabs.tabs-info .tab-btns li.disabled a:hover {
  background-color: #f1f1f1;
}
.block-tabs.tabs-info .tab-btns a {
  font-size: 14px;
  color: #5D6673;
  background-color: #f1f1f1;
  position: relative;
  padding: 20px 10px;
  margin-right: 5px;
  border-radius: 10px;
  transition: 0.2s all ease;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (max-width: 426px) {
  .block-tabs.tabs-info .tab-btns a {
    font-size: 13px;
    padding: 14px 10px;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-tabs.tabs-info .tab-btns a {
    font-size: 13px;
    padding: 14px 10px;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .block-tabs.tabs-info .tab-btns a {
    font-size: 14px;
    padding: 14px 20px;
  }
}
.block-tabs.tabs-info .tab-btns a:hover {
  background-color: #e2e2e2;
}
.block-tabs.tabs-info .tab-btns a .external-link {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background-image: url(/consulados/imag/v1/icon/external_link.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: 0.2s all ease;
  vertical-align: middle;
}
@media (max-width: 426px) {
  .block-tabs.tabs-info .tab-btns a .external-link {
    width: 15px;
    height: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-tabs.tabs-info .tab-btns a .external-link {
    width: 15px;
    height: 15px;
  }
}
.block-tabs.tabs-info .tab-btns a img {
  width: 20px;
}
.block-tabs.tabs-info .tab-btns a:last-child {
  border-right: none;
}
.block-tabs.tabs-info .tab-btns a.active {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0);
  background-color: #5D6673;
}
.block-tabs.tabs-info .tab-content {
  visibility: hidden;
  height: 0;
  opacity: 0;
  padding: 0;
  transition: 0.2s all ease;
}
@media (max-width: 426px) {
  .block-tabs.tabs-info .tab-content {
    padding: 0 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-tabs.tabs-info .tab-content {
    padding: 0 10px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .block-tabs.tabs-info .tab-content .list-presidente {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .block-tabs.tabs-info .tab-content .list-presidente {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.block-tabs.tabs-info .tab-content .list-presidente .card-candidato {
  -webkit-flex: 0 1 14.2%;
  flex: 0 1 14.2%;
}
@media (min-width: 767px) and (max-width: 991px) {
  .block-tabs.tabs-info .tab-content .list-presidente .card-candidato {
    margin: 0 10px 20px;
    -webkit-flex: 0 1 22%;
    flex: 0 1 22%;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .block-tabs.tabs-info .tab-content .list-presidente .card-candidato {
    margin: 0 10px 20px;
    -webkit-flex: 0 1 22%;
    flex: 0 1 22%;
  }
}
.block-tabs.tabs-info .tab-content .list-presidente .card-candidato-dest {
  -webkit-flex: 0 1 35%;
  flex: 0 1 35%;
}
@media (min-width: 767px) and (max-width: 991px) {
  .block-tabs.tabs-info .tab-content .list-presidente .card-candidato-dest {
    -webkit-flex: 0 1 45%;
    flex: 0 1 45%;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .block-tabs.tabs-info .tab-content .list-presidente .card-candidato-dest {
    -webkit-flex: 0 1 45%;
    flex: 0 1 45%;
  }
}
.block-tabs.tabs-info .tab-content .content {
  display: none;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.block-tabs.tabs-info .tab-content.active {
  visibility: visible;
  opacity: 1;
  height: 100%;
}
.block-tabs.tabs-info .tab-content.active .content {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}

.tabs-center .cont-tabs {
  text-align: center;
}
@media (max-width: 426px) {
  .tabs-center .cont-tabs {
    overflow: auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tabs-center .cont-tabs {
    overflow: auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
.tabs-center .cont-tabs .tablink {
  color: #DBE0E3;
  transition: 0.2s all ease;
  font-size: 16px;
  padding: 20px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
@media (max-width: 426px) {
  .tabs-center .cont-tabs .tablink {
    font-size: 14px;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tabs-center .cont-tabs .tablink {
    font-size: 14px;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.tabs-center .cont-tabs .tablink .tab-link {
  margin-left: 30px;
}
.tabs-center .cont-tabs .tablink.active, .tabs-center .cont-tabs .tablink:hover {
  color: #13141D;
  text-decoration: underline;
}
.tabs-center .color-selector {
  margin: 30px auto;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 426px) {
  .tabs-center .color-selector {
    margin: 30px 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tabs-center .color-selector {
    margin: 30px 20px;
  }
}
.tabs-center .color-selector ul {
  margin-bottom: 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .tabs-center .color-selector ul {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tabs-center .color-selector ul {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .tabs-center .color-selector ul {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.tabs-center .color-selector li {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
}
@media (max-width: 426px) {
  .tabs-center .color-selector li {
    margin: 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tabs-center .color-selector li {
    margin: 10px;
  }
}
.tabs-center .color-selector li::before {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #DBE0E3;
}
.tabs-center .color-selector li.selected::before {
  border-color: #DBE0E3;
}
.tabs-center .color-selector li + li {
  margin-left: 20px;
}
@media (max-width: 426px) {
  .tabs-center .color-selector li + li {
    margin-left: 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tabs-center .color-selector li + li {
    margin-left: 10px;
  }
}
.tabs-center .color-selector .color-text {
  margin-top: 10px;
  font-size: 16px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
@media (max-width: 426px) {
  .tabs-center .color-selector .color-text {
    font-size: 14px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tabs-center .color-selector .color-text {
    font-size: 14px;
  }
}
.tabs-center .car-info {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 426px) {
  .tabs-center .car-info {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tabs-center .car-info {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.tabs-center .car-info .detail {
  padding: 12px 0;
  -webkit-flex: 1 0 25%;
  flex: 1 0 25%;
}
@media (max-width: 426px) {
  .tabs-center .car-info .detail {
    padding: 15px 0 30px;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tabs-center .car-info .detail {
    padding: 15px 0 30px;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.tabs-center .car-info .detail li {
  font-size: 20px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
@media (max-width: 426px) {
  .tabs-center .car-info .detail li {
    font-size: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tabs-center .car-info .detail li {
    font-size: 15px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .tabs-center .car-info .detail li {
    font-size: 15px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .tabs-center .car-info .detail li {
    font-size: 15px;
  }
}
.tabs-center .car-info .detail li + li {
  padding-top: 12px;
}
.tabs-center .car-info .model {
  padding: 12px 30px;
  border-left: 1px solid #13141D;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 1 0 50%;
  flex: 1 0 50%;
}
@media (max-width: 426px) {
  .tabs-center .car-info .model {
    border-left: 0;
    padding: 35px 0 20px;
    border-top: 1px solid #DBE0E3;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tabs-center .car-info .model {
    border-left: 0;
    padding: 35px 0 20px;
    border-top: 1px solid #DBE0E3;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .tabs-center .car-info .model {
    padding: 12px 0 12px 20px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .tabs-center .car-info .model {
    padding: 12px 15px;
  }
}
.tabs-center .car-info .model .cont-tit {
  margin-bottom: 0;
}
.tabs-center .car-info .model .cont-tit .pref {
  font-size: 16px;
  line-height: 178%;
  letter-spacing: 0.6px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
.tabs-center .car-info .model .cont-tit .tit {
  text-transform: none;
  font-size: 30px;
  margin-bottom: 0;
  text-align: left;
}
@media (min-width: 767px) and (max-width: 991px) {
  .tabs-center .car-info .model .cont-tit .tit {
    font-size: 28px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .tabs-center .car-info .model .cont-tit .tit {
    font-size: 30px;
  }
}
@media (max-width: 426px) {
  .tabs-center .car-info .model .cont-price .price {
    text-align: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tabs-center .car-info .model .cont-price .price {
    text-align: center;
  }
}
.tabs-center .car-info .model .cont-price .price .pref {
  font-size: 16px;
  margin-bottom: 5px;
  letter-spacing: 0.6px;
  line-height: 178%;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
@media (max-width: 426px) {
  .tabs-center .car-info .model .cont-price .price .pref {
    font-size: 14px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tabs-center .car-info .model .cont-price .price .pref {
    font-size: 14px;
  }
}
.tabs-center .car-info .model .cont-price .price .number {
  font-size: 24px;
}
@media (max-width: 426px) {
  .tabs-center .car-info .model .cont-price .price .number {
    font-size: 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tabs-center .car-info .model .cont-price .price .number {
    font-size: 30px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .tabs-center .car-info .model .cont-price .price .number {
    font-size: 20px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .tabs-center .car-info .model .cont-price .price .number {
    font-size: 20px;
  }
}
.tabs-center .car-info .model .cont-price .price + .price {
  margin-top: 15px;
}
.tabs-center .car-info .cont-btn {
  border-left: 1px solid #13141D;
  padding-left: 30px;
  padding-top: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: end;
  -moz-box-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex: 1 0 25%;
  flex: 1 0 25%;
}
@media (max-width: 426px) {
  .tabs-center .car-info .cont-btn {
    border-left: 0;
    padding: 12px 0;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-box-orient: inline-axis;
    -webkit-box-orient: horizontal;
    -moz-box-orient: inline-axis;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tabs-center .car-info .cont-btn {
    border-left: 0;
    padding: 12px 0;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-box-orient: inline-axis;
    -webkit-box-orient: horizontal;
    -moz-box-orient: inline-axis;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .tabs-center .car-info .cont-btn {
    padding: 30px 0;
    border-left: 0;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: inline-axis;
    -webkit-box-orient: horizontal;
    -moz-box-orient: inline-axis;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
.tabs-center .car-info .cont-btn .btn-main {
  margin-left: 0;
  width: 100%;
  max-width: 300px;
}
@media (max-width: 426px) {
  .tabs-center .car-info .cont-btn .btn-main {
    padding: 17px 5px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tabs-center .car-info .cont-btn .btn-main {
    padding: 17px 5px;
  }
}
.tabs-center .car-info .cont-btn .btn-main + .btn-main {
  margin-top: 15px;
}
@media (max-width: 426px) {
  .tabs-center .car-info .cont-btn .btn-main + .btn-main {
    margin-top: 0;
    margin-left: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tabs-center .car-info .cont-btn .btn-main + .btn-main {
    margin-top: 0;
    margin-left: 15px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .tabs-center .car-info .cont-btn .btn-main + .btn-main {
    margin-top: 0;
    margin-left: 15px;
  }
}
.tabs-center .car-info .cont-legal {
  padding-top: 30px;
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
}
.tabs-center .car-info .cont-legal p {
  max-width: 600px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 178%;
}

.header-int {
  position: absolute;
  top: 98px;
  left: 0;
  right: 0;
  z-index: 10;
}
@media (max-width: 426px) {
  .header-int {
    top: 0;
    position: relative;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .header-int {
    top: 0;
    position: relative;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .header-int {
    top: 70px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header-int {
    top: 75px;
  }
}
.header-int .header-int-m {
  background-color: #DBE0E3;
  padding: 13px 15px;
}
.header-int .header-int-m .header-int-enc {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.header-int .header-int-m .desp {
  color: #5D6673;
  font-size: 10px;
  margin-top: 4px;
}
.header-int .header-int-m .desp img {
  vertical-align: middle;
  display: inline-block;
  width: 12px;
}
.header-int .header-int-m .cont-btn {
  padding-top: 0;
}
.header-int .header-int-m .btn-sec {
  background-color: #13141D;
  color: #ffffff;
  padding: 10px 20px;
}
.header-int .header-int-m .menu {
  padding: 25px 0 15px;
  display: none;
}
.header-int .header-int-m .menu li + li {
  padding-top: 10px;
}
.header-int .header-int-m .menu li:not(.cont-btn) a {
  font-size: 20px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.header-int .header-int-m .menu .cont-btn {
  padding-top: 30px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header-int .header-int-m .menu .cont-btn a {
  min-width: auto !important;
  border: none;
  padding: 17px 20px;
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
}
.header-int .header-int-m .menu .cont-btn a.btn-main {
  color: #ffffff;
}
.header-int .auxi {
  padding: 15px 0;
  border-top: 1px solid #ffffff;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 767px) and (max-width: 991px) {
  .header-int .auxi {
    border-top: 0;
    padding: 15px 10px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header-int .auxi {
    padding: 15px 10px;
  }
}
.header-int .auxi .menu {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
@media (min-width: 767px) and (max-width: 991px) {
  .header-int .auxi .menu {
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.header-int .auxi .menu .pref {
  color: #ffffff;
  margin-right: 25px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .header-int .auxi .menu .pref {
    margin-right: 20px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header-int .auxi .menu .pref {
    margin-right: 20px;
  }
}
.header-int .auxi .menu li + li {
  margin-left: 20px;
}
@media (min-width: 767px) and (max-width: 991px) {
  .header-int .auxi .menu li + li {
    margin-left: 10px;
  }
}
.header-int .auxi .menu li.active a::before {
  background-color: #004C97;
}
.header-int .auxi .menu a {
  padding: 10px;
  color: #ffffff;
  position: relative;
}
@media (min-width: 767px) and (max-width: 991px) {
  .header-int .auxi .menu a {
    display: block;
    padding: 15px 5px;
    font-size: 13px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header-int .auxi .menu a {
    font-size: 15px;
  }
}
.header-int .auxi .menu a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  left: 0;
  right: 0;
  bottom: -14px;
  z-index: 1;
  transition: 0.5s all ease;
  background-color: rgba(255, 255, 255, 0);
}
.header-int .auxi .cont-btn {
  padding: 0;
}
.header-int .auxi .cont-btn .btn-sec {
  background-color: #ffffff;
}
@media (min-width: 767px) and (max-width: 991px) {
  .header-int .auxi .cont-btn .btn-sec {
    padding: 15px 10px;
    font-size: 13px;
  }
}
.header-int.sticky {
  top: 0;
  background-color: #DBE0E3;
  position: fixed;
  transition: 0.2s all ease;
  border-bottom: 1px solid #DBE0E3;
}
.header-int.sticky .auxi {
  padding: 10px 0;
}
@media (min-width: 767px) and (max-width: 991px) {
  .header-int.sticky .auxi {
    padding: 10px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header-int.sticky .auxi {
    padding: 10px;
  }
}
.header-int.sticky .menu .pref, .header-int.sticky .menu a {
  color: #13141D;
}
.header-int.sticky .cont-btn .btn-sec {
  color: #ffffff;
  background-color: #13141D;
}

.block-anchor .auxi {
  padding: 60px 0;
  max-width: 1305px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 426px) {
  .block-anchor .auxi {
    padding: 30px 15px;
    max-width: 100%;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-anchor .auxi {
    padding: 30px 15px;
    max-width: 100%;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .block-anchor .auxi {
    max-width: 95vw;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .block-anchor .auxi {
    max-width: 90vw;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .block-anchor .auxi {
    max-width: 90%;
  }
}
@media (min-width: 1399px) {
  .block-anchor .auxi {
    max-width: 86%;
  }
}
.block-anchor .auxi .cont-tit {
  max-width: 50vw;
}
@media (max-width: 426px) {
  .block-anchor .auxi .cont-tit {
    max-width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-anchor .auxi .cont-tit {
    max-width: 100%;
  }
}
.block-anchor .auxi .cont-tit .tit {
  text-align: left;
  text-transform: none;
}
@media (max-width: 426px) {
  .block-anchor .auxi .cont-tit .tit {
    font-size: 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-anchor .auxi .cont-tit .tit {
    font-size: 30px;
  }
}
.block-anchor .auxi .cont-tit .baj {
  text-align: left;
  font-size: 16px;
}
@media (max-width: 426px) {
  .block-anchor .auxi .cont-tit .baj {
    font-size: 14px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-anchor .auxi .cont-tit .baj {
    font-size: 14px;
  }
}
.block-anchor .auxi .cont-tit .baj + .baj {
  margin-top: 30px;
}
@media (max-width: 426px) {
  .block-anchor .auxi .menu-anchor {
    max-width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-anchor .auxi .menu-anchor {
    max-width: 73vw;
  }
}
.block-anchor .auxi .menu-anchor li + li {
  margin-top: 5px;
}
.block-anchor .auxi .menu-anchor a {
  transition: 0.2s all ease;
  padding: 10px 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
@media (max-width: 426px) {
  .block-anchor .auxi .menu-anchor a {
    font-size: 14px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-anchor .auxi .menu-anchor a {
    font-size: 14px;
  }
}
.block-anchor .auxi .menu-anchor a:hover {
  color: #004C97 !important;
}
.block-anchor .auxi .menu-anchor a .arrow-down {
  background-image: url(/consulados/imag/v1/icon/arrow_down_b.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  z-index: 1;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: relative;
  margin-left: 50px;
  display: inline-block;
}
@media (max-width: 426px) {
  .block-anchor .auxi .menu-anchor a .arrow-down {
    margin-left: 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-anchor .auxi .menu-anchor a .arrow-down {
    margin-left: 30px;
  }
}

.menujq__faq {
  max-width: 840px;
  margin: 0 auto;
}
.menujq__faq--articulo {
  max-width: 100%;
  margin: 0;
}
.menujq__faq > ul {
  margin-left: 0 !important;
  list-style: none;
}
.menujq__faq > ul > li {
  list-style: none !important;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #ebebeb;
}
.menujq__faq > ul > li.active .menujq__head:after {
  transform: rotate(180deg);
}
.menujq__faq > ul > li:first-child > ul {
  display: block;
}
.menujq__faq .menujq__head {
  position: relative;
  margin: 0;
  padding: 36px;
  gap: 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .menujq__faq .menujq__head {
    padding: 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .menujq__faq .menujq__head {
    padding: 30px;
  }
}
.menujq__faq .menujq__head:after {
  content: "";
  position: absolute;
  right: 10px;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  background-image: url("/consulados/imag/v1/auxi/fle-faq.svg");
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 100%;
  bottom: calc(50% - 12px);
  transition: 0.2s all ease;
}
@media (max-width: 426px) {
  .menujq__faq .menujq__head:after {
    top: calc(50% - 15px);
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .menujq__faq .menujq__head:after {
    top: calc(50% - 15px);
  }
}
.menujq__faq .menujq__subtit {
  font-size: 20px;
  color: #000;
  font-family: "gobCL", sans-serif;
  font-weight: 600;
  line-height: 120%;
}
.menujq__faq .menujq__subtit__artic {
  font-size: 24px;
  color: #004C97;
  font-family: "gobCL-Bold", sans-serif;
  font-weight: 700;
}
.menujq__faq .menujq__auxi {
  padding: 0 30px;
}
.menujq__faq .desplegable ul {
  list-style: none;
  background-color: #fff;
}
.menujq__faq .desplegable ul li {
  list-style: none !important;
}
.menujq__faq .CUERPO {
  padding-top: 0;
}
.menujq__faq .CUERPO ul {
  list-style: disc !important;
}
.menujq__faq .CUERPO ul li {
  list-style: disc !important;
  margin-bottom: 0;
}
.menujq__faq .CUERPO h3 {
  font-size: 20px;
  color: #004C97;
  margin-bottom: 8px !important;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: none;
  scroll-behavior: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #ffffff;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}

* {
  box-sizing: border-box;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
*:after, *:before {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  outline: none;
  color: #13141D;
}

input, select, .select, textarea {
  padding: 20px 40px 20px 30px;
  border: none;
  transition: 0.5s all ease;
  background: #ffffff;
  border: 1px solid #DBE0E3;
  border-radius: 10px;
  outline: none;
}
@media (max-width: 426px) {
  input, select, .select, textarea {
    padding: 15px 30px 15px 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  input, select, .select, textarea {
    padding: 15px 30px 15px 20px;
  }
}
input:focus, select:focus, .select:focus, textarea:focus {
  border: 1px solid #004C97 !important;
}

input::placeholder {
  color: #DBE0E3;
}
input::-webkit-input-placeholder {
  color: #DBE0E3;
}
input:-ms-input-placeholder {
  color: #DBE0E3;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background-image: url("/consulados/imag/v1/icon/ic_chevron_down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 50%;
  background-size: 24px;
}

textarea {
  resize: none;
  max-height: 120px;
}

button {
  border: none;
}

button, input {
  background: none;
  outline: none;
}

button {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  width: auto;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.img-wrap img {
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}

.sticky_sub {
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 13px 0;
  position: fixed !important;
  background-color: #ffffff !important;
  transition: 0.2s all ease;
  -webkit-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.14);
}

.noscroll {
  overflow: hidden;
}

body.inheritCursors * {
  cursor: inherit !important;
}

.separa {
  width: 100%;
  clear: both;
  height: 0;
  display: block;
  margin: 0;
  padding: 0;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.aleft {
  float: left;
}

.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.txt-light {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}

.container {
  width: 100%;
}

.auxi.dos {
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
}

.auxi {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 426px) {
  .auxi {
    padding: 0 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .auxi {
    padding: 0 15px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .auxi {
    padding: 0 15px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .auxi {
    padding: 0 15px;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .auxi {
    padding: 0 20px;
  }
}
@media (min-width: 1399px) {
  .auxi {
    max-width: 1400px !important;
    width: 95%;
  }
}

.responsive {
  display: none;
}

.access1 {
  height: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0);
  overflow: hidden;
}

@media (max-width: 426px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .desktop {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .desktop {
    display: block;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .desktop {
    display: block;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .desktop {
    display: block;
  }
}
@media (min-width: 1399px) {
  .desktop {
    display: block;
  }
}

@media (max-width: 426px) {
  .mobile {
    display: block;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .mobile {
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .mobile {
    display: none !important;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .mobile {
    display: none !important;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .mobile {
    display: none !important;
  }
}
@media (min-width: 1399px) {
  .mobile {
    display: none !important;
  }
}

.bg-azul {
  background-color: #004C97;
}

.bg-gris {
  background-color: #DBE0E3;
}

.bg-gris-oscuro {
  background-color: #13141D;
}

.bg-gradient {
  background: rgb(239, 29, 39);
  background: -moz-linear-gradient(23deg, rgb(239, 29, 39) 0%, rgb(29, 99, 220) 100%);
  background: -webkit-linear-gradient(23deg, rgb(239, 29, 39) 0%, rgb(29, 99, 220) 100%);
  background: linear-gradient(23deg, rgb(239, 29, 39) 0%, rgb(29, 99, 220) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef1d27",endColorstr="#1d63dc",GradientType=1);
}

.bold {
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}

.art-row article {
  margin-bottom: 0;
}

.box-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  margin: 0 0 30px;
}
.box-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

body.contraste {
  background-color: #13141D !important;
}
body.contraste *, body.contraste article, body.contraste section, body.contraste .form-group .form-control {
  background-color: #13141D !important;
  color: #ffffff !important;
}
body.contraste.home .header .auxi, body.contraste.home .cont-access, body.contraste.home .menu-btn, body.contraste.home .principal .main-content .logo img, body.contraste .alerta .auxi article, body.contraste .alerta .auxi article p, body.contraste .alerta .auxi article p a,
body.contraste .header .nav .nav_cont .cont_social img, body.contraste .menu_responsive .menu-btn:checked ~ .menu-icon .navicon, body.contraste .menu-responsive .cont-logo img, body.contraste .menu-responsive .cont-logo,
body.contraste .card__art .art__auxi .cont-btn, body.contraste .menu-responsive .menu-icon, body.contraste .switch__desktop.checked .light-txt, body.contraste .auxi, body.contraste .destacado .swiper-pagination-bullet, body.contraste .cont__row, body.contraste .header.sticky .acc-cont,
body.contraste .menu-responsive.active, body.contraste section .auxi > .cont-btn, body.contraste .dest-main .swiper.swiper-1 .swiper-pagination-bullets, body.contraste .downloads .auxi ul li a, body.contraste .acc-cont .cont-access, body.contraste .switch__desktop.checked .light-txt,
body.contraste .navbar__btns .item-icon.search-cont .search-wrapper.active .input-holder .search-icon, body.contraste .cont-hero .auxi .row ul.tag li a, body.contraste ul.box-lateral, body.contraste .box-hero.hero-sm .cont-txt,
body.contraste ul.box-lateral li a img, body.contraste .registro .form-horizontal.box-form .form-group input, body.contraste .registro .form-horizontal.box-form .form-group select, body.contraste .head-banner__content,
body.contraste .leaflet-container .leaflet-marker-pane img, body.contraste .acc-holder, body.contraste .red-consular .consulados, body.contraste .tax-cont, body.contraste .box-hero.hero-sm .cont-txt .cont-btn {
  background: none !important;
}
body.contraste .menu-responsive .cont-logo, body.contraste .menu_responsive .menu-icon .navicon, body.contraste .menu_responsive .menu-icon .navicon:before, body.contraste .menu_responsive .menu-icon .navicon:after,
body.contraste .cerrar img, body.contraste .header .google .btn-close img,
body.contraste .header .nav .nav_cont .search-cont .search-wrapper .close:before, body.contraste .swiper-pagination-bullet-active, body.contraste .swiper-pagination .swiper-pagination-bullet-active,
body.contraste .navbar__btns .item-icon.search-cont .search-wrapper .close:before, body.contraste .navbar__btns .item-icon.search-cont .search-wrapper .close:after, body.contraste .menu-responsive .cont-search button img, body.contraste.formulario .d-flex .btn, body.contraste .wp-pagenavi span.pag_actual, body.contraste .wp-pagenavi span.actual, body.contraste .menu-responsive .accordionItemHeading img,
body.contraste .menu-responsive .top-bar .menu-icon .navicon:before, body.contraste .menu-responsive .top-bar .menu-icon .navicon:after, body.contraste .menu-responsive .top-bar .menu-icon .navicon,
body.contraste .switch .slider:before {
  background-color: #ffffff !important;
}
body.contraste a, body.contraste p, body.contraste h1, body.contraste h2, body.contraste h3, body.contraste h4, body.contraste input::placeholder, body.contraste .breadcrumbs .breadcrumb a, body.contraste .breadcrumbs .breadcrumb:last-child, body.contraste .form-container.auxi > .auxi .link_back,
body.contraste .form-horizontal.box-form .form-group input, body.contraste .form-horizontal.box-form .form-group select,
body.contraste input::placeholder, body.contraste input::-webkit-input-placeholder, body.contraste input:-ms-input-placeholder, body.contraste .tit, body.contraste .tit {
  color: #ffffff !important;
}
body.contraste .header .sec-navbar .cont-links .cont-search input, body.contraste select, body.contraste input, body.contraste textarea,
body.contraste .switch .slider.round, body.contraste .acc-cont .cont-access, body.contraste .menu-responsive .cont-search input, body.contraste .acc-cont.active,
body.contraste .cont-hero .auxi .row form .input-holder .search-input:focus, body.contraste .block-cols .lg-4 .card-icon,
body.contraste .cont-hero .auxi .row .servicios .col .box-cajas, body.contraste .cont-hero .auxi .row ul.tag li, body.contraste .top-menu .disclaimer-box,
body.contraste .d-flex .btn-form, body.contraste .form-horizontal.box-form .form-group input, body.contraste .anclas .subtitulos a, body.contraste ul.botones li a, body.contraste .card-icon__vertical a,
body.contraste .validar_documento .auxi-list {
  border: 1px solid #ffffff !important;
}
body.contraste .destacado .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #13141D !important;
}
body.contraste .header .sec-navbar .cont-links .cont-search button, body.contraste .menu-responsive .menu-btn:checked ~ .menu-icon .navicon,
body.contraste .breadcrumbs, body.contraste .destacado .swiper-pagination, body.contraste .header .sec-navbar .cont-access li a, body.contraste .switch__desktop.checked .dark-txt {
  background-color: initial !important;
}
body.contraste.inter .item.destacado .cont-txt, body.contraste .acc-holder .cont-access, body.contraste .block-map .cont-result .btn-sec {
  border: none !important;
}
body.contraste .faq .row .cont-tabs ul li a:not(.inactive), body.contraste.formulario .d-flex .btn, body.contraste .wp-pagenavi span.pag_actual, body.contraste .wp-pagenavi span.actual {
  color: #13141D !important;
}
body.contraste .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background-color: #666666 !important;
}
body.contraste .menu-responsive, body.contraste .menu-sec, body.contraste .box-ubicacion, body.contraste .header, body.contraste .top-menu, body.contraste .header .main-navbar .nav .desp .dropdown-content {
  border-bottom: 1px solid #ffffff;
}
body.contraste .footer, body.contraste .menu_bar {
  border-top: 1px solid #ffffff;
}
body.contraste .switch__desktop.checked .dark-txt {
  color: #2c2c2c !important;
}
body.contraste .alerta:not(.row) {
  background-color: #2c2c2c !important;
}
body.contraste .navbar__btns .item-icon .ic-access:not(.change) {
  background-color: #ffffff !important;
  border-radius: 50%;
}
body.contraste .header .main-navbar .nav li.item-icon .ic-access {
  background-image: url("/consulados/imag/v1/icon/ic_accessibility_w.svg");
}
body.contraste .header .main-navbar .nav li.item-icon .ic-access.change {
  background-image: url("/consulados/imag/v1/icon/ic_close_w.svg");
}

.wp-pagenavi {
  font-size: 15px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  margin: 17px 0 0;
  padding: 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .wp-pagenavi {
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .wp-pagenavi {
    padding: 0;
  }
}
.wp-pagenavi a {
  padding: 12px;
  margin-right: 10px;
  transition: 0.2s all ease;
  display: block;
  color: #5D6673;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
@media (max-width: 426px) {
  .wp-pagenavi a {
    padding: 10px;
    margin-right: 5px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .wp-pagenavi a {
    padding: 10px;
    margin-right: 5px;
  }
}
.wp-pagenavi a:hover {
  color: #13141D;
}
.wp-pagenavi a.page {
  margin-right: 17px;
}
.wp-pagenavi span {
  display: inline-block;
  padding: 12px 16px;
  margin-right: 10px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
@media (max-width: 426px) {
  .wp-pagenavi span {
    padding: 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .wp-pagenavi span {
    padding: 10px;
  }
}

.wp-pagenavi span.pag_actual, .wp-pagenavi span.actual {
  color: #5D6673;
  background-color: #ffffff;
  border-radius: 5px;
}
@media (max-width: 426px) {
  .wp-pagenavi span.pag_actual, .wp-pagenavi span.actual {
    margin-right: 5px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .wp-pagenavi span.pag_actual, .wp-pagenavi span.actual {
    margin-right: 5px;
  }
}

.bg-azul .wp-pagenavi {
  color: #ffffff;
}
.bg-azul .wp-pagenavi a {
  color: #ffffff;
}
.bg-azul .wp-pagenavi span.pag_actual, .bg-azul .wp-pagenavi span.actual {
  color: #004C97;
}

.banner-sticky {
  position: relative;
  padding-top: 0;
  top: 0;
  padding-bottom: 40px;
  transition: 0.3s all ease;
}
.banner-sticky img {
  width: auto;
}
.banner-sticky.sticky {
  position: fixed;
  padding-top: 90px !important;
}
.banner-sticky.no-sticky {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: end;
  -moz-box-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.banner-full {
  padding: 20px 0;
  text-align: center;
}
.banner-full img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.banner-full.banner-img-center {
  padding: 0;
}
.banner-full.banner-img-center .banner-txt {
  border-radius: 0;
}

.banner-top {
  padding: 0;
}

.menujq > ul > li > ul {
  display: none;
}

.modal-selector {
  padding: 20px !important;
  border-radius: 15px;
  max-height: 95vh;
  height: 100%;
  max-width: 90% !important;
  width: 100%;
}
@media (max-width: 426px) {
  .modal-selector {
    padding: 30px 20px !important;
    max-width: 95% !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .modal-selector {
    padding: 30px 20px !important;
    max-width: 95% !important;
  }
}
.modal-selector .btn-close {
  position: absolute;
  right: 5%;
  padding: 15px;
  top: 30px;
}
.modal-selector .btn-close img {
  width: 25px;
}

.fancybox-content {
  border-radius: 20px;
  overflow: auto;
}
.fancybox-content::-webkit-scrollbar {
  width: 8px;
}
.fancybox-content::-webkit-scrollbar-track {
  background: #000000;
  border-radius: 5px;
}
.fancybox-content::-webkit-scrollbar-thumb {
  background: #666666;
  border-radius: 5px;
}

.breadcrumbs {
  padding: 15px 0;
  position: relative;
  text-align: left;
  z-index: 2;
}
.breadcrumbs .breadcrumb {
  color: #5D6673;
  font-size: 15px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
.breadcrumbs .breadcrumb:last-child:after {
  content: none;
}
.breadcrumbs .breadcrumb a {
  color: #13141D;
}
.breadcrumbs .breadcrumb a:hover {
  color: #5D6673;
}

.bg-azul .breadcrumb {
  color: #ffffff;
}
.bg-azul .breadcrumb a {
  color: #ffffff;
}

.media {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 30px 0;
}
.media video {
  width: 100%;
}

.cont_video iframe {
  width: 100%;
}

.media iframe, .media object, .media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.inv {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.desplegado + .btn-more .show {
  display: none !important;
}
.desplegado + .btn-more .hide {
  display: inline-block !important;
}

.wrap-car {
  position: relative;
}
.wrap-car .swiper-5 {
  margin: 0 50px;
  position: initial;
}
@media (max-width: 426px) {
  .wrap-car .swiper-5 {
    margin: 0 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .wrap-car .swiper-5 {
    margin: 0 20px;
  }
}
.wrap-car .swiper-5 .swiper-slide {
  width: 220px;
  height: inherit !important;
}
.wrap-car .swiper-5 .swiper-button-prev, .wrap-car .swiper-5 .swiper-button-next {
  top: calc(50% - 35px);
}

.swiper-container {
  padding: 0;
}
@media (max-width: 426px) {
  .swiper-container {
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .swiper-container {
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .swiper-container {
    padding: 0;
  }
}
.swiper-container .swiper-pagination {
  position: absolute;
  bottom: 30px !important;
}
@media (max-width: 426px) {
  .swiper-container .swiper-pagination {
    bottom: 25px !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .swiper-container .swiper-pagination {
    bottom: 25px !important;
  }
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.2);
  height: 11px;
  width: 11px;
  margin: 0 10px !important;
  transition: 0.2s all ease;
  border-radius: 50%;
  opacity: 1;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #EB0028;
  border-radius: 3rem;
}

.swiper-wrapper {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.swiper-slide {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  height: auto !important;
}
.swiper-slide .cont-txt {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}

.swiper-button-next, .swiper-button-prev {
  outline: none;
}

.box-hero {
  position: relative;
}
.box-hero::before {
  z-index: 1;
}
.box-hero .cont-txt {
  position: absolute;
  left: 0;
  top: 125px;
  max-width: 80%;
  padding: 50px 25px;
  z-index: 1;
}
@media (max-width: 426px) {
  .box-hero .cont-txt {
    max-width: 100%;
    padding: 20px 15px 80px;
    top: 0;
    bottom: 0;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-hero .cont-txt {
    max-width: 100%;
    padding: 20px 15px 80px;
    top: 0;
    bottom: 0;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-hero .cont-txt {
    max-width: 100% !important;
    padding: 0 30px;
    top: 17% !important;
    display: block !important;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .box-hero .cont-txt {
    padding: 40px 30px 20px;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .box-hero .cont-txt {
    padding: 50px 0;
  }
}
.box-hero .cont-txt .tit, .box-hero .cont-txt .baj {
  color: #ffffff;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.box-hero .cont-txt .tit {
  font-size: 100px;
  line-height: 1.3;
  margin-bottom: 40px;
}
@media (max-width: 426px) {
  .box-hero .cont-txt .tit {
    font-size: 45px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-hero .cont-txt .tit {
    font-size: 45px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-hero .cont-txt .tit {
    font-size: 45px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .box-hero .cont-txt .tit {
    font-size: 45px;
  }
}
.box-hero .cont-txt .baj {
  line-height: 1.5;
  font-size: 20px;
  line-height: 137%;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
@media (max-width: 426px) {
  .box-hero .cont-txt .cont-btn {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-hero .cont-txt .cont-btn {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (max-width: 426px) {
  .box-hero .cont-txt .cont-btn a {
    min-width: auto !important;
    border: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-hero .cont-txt .cont-btn a {
    min-width: auto !important;
    border: none;
  }
}
.box-hero .img-wrap {
  overflow: hidden;
}
@media (max-width: 426px) {
  .box-hero .img-wrap img {
    width: 100%;
    position: relative;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-hero .img-wrap img {
    width: 100%;
    position: relative;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-hero .img-wrap img {
    width: 100%;
    position: relative;
    height: 400px;
    object-fit: cover;
    object-position: 50%;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .box-hero .img-wrap img {
    height: 400px;
    object-fit: cover;
    object-position: 50%;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .box-hero .img-wrap img {
    height: 350px;
    object-fit: cover;
    object-position: 50%;
  }
}
.box-hero .img-wrap picture {
  width: 100%;
}
.box-hero .img-wrap picture img {
  width: 100%;
}
.box-hero.hero-center .cont-txt {
  left: 0;
  right: 0;
  max-width: 90vw;
  bottom: 0;
  top: auto;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 426px) {
  .box-hero.hero-center .cont-txt {
    max-width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-hero.hero-center .cont-txt {
    max-width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-hero.hero-center .cont-txt {
    max-width: 100%;
  }
}
.box-hero.hero-center .cont-txt .tit {
  font-size: 50px;
  margin-bottom: 10px;
  text-shadow: 0px 4px 13px #13141D;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
@media (max-width: 426px) {
  .box-hero.hero-center .cont-txt .tit {
    font-size: 24px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-hero.hero-center .cont-txt .tit {
    font-size: 24px;
  }
}
.box-hero.hero-center .cont-txt .baj {
  font-size: 15px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.box-hero.hero-sm:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 76, 151, 0.7), rgba(0, 76, 151, 0.7));
}
.box-hero.hero-sm .bar {
  position: relative;
  z-index: 2;
}
.box-hero.hero-sm .bar img {
  height: 8px;
}
.box-hero.hero-sm .cont-txt {
  top: 0;
  bottom: 0;
  max-width: 72%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .box-hero.hero-sm .cont-txt {
    max-width: 100%;
    padding-bottom: 40px;
    width: 100%;
    display: block;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    top: 10%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-hero.hero-sm .cont-txt {
    max-width: 100%;
    padding-bottom: 40px;
    width: 100%;
    display: block;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    top: 30%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-hero.hero-sm .cont-txt {
    right: 0;
    width: 100%;
    display: flex !important;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .box-hero.hero-sm .cont-txt {
    max-width: 100%;
    width: 97%;
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 0;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .box-hero.hero-sm .cont-txt {
    max-width: 91%;
    margin: 0 auto;
    right: 0;
  }
}
@media (min-width: 1399px) {
  .box-hero.hero-sm .cont-txt {
    max-width: 1500px;
    margin: 0 auto;
    right: 0;
    width: 97%;
  }
}
.box-hero.hero-sm .cont-txt .cont-btn {
  padding: 0 3% 0 0;
}
@media (max-width: 426px) {
  .box-hero.hero-sm .cont-txt .cont-btn {
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-hero.hero-sm .cont-txt .cont-btn {
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-hero.hero-sm .cont-txt .cont-btn {
    max-width: 100%;
    margin: 0 auto 30px;
    padding: 0;
  }
}
@media (max-width: 426px) {
  .box-hero.hero-sm .cont-txt .cont-btn .btn-main {
    max-width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-hero.hero-sm .cont-txt .cont-btn .btn-main {
    max-width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-hero.hero-sm .cont-txt .cont-btn .btn-main {
    max-width: 100%;
  }
}
.box-hero.hero-sm .cont-txt .left {
  max-width: 70%;
}
@media (max-width: 426px) {
  .box-hero.hero-sm .cont-txt .left {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-hero.hero-sm .cont-txt .left {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-hero.hero-sm .cont-txt .left {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .box-hero.hero-sm .cont-txt .left {
    max-width: 60%;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .box-hero.hero-sm .cont-txt .left {
    max-width: 55%;
  }
}
@media (min-width: 1399px) {
  .box-hero.hero-sm .cont-txt .left {
    max-width: 55%;
  }
}
.box-hero.hero-sm .cont-txt .tit {
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  font-size: 35px;
  line-height: 120%;
}
@media (max-width: 426px) {
  .box-hero.hero-sm .cont-txt .tit {
    font-size: 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-hero.hero-sm .cont-txt .tit {
    font-size: 30px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-hero.hero-sm .cont-txt .tit {
    font-size: 40px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .box-hero.hero-sm .cont-txt .tit {
    font-size: 40px;
  }
}
@media (max-width: 426px) {
  .box-hero.hero-sm .btn-main {
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-hero.hero-sm .btn-main {
    width: 100%;
  }
}
.box-hero.hero-sm .img-wrap picture img {
  position: relative;
  object-fit: cover;
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .box-hero.hero-sm .img-wrap picture img {
    height: 280px;
  }
}
@media (min-width: 1399px) {
  .box-hero.hero-sm .img-wrap picture img {
    height: 280px;
  }
}

li.hora {
  display: flex !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  position: relative;
  width: 100%;
  padding: 10px !important;
}
li.hora span {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  color: #FFFFFF !important;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
}
li.hora span a {
  color: #FFFFFF !important;
}

.hora {
  position: fixed;
  right: 0;
  top: 80%;
  padding: 15px;
  background: #004C97;
  border: 1px solid #0F69B4;
  width: 175px;
  display: flex !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  z-index: 2;
}
@media (max-width: 426px) {
  .hora {
    display: none !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .hora {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .hora {
    display: block;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .hora {
    display: block;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .hora {
    display: block;
  }
}
@media (min-width: 1399px) {
  .hora {
    display: block;
  }
}
.hora:hover {
  opacity: 0.9;
  transition: 0.3s all ease;
}
.hora img {
  width: 20px;
  margin: 0 10px 0 0;
}
.hora span {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
}
.hora span a {
  color: #FFFFFF;
}

ul.box-lateral {
  top: 45%;
  position: fixed;
  right: 0;
  z-index: 9999;
  display: block;
}
@media (max-width: 426px) {
  ul.box-lateral {
    top: auto;
    bottom: 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: inline-axis;
    -webkit-box-orient: horizontal;
    -moz-box-orient: inline-axis;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: stretch;
    -moz-box-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  ul.box-lateral {
    top: auto;
    bottom: 0;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: inline-axis;
    -webkit-box-orient: horizontal;
    -moz-box-orient: inline-axis;
    -moz-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-align: stretch;
    -moz-box-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    width: 100%;
  }
}
ul.box-lateral li {
  float: right;
  clear: both;
  margin: 1px 0 0 0;
  min-width: 65px;
}
@media (max-width: 426px) {
  ul.box-lateral li {
    min-width: 33.33%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  ul.box-lateral li {
    min-width: 33.33%;
  }
}
ul.box-lateral li a {
  border-radius: 5px 0px 0px 5px;
  padding: 15px;
  float: left;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 426px) {
  ul.box-lateral li a {
    height: 100%;
    padding: 5px;
    border-radius: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  ul.box-lateral li a {
    height: 100%;
    padding: 5px;
    border-radius: 0;
  }
}
ul.box-lateral li a:hover span {
  display: block;
  margin-left: 8px;
  right: 0;
  opacity: 1;
  transition: 0.7s all ease;
}
@media (max-width: 426px) {
  ul.box-lateral li a:hover span {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  ul.box-lateral li a:hover span {
    display: none;
  }
}
ul.box-lateral li .color-uno {
  background: #EB0028 !important;
  border: 1px solid #EB3C46;
}
ul.box-lateral li .color-uno span {
  color: #ffffff;
}
ul.box-lateral li .color-dos {
  background: #76E1AE !important;
  border: 1px solid #76E1AE;
}
ul.box-lateral li .color-dos span {
  color: #004C97;
}
ul.box-lateral li .color-tres {
  background: #F3C745 !important;
  border: 1px solid #F3C745;
}
ul.box-lateral li .color-tres span {
  color: #004C97;
}
ul.box-lateral li span {
  display: none;
  right: -165px;
  margin-left: 0;
  opacity: 0;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #FFFFFF;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
@media (max-width: 426px) {
  ul.box-lateral li .ico.aleft {
    margin: 0 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  ul.box-lateral li .ico.aleft {
    margin: 0 auto;
  }
}

.star-rating {
  direction: rtl;
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 0 0 0 20px;
  cursor: default;
  position: relative;
}

.calificacion {
  max-width: 590px;
  width: 100%;
}

.calificacion [type=radio]:checked, .calificacion [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.star-rating input[type=radio] {
  display: none;
}

.cotizador button, input {
  background: none;
  outline: none;
  border: none;
}

select, input {
  -webkit-appearance: none;
  -moz-appearance: none !important;
  appearance: none;
  -webkit-border-radius: 0;
}

.calificacion .star-rating [type=radio]:checked + label, .calificacion .star-rating [type=radio]:not(:checked) + label {
  padding-left: 0;
  width: 35px;
  height: 35px;
  background-image: url("/consulados/imag/v1/icon/star.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: relative;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.calificacion [type=radio]:checked + label, .calificacion [type=radio]:not(:checked) + label {
  padding-top: 2px;
  color: #6F6F6F;
  padding-left: 25px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}

.calificacion [type=radio]:checked + label, .calificacion [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #232323;
  padding-top: 5px;
}

.star-rating label {
  color: #bbb;
  font-size: 2rem;
  padding: 0;
  padding-top: 0px;
  padding-left: 0px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.calificacion [type=radio]:checked + label, .calificacion [type=radio]:not(:checked) + label {
  color: #6F6F6F;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}

.calificacion [type=radio]:checked + label, .calificacion [type=radio]:not(:checked) + label {
  cursor: pointer;
  line-height: 20px;
  color: #232323;
}

.star-rating label {
  color: #bbb;
  font-size: 2rem;
  cursor: pointer;
}

.calificacion .star-rating label:hover, .calificacion .star-rating label:hover ~ label, .calificacion .star-rating input[type=radio]:checked ~ label {
  background-image: url("/consulados/imag/v1/icon/star_active.svg");
}

.star-rating {
  direction: rtl;
  cursor: default;
}

.paso-uno, .paso-dos, .paso-tres {
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  padding: 20px;
}
.paso-uno .titu, .paso-dos .titu, .paso-tres .titu {
  font-size: 18px;
  line-height: 21px;
  color: #555559;
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 500;
}
@media (max-width: 426px) {
  .paso-uno .titu, .paso-dos .titu, .paso-tres .titu {
    text-align: center;
    margin-bottom: 5px;
  }
}

.paso-uno {
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 426px) {
  .paso-uno {
    display: block;
  }
}

.paso-dos {
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.paso-dos .titu {
  margin-bottom: 20px;
}
.paso-dos .form-box {
  gap: 24px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 426px) {
  .paso-dos .form-box {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .paso-dos .form-box {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.paso-dos .limit-char {
  margin-top: 10px;
  color: #EB0028;
  font-size: 14px;
}
.paso-dos textarea.form-control {
  padding: 15px 20px;
  width: 415px;
  height: 100px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  border: 0 solid #DBE0E3;
  border-radius: 0;
}
@media (max-width: 426px) {
  .paso-dos textarea.form-control {
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .paso-dos textarea.form-control {
    width: 100%;
  }
}
.paso-dos .cont-btn {
  padding: 0 !important;
}
.paso-dos .cont-btn .btn-main {
  text-align: center;
  padding: 17px 20px;
  width: 91px;
  height: 55px;
  background: #0F69B4;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
}

.paso-tres {
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.paso-tres .titu {
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-family: "RobotoSlab", sans-serif;
  font-weight: 400;
}
.paso-tres .titu strong {
  font-size: 18px;
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 500;
}
.paso-tres .img-wrap {
  width: 95px;
  height: 95px;
  margin-bottom: 20px;
}
@media (max-width: 426px) {
  .paso-tres .img-wrap {
    width: 65px;
    height: 65px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .paso-tres .img-wrap {
    width: 65px;
    height: 65px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .paso-tres .img-wrap {
    width: 75px;
    height: 75px;
  }
}
.paso-tres .img-wrap img {
  width: auto;
  height: auto;
}

@media (max-width: 426px) {
  .woot-widget-bubble.woot-widget--expanded {
    bottom: 45px !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .woot-widget-bubble.woot-widget--expanded {
    bottom: 45px !important;
  }
}

.header {
  padding: 0;
  transition: 0.2s all ease;
  position: relative;
  background-color: #ffffff;
  z-index: 1100;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
@media (max-width: 426px) {
  .header {
    padding: 0;
    position: relative;
    overflow: visible;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .header {
    padding: 0;
    position: relative;
    overflow: visible;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .header {
    padding: 0;
    overflow: visible;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-flex-direction: column-reverse;
    -webkit-box-direction: reverse;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header {
    padding: 0 0 10px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .header .desktop {
    display: none !important;
  }
}
.header.sticky {
  position: fixed;
  transition: 0.2s all ease;
  -webkit-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 3px 5px -3px rgba(51, 24, 24, 0.1411764706);
  box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.14);
}
.header.sticky .main-navbar .cont-logo a {
  -webkit-flex: 0 1 150px;
  flex: 0 1 150px;
}
.header.sticky .nav .cont-links .dropdown .desp .dropdown-content {
  top: 120px;
}
.header.sticky .nav .cont-links .dropdown .desp--small .dropdown-content {
  top: 65px;
}
.header.sticky .menu-responsive .cont-logo img {
  width: 160px;
}
@media (max-width: 426px) {
  .header__fondo {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .header__fondo {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .header__fondo {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .header .top-menu {
    display: block !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .header .top-menu ul {
    display: none;
  }
}
.header .top-menu__fondo {
  position: relative;
}
@media (max-width: 426px) {
  .header .top-menu__fondo .auxi {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .header .top-menu__fondo .auxi {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .header .top-menu__fondo .auxi {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.header .google {
  padding: 5px 0;
}
.header .google button.btn-disclaimer {
  color: #ffffff;
  gap: 10px;
  font-size: 16px;
  line-height: 1;
  border-radius: 6px;
  padding: 6px 15px;
  border: 1px solid #808080;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .google button.btn-disclaimer__fondo {
  padding: 6px 0 6px 15px;
}
@media (max-width: 426px) {
  .header .google button.btn-disclaimer__fondo {
    padding: 6px 10px 6px 10px;
    border: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .header .google button.btn-disclaimer__fondo {
    padding: 6px 10px 6px 10px;
    border: 0;
  }
}
.header .google img {
  background-image: url(/consulados/imag/v1/icon/ic_translate.svg) !important;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center !important;
}
.header .google img {
  display: inline-block !important;
}
.header .main-navbar {
  padding: 15px 0;
}
.header .main-navbar .cont-logo {
  transition: 0.2s all ease;
  margin-right: 30px;
  gap: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .header .main-navbar .cont-logo {
    display: block;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .header .main-navbar .cont-logo {
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .header .main-navbar .cont-logo {
    display: block;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header .main-navbar .cont-logo {
    margin-right: 10px;
    display: block;
  }
}
.header .main-navbar .cont-logo .logo-main-link {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-flex: 0 1 270px;
  flex: 0 1 270px;
}
.header .main-navbar .cont-logo .logo-main-link img {
  width: 270px;
}
.header .main-navbar .cont-logo span {
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  color: #D23131;
  font-size: 16px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  border-left: 1px solid #D23131;
  height: 20px;
  padding: 0 0 0 5px;
  margin: 0 0 0 5px;
  flex: 1 0 auto;
}
@media (max-width: 426px) {
  .header .main-navbar .cont-logo span {
    border-left: 0 solid #D23131;
    padding: 0;
    margin: 5px 0 0 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .header .main-navbar .cont-logo span {
    border-left: 0 solid #D23131;
    padding: 0;
    margin: 5px 0 0 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .header .main-navbar .cont-logo span {
    border-left: 0 solid #D23131;
    padding: 0;
    margin: 5px 0 0 0;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header .main-navbar .cont-logo span {
    border-left: 0 solid #D23131;
    padding: 0;
    margin: 5px 0 0 0;
  }
}
.header .main-navbar .auxi {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header .main-navbar .auxi {
    padding: 0 10px;
  }
}
.header .main-navbar .auxi .cont-logo-fondo {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  gap: 20px;
  align-items: center;
}
.header .main-navbar .nav {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  flex: 1 0 auto;
}
.header .main-navbar .nav .cont-links {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.header .main-navbar .nav .cont-links + .cont-links {
  padding-left: 20px;
  padding-right: 2x;
}
.header .main-navbar .nav .cont-links + .cont-links > li {
  padding-left: 10px;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header .main-navbar .nav .cont-links + .cont-links > li {
    padding-left: 5px;
  }
}
.header .main-navbar .nav .cont-links > li + li {
  padding-left: 10px;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header .main-navbar .nav .cont-links > li + li {
    padding-left: 2px;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .header .main-navbar .nav .cont-links > li + li {
    padding-left: 5px;
  }
}
@media (min-width: 1399px) {
  .header .main-navbar .nav .cont-links > li + li {
    padding-left: 5px;
  }
}
.header .main-navbar .nav .cont-links > li:last-child a {
  margin-right: 0;
}
.header .main-navbar .nav .cont-links > li > a {
  color: #004C97;
  padding: 10px 20px;
  margin-top: 0;
  font-size: 20px;
  line-height: 26px;
  transition: 0.2s all ease;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header .main-navbar .nav .cont-links > li > a {
    font-size: 12px;
    padding: 10px 20px;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .header .main-navbar .nav .cont-links > li > a {
    padding: 10px 20px;
  }
}
.header .main-navbar .nav .cont-links > li > a .arrow-d {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 7px;
  transition: 0.2s all ease;
  background-image: url("/consulados/imag/v1/icon/chevron_down_b.svg");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
}
.header .main-navbar .nav .cont-links > li > a:hover {
  color: #5D6673;
}
.header .main-navbar .nav .cont-links .link-logo > a {
  padding: 10px 0;
}
.header .main-navbar .nav .cont-links .link-logo > a img {
  width: 60px;
}
.header .main-navbar .nav .cont-links-fon {
  gap: 30px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header .main-navbar .nav .cont-links-fon {
    gap: 5px;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .header .main-navbar .nav .cont-links-fon {
    gap: 15px;
  }
}
@media (min-width: 1399px) {
  .header .main-navbar .nav .cont-links-fon {
    gap: 20px;
  }
}
.header .main-navbar .nav .cont-links-fon li {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header .main-navbar .nav .cont-links-fon li.active a {
  position: relative;
  color: #004C97;
}
.header .main-navbar .nav .cont-links-fon li.active a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #004C97;
  position: absolute;
  left: calc(50% - 5px);
  bottom: 0;
}
.header .main-navbar .nav .cont-links-fon + .cont-links {
  padding-left: 20px;
  padding-right: 2x;
}
.header .main-navbar .nav .cont-links-fon + .cont-links > li {
  padding-left: 10px;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header .main-navbar .nav .cont-links-fon + .cont-links > li {
    padding-left: 5px;
  }
}
.header .main-navbar .nav .cont-links-fon > li + li {
  padding-left: 10px;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header .main-navbar .nav .cont-links-fon > li + li {
    padding-left: 2px;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .header .main-navbar .nav .cont-links-fon > li + li {
    padding-left: 5px;
  }
}
@media (min-width: 1399px) {
  .header .main-navbar .nav .cont-links-fon > li + li {
    padding-left: 5px;
  }
}
.header .main-navbar .nav .cont-links-fon > li:last-child a {
  margin-right: 0;
}
.header .main-navbar .nav .cont-links-fon > li > a {
  color: #13141D;
  padding: 15px 13px;
  margin-top: 0;
  font-size: 20px;
  line-height: 26px;
  transition: 0.2s all ease;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header .main-navbar .nav .cont-links-fon > li > a {
    font-size: 18px;
    padding: 10px;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .header .main-navbar .nav .cont-links-fon > li > a {
    padding: 10px;
  }
}
.header .main-navbar .nav .cont-links-fon > li > a .arrow-d {
  position: relative;
  display: inline-block;
  margin-left: 5px;
  width: 12px;
  height: 7px;
  transition: 0.2s all ease;
  background-image: url("/consulados/imag/v1/icon/chevron_down_b.svg");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
}
.header .main-navbar .nav .cont-links-fon > li > a:hover {
  color: #004C97;
}
.header .main-navbar .nav .cont-links-fon .link-logo > a {
  padding: 10px 0;
}
.header .main-navbar .nav .cont-links-fon .link-logo > a img {
  width: 60px;
}
.header .main-navbar .nav .desp {
  border-radius: 5px 5px 0px 0px;
}
.header .main-navbar .nav .desp .sub-menu, .header .main-navbar .nav .desp .dropdown-content {
  display: none;
  position: absolute;
  z-index: 30;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffffff;
  border-radius: 0;
  transition: 0.2s all ease;
  left: 0;
  top: 165px;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header .main-navbar .nav .desp .sub-menu, .header .main-navbar .nav .desp .dropdown-content {
    top: 135px;
  }
}
.header .main-navbar .nav .desp .sub-menu .auxi, .header .main-navbar .nav .desp .dropdown-content .auxi {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.header .main-navbar .nav .desp .sub-menu ul, .header .main-navbar .nav .desp .dropdown-content ul {
  padding: 0 20px;
}
.header .main-navbar .nav .desp .sub-menu ul li a, .header .main-navbar .nav .desp .dropdown-content ul li a {
  padding: 10px;
  color: #555559;
  font-size: 18px;
  line-height: 1.3;
  padding: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
.header .main-navbar .nav .desp .sub-menu ul li a span.tit, .header .main-navbar .nav .desp .dropdown-content ul li a span.tit {
  color: #555559;
  font-size: 18px;
  line-height: 1.3;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  -webkit-flex: 0 1 90%;
  flex: 0 1 90%;
}
.header .main-navbar .nav .desp .sub-menu ul li a span.tit:hover, .header .main-navbar .nav .desp .dropdown-content ul li a span.tit:hover {
  color: #ffffff !important;
}
.header .main-navbar .nav .desp .sub-menu ul li a span, .header .main-navbar .nav .desp .dropdown-content ul li a span {
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0;
  margin-right: 10px;
}
.header .main-navbar .nav .desp .sub-menu ul li a .icon_uno, .header .main-navbar .nav .desp .dropdown-content ul li a .icon_uno {
  background-image: url("/consulados/imag/v1/icon/ico_menu01.svg");
  background-size: 24px auto;
  width: 24px;
  height: 24px;
  -webkit-flex: 0 1 24px;
  flex: 0 1 24px;
}
.header .main-navbar .nav .desp .sub-menu ul li a .icon_dos, .header .main-navbar .nav .desp .dropdown-content ul li a .icon_dos {
  background-image: url("/consulados/imag/v1/icon/ico_menu02.svg");
  background-size: 24px auto;
  width: 24px;
  height: 24px;
  -webkit-flex: 0 1 24px;
  flex: 0 1 24px;
}
.header .main-navbar .nav .desp .sub-menu ul li a .icon_tres, .header .main-navbar .nav .desp .dropdown-content ul li a .icon_tres {
  background-image: url("/consulados/imag/v1/icon/ico_menu03.svg");
  background-size: 23px auto;
  width: 23px;
  height: 23px;
  -webkit-flex: 0 1 23px;
  flex: 0 1 23px;
}
.header .main-navbar .nav .desp .sub-menu ul li a .icon_cuatro, .header .main-navbar .nav .desp .dropdown-content ul li a .icon_cuatro {
  background-image: url("/consulados/imag/v1/icon/ico_menu04.svg");
  background-size: 25px auto;
  width: 25px;
  height: 24px;
  -webkit-flex: 0 1 25px;
  flex: 0 1 25px;
}
.header .main-navbar .nav .desp .sub-menu ul li a .icon_cinco, .header .main-navbar .nav .desp .dropdown-content ul li a .icon_cinco {
  background-image: url("/consulados/imag/v1/icon/ico_menu05.svg");
  background-size: 25px auto;
  width: 25px;
  height: 24px;
  -webkit-flex: 0 1 25px;
  flex: 0 1 25px;
}
.header .main-navbar .nav .desp .sub-menu ul li a .icon_seis, .header .main-navbar .nav .desp .dropdown-content ul li a .icon_seis {
  background-image: url("/consulados/imag/v1/icon/ico_menu06.svg");
  background-size: 25px auto;
  width: 25px;
  height: 24px;
  -webkit-flex: 0 1 25px;
  flex: 0 1 25px;
}
.header .main-navbar .nav .desp .sub-menu ul li a .icon_siete, .header .main-navbar .nav .desp .dropdown-content ul li a .icon_siete {
  background-image: url("/consulados/imag/v1/icon/ico_menu07.svg");
  background-size: 25px auto;
  width: 25px;
  height: 24px;
  -webkit-flex: 0 1 25px;
  flex: 0 1 25px;
}
.header .main-navbar .nav .desp .sub-menu ul li a .icon_ocho, .header .main-navbar .nav .desp .dropdown-content ul li a .icon_ocho {
  background-image: url("/consulados/imag/v1/icon/ico_menu08.svg");
  background-size: 25px auto;
  width: 25px;
  height: 24px;
  -webkit-flex: 0 1 25px;
  flex: 0 1 25px;
}
.header .main-navbar .nav .desp .sub-menu ul li a .icon_nueve, .header .main-navbar .nav .desp .dropdown-content ul li a .icon_nueve {
  background-image: url("/consulados/imag/v1/icon/ico_menu09.svg");
  background-size: 19px auto;
  width: 19px;
  height: 22px;
  -webkit-flex: 0 1 19px;
  flex: 0 1 19px;
}
.header .main-navbar .nav .desp .sub-menu ul li a .icon_diez, .header .main-navbar .nav .desp .dropdown-content ul li a .icon_diez {
  background-image: url("/consulados/imag/v1/icon/ico_menu10.svg");
  background-size: 24px auto;
  width: 24px;
  height: 24px;
  -webkit-flex: 0 1 24px;
  flex: 0 1 24px;
}
.header .main-navbar .nav .desp .sub-menu ul li a .icon_once, .header .main-navbar .nav .desp .dropdown-content ul li a .icon_once {
  background-image: url("/consulados/imag/v1/icon/ico_menu11.svg");
  background-size: 24px auto;
  width: 24px;
  height: 24px;
  -webkit-flex: 0 1 24px;
  flex: 0 1 24px;
}
.header .main-navbar .nav .desp .sub-menu ul li a .icon_doce, .header .main-navbar .nav .desp .dropdown-content ul li a .icon_doce {
  background-image: url("/consulados/imag/v1/icon/ico_menu12.svg");
  background-size: 24px auto;
  width: 24px;
  height: 24px;
  -webkit-flex: 0 1 24px;
  flex: 0 1 24px;
}
.header .main-navbar .nav .desp .sub-menu ul li a:hover, .header .main-navbar .nav .desp .dropdown-content ul li a:hover {
  color: #ffffff !important;
  background-color: #555559;
  transition: 0.3s all ease;
}
.header .main-navbar .nav .desp .sub-menu ul li a:hover span.tit, .header .main-navbar .nav .desp .dropdown-content ul li a:hover span.tit {
  color: #ffffff !important;
}
.header .main-navbar .nav .desp .sub-menu ul li a:hover .icon_uno, .header .main-navbar .nav .desp .dropdown-content ul li a:hover .icon_uno {
  background-image: url("/consulados/imag/v1/icon/ico_menu01_hover.svg");
}
.header .main-navbar .nav .desp .sub-menu ul li a:hover .icon_dos, .header .main-navbar .nav .desp .dropdown-content ul li a:hover .icon_dos {
  background-image: url("/consulados/imag/v1/icon/ico_menu02_hover.svg");
}
.header .main-navbar .nav .desp .sub-menu ul li a:hover .icon_tres, .header .main-navbar .nav .desp .dropdown-content ul li a:hover .icon_tres {
  background-image: url("/consulados/imag/v1/icon/ico_menu03_hover.svg");
}
.header .main-navbar .nav .desp .sub-menu ul li a:hover .icon_cuatro, .header .main-navbar .nav .desp .dropdown-content ul li a:hover .icon_cuatro {
  background-image: url("/consulados/imag/v1/icon/ico_menu04_hover.svg");
}
.header .main-navbar .nav .desp .sub-menu ul li a:hover .icon_cinco, .header .main-navbar .nav .desp .dropdown-content ul li a:hover .icon_cinco {
  background-image: url("/consulados/imag/v1/icon/ico_menu05_hover.svg");
}
.header .main-navbar .nav .desp .sub-menu ul li a:hover .icon_seis, .header .main-navbar .nav .desp .dropdown-content ul li a:hover .icon_seis {
  background-image: url("/consulados/imag/v1/icon/ico_menu06_hover.svg");
}
.header .main-navbar .nav .desp .sub-menu ul li a:hover .icon_siete, .header .main-navbar .nav .desp .dropdown-content ul li a:hover .icon_siete {
  background-image: url("/consulados/imag/v1/icon/ico_menu07_hover.svg");
}
.header .main-navbar .nav .desp .sub-menu ul li a:hover .icon_ocho, .header .main-navbar .nav .desp .dropdown-content ul li a:hover .icon_ocho {
  background-image: url("/consulados/imag/v1/icon/ico_menu08_hover.svg");
}
.header .main-navbar .nav .desp .sub-menu ul li a:hover .icon_nueve, .header .main-navbar .nav .desp .dropdown-content ul li a:hover .icon_nueve {
  background-image: url("/consulados/imag/v1/icon/ico_menu09_hover.svg");
}
.header .main-navbar .nav .desp .sub-menu ul li a:hover .icon_diez, .header .main-navbar .nav .desp .dropdown-content ul li a:hover .icon_diez {
  background-image: url("/consulados/imag/v1/icon/ico_menu10_hover.svg");
}
.header .main-navbar .nav .desp .sub-menu ul li a:hover .icon_once, .header .main-navbar .nav .desp .dropdown-content ul li a:hover .icon_once {
  background-image: url("/consulados/imag/v1/icon/ico_menu11_hover.svg");
}
.header .main-navbar .nav .desp .sub-menu ul li a:hover .icon_doce, .header .main-navbar .nav .desp .dropdown-content ul li a:hover .icon_doce {
  background-image: url("/consulados/imag/v1/icon/ico_menu12_hover.svg");
}
.header .main-navbar .nav .desp:hover {
  color: #ffffff;
}
.header .main-navbar .nav .desp:hover a {
  color: #ffffff !important;
  background-color: #004C97;
  color: #ffffff;
  background-image: url("/consulados/imag/v1/icon/arrow_open.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  background-size: 18px 18px;
}
.header .main-navbar .nav .desp:hover .sub-menu, .header .main-navbar .nav .desp:hover .dropdown-content {
  transition: 0.2s all ease;
}
.header .main-navbar .nav .desp:hover .sub-menu li a, .header .main-navbar .nav .desp:hover .dropdown-content li a {
  color: #555559 !important;
  font-size: 18px;
  line-height: 21px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  background: none;
}
.header .main-navbar .nav .desp > a {
  background-image: url("/consulados/imag/v1/icon/arrow_close.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  background-size: 18px 18px;
  padding-right: 40px !important;
}
.header .main-navbar .nav .desp > a:hover {
  background-color: #004C97;
  color: #ffffff;
  background-image: url("/consulados/imag/v1/icon/arrow_open.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  background-size: 18px 18px;
  transition: 0.3s all ease;
}
.header .main-navbar .nav .desp--small {
  position: relative;
}
.header .main-navbar .nav .desp--small .sub-menu, .header .main-navbar .nav .desp--small .dropdown-content {
  top: 90px;
  max-width: 300px;
  width: 300px;
  left: auto;
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header .main-navbar .nav .desp--small .sub-menu, .header .main-navbar .nav .desp--small .dropdown-content {
    top: 65px;
  }
}
.header .main-navbar .nav .desp--small .dropdown-content .auxi {
  padding: 0;
}
.header .main-navbar .nav .desp--small .dropdown-content .auxi ul {
  padding: 0;
}
.header .main-navbar .nav .desp--small .dropdown-content .auxi ul li a {
  padding: 20px 10px;
}
.header .main-navbar .nav .desp--small:last-child .dropdown-content {
  right: 0;
}
.header .main-navbar .nav .desp--none {
  border-radius: 0 !important;
}
.header .main-navbar .nav .desp--none .dropbtn-m {
  background: none;
  padding-right: 20px !important;
  border-radius: 0 !important;
}
.header .main-navbar .nav .desp--none:hover {
  background-color: #004C97;
  color: #ffffff !important;
}
.header .main-navbar .nav li {
  list-style: none;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.header .main-navbar .nav li a {
  position: relative;
  display: block;
  color: #13141D;
  height: 100%;
  padding: 14px 20px;
  text-decoration: none;
}
.header .main-navbar .nav li a span {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
  color: #13141D;
}
.header .main-navbar .nav li a:hover {
  color: #DBE0E3;
}
.header .main-navbar .nav li.item-icon {
  position: relative;
}
.header .main-navbar .nav li.item-icon a span {
  transform: none !important;
}
.header .main-navbar .nav li.item-icon a::before, .header .main-navbar .nav li.item-icon a:after {
  content: none;
}
.header .main-navbar .nav li.item-icon .ic-access {
  display: inline-block;
  background-image: url("/consulados/imag/v1/icon/ic_accessibility.svg");
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 100%;
  width: 30px;
  height: 30px;
  transition: 0.2s all ease;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header .main-navbar .nav li.item-icon .ic-access {
    width: 20px;
    height: 20px;
  }
}
.header .main-navbar .nav li.item-icon .ic-access.change {
  background-image: url("/consulados/imag/v1/icon/ic_close.svg");
}
.header .main-navbar .nav li.item-icon.search-cont {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: 15px;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header .main-navbar .nav li.item-icon.search-cont {
    margin-left: 0;
    margin-right: 20px;
  }
}
.header .main-navbar .nav li.item-icon.search-cont .search-wrapper {
  position: absolute;
  right: 0;
}
.header .main-navbar .nav li.item-icon.search-cont .search-wrapper.active .close {
  right: -23px;
  opacity: 1;
  transform: rotate(45deg);
  transition: all 0.6s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition-delay: 0.5s;
}
.header .main-navbar .nav li.item-icon.search-cont .search-wrapper.active .input-holder {
  width: 50vw;
  background-color: #ffffff;
  border: none;
  transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
}
.header .main-navbar .nav li.item-icon.search-cont .search-wrapper.active .input-holder .search-input {
  opacity: 1;
  padding: 12px 30px;
  outline: none;
  color: #13141D;
  border: none;
}
.header .main-navbar .nav li.item-icon.search-cont .search-wrapper.active .input-holder .search-icon {
  border: none;
}
.header .main-navbar .nav li.item-icon.search-cont .search-wrapper.active .input-holder .search-icon.btn {
  padding: 15px 20px;
  width: auto;
  height: auto;
  top: 0;
  display: block;
}
.header .main-navbar .nav li.item-icon.search-cont .search-wrapper.active .input-holder .search-icon.btn .ic-search {
  background-image: url("/consulados/imag/v1/icon/ic_search_d.svg");
}
.header .main-navbar .nav li.item-icon.search-cont .search-wrapper.active .input-holder .search-icon.ic {
  display: none;
}
.header .main-navbar .nav li.item-icon.search-cont .search-wrapper .close {
  position: absolute;
  z-index: 0;
  opacity: 0;
  top: 7px;
  right: 10px;
  width: 16px;
  height: 16px;
  cursor: pointer;
  transform: rotate(-180deg);
  transition: all 0.3s cubic-bezier(0.285, -0.45, 0.935, 0.11);
  transition-delay: 0.2s;
}
.header .main-navbar .nav li.item-icon.search-cont .search-wrapper .close::before {
  width: 2px;
  height: 20px;
  left: 7px;
  top: -2px;
}
.header .main-navbar .nav li.item-icon.search-cont .search-wrapper .close::after {
  width: 20px;
  height: 2px;
  left: -2px;
  top: 7px;
}
.header .main-navbar .nav li.item-icon.search-cont .search-wrapper .input-holder {
  top: -10px;
  height: 50px;
  width: 32px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  border-radius: 10px;
}
.header .main-navbar .nav li.item-icon.search-cont .search-wrapper .input-holder .search-input {
  width: 100%;
  opacity: 0;
  position: absolute;
  background: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: #004C97;
  transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition-delay: 0.3s;
  height: 100%;
}
.header .main-navbar .nav li.item-icon.search-cont .search-wrapper .input-holder .search-input:focus {
  outline: none;
  border: none !important;
}
.header .main-navbar .nav li.item-icon.search-cont .search-wrapper .input-holder .search-input::placeholder {
  color: #5D6673;
}
.header .main-navbar .nav li.item-icon.search-cont .search-wrapper .input-holder .search-input::-webkit-input-placeholder {
  color: #5D6673;
}
.header .main-navbar .nav li.item-icon.search-cont .search-wrapper .input-holder .search-input:-ms-input-placeholder {
  color: #5D6673;
}
.header .main-navbar .nav li.item-icon.search-cont .search-wrapper .input-holder .search-icon {
  top: calc(50% - 10px);
  font-size: 1.4rem;
  border: none;
  color: #13141D;
  border-radius: 6px;
  padding: 0px;
  outline: none;
  position: relative;
  z-index: 2;
  float: right;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.header .main-navbar .nav li.item-icon.search-cont .search-wrapper .input-holder .search-icon .ic-search {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/consulados/imag/v1/icon/ic_search_d.svg");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header .main-navbar .nav li.item-icon.search-cont .search-wrapper .input-holder .search-icon .ic-search {
    width: 17px;
    height: 17px;
  }
}
.header .main-navbar .nav li.item-icon.search-cont .search-wrapper .close:before, .header .main-navbar .nav li.item-icon.search-cont .search-wrapper .close:after {
  position: absolute;
  content: "";
  background: #5D6673;
}
.header .main-navbar .nav li.item-icon.search-cont .search-icon.btn {
  display: none;
}
.header .main-navbar .nav li.item-icon.search-cont .search-icon.ic {
  text-align: center;
}
.header .main-navbar .nav li.item-icon.search-cont .search-icon.ic span {
  top: 4px;
}
.header .main-navbar .nav-secondary .cont-links > li a {
  text-transform: none;
  height: 100%;
}
.header .main-navbar .nav-secondary .cont-links > li a img {
  transition: 0.2s all ease;
}
.header .main-navbar .nav-secondary .links-nav ul {
  max-width: 92%;
  margin: 0 auto;
  padding: 50px 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.header .main-navbar .nav-secondary .links-nav ul .cont-tit {
  padding-right: 30px;
}
.header .main-navbar .nav-secondary .links-nav ul .cont-tit .tit {
  text-align: left;
  color: #13141D;
  text-transform: none;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
.header .main-navbar .nav-secondary .links-nav ul > li {
  -webkit-flex: 0 1 25%;
  flex: 0 1 25%;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header .main-navbar .nav-secondary .links-nav ul > li {
    -webkit-flex: 0 1 30%;
    flex: 0 1 30%;
  }
}
.header .main-navbar .nav-secondary .links-nav ul > li .list {
  padding: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.header .main-navbar .nav-secondary .links-nav ul > li .list .list-tit {
  margin-bottom: 10px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.header .main-navbar .nav-secondary .links-nav ul > li .list a {
  padding-left: 0;
  line-height: 1.2;
  color: #13141D;
  text-align: left;
  transition: 0.2s all ease;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
.header .main-navbar .nav-secondary .links-nav ul > li .list a:hover {
  color: #5D6673;
}
.header .desp {
  list-style: none;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
.header .desp a {
  position: relative;
  display: block;
  color: #ffffff;
  height: 100%;
  padding: 10px 20px;
  text-decoration: none;
}
.header .desp a span {
  display: inline-block;
  margin-left: 5px;
  font-size: 10px;
  color: #13141D;
}
.header .desp a:hover {
  color: #DBE0E3;
}
.header .desp .dropdown-m {
  position: relative;
}
.header .desp .dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  overflow: auto;
  z-index: 10;
  transition: 0.2s all ease;
  padding: 12px;
  top: 165px;
  right: 0;
  left: 0;
  -webkit-box-shadow: 0px 7px 11px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 7px 11px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 7px 11px 0px rgba(50, 50, 50, 0.3);
}
@media (max-width: 426px) {
  .header .desp .dropdown-content {
    right: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .header .desp .dropdown-content {
    right: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .header .desp .dropdown-content {
    right: 0;
  }
}
.header .desp .dropdown-content .auxi {
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header .desp .dropdown-content ul {
  -webkit-flex: 1 0 16.6666666667%;
  flex: 1 0 16.6666666667%;
}
.header .desp .dropdown-content ul li.rot {
  color: #D23131;
  font-size: 15px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  padding: 25px 0;
}
.header .desp .dropdown-content ul li {
  text-decoration: none;
  display: block;
  cursor: pointer;
  width: 100%;
  background: none;
  color: #ffffff;
  border-radius: 10px;
  transition: 0.2s all ease;
  padding: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #13141D;
}
.header .desp .dropdown-content ul li:hover {
  transition: 0.3s all ease;
  background-color: #ffffff;
  color: #EB0028;
}
.header .desp .dropdown-content ul li:hover a {
  color: #EB0028 !important;
}
.header .desp .dropdown-content ul li a {
  display: block;
  width: 100%;
  text-align: left;
}
@media (max-width: 426px) {
  .header .desp .dropdown-content ul li a {
    padding: 10px 0;
    font-size: 14px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .header .desp .dropdown-content ul li a {
    padding: 10px 0;
    font-size: 14px;
  }
}
@media (max-width: 426px) {
  .header .desp .dropdown-content ul:first-child a {
    padding-top: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .header .desp .dropdown-content ul:first-child a {
    padding-top: 0;
  }
}
.header .desp .dropdown {
  position: relative;
  display: inline-block;
}
@media (max-width: 426px) {
  .header .desp .dropdown {
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .header .desp .dropdown {
    width: 100%;
  }
}
.header .desp .dropbtn-m {
  cursor: pointer;
  color: #004C97;
  padding: 10px 25px;
  margin-top: 0;
  font-size: 20px;
  line-height: 26px;
  transition: 0.2s all ease;
  font-family: "gobCL", sans-serif;
  font-weight: 600;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-image: url("/consulados/imag/v1/icon/arrow_close.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  background-size: 18px 18px;
  padding-right: 40px !important;
}
.header .desp .dropbtn-m:hover {
  background-color: #004C97;
  color: #ffffff;
  background-image: url("/consulados/imag/v1/icon/arrow_open.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  background-size: 18px 18px;
  transition: 0.3s all ease;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .header .desp .dropbtn-m {
    padding: 10px 20px;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .header .desp .dropbtn-m {
    padding: 10px 20px;
  }
}
.header .desp .dropbtn-m .active {
  background-color: #004C97;
  color: #ffffff;
  background-image: url("/consulados/imag/v1/icon/arrow_open.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px);
  background-size: 18px 18px;
  transition: 0.3s all ease;
}
.header .desp .dropbtn:hover, .header .desp .dropbtn:focus {
  background-color: #004C97;
}
.header .desp .active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.header .desp .active::after {
  -webkit-transform: 180deg;
  transform: rotate(180deg);
}

.acc-cont {
  position: absolute;
  right: 35px;
  top: -50%;
  background-color: #13141D;
  border-radius: 10px;
  transition: 0.2s all ease;
  visibility: hidden;
  opacity: 0;
}
.acc-cont.active {
  width: 200px;
  visibility: visible;
  opacity: 1;
}
.acc-cont .cont-access {
  padding: 10px 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.acc-cont .cont-access li {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.acc-cont .cont-access li .acc-icon {
  cursor: pointer;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 100%;
  width: 30px;
  height: 30px;
  transition: 0.2s all ease;
}
.acc-cont .cont-access li .ic-text-lg {
  background-image: url("/consulados/imag/v1/icon/ic_text_lg.svg");
}
.acc-cont .cont-access li .ic-text-sm {
  background-image: url("/consulados/imag/v1/icon/ic_text_sm.svg");
}
.acc-cont__fondo {
  top: 4px;
  right: 40px;
  background-color: #004C97 !important;
}
.acc-cont__fondo.active {
  width: 220px;
}

.cont-links__fondo .item-icon {
  margin-right: 0 !important;
}

.ic-access__fondo {
  background-image: url("/consulados/imag/v1/icon/ico_accessibility.svg");
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 100%;
  width: 30px;
  height: 30px;
  transition: 0.2s all ease;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .ic-access__fondo {
    width: 24px;
    height: 24px;
  }
}
.ic-access__fondo.change {
  background-image: url("/consulados/imag/v1/icon/close-acc.svg");
}

.exit {
  background-color: #FFA300;
  border-radius: 5px;
}
.exit a {
  color: #333333;
  font-size: 20px;
  font-family: "gobCL-Heavy", sans-serif;
}
.exit a:hover {
  color: #333333;
  background-color: #FFD100;
  border-radius: 5px;
}
.exit img {
  margin-left: 10px;
}
.exit__mobile {
  display: none;
  position: fixed;
  bottom: 80px;
  right: 10px;
  z-index: 1000;
  color: #13141D;
  margin-top: 0;
  font-size: 20px;
  line-height: 26px;
  transition: 0.2s all ease;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
@media (max-width: 426px) {
  .exit__mobile {
    display: block;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .exit__mobile {
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .exit__mobile {
    display: block;
  }
}
.exit__mobile a {
  padding: 15px 13px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
  margin-left: 30px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  padding: 8px 12px;
  margin: 0;
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  border: 1px solid #5D6673;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 3px;
  background-color: #36424A;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.switch .slider::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: -25px;
  bottom: 0px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 100%;
  background-image: url("/consulados/imag/v1/icon/ic_sun.svg");
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round:before {
  border-radius: 50%;
}
.switch input:checked + .slider {
  background-color: #5D6673;
  border: 1px solid #ffffff;
}
.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.switch input:checked + .slider::after {
  background-image: url("/consulados/imag/v1/icon/ic_moon.svg");
}

.sticky .menu-responsive {
  -webkit-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 3px 5px -3px rgba(0, 0, 0, 0.14);
}

.menu-responsive {
  position: relative;
  top: 0;
  overflow: visible;
  background-color: #ffffff;
  width: 100%;
  z-index: 100;
  transition: 0.2s all ease;
}
.menu-responsive.active {
  background-color: #ffffff !important;
}
.menu-responsive.active .menu-icon .navicon {
  background: #555559;
}
.menu-responsive.active .menu-icon .navicon::before, .menu-responsive.active .menu-icon .navicon::after {
  background: #555559;
}
.menu-responsive.active .menu {
  max-height: 90vh;
  height: 90vh;
  overflow-y: scroll;
  padding-bottom: 150px;
}
.menu-responsive.active .top-bar {
  border-bottom: 1px solid #DBE0E3;
}
@media (min-width: 767px) and (max-width: 991px) {
  .menu-responsive {
    display: block !important;
  }
}
.menu-responsive .top-bar {
  padding: 10px 15px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.menu-responsive .cont-logo {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media (max-width: 426px) {
  .menu-responsive .cont-logo {
    display: block;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .menu-responsive .cont-logo {
    display: block;
  }
}
.menu-responsive .cont-logo img {
  width: 230px;
  transition: 0.3s all ease;
}
.menu-responsive .cont-logo span {
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  color: #D23131;
  font-size: 18px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  border-left: 1px solid #D23131;
  height: 20px;
  padding: 0 0 0 5px;
  margin: 0 0 0 5px;
}
@media (max-width: 426px) {
  .menu-responsive .cont-logo span {
    border-left: 0 solid #D23131;
    padding: 5px 0 0 0;
    margin: 5px 0 0 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .menu-responsive .cont-logo span {
    border-left: 0 solid #D23131;
    padding: 5px 0 0 0;
    margin: 5px 0 0 0;
  }
}
.menu-responsive .switch {
  margin-left: 0;
}
.menu-responsive .cont-logo-fondo img {
  width: 200px;
  transition: 0.3s all ease;
}
.menu-responsive .cont-logo-fondo span {
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  color: #D23131;
  font-size: 18px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  border-left: 1px solid #D23131;
  height: 20px;
  padding: 0 0 0 5px;
  margin: 0 0 0 5px;
}
@media (max-width: 426px) {
  .menu-responsive .cont-logo-fondo span {
    border-left: 0 solid #D23131;
    padding: 5px 0 0 0;
    margin: 5px 0 0 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .menu-responsive .cont-logo-fondo span {
    border-left: 0 solid #D23131;
    padding: 5px 0 0 0;
    margin: 5px 0 0 0;
  }
}
.menu-responsive .btns-sec {
  position: absolute;
  right: 15px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.menu-responsive .btns-sec a + a {
  margin-left: 20px;
}
.menu-responsive .access {
  margin-top: 20px;
  float: leftt;
}
.menu-responsive .cont-search {
  margin-top: 30px;
  padding: 0;
  position: relative;
  width: 100%;
}
.menu-responsive .cont-search input {
  width: 100%;
  padding: 12px 60px 12px 15px;
  position: relative;
  font-size: 14px;
  background-color: #ffffff;
  color: #5D6673;
  border-radius: 5px;
  border: 2px solid #DBE0E3;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
.menu-responsive .cont-search input::placeholder {
  color: #5D6673;
}
.menu-responsive .cont-search input::-webkit-input-placeholder {
  color: #5D6673;
}
.menu-responsive .cont-search input:-ms-input-placeholder {
  color: #5D6673;
}
.menu-responsive .cont-search button {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 8px;
  padding-left: 12px;
}
.menu-responsive .cont-search button .ic-search {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("/consulados/imag/v1/icon/ic_search_d.svg");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
}
.menu-responsive .menu {
  clear: both;
  max-height: 0;
  width: 100%;
  transition: max-height 0.3s ease-in-out;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.menu-responsive .menu .cont-links {
  padding: 20px;
}
.menu-responsive .menu .cont-logo-second {
  display: flex;
  justify-content: center;
}
.menu-responsive .menu li {
  padding: 0 0 20px;
}
.menu-responsive .menu li a {
  text-decoration: none;
  padding: 0 10px 0 0;
  color: #13141D;
  font-size: 18px;
  float: none;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.menu-responsive .menu li ul li a {
  padding: 10px;
  color: #555559;
  font-size: 16px;
  line-height: 21px;
  padding: 20px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.menu-responsive .menu li ul li a span {
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0;
  margin-right: 10px;
  display: none;
}
.menu-responsive .menu li ul li a .icon_uno {
  background-image: url("/consulados/imag/v1/icon/ico_menu01.svg");
  background-size: 24px auto;
  width: 24px;
  height: 24px;
}
.menu-responsive .menu li ul li a .icon_dos {
  background-image: url("/consulados/imag/v1/icon/ico_menu02.svg");
  background-size: 24px auto;
  width: 24px;
  height: 24px;
}
.menu-responsive .menu li ul li a .icon_tres {
  background-image: url("/consulados/imag/v1/icon/ico_menu03.svg");
  background-size: 23px auto;
  width: 23px;
  height: 23px;
}
.menu-responsive .menu li ul li a .icon_cuatro {
  background-image: url("/consulados/imag/v1/icon/ico_menu04.svg");
  background-size: 25px auto;
  width: 25px;
  height: 24px;
}
.menu-responsive .menu li ul li a .icon_cinco {
  background-image: url("/consulados/imag/v1/icon/ico_menu05.svg");
  background-size: 25px auto;
  width: 25px;
  height: 24px;
}
.menu-responsive .menu li ul li a .icon_seis {
  background-image: url("/consulados/imag/v1/icon/ico_menu06.svg");
  background-size: 25px auto;
  width: 25px;
  height: 24px;
}
.menu-responsive .menu li ul li a .icon_siete {
  background-image: url("/consulados/imag/v1/icon/ico_menu07.svg");
  background-size: 25px auto;
  width: 25px;
  height: 24px;
}
.menu-responsive .menu li ul li a .icon_ocho {
  background-image: url("/consulados/imag/v1/icon/ico_menu08.svg");
  background-size: 25px auto;
  width: 25px;
  height: 24px;
}
.menu-responsive .menu li ul li a .icon_nueve {
  background-image: url("/consulados/imag/v1/icon/ico_menu09.svg");
  background-size: 19px auto;
  width: 19px;
  height: 22px;
}
.menu-responsive .menu li ul li a .icon_diez {
  background-image: url("/consulados/imag/v1/icon/ico_menu10.svg");
  background-size: 24px auto;
  width: 24px;
  height: 24px;
}
.menu-responsive .menu li ul li a .icon_once {
  background-image: url("/consulados/imag/v1/icon/ico_menu11.svg");
  background-size: 24px auto;
  width: 24px;
  height: 24px;
}
.menu-responsive .menu li ul li a .icon_doce {
  background-image: url("/consulados/imag/v1/icon/ico_menu12.svg");
  background-size: 24px auto;
  width: 24px;
  height: 24px;
}
.menu-responsive .menu li ul li a:hover {
  color: #ffffff !important;
  background-color: #555559;
  transition: 0.3s all ease;
}
.menu-responsive .menu li ul li a:hover .icon_uno {
  background-image: url("/consulados/imag/v1/icon/ico_menu01_hover.svg");
}
.menu-responsive .menu li ul li a:hover .icon_dos {
  background-image: url("/consulados/imag/v1/icon/ico_menu02_hover.svg");
}
.menu-responsive .menu li ul li a:hover .icon_tres {
  background-image: url("/consulados/imag/v1/icon/ico_menu03_hover.svg");
}
.menu-responsive .menu li ul li a:hover .icon_cuatro {
  background-image: url("/consulados/imag/v1/icon/ico_menu04_hover.svg");
}
.menu-responsive .menu li ul li a:hover .icon_cinco {
  background-image: url("/consulados/imag/v1/icon/ico_menu05_hover.svg");
}
.menu-responsive .menu li ul li a:hover .icon_seis {
  background-image: url("/consulados/imag/v1/icon/ico_menu06_hover.svg");
}
.menu-responsive .menu li ul li a:hover .icon_siete {
  background-image: url("/consulados/imag/v1/icon/ico_menu07_hover.svg");
}
.menu-responsive .menu li ul li a:hover .icon_ocho {
  background-image: url("/consulados/imag/v1/icon/ico_menu08_hover.svg");
}
.menu-responsive .menu li ul li a:hover .icon_nueve {
  background-image: url("/consulados/imag/v1/icon/ico_menu09_hover.svg");
}
.menu-responsive .menu li ul li a:hover .icon_diez {
  background-image: url("/consulados/imag/v1/icon/ico_menu10_hover.svg");
}
.menu-responsive .menu li ul li a:hover .icon_once {
  background-image: url("/consulados/imag/v1/icon/ico_menu11_hover.svg");
}
.menu-responsive .menu li ul li a:hover .icon_doce {
  background-image: url("/consulados/imag/v1/icon/ico_menu12_hover.svg");
}
.menu-responsive .menu li ul li {
  padding: 0;
}
.menu-responsive .menu li ul li a {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  padding: 10px 10px 10px 0;
}
.menu-responsive .menu li ul.desp.link-dest li {
  padding: 0;
}
.menu-responsive .menu li ul.desp.link-dest li a {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  padding: 5px 10px 5px 20px;
}
.menu-responsive .menu .links-sup {
  margin-top: 25px;
}
.menu-responsive .menu .links-sup li a {
  color: #555559;
  font-size: 13px;
  text-decoration: underline;
  margin-bottom: 15px;
}
.menu-responsive .menu li.rot {
  display: block;
  text-decoration: none;
  padding: 15px 10px 5px !important;
  color: #13141D;
  font-size: 14px;
  text-transform: uppercase;
  float: none;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.menu-responsive .menu li.desp a {
  background-image: url("/consulados/imag/v1/icon/chevron_right_m.svg");
  background-repeat: no-repeat;
  background-position: 97%;
  background-size: 15px;
}
.menu-responsive .menu li.desp ul.sub-menu {
  display: none;
  width: 100%;
  padding-top: 0;
  padding-left: 15px;
  background: #F1FAFC;
  transition: 0.2s all ease;
}
.menu-responsive .menu li.desp ul.sub-menu li a {
  background: none;
  padding: 5px 10px;
  color: #13141D;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
.menu-responsive .menu li.desp ul.sub-menu li a:hover {
  color: #5D6673;
}
.menu-responsive .menu li.desp:hover {
  background: #F1FAFC;
  color: #5D6673;
  transition: 0.2s all ease;
}
.menu-responsive .menu li.desp:hover a {
  background-image: url("/consulados/imag/v1/icon/chevron_m_down.svg");
}
.menu-responsive .menu li.desp:hover ul.sub-menu {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.menu-responsive .menu li.desp.link-dest {
  background-color: #DBE0E3;
  border-radius: 10px;
}
.menu-responsive .menu li.desp.link-dest .link-logo {
  width: 100px;
}
.menu-responsive .menu li.desp.access {
  margin-top: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.menu-responsive .menu li.desp.access .switch .slider {
  border: 1px solid #13141D;
}
.menu-responsive .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 25px 0;
  position: relative;
  user-select: none;
  margin-left: 10px;
}
@media (max-width: 426px) {
  .menu-responsive .menu-icon {
    padding: 15px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .menu-responsive .menu-icon {
    padding: 15px 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .menu-responsive .menu-icon {
    padding: 15px 0;
  }
}
.menu-responsive .menu-icon .navicon {
  background: #555559;
  border-radius: 5px;
  display: block;
  height: 3.2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 28px;
}
.menu-responsive .menu-icon .navicon:before, .menu-responsive .menu-icon .navicon:after {
  background: #555559;
  border-radius: 5px;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
.menu-responsive .menu-icon .navicon:before {
  top: 8px;
  width: 100%;
}
.menu-responsive .menu-icon .navicon:after {
  top: -8px;
  width: 100%;
}
.menu-responsive .menu-btn {
  display: none;
}
.menu-responsive .menu-btn:checked ~ .menu {
  max-height: 90vh;
  height: 90vh;
}
.menu-responsive .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.menu-responsive .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
  top: 0;
  width: 100%;
}
.menu-responsive .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
  top: 0;
  width: 100%;
}
.menu-responsive .menu-btn:checked ~ .menu-icon .navicon:not(.steps) .navicon:before {
  top: 0;
}
.menu-responsive .menu-btn:checked ~ .menu-icon .navicon:not(.steps) .navicon:after {
  top: 0;
}

.accordionItem {
  position: relative;
  float: none;
}
.accordionItem a {
  display: block;
  text-decoration: none;
  padding: 10px;
  color: #13141D;
  font-size: 14px;
  float: none;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  position: relative;
}
.accordionItem a .accordionItemHeading {
  width: auto;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.accordionItem a .accordionItemHeading figure.arrow {
  position: absolute;
  right: 10px;
  top: calc(50% - 5px);
  width: 24px;
  height: 24px;
}

.close .accordionItemContent {
  height: 0px;
  transition: height 1s ease-out;
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  display: block;
  padding: 0;
}

.open .accordionItemContent {
  width: 100%;
  display: block;
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  box-sizing: border-box;
}
.open .accordionItemHeading figure.arrow {
  cursor: pointer;
}
.open .accordionItemHeading figure.arrow img {
  transform: rotate(90deg);
}

.accordionItemHeading figure.arrow {
  cursor: pointer;
}
.accordionItemHeading figure.arrow img {
  width: 15px;
}

.alerta {
  background: #FFA300;
  padding: 12px 0;
}
.alerta .auxi {
  padding: 0;
  background: none;
  border: 0 solid #EBEBEB;
  position: relative;
}
@media (max-width: 426px) {
  .alerta .auxi {
    padding: 0 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .alerta .auxi {
    padding: 0 15px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .alerta .auxi {
    padding: 0 15px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .alerta .auxi {
    padding: 0 15px;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .alerta .auxi {
    max-width: 96%;
  }
}
.alerta .auxi article {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.alerta .auxi article img {
  width: auto;
  margin: 0 10px 0 0;
}
.alerta .auxi article p {
  line-height: 1.5;
  color: #333333;
  font-size: 14px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
@media (max-width: 426px) {
  .alerta .auxi article p {
    font-size: 13px;
    padding-right: 22px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .alerta .auxi article p {
    font-size: 13px;
    padding-right: 22px;
  }
}
.alerta .auxi article p a {
  transition: 0.3s all ease;
  cursor: pointer;
}
.alerta .auxi article p a:hover {
  color: #ffffff;
}

.cerrar__sesion {
  width: 22px;
  display: block;
  margin-left: 15px;
}

.cerrar {
  margin-top: 0px;
  margin-left: 15px;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
}
@media (max-width: 426px) {
  .cerrar {
    top: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cerrar {
    top: 0;
  }
}
.cerrar img {
  width: auto;
}

.top-menu {
  background: #555559;
  display: block !important;
}
.top-menu .auxi {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 426px) {
  .top-menu .auxi {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .top-menu .auxi {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .top-menu .auxi {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
.top-menu .auxi .volver-f {
  gap: 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.top-menu .auxi .volver-f a {
  color: #fff;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .top-menu .auxi .volver-f a {
    font-size: 11px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .top-menu .auxi .volver-f a {
    font-size: 11px;
  }
}
.top-menu .auxi .volver-f img {
  margin-right: 10px;
}
@media (max-width: 426px) {
  .top-menu .auxi .volver-f img {
    margin-right: 5px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .top-menu .auxi .volver-f img {
    margin-right: 5px;
  }
}
@media (max-width: 426px) {
  .top-menu .auxi .volver-f img:nth-of-type(2) {
    display: none !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .top-menu .auxi .volver-f img:nth-of-type(2) {
    display: none !important;
  }
}
@media (max-width: 426px) {
  .top-menu .auxi .volver-f:first-of-type {
    max-width: 110px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .top-menu .auxi .volver-f:first-of-type {
    max-width: 110px;
  }
}
@media (max-width: 426px) {
  .top-menu .auxi ul {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .top-menu .auxi ul {
    display: none;
  }
}
.top-menu .auxi ul li {
  margin-right: 24px;
  float: left;
}
.top-menu .auxi ul li a {
  padding: 14px 12px;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: underline;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
.top-menu .auxi ul li .active {
  color: #004C97;
  background: #fff;
  text-decoration: none;
}
.top-menu .top-menu--menu li {
  margin-right: 5px !important;
}
.top-menu .top-menu--menu li a {
  padding: 14px 5px !important;
}
.top-menu .class-menu-translate {
  gap: 10px;
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.top-menu .disclaimer-box {
  display: none;
  background-color: #ffffff;
  position: absolute;
  padding: 50px 30px 30px;
  right: 0;
  top: 30px;
  box-shadow: 0px 0px 35px rgba(0, 0, 0, 0.55);
  width: 320px;
  z-index: 1000;
}
@media (max-width: 426px) {
  .top-menu .disclaimer-box__fondo {
    margin: 0 auto;
    left: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .top-menu .disclaimer-box__fondo {
    margin: 0 auto;
    left: 0;
  }
}
.top-menu .disclaimer-box .tit {
  color: #0F69B4;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  margin-top: 15px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.top-menu .disclaimer-box .baj {
  color: #555559;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 5px;
  text-align: center;
}
.top-menu .disclaimer-box .btn-main {
  background-color: #0F69B4;
  color: #ffffff;
  margin: 20px auto 0;
  display: block;
  padding: 10px 20px;
  font-size: 14px;
}
.top-menu .disclaimer-box .btn-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 15px;
}
.top-menu .disclaimer-box .goog-te-gadget-simple {
  background: none;
  border: 1px solid #808080;
  border-radius: 6px;
  padding: 6px 15px;
}
.top-menu .disclaimer-box .goog-te-gadget-icon {
  background-image: url(/consulados/imag/v1/icon/ic_translate_g.svg) !important;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center !important;
}
.top-menu .disclaimer-box .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
  color: #666666 !important;
}
.top-menu .disclaimer-box .goog-te-gadget-simple {
  background: none;
  border: 1px solid #808080;
  border-radius: 6px;
  padding: 6px 15px;
}
.top-menu .disclaimer-box .goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
  color: #666666 !important;
  font-size: 16px;
  border: none !important;
}
.top-menu .disclaimer-box img {
  display: inline-block !important;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 0 dotted black;
}
.tooltip .tooltiptext {
  visibility: hidden;
  position: absolute;
  width: 270px;
  padding: 20px;
  background-color: #004C97 !important;
  color: #fff;
  border-radius: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  text-align: left;
  font-size: 14px;
  line-height: 120%;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
.tooltip .tooltip-bottom {
  top: 135%;
  left: 50%;
  margin-left: -60px;
}
.tooltip .tooltip-bottom:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 15%;
  margin-left: -10px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #004C97 transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.box-ubicacion {
  padding: 20px 0;
  background: #CFE1F0;
}
@media (max-width: 426px) {
  .box-ubicacion {
    padding-bottom: 5px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-ubicacion {
    padding-bottom: 5px;
  }
}
.box-ubicacion .auxi {
  position: relative;
}
.box-ubicacion .auxi .cont-ubicacion {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 426px) {
  .box-ubicacion .auxi .cont-ubicacion {
    display: block;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-ubicacion .auxi .cont-ubicacion {
    display: block;
  }
}
.box-ubicacion .auxi .cont-ubicacion span {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-right: 15px;
  font-size: 12px;
  line-height: 14px;
  color: #0F69B4;
}
.box-ubicacion .auxi .cont-ubicacion span img {
  margin-right: 15px;
}
.box-ubicacion .auxi .cont-ubicacion span:first-child {
  font-size: 18px;
  line-height: 21px;
  color: #0F69B4;
}
@media (max-width: 426px) {
  .box-ubicacion .auxi .cont-ubicacion span {
    margin-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-ubicacion .auxi .cont-ubicacion span {
    margin-bottom: 15px;
  }
}
.box-ubicacion .auxi .cont-ubicacion form {
  margin-right: 15px;
}
.box-ubicacion .auxi .cont-ubicacion form select {
  background-image: url("/consulados/imag/v1/icon/ic_chevron_down2.svg");
  background-position: calc(100% - 10px);
  background-color: #FFFFFF;
  background-size: 12px auto;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  padding: 10px 40px 10px 20px;
  border: 0 solid #DBE0E3;
  border-radius: 0;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #EB3C46;
  cursor: pointer;
}
@media (max-width: 426px) {
  .box-ubicacion .auxi .cont-ubicacion form {
    margin-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-ubicacion .auxi .cont-ubicacion form {
    margin-bottom: 15px;
  }
}
.box-ubicacion__fondo {
  padding: 10px !important;
  background: none !important;
}
@media (max-width: 426px) {
  .box-ubicacion__fondo {
    padding-bottom: 5px;
    width: 145px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-ubicacion__fondo {
    padding-bottom: 5px;
    width: 145px;
  }
}
.box-ubicacion__fondo .auxi {
  width: 100% !important;
  position: relative;
  padding: 0;
  margin: 0;
}
@media (max-width: 426px) {
  .box-ubicacion__fondo .auxi {
    position: inherit;
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-ubicacion__fondo .auxi {
    position: inherit;
    padding: 0;
  }
}
.box-ubicacion__fondo .auxi .cont-ubicacion {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 426px) {
  .box-ubicacion__fondo .auxi .cont-ubicacion {
    display: block;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-ubicacion__fondo .auxi .cont-ubicacion {
    display: block;
  }
}
.box-ubicacion__fondo .auxi .cont-ubicacion span {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-right: 15px;
  font-size: 12px;
  line-height: 14px;
  color: #0F69B4;
}
.box-ubicacion__fondo .auxi .cont-ubicacion span img {
  margin-right: 15px;
}
.box-ubicacion__fondo .auxi .cont-ubicacion span:first-child {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
}
@media (max-width: 426px) {
  .box-ubicacion__fondo .auxi .cont-ubicacion span {
    margin-bottom: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-ubicacion__fondo .auxi .cont-ubicacion span {
    margin-bottom: 0;
  }
}
.box-ubicacion__fondo .auxi .cont-ubicacion form {
  margin-right: 0;
}
.box-ubicacion__fondo .auxi .cont-ubicacion form select {
  background-image: url("/consulados/imag/v1/icon/mdi_chevron.svg");
  background-position: calc(100% - 10px);
  background-color: #FFFFFF;
  background-size: 24px auto;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  padding: 10px 40px 10px 20px;
  border: 0 solid #DBE0E3;
  border-radius: 0;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #EB3C46;
  cursor: pointer;
}
@media (max-width: 426px) {
  .box-ubicacion__fondo .auxi .cont-ubicacion form {
    margin-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-ubicacion__fondo .auxi .cont-ubicacion form {
    margin-bottom: 15px;
  }
}
.box-ubicacion__fondo .auxi .cont-ubicacion__content--desktop {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .box-ubicacion__fondo .auxi .cont-ubicacion__content--desktop {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-ubicacion__fondo .auxi .cont-ubicacion__content--desktop {
    display: none;
  }
}
.box-ubicacion__fondo .auxi .cont-ubicacion__content .icon {
  gap: 5px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
@media (max-width: 426px) {
  .box-ubicacion__fondo .auxi .cont-ubicacion__content .icon span {
    margin-right: 0;
    font-size: 11px;
    line-height: 100%;
    text-wrap: nowrap;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-ubicacion__fondo .auxi .cont-ubicacion__content .icon span {
    margin-right: 0;
    font-size: 11px;
    line-height: 100%;
    text-wrap: nowrap;
  }
}
.box-ubicacion__fondo .auxi .cont-ubicacion__content .icon img {
  margin: 0;
}

.menu__search {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  background: #333333;
  overflow: hidden;
  transition: height 0.4s linear;
  padding: 0 10px;
  z-index: 1000;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.menu__search.active {
  height: 70px;
  transition: height 0.4s linear;
}
.menu__search form {
  position: relative;
  width: 100%;
}
.menu__search button {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 10px;
  padding-left: 12px;
}
.menu__search button img {
  width: 24px;
}

.top-content-f {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 35px;
}
@media (max-width: 426px) {
  .top-content-f {
    margin-right: 5px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .top-content-f {
    margin-right: 5px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .top-content-f {
    display: none;
  }
}
.top-content-f span {
  text-align: left;
}
@media (max-width: 426px) {
  .top-content-f span {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .top-content-f span {
    display: none;
  }
}
.top-content-f .class-menu-translate {
  gap: 0;
}

.answer-f {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .answer-f {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .answer-f {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .answer-f {
    display: none;
  }
}

.footer {
  background: #004C97;
  padding: 40px 0;
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .footer .auxi {
    max-width: 96%;
  }
}
.footer .auxi .row .info {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 426px) {
  .footer .auxi .row .info {
    display: block;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .auxi .row .info {
    display: block;
  }
}
.footer .auxi .row .info .logo-footer {
  width: 120px;
  margin-right: 25px;
}
@media (max-width: 426px) {
  .footer .auxi .row .info .logo-footer {
    margin: 0 auto 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .auxi .row .info .logo-footer {
    margin: 0 auto 20px;
  }
}
.footer .auxi .row .info .cont {
  font-size: 18px;
  line-height: 160%;
  color: #FFFFFF;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
@media (max-width: 426px) {
  .footer .auxi .row .info .cont {
    margin-bottom: 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .auxi .row .info .cont {
    margin-bottom: 30px;
  }
}
.footer .auxi .row .info .cont strong {
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
}
.footer .auxi .row .info .cont p {
  color: #FFFFFF;
  margin-bottom: 20px;
}
@media (max-width: 426px) {
  .footer .auxi .row .info .cont p {
    margin-bottom: 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .auxi .row .info .cont p {
    margin-bottom: 30px;
  }
}
.footer .auxi .row .info .cont a {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}
.footer .auxi .row ul li {
  float: left;
  clear: both;
  margin-bottom: 20px;
}
.footer .auxi .row ul li a {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #FFFFFF;
  text-decoration: underline;
}
.footer .auxi .row ul li a:hover {
  text-decoration: none;
}
.footer .auxi .cierre {
  margin: 100px auto 0;
}
.footer .auxi .cierre p {
  text-align: center;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}
.footer.footer-igualdad .auxi .block-head--blanco {
  margin: 50px 0 0 !important;
  gap: 10px;
}
.footer.footer-igualdad .auxi .block-head--blanco .block-head__title {
  color: white !important;
}
.footer.footer-igualdad .auxi .block-head--blanco .block-head__description {
  color: white !important;
}
.footer.footer-igualdad .auxi .row {
  margin-left: 0;
}
.footer.footer-igualdad .auxi .row .col {
  border-left-width: 0;
}
.footer.footer-igualdad .auxi .row .col .info {
  justify-content: center;
}
.footer.footer-igualdad .auxi .row .col .info .logo-footer {
  margin-right: 0;
}
@media (max-width: 426px) {
  .footer.footer-igualdad .auxi .row .col .info .logo-footer {
    margin-right: auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer.footer-igualdad .auxi .row .col .info .logo-footer {
    margin-right: auto;
  }
}
.footer.footer-igualdad .auxi .cierre {
  margin: 20px auto 0;
}
.footer.footer-igualdad .auxi .info.info-apps {
  margin: 40px auto 100px;
  display: flex;
  gap: 60px;
}
@media (max-width: 426px) {
  .footer.footer-igualdad .auxi .info.info-apps {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer.footer-igualdad .auxi .info.info-apps {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.footer.footer-igualdad .auxi .info.info-apps .info-app__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.footer.footer-igualdad .auxi .info.info-apps .info-app__box .info-app__qr {
  max-width: 75px;
  height: auto;
  border-radius: 5px;
}
@media (max-width: 426px) {
  .footer.footer-igualdad .auxi .info.info-apps .info-app__box .info-app__qr {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer.footer-igualdad .auxi .info.info-apps .info-app__box .info-app__qr {
    display: none;
  }
}

.informativo {
  padding: 15px 0 60px;
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .informativo .auxi {
    max-width: 96%;
  }
}
.informativo .auxi .rot {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0 30px;
}
.informativo .auxi .rot .tit {
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 47px;
  color: #555559;
  position: relative;
  padding-bottom: 15px;
}
.informativo .auxi .rot .tit:before {
  content: "";
  left: 0;
  bottom: 0;
  position: absolute;
  background-image: url("/consulados/imag/v1/auxi/bg-rot.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 141px;
  width: 141px;
  height: 5px;
}
.informativo .auxi .rot .btn {
  background: #FFFFFF;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  border: 1px solid #CFE1F0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #EB0028;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  padding: 20px 30px;
}
.informativo .auxi .row article {
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 426px) {
  .informativo .auxi .row article a .img img {
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .informativo .auxi .row article a .img img {
    width: 100%;
  }
}
.informativo .auxi .row article a .tit {
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #004C97;
  text-decoration-line: underline;
}
.informativo .auxi .row article a .tit:hover {
  text-decoration: none;
}

.banner {
  padding: 40px 0;
}
@media (max-width: 426px) {
  .banner {
    padding: 20px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .banner {
    padding: 20px 0;
  }
}
.banner .auxi .tit {
  font-size: 30px;
  line-height: 35px;
  color: #004C97;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.banner .auxi .img-wrap {
  overflow: hidden;
  position: relative;
}
.banner .auxi .img-wrap picture {
  margin: 0 auto;
  display: table;
}
.banner .auxi .img a img {
  width: auto;
  margin: 0 auto;
}
.banner + .informativo {
  padding-top: 15px;
}

.banner-box {
  padding: 40px 0;
}
@media (max-width: 426px) {
  .banner-box {
    padding: 10px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .banner-box {
    padding: 10px 0;
  }
}
.banner-box .auxi {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 426px) {
  .banner-box .auxi {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .banner-box .auxi {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}

.btn.mobile {
  clear: both;
  padding: 20px 30px;
  background: #FFFFFF;
  border: 1px solid #CFE1F0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  color: #EB0028;
  font-size: 16px;
  line-height: 21px;
  text-decoration-line: underline;
}

@media (max-width: 426px) {
  .tax-cont .auxi {
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tax-cont .auxi {
    padding: 0;
  }
}
.tax-cont .auxi .row article {
  margin-bottom: 70px !important;
}
.tax-cont .auxi .row .art-search {
  margin-bottom: 20px !important;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.tax-cont .auxi .row .art-search .cont-txt {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}

.informativo, .tax-cont {
  padding: 40px 0;
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .informativo .auxi, .tax-cont .auxi {
    max-width: 96%;
  }
}
.informativo .auxi .row, .tax-cont .auxi .row {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.informativo .auxi .row article, .tax-cont .auxi .row article {
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 426px) {
  .informativo .auxi .row article, .tax-cont .auxi .row article {
    margin-bottom: 40px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .informativo .auxi .row article, .tax-cont .auxi .row article {
    margin-bottom: 40px;
  }
}
.informativo .auxi .row article a:hover .img img, .tax-cont .auxi .row article a:hover .img img {
  transition: 0.2s all ease;
  transform: scale(1.07);
}
.informativo .auxi .row article a:hover .tit, .tax-cont .auxi .row article a:hover .tit {
  text-decoration: none;
}
.informativo .auxi .row article a .img, .tax-cont .auxi .row article a .img {
  margin-bottom: 20px;
  overflow: hidden;
}
.informativo .auxi .row article a .img img, .tax-cont .auxi .row article a .img img {
  width: 100%;
}
@media (max-width: 426px) {
  .informativo .auxi .row article a .img img, .tax-cont .auxi .row article a .img img {
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .informativo .auxi .row article a .img img, .tax-cont .auxi .row article a .img img {
    width: 100%;
  }
}
.informativo .auxi .row article a .fecha, .tax-cont .auxi .row article a .fecha {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #004C97;
  margin-bottom: 10px;
  display: block;
}
.informativo .auxi .row article a .tit, .tax-cont .auxi .row article a .tit {
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #004C97;
  text-decoration-line: underline;
  display: block;
}
.informativo .auxi .row article a .tit:hover, .tax-cont .auxi .row article a .tit:hover {
  text-decoration: none;
}

.box-hero.top:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 76, 151, 0.7), rgba(0, 76, 151, 0.7));
}
@media (max-width: 426px) {
  .box-hero.top {
    background: #004C97;
    background-image: none !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-hero.top {
    background: #004C97;
    background-image: none !important;
  }
}

.cont-hero {
  padding: 30px 0;
  overflow: hidden;
  z-index: 1;
  position: relative;
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .cont-hero {
    padding: 70px 0;
  }
}
@media (min-width: 1399px) {
  .cont-hero {
    padding: 70px 0;
  }
}
@media (max-width: 426px) {
  .cont-hero {
    padding: 10px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-hero {
    padding: 10px 0;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .cont-hero .auxi {
    max-width: 96%;
  }
}
.cont-hero .auxi .row form {
  margin-top: 20px;
}
@media (min-width: 1399px) {
  .cont-hero .auxi .row form {
    margin-right: 58px;
    margin-top: 27px;
  }
}
@media (min-width: 1399px) {
  .cont-hero .auxi .row form {
    margin-right: 58px;
    margin-top: 27px;
  }
}
.cont-hero .auxi .row form .input-holder {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background: #ffffff;
  width: 100%;
}
.cont-hero .auxi .row form .input-holder .search-input {
  width: 76%;
  background: #FFFFFF;
  padding: 24px;
  border-radius: 0;
  color: #909090;
  font-size: 18px;
  line-height: auto;
  border: none;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
.cont-hero .auxi .row form .input-holder .search-input::placeholder {
  color: #909090;
  opacity: 1;
}
.cont-hero .auxi .row form .input-holder .search-input::-webkit-input-placeholder {
  color: #909090;
  opacity: 1;
}
.cont-hero .auxi .row form .input-holder .search-input:-ms-input-placeholder {
  color: #909090;
  opacity: 1;
}
.cont-hero .auxi .row form .input-holder .search-input:focus {
  border: none !important;
}
@media (max-width: 426px) {
  .cont-hero .auxi .row form .input-holder .search-input {
    padding: 20px 10px;
    font-size: 16px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-hero .auxi .row form .input-holder .search-input {
    padding: 20px 10px;
    font-size: 16px;
  }
}
.cont-hero .auxi .row form .input-holder .search-button {
  padding: 23px 30px;
  width: 155px;
  color: #FFFFFF;
  font-size: 20px;
  line-height: auto;
  background: #EB0028;
  border: 1px solid #EB0028;
  text-decoration-line: underline;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
@media (max-width: 426px) {
  .cont-hero .auxi .row form .input-holder .search-button {
    font-size: 0;
    width: 70px;
    height: 70px;
    padding: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-hero .auxi .row form .input-holder .search-button {
    font-size: 0;
    width: 70px;
    height: 70px;
    padding: 20px;
  }
}
.cont-hero .auxi .row form .input-holder .search-button:hover {
  transition: 0.3s all ease;
  opacity: 0.9;
}
.cont-hero .auxi .row form .input-holder .search-button img {
  width: 19px;
  margin-right: 10px;
}
@media (max-width: 426px) {
  .cont-hero .auxi .row form .input-holder .search-button img {
    margin: 0 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-hero .auxi .row form .input-holder .search-button img {
    margin: 0 auto;
  }
}
.cont-hero .auxi .row .titu {
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  font-size: 38px;
  line-height: 50px;
  color: #FFFFFF;
  margin-bottom: 20px;
  margin-top: 22px;
}
@media (max-width: 426px) {
  .cont-hero .auxi .row .titu {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-hero .auxi .row .titu {
    font-size: 30px;
    line-height: 1.2;
  }
}
@media (min-width: 1399px) {
  .cont-hero .auxi .row .titu {
    margin-right: 58px;
    margin-top: 0;
  }
}
.cont-hero .auxi .row ul.tag {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 1399px) {
  .cont-hero .auxi .row ul.tag {
    margin-right: 58px;
  }
}
.cont-hero .auxi .row ul.tag li {
  margin: 0 10px 10px 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
}
@media (max-width: 426px) {
  .cont-hero .auxi .row ul.tag li {
    margin: 0 10px 10px 0;
    border: 1px solid #ffffff;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-hero .auxi .row ul.tag li {
    margin: 0 10px 10px 0;
    border: 1px solid #ffffff;
  }
}
.cont-hero .auxi .row ul.tag li a {
  font-size: 15px;
  line-height: 1;
  padding: 10px 20px;
  color: #004C97;
  display: block;
}
.cont-hero .auxi .row ul.tag li:hover {
  transition: 0.3s all ease;
  background: #004C97;
}
@media (max-width: 426px) {
  .cont-hero .auxi .row ul.tag li:hover {
    border: 1px solid #ffffff;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-hero .auxi .row ul.tag li:hover {
    border: 1px solid #ffffff;
  }
}
.cont-hero .auxi .row ul.tag li:hover a {
  color: #FFFFFF;
  transition: 0.3s all ease;
}
.cont-hero .auxi .row ul.tag li:first-child {
  margin: 0 10px 10px 0;
}
@media (max-width: 426px) {
  .cont-hero .auxi .row ul.tag li:first-child {
    margin: 0 10px 10px 0;
    border: 1px solid #004C97;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-hero .auxi .row ul.tag li:first-child {
    margin: 0 10px 10px 0;
    border: 1px solid #004C97;
  }
}
.cont-hero .auxi .row .servicios {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 426px) {
  .cont-hero .auxi .row .servicios {
    border-left-width: 0;
    margin-top: 20px;
    display: block;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-hero .auxi .row .servicios {
    border-left-width: 0;
    margin-top: 20px;
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .cont-hero .auxi .row .servicios {
    border-left-width: 0;
    margin-top: 20px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .cont-hero .auxi .row .servicios {
    border-left-width: 0;
    margin-top: 20px;
  }
}
.cont-hero .auxi .row .servicios .col {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 426px) {
  .cont-hero .auxi .row .servicios .col {
    margin-bottom: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-hero .auxi .row .servicios .col {
    margin-bottom: 20px;
  }
}
.cont-hero .auxi .row .servicios .col form {
  margin-top: 0;
  margin-bottom: 20px;
}
.cont-hero .auxi .row .servicios .col .box-cajas {
  background: #ffffff;
  padding: 60px 40px 95px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
@media (max-width: 426px) {
  .cont-hero .auxi .row .servicios .col .box-cajas {
    padding: 40px 40px 95px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-hero .auxi .row .servicios .col .box-cajas {
    padding: 40px 40px 95px;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .cont-hero .auxi .row .servicios .col .box-cajas {
    padding: 60px 32px 95px;
  }
}
@media (min-width: 1399px) {
  .cont-hero .auxi .row .servicios .col .box-cajas {
    padding: 60px 32px 95px;
  }
}
.cont-hero .auxi .row .servicios .col .box-cajas select {
  width: 100%;
  background-image: url("/consulados/imag/v1/icon/ic_chevron_down2.svg");
  background-position: calc(100% - 10px);
  background-color: #FFFFFF;
  background-size: 9px auto;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  padding: 12px 20px;
  cursor: pointer;
  font-size: 15px;
  line-height: 18px;
  color: #555559;
}
.cont-hero .auxi .row .servicios .col .box-cajas .tit {
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #555559;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  margin-bottom: 15px;
}
.cont-hero .auxi .row .servicios .col .box-cajas .tit a {
  color: #555559;
}
.cont-hero .auxi .row .servicios .col .box-cajas .tit a span {
  color: #EB0028;
}
.cont-hero .auxi .row .servicios .col .box-cajas .tit img {
  width: 40px;
  margin: 0 10px 0px 0;
}
.cont-hero .auxi .row .servicios .col .box-cajas ul li {
  float: left;
  clear: both;
  margin-bottom: 20px;
}
.cont-hero .auxi .row .servicios .col .box-cajas ul li a {
  font-size: 16px;
  line-height: 120%;
  color: #004C97;
  text-decoration: underline;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
.cont-hero .auxi .row .servicios .col .box-cajas ul li a:hover {
  text-decoration: none;
}
.cont-hero .auxi .row .servicios .col .box-cajas .btn-ver {
  padding: 15px 30px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: underline;
  color: #EB0028;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  width: 120px;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}

@media (max-width: 426px) {
  .faq .cont-tabs .nav-tabs {
    overflow-x: scroll;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .faq .cont-tabs .nav-tabs {
    overflow-x: scroll;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -ms-flex-item-align: stretch;
    -webkit-align-self: stretch;
    align-self: stretch;
  }
}
.faq .cont-tabs .nav-tabs li {
  float: left;
  padding: 20px 0 0;
  margin: 0 80px 0 0;
}
@media (max-width: 426px) {
  .faq .cont-tabs .nav-tabs li {
    margin: 0 10px 0 0;
    -webkit-flex: 1 0 150px;
    flex: 1 0 150px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .faq .cont-tabs .nav-tabs li {
    margin: 0 10px 0 0;
    -webkit-flex: 1 0 120px;
    flex: 1 0 120px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .faq .cont-tabs .nav-tabs li {
    margin: 0 30px 0 0;
  }
}
.faq .cont-tabs .nav-tabs li .inactive {
  color: #8D8D8D;
  border-bottom: 6px solid #ffffff;
}
.faq .cont-tabs .nav-tabs li .inactive:hover {
  border-bottom: 6px solid #004C97;
}
.faq .cont-tabs .nav-tabs li a {
  font-size: 20px;
  line-height: 23px;
  color: #004C97;
  border-bottom: 6px solid #004C97;
  padding-bottom: 10px;
  margin-bottom: 0;
  float: left;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  cursor: pointer;
}
@media (max-width: 426px) {
  .faq .cont-tabs .nav-tabs li a {
    font-size: 16px;
    line-height: 120%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .faq .cont-tabs .nav-tabs li a {
    font-size: 16px;
    line-height: 120%;
  }
}
.faq .content {
  background: rgba(0, 76, 151, 0.05);
  clear: both;
  padding: 40px 0;
  overflow: hidden;
}
.faq .content .tab-pane {
  display: none;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.faq .content .cont-txt {
  padding-right: 20px;
  padding-left: 20px;
  margin: 0 auto;
}
.faq .content .cont-txt .row {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.faq .content .cont-txt .row .col {
  margin-bottom: 40px;
  margin-top: 40px;
}
@media (max-width: 426px) {
  .faq .content .cont-txt .row .col {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .faq .content .cont-txt .row .col {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .faq .content .cont-txt .row .col {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.faq .content .cont-txt .row .col .auxi-list .ver_mas {
  width: 100px;
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 500;
}

.top_section .auxi {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 20px auto;
}
@media (max-width: 426px) {
  .top_section .auxi {
    display: block;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .top_section .auxi {
    display: block;
  }
}
.top_section .auxi DIV p {
  color: #5D6673;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.top_section .auxi .tit {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 50px;
  line-height: 66px;
  color: #004C97;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
@media (max-width: 426px) {
  .top_section .auxi .tit {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .top_section .auxi .tit {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
.top_section .auxi .tit img {
  width: 50px;
  margin-right: 15px;
}
.top_section .auxi a {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.top_section .auxi a img {
  width: 20px;
  margin-right: 10px;
}
.top_section .auxi a span {
  font-size: 18px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #004C97;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}

.enc-nav {
  width: 100%;
}

.breadcrumbs {
  padding: 15px 0;
  position: relative;
  text-align: left;
  z-index: 2;
  margin: 0;
  margin-bottom: 15px;
}
@media (max-width: 426px) {
  .breadcrumbs {
    display: none !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .breadcrumbs {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .breadcrumbs {
    display: block;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .breadcrumbs {
    display: block;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .breadcrumbs {
    display: block;
  }
}
@media (min-width: 1399px) {
  .breadcrumbs {
    display: block;
  }
}
.breadcrumbs .breadcrumb {
  color: #6D6D6D;
  font-size: 15px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  background-image: url("/consulados/imag/v1/icon/arrow.svg");
  background-repeat: no-repeat;
  background-position: right 3px;
  background-size: 16px;
  padding-right: 20px;
}
.breadcrumbs .breadcrumb:last-child:after {
  content: none;
}
.breadcrumbs .breadcrumb:last-child {
  background: none;
  padding-right: 0;
}
.breadcrumbs .breadcrumb a {
  color: #6D6D6D;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
.breadcrumbs .breadcrumb a:hover {
  color: #5D6673;
}

.prevision {
  padding: 50px 0;
}
@media (max-width: 426px) {
  .prevision {
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .prevision {
    padding: 0 0 30px;
  }
}
.prevision .auxi .row {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.prevision .auxi .row .art_item {
  margin-bottom: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.prevision .auxi .row .art_item .auxi-art {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
  overflow: hidden;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 426px) {
  .prevision .auxi .row .art_item .auxi-art {
    padding: 20px;
  }
}
.prevision .auxi .row .art_item .auxi-art .idioma {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 20px 0 0 0;
  font-size: 14px;
  line-height: 16px;
  color: #004C97;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
.prevision .auxi .row .art_item .auxi-art .idioma img {
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
}
.prevision .auxi .row .art_item .auxi-art .tit {
  font-size: 18px;
  line-height: 21px;
  color: #004C97;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  background-image: url("/consulados/imag/v1/icon/arrow_blue.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 14px 23px;
  padding: 0 20px 0 0;
}

.box-cont {
  position: absolute;
  width: auto;
  right: 15px;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  padding: 15px;
  display: table;
}
.box-cont span {
  color: #fff;
  float: left;
  clear: both;
  font-size: 16px;
  color: #ffffff;
  line-height: 150%;
  letter-spacing: 0;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.box-cont .credito {
  font-size: 15px;
}

.mySwiper {
  box-sizing: border-box;
  padding: 10px 0;
}
.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
  background-size: cover;
  background-position: center;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.mySwiper .swiper-slide-thumb-active img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

body.articulo .gallery-top {
  height: 80%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.articulo .gallery-top .swiper-slide {
  background-size: cover;
  background-position: center;
}
body.articulo .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
body.articulo .swiper-container {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  -webkit-flex: 0 1 90%;
  flex: 0 1 90%;
}
@media (max-width: 426px) {
  body.articulo .swiper-container {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  body.articulo .swiper-container {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  body.articulo .swiper-container {
    -webkit-flex: 0 1 90%;
    flex: 0 1 90%;
  }
}
body.articulo .gallery-thumbs {
  height: 100px;
  box-sizing: border-box;
  padding: 10px 0;
  margin-top: 10px;
}
body.articulo .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
body.articulo .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
body.articulo .swiper-container-pointer-events {
  touch-action: pan-y;
}
body.articulo .swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0 0 20px 0 !important;
  z-index: 1;
}
body.articulo .swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
body.articulo .swiper-container-android .swiper-slide, body.articulo .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
body.articulo .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
body.articulo .swiper-slide {
  background-size: cover;
  background-position: center;
}
body.articulo .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.btn.movil {
  padding: 20px 30px;
  background: #FFFFFF;
  border: 1px solid #CFE1F0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  color: #EB0028;
  font-size: 16px;
  line-height: 21px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  margin: 20px auto 0;
  display: table;
  width: 100%;
  text-align: center;
}

.info-art {
  margin: 5px 0 20px 0;
  display: inline-block;
  width: 100%;
  background-color: #F1F1F2;
  padding: 30px;
}
.info-art h4.tit {
  font-size: 30px;
  line-height: 35px;
  color: #004C97;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
.info-art p {
  font-size: 20px;
  line-height: 154%;
  color: #555559;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
}
.info-art ul li a {
  font-size: 20px;
  line-height: 154%;
  text-decoration-line: underline;
  color: #004C97;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
.info-art .atr {
  margin: 5px 0;
}
.info-art .atr p {
  font-size: 22px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  color: #061d36;
}
.info-art .desc {
  font-size: 20px;
  color: #646464;
}
.info-art .desc a {
  color: #0268b2;
}

.registro .form-horizontal.box-form {
  margin: 20px auto 45px;
  max-width: 410px;
  width: 100%;
  overflow: hidden;
}
.registro .pie-txt {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #666;
  margin-top: 15px;
  margin-bottom: 15px;
}
.registro .row.relative {
  overflow: hidden;
}
.registro .flex {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 15px;
}
.registro .flex .codigo-uno {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #000000;
}
.registro .flex .codigo-dos {
  padding: 0 10px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #000000;
}
.registro .flex .codigo-dos select {
  margin-top: 0;
  padding-right: 20px;
  padding-left: 5px;
  background-position: calc(100% - 0px) 50% !important;
}
.registro .flex .codigo-tres input {
  margin-top: 0;
  margin-left: 5px;
}
.registro select {
  background-image: url("/consulados/imag/v1/icon/ic_chevron_down.svg") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 5px) 50% !important;
  background-size: 24px !important;
  cursor: pointer;
}
.registro input, .registro select, .registro .select, .registro textarea {
  padding: 10px;
  border: none;
  transition: 0.5s all ease;
  background: #ffffff;
  border: 1px solid #DBE0E3;
  border-radius: 10px;
  outline: none;
  width: 100%;
  margin-top: 15px;
}
.registro .rotu {
  padding: 20px 0 15px 0;
  border-top: 5px solid #cccccc;
  clear: both;
  overflow: hidden;
}
.registro .rotu .obligacion {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #b70000;
  padding: 0 0 15px;
  float: left;
  clear: both;
}
.registro .rotu .tit {
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
  color: #5D6673;
  float: left;
  clear: both;
}
.registro .form-group.col {
  clear: both;
  overflow: hidden;
  margin: 15px auto;
  width: 100%;
}
.registro .form-group.col label {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #666;
}
.registro .form-group.col .btn {
  -webkit-appearance: caret;
  padding: 10px 50px;
  background-color: #083b54;
  font-size: 18px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  font-weight: initial;
  color: #fff;
  float: none;
  border: none;
  width: 240px;
  margin: 0 auto;
  display: table;
}
.registro .form-group.col .btn:hover {
  background-color: #0268b2;
  cursor: pointer;
}

.mensaje-footer {
  clear: both;
  overflow: hidden;
  padding: 40px 0;
}
.mensaje-footer .auxi p {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #262626;
}
.mensaje-footer .auxi a {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #b70000;
}

.cont-tab.main-tabs {
  overflow: hidden;
  border-bottom: 1px solid #dddddd !important;
  border-left: none !important;
  border-top: none !important;
  border-right: none !important;
  background: none !important;
  margin-bottom: 30px !important;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .cont-tab.main-tabs .nav.nav-tabs {
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-tab.main-tabs .nav.nav-tabs {
    width: 100%;
  }
}
.cont-tab.main-tabs .nav.nav-tabs li {
  margin: 1px 1.2em 0 0 !important;
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  padding: 0;
}
@media (max-width: 426px) {
  .cont-tab.main-tabs .nav.nav-tabs li {
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-tab.main-tabs .nav.nav-tabs li {
    width: 100%;
  }
}
.cont-tab.main-tabs .nav.nav-tabs li a.inactive {
  color: #454545;
  border-top: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
  border-right: 1px solid #c5c5c5;
  border-bottom: 0 solid #c5c5c5;
  white-space: nowrap;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  background: #ffffff;
}
@media (max-width: 426px) {
  .cont-tab.main-tabs .nav.nav-tabs li a.inactive {
    border-bottom: 1px solid #c5c5c5;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-tab.main-tabs .nav.nav-tabs li a.inactive {
    border-bottom: 1px solid #c5c5c5;
  }
}
.cont-tab.main-tabs .nav.nav-tabs li a {
  float: left;
  text-decoration: none;
  padding: 1.5em 2em;
  border-radius: 0 !important;
  font-weight: normal;
  color: #fff;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  cursor: pointer;
  border-top: 1px solid #003eff;
  border-left: 1px solid #003eff;
  border-right: 1px solid #003eff;
  border-bottom: 0 solid #003eff;
  background: #007fff;
}
@media (max-width: 426px) {
  .cont-tab.main-tabs .nav.nav-tabs li a {
    border-bottom: 1px solid #003eff;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-tab.main-tabs .nav.nav-tabs li a {
    border-bottom: 1px solid #003eff;
  }
}
.cont-tab.main-tabs .nav.nav-tabs li a:hover {
  color: #454545;
  border-top: 1px solid #003eff;
  border-left: 1px solid #003eff;
  border-right: 1px solid #003eff;
  border-bottom: 0 solid #003eff;
  background: #007fff;
  color: #fff;
}
@media (max-width: 426px) {
  .cont-tab.main-tabs .nav.nav-tabs li a:hover {
    border-bottom: 1px solid #003eff;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-tab.main-tabs .nav.nav-tabs li a:hover {
    border-bottom: 1px solid #003eff;
  }
}
@media (max-width: 426px) {
  .cont-tab.main-tabs .nav.nav-tabs li a {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-tab.main-tabs .nav.nav-tabs li a {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }
}

.col-tabs {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

:root {
  --color-inactivo: #5f5050;
  --color-hover: #ffa400;
}

.valoracion {
  display: flex;
  flex-direction: row-reverse;
}
.valoracion button {
  background-color: initial;
  border: 0;
  color: var(--color-inactivo);
  transition: 1s all;
}
.valoracion button:hover {
  cursor: pointer;
  color: var(--color-hover);
  transform: rotate(360deg);
}
.valoracion button:nth-child(1):hover ~ button,
.valoracion button:nth-child(2):hover ~ button,
.valoracion button:nth-child(3):hover ~ button,
.valoracion button:nth-child(4):hover ~ button,
.valoracion button:nth-child(5):hover ~ button {
  color: var(--color-hover);
  transform: rotate(360deg);
}

div.modalBox {
  max-width: 940px !important;
  padding: 30px !important;
  height: auto !important;
  overflow: hidden !important;
}
div.modalBox button.btn_close--v2 {
  max-width: 50px;
  top: 3px;
  right: 10px;
  z-index: 1000;
}

.contenido_modal {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  transform: none !important;
  width: 100% !important;
  margin: 0 auto !important;
  text-align: center !important;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  padding: 30px 30px 60px;
}
@media (max-width: 426px) {
  .contenido_modal {
    padding: 30px 15px 60px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .contenido_modal {
    padding: 30px 15px 60px;
  }
}
.contenido_modal picture {
  margin-bottom: 20px;
}
.contenido_modal picture img {
  width: 65px;
  height: 65px;
}
.contenido_modal .tit {
  font-size: 45px;
  line-height: 112.5%;
  text-align: center;
  color: #0F69B4;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 426px) {
  .contenido_modal .tit {
    font-size: 30px;
    line-height: 120%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .contenido_modal .tit {
    font-size: 30px;
    line-height: 120%;
  }
}
.contenido_modal .bajada {
  font-size: 30px;
  line-height: 112.5%;
  text-align: center;
  color: #555559;
  max-width: 600px;
  margin: 0 auto 20px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
@media (max-width: 426px) {
  .contenido_modal .bajada {
    font-size: 20px;
    line-height: 120%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .contenido_modal .bajada {
    font-size: 20px;
    line-height: 120%;
  }
}
.contenido_modal select {
  margin-bottom: 20px;
  padding: 10px 20px;
  width: 334px;
  background-color: #0F69B4;
  border: 1px solid #CFE1F0;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  font-size: 25px;
  line-height: 29px;
  color: #FFFFFF;
  background-image: url("/consulados/imag/v1/icon/ic_chevron_down3.svg");
  background-size: 12px;
  background-position: calc(100% - 20px);
  cursor: pointer;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
@media (max-width: 426px) {
  .contenido_modal select {
    font-size: 15px;
    width: 250px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .contenido_modal select {
    font-size: 15px;
    width: 250px;
  }
}
.contenido_modal a {
  font-size: 16px;
  line-height: 21px;
  text-decoration-line: underline;
  color: #EB0028;
  padding: 14px 40px;
  cursor: pointer;
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 500;
}
.contenido_modal.modal-apps {
  padding: 60px 30px 60px;
}
.contenido_modal.modal-apps picture img {
  max-width: 65px;
  margin-bottom: 20px;
}
.contenido_modal.modal-apps .tit {
  margin-bottom: 10px;
}
.contenido_modal.modal-apps .info-apps {
  margin: 20px auto;
  display: flex;
  gap: 100px;
}
@media (max-width: 426px) {
  .contenido_modal.modal-apps .info-apps {
    flex-direction: column;
    align-items: center;
    gap: 0px;
    margin: 0 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .contenido_modal.modal-apps .info-apps {
    flex-direction: column;
    align-items: center;
    gap: 0px;
    margin: 0 auto;
  }
}
.contenido_modal.modal-apps .info-apps .info-app__box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
.contenido_modal.modal-apps .info-apps .info-app__box .info-app__qr {
  max-width: 100px;
  height: auto;
  border-radius: 5px;
}
@media (max-width: 426px) {
  .contenido_modal.modal-apps .info-apps .info-app__box .info-app__qr {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .contenido_modal.modal-apps .info-apps .info-app__box .info-app__qr {
    display: none;
  }
}
.contenido_modal.modal-apps .info-apps .info-app__box a {
  padding: 14px 10px;
}

.preguntas {
  margin: 0 auto 30px;
}
.preguntas .menujq {
  -webkit-flex: 0 1 45%;
  flex: 0 1 45%;
}
.preguntas .menujq > ul li.desplegable {
  background: #FFFFFF;
  border: 1px solid #ACC8E0;
  border-radius: 4px;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.preguntas .menujq > ul li.desplegable > a {
  background: rgba(0, 76, 151, 0.1);
  font-size: 20px;
  line-height: 23px;
  color: #004C97;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  margin: 0;
  padding: 20px 80px 20px 40px;
  width: 100%;
  display: block;
  position: relative;
}
.preguntas .menujq > ul li.desplegable > a:after {
  content: "";
  background-image: url("/consulados/imag/v1/icon/ico_arrow_pregunta.svg");
  background-repeat: no-repeat;
  position: absolute;
  right: 40px;
  top: 25px;
  margin-right: 10px;
  width: 30px;
  height: 15px;
  background-position: 90%;
  background-size: 100%;
}
.preguntas .menujq > ul li.desplegable ul {
  padding: 0 40px 20px;
  background: rgba(0, 76, 151, 0.1);
}
.preguntas .menujq > ul li.desplegable ul li {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 10px 0 10px;
}
.preguntas .menujq > ul li.desplegable ul li p {
  font-size: 20px;
  line-height: 160%;
  color: #555559;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}
.preguntas .menujq > ul li.desplegable ul li p:last-child {
  margin-bottom: 0;
}
.preguntas .menujq > ul .active > a {
  background: rgba(0, 76, 151, 0.1);
  color: #004C97 !important;
}
.preguntas .menujq > ul .active > a:after {
  content: "";
  background-image: url("/consulados/imag/v1/icon/ico_arrow_pregunta.svg") !important;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.preguntas .menujq > ul li:first-child > ul {
  display: block;
}

.faq {
  margin: 60px 0;
}
.faq__fondo {
  margin: 0;
}

body.articulo.dos .enc-art .titular .baj {
  font-size: 30px;
  line-height: 160%;
  color: #0F69B4;
}
body.articulo.dos .CUERPO {
  padding-top: 0;
}
body.articulo.dos .CUERPO a {
  font-size: 20px;
  line-height: 154%;
  text-decoration-line: underline;
  color: #004C97;
}
body.articulo.dos .CUERPO ul li {
  font-size: 20px;
  line-height: 154%;
  color: #004C97;
  margin-bottom: 0;
}
body.articulo.dos .CUERPO ul li a {
  font-size: 20px;
  line-height: 154%;
  text-decoration-line: underline;
  color: #004C97;
}
body.articulo.dos .CUERPO ul li::marker {
  font-size: 14px;
  color: #004C97;
}
body.articulo.dos .info-art {
  max-width: 475px;
  width: 100%;
  background: none;
  padding: 0;
}
body.articulo.dos .info-art .tit {
  font-size: 20px;
  line-height: 154%;
  color: #004C97;
  margin-bottom: 0;
}
body.articulo.dos .info-art p {
  font-size: 20px;
  line-height: 154%;
  color: #555559;
}

.rot-art {
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 426px) {
  .rot-art {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .rot-art {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.rot-art form {
  gap: 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.rot-art .tit {
  font-size: 30px;
  line-height: 35px;
  color: #004C97;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.rot-art select {
  cursor: pointer;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
  padding: 24px 80px 24px 40px;
  font-size: 18px;
  line-height: 21px;
  color: #555559;
  background-size: 20px;
  background-position: calc(100% - 20px) 50%;
  background-image: url("/consulados/imag/v1/icon/ic_chevron_down2.svg");
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}

.banner_330 {
  margin-bottom: 15px;
}

.row.dos {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.validar_documento {
  margin-bottom: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
@media (min-width: 767px) and (max-width: 991px) {
  .validar_documento {
    width: 50% !important;
  }
}
.validar_documento .auxi-list {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 30px 30px 50px;
  overflow: hidden;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
  transition: filter 0.3s ease-out, transform 0.3s ease-out;
  position: relative;
}
.validar_documento .auxi-list:hover {
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.1));
  transform: translateY(-5px);
}
.validar_documento .auxi-list .tit {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  line-height: 21px;
  color: #555559;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}
.validar_documento .auxi-list .tit img {
  width: 31px;
  margin-right: 5px;
}
.validar_documento .auxi-list .bajada {
  font-size: 16px;
  line-height: 150%;
  color: #555559;
  margin-bottom: 25px;
}
.validar_documento .auxi-list .bajada strong {
  font-weight: 700;
}
.validar_documento .auxi-list ul li {
  float: left;
  clear: both;
  margin-bottom: 20px;
}
.validar_documento .auxi-list ul li a {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #004C97;
  text-decoration: underline;
  transition: filter 0.3s ease-out, transform 0.3s ease-out;
}
.validar_documento .auxi-list ul li a:hover {
  text-decoration: none;
  color: #555559;
}
.validar_documento .auxi-list .ver_mas {
  background: #FFFFFF;
  border: 1px solid #CFE1F0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  color: #EB0028;
  font-size: 14px;
  line-height: 18px;
  float: left;
  clear: both;
  margin-top: 10px;
  width: 160px;
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 500;
  transition: filter 0.3s ease-out, transform 0.3s ease-out;
}
.validar_documento .auxi-list .ver_mas:hover {
  text-decoration: none;
  color: #004C97;
}

.padding-top40 {
  padding-top: 40px;
}

.padding-bottom40 {
  padding-bottom: 40px;
}

.tit-listado {
  font-size: 30px;
  line-height: 160%;
  color: #0F69B4;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  padding-bottom: 0;
}
@media (max-width: 426px) {
  .tit-listado {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tit-listado {
    font-size: 24px;
    line-height: 1.3;
  }
}
.tit-listado .rojo {
  color: #EB3C46;
}

.box-listado {
  padding-bottom: 40px;
}
.box-listado .bajada {
  font-size: 20px;
  line-height: 160%;
  color: #0F69B4;
}

.top_port {
  padding: 40px 0;
}
.top_port .auxi {
  margin-bottom: 20px;
}
@media (max-width: 426px) {
  .top_port .auxi {
    margin-bottom: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .top_port .auxi {
    margin-bottom: 0;
  }
}
.top_port .auxi .tit {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  font-size: 50px;
  line-height: 1.2;
  color: #004C97;
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
}
.top_port .auxi .tit img {
  margin-right: 25px;
  position: relative;
  top: 8px;
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
@media (max-width: 426px) {
  .top_port .auxi .tit img {
    top: 0;
    max-width: 35px;
    margin-right: 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .top_port .auxi .tit img {
    top: 0;
    max-width: 35px;
    margin-right: 10px;
  }
}
@media (max-width: 426px) {
  .top_port .auxi .tit {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .top_port .auxi .tit {
    font-size: 30px;
    line-height: 120%;
    margin-bottom: 15px;
  }
}
.top_port .auxi .bajada {
  font-size: 30px;
  line-height: 160%;
  color: #0F69B4;
  max-width: 980px;
  margin-top: 20px;
}
@media (max-width: 426px) {
  .top_port .auxi .bajada {
    font-size: 20px;
    line-height: 120%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .top_port .auxi .bajada {
    font-size: 20px;
    line-height: 120%;
  }
}
.top_port .box-combobox .auxi {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (max-width: 426px) {
  .top_port .box-combobox .auxi {
    display: block;
    padding: 20px 15px 15px;
    overflow: hidden;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .top_port .box-combobox .auxi {
    display: block;
    padding: 20px 15px 15px;
    overflow: hidden;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .top_port .box-combobox .auxi {
    gap: 10px;
    padding: 0 15px 15px;
    margin-bottom: 0;
    overflow: hidden;
  }
}
@media (max-width: 426px) {
  .top_port .box-combobox .auxi .combobox {
    float: left;
    clear: both;
    margin-right: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .top_port .box-combobox .auxi .combobox {
    float: left;
    clear: both;
    margin-right: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .top_port .box-combobox .auxi .combobox {
    float: left;
    clear: both;
    margin-right: 0;
  }
}
.top_port .box-combobox .auxi .combobox + .combobox {
  margin-left: 15px;
}
@media (max-width: 426px) {
  .top_port .box-combobox .auxi .combobox + .combobox {
    margin-left: 0;
    padding-top: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .top_port .box-combobox .auxi .combobox + .combobox {
    margin-left: 0;
    padding-top: 20px;
  }
}
.top_port .box-combobox .auxi .combobox span {
  font-size: 12px;
  line-height: 14px;
  color: #0F69B4;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  padding: 0px 10px 0px 40px;
  margin-bottom: 10px;
  float: left;
  clear: both;
}
@media (max-width: 426px) {
  .top_port .box-combobox .auxi .combobox span {
    padding: 0px 10px 0px 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .top_port .box-combobox .auxi .combobox span {
    padding: 0px 10px 0px 20px;
  }
}
.top_port .box-combobox .auxi .combobox select {
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.15);
  padding: 24px 40px;
  background-image: url("/consulados/imag/v1/icon/ic_chevron_down2.svg");
  background-position: calc(100% - 20px);
  background-size: 12px;
  border: 1px solid #fff;
  width: 338px;
  font-size: 18px;
  line-height: 21px;
  color: #555559;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  cursor: pointer;
  float: left;
  clear: both;
}
@media (max-width: 426px) {
  .top_port .box-combobox .auxi .combobox select {
    padding: 17px 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .top_port .box-combobox .auxi .combobox select {
    padding: 17px 30px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .top_port .box-combobox .auxi .combobox select {
    padding: 20px 35px;
  }
}
.top_port .box-combobox .auxi .combobox:last-child {
  margin-right: 0;
}

.articulo.taxport.results .tax-cont {
  padding: 70px 0;
  background: linear-gradient(0deg, rgba(0, 76, 151, 0.05), rgba(0, 76, 151, 0.05)), #FFFFFF;
}
@media (max-width: 426px) {
  .articulo.taxport.results .tax-cont {
    padding: 40px 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo.taxport.results .tax-cont {
    padding: 40px 15px;
  }
}
.articulo.taxport.results .tax-cont .row {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.articulo.form .content {
  padding: 70px 0;
  background: linear-gradient(0deg, rgba(0, 76, 151, 0.05), rgba(0, 76, 151, 0.05)), #FFFFFF;
}
.articulo.form .enc-art .titular {
  max-width: 787px;
  width: 100%;
  margin-bottom: 40px;
}
.articulo.form .enc-art .titular .tit {
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 66px;
  color: #004C97;
}
.articulo.form .enc-art .titular .baj {
  font-size: 20px;
  line-height: 160%;
  color: #555559;
}
.articulo.form .registro .rotu {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  border-top: 0 solid #cccccc;
  padding: 0 0 20px 0;
}
.articulo.form .registro .rotu .tit {
  font-size: 30px;
  line-height: 35px;
  color: #004C97;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.articulo.form .registro .form-horizontal.box-form {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
.articulo.form .registro .form-horizontal.box-form .form-group.file {
  margin-top: 20px;
}
.articulo.form .registro .form-horizontal.box-form .form-group .control-label {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #555559;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.articulo.form .registro .form-horizontal.box-form .form-group .form-control {
  margin-top: 0;
  margin-bottom: 20px;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  font-size: 20px;
  line-height: 160%;
  color: #555559;
  border-radius: 0;
  border: 0 solid #DBE0E3;
}
.articulo.form .registro .form-horizontal.box-form .form-group .form-control::placeholder {
  color: #B4B4B4;
  opacity: 1;
}
.articulo.form .registro .form-horizontal.box-form .form-group .form-control::-webkit-input-placeholder {
  color: #B4B4B4;
  opacity: 1;
}
.articulo.form .registro .form-horizontal.box-form .form-group .form-control:-ms-input-placeholder {
  color: #B4B4B4;
  opacity: 1;
}
.articulo.form .registro .form-horizontal.box-form .form-group input {
  border: 0 solid #DBE0E3;
  background: none;
}
.articulo.form .registro .form-horizontal.box-form .form-group .btn {
  background: #EB0028;
  border: 1px solid #CFE1F0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 16px 52px;
  width: auto;
  font-size: 20px;
  line-height: 26px;
  text-decoration-line: underline;
  color: #FFFFFF;
  margin: 20px auto 0;
  display: table;
  transition: 0.3s all ease;
  font-family: "RobotoSlab", sans-serif;
  font-weight: 400;
}
.articulo.form .registro .form-horizontal.box-form .form-group .btn:hover {
  background-color: #cf0124;
  text-decoration: none;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.art-search {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.art-search:hover a h4 {
  color: #EB0028;
}
.art-search .img img {
  width: 100%;
}
.art-search a {
  padding: 40px 40px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: block;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.art-search a h4 {
  -webkit-flex: 0 1 90%;
  flex: 0 1 90%;
  font-size: 18px !important;
  line-height: 125% !important;
  color: #004C97;
  font-weight: 600 !important;
  text-decoration: none !important;
}
.art-search a figure {
  -webkit-flex: 0 1 10%;
  flex: 0 1 10%;
}
.art-search a figure img {
  float: right;
}

.consular .main .auxi .top_port {
  padding: 30px 0;
}
.consular .main .auxi .top_port .auxi {
  margin-bottom: 0;
}

.red-consular {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
@media (max-width: 426px) {
  .red-consular {
    display: block;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .red-consular {
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .red-consular {
    display: block;
  }
}
.red-consular picture {
  margin: 0 auto;
  margin-rightt: 2px;
  width: 100%;
}
@media (max-width: 426px) {
  .red-consular picture {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .red-consular picture {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .red-consular picture {
    display: none;
  }
}
.red-consular picture:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgba(15, 105, 180, 0.4);
}
.red-consular picture img {
  width: 100%;
}
.red-consular picture + picture {
  padding: 0;
  margin-left: 2px;
}
.red-consular .consulados {
  position: absolute;
  top: 14%;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  left: 0;
  right: 0;
}
@media (max-width: 426px) {
  .red-consular .consulados {
    display: block;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
    background-color: #004C97;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .red-consular .consulados {
    display: block;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
    background-color: #004C97;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .red-consular .consulados {
    display: block;
    position: relative;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
    background-color: #004C97;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .red-consular .consulados {
    top: 6%;
  }
}
.red-consular .consulados .cont__consulado {
  max-width: 470px;
  width: 95%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .red-consular .consulados .cont__consulado {
    width: 45%;
  }
}
.red-consular .consulados .box-cosulado {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.red-consular .consulados .box-cosulado .auxi-consulado {
  padding: 20px 35px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.19);
}
.red-consular .consulados .box-cosulado .auxi-consulado header {
  margin-bottom: 25px;
}
.red-consular .consulados .box-cosulado .auxi-consulado header .tit {
  font-size: 25px;
  line-height: 160%;
  color: #0F69B4;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.red-consular .consulados .box-cosulado .auxi-consulado header .tit img {
  width: 23px;
  margin-right: 5px;
}
.red-consular .consulados .box-cosulado .auxi-consulado header .rojo {
  font-size: 25px;
  line-height: 160%;
  color: #EB0028;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-left: 40px;
}
.red-consular .consulados .box-cosulado .auxi-consulado header .rojo img {
  width: 15px;
  margin-right: 5px;
}
.red-consular .consulados .box-cosulado .auxi-consulado .bajada {
  font-size: 20px;
  line-height: 150%;
  color: #555559;
  margin-bottom: 25px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.red-consular .consulados .box-cosulado .auxi-consulado .bajada strong {
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  color: #0F69B4;
}
.red-consular .consulados .box-cosulado .auxi-consulado ul li {
  float: left;
  clear: both;
  margin-bottom: 25px;
}
.red-consular .consulados .box-cosulado .auxi-consulado ul li a {
  float: left;
  clear: both;
  font-size: 15px;
  line-height: 18px;
  color: #0F69B4;
  text-decoration-line: underline;
  font-family: "gobCL", sans-serif;
  font-weight: 600;
}
@media (max-width: 426px) {
  .red-consular .consulados .cont__consulado {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 15px !important;
    margin-bottom: 25px !important;
    max-width: 95%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .red-consular .consulados .cont__consulado {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 15px !important;
    margin-bottom: 25px !important;
    max-width: 95%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .red-consular .consulados .cont__consulado {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 15px !important;
    margin-bottom: 25px !important;
    max-width: 95%;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
.red-consular .consulados .cont__consulado--chile {
  margin-right: 85px;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .red-consular .consulados .cont__consulado--chile {
    margin-right: 30px;
  }
}
.red-consular .consulados .cont__consulado--exterior {
  margin-left: 85px;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .red-consular .consulados .cont__consulado--exterior {
    margin-left: 30px;
  }
}
.informacion {
  padding: 40px 0;
  background: #ffffff;
}
.informacion .auxi .titu {
  font-size: 30px;
  line-height: 160%;
  color: #0F69B4;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}
.informacion .auxi .row {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
@media (min-width: 767px) and (max-width: 991px) {
  .informacion .auxi .row .validar_documento {
    width: 50%;
  }
}
.informacion .auxi .row .validar_documento .auxi-list {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.banners {
  padding: 30px 0 60px;
}
@media (max-width: 426px) {
  .banners {
    padding: 20px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .banners {
    padding: 20px 0;
  }
}
.banners .banner.image a {
  margin: 0 auto;
  display: table;
}
.banners .banner {
  position: relative;
  display: block;
}
@media (max-width: 426px) {
  .banners .banner {
    margin-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .banners .banner {
    margin-bottom: 15px;
  }
}
.banners .banner a .img img {
  width: 100%;
}
.banners .banner .cont-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.banners .banner .cont-txt .tit {
  font-size: 30px;
  line-height: 120%;
  text-decoration-line: underline;
  color: #FFFFFF;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
@media (min-width: 767px) and (max-width: 991px) {
  .banners .banner .cont-txt .tit {
    font-size: 22px;
  }
}
.banners .banner .cont-txt .bajada {
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #FFFFFF;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.banners .banner.bg-uno:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 76, 151, 0.6), rgba(0, 76, 151, 0.6));
}
.banners .banner.bg-dos:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(0deg, rgba(235, 0, 40, 0.6), rgba(235, 0, 40, 0.6));
}

.bg-lightblue {
  background-color: rgba(0, 76, 151, 0.1);
}

.block-cols {
  margin-bottom: 15px;
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .block-cols .row {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
@media (min-width: 1399px) {
  .block-cols .row {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
@media (max-width: 426px) {
  .block-cols .lg-4 {
    margin-top: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-cols .lg-4 {
    margin-top: 20px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .block-cols .lg-4 {
    margin-top: 20px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .block-cols .lg-4 {
    gap: 20px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .block-cols .lg-4 {
    margin-top: 20px;
  }
}
@media (max-width: 1300px) {
  .block-cols .lg-4 {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -moz-box-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
}
@media (min-width: 1399px) {
  .block-cols .lg-4 {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -moz-box-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
  }
}
.block-cols .lg-4 .card-icon {
  -webkit-flex: 1 0 100%;
  flex: 1 0 100%;
}
@media (min-width: 767px) and (max-width: 991px) {
  .block-cols .lg-4 .card-icon {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .block-cols .lg-4 .card-icon {
    margin-top: 0;
    -webkit-flex: 1 0 30%;
    flex: 1 0 30%;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .block-cols .lg-4 .card-icon {
    -webkit-flex: 1 0 32%;
    flex: 1 0 32%;
  }
}
@media (min-width: 1399px) {
  .block-cols .lg-4 .card-icon {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}

.head-banner {
  position: relative;
}
.head-banner__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 40px 70px;
  z-index: 1;
}
@media (max-width: 426px) {
  .head-banner__content {
    padding: 30px 30px 60px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .head-banner__content {
    padding: 30px 30px 60px;
  }
}
.head-banner__title {
  color: #ffffff;
  font-size: 34px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.head-banner__img {
  position: relative;
}
.head-banner__img img {
  width: 100%;
}
.head-banner__img::before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgb(0, 76, 151);
  background: -moz-linear-gradient(0deg, rgba(0, 76, 151, 0.8) 2%, rgba(0, 76, 151, 0.7175245098) 45%, rgba(0, 76, 151, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 76, 151, 0.8) 2%, rgba(0, 76, 151, 0.7175245098) 45%, rgba(0, 76, 151, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 76, 151, 0.8) 2%, rgba(0, 76, 151, 0.7175245098) 45%, rgba(0, 76, 151, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004c97",endColorstr="#004c97",GradientType=1);
}
.head-banner .swiper-pagination {
  bottom: 30px;
  left: 40px;
  gap: 8px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.head-banner .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
  height: 11px;
  width: 11px;
  opacity: 1;
}
.head-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  background-color: #FFD100;
  border-radius: 3rem;
}

.block-cards {
  padding: 70px 0 40px;
}
@media (max-width: 426px) {
  .block-cards {
    padding: 40px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-cards {
    padding: 40px 0;
  }
}
.block-cards.gap-20 .row {
  gap: 20px 0;
}
.block-cards .row {
  gap: 60px 0;
  padding-bottom: 50px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.card:hover .img img {
  transition: 0.2s all ease;
  transform: scale(1.07);
}
.card .tit {
  margin-top: 20px;
  font-size: 20px;
  color: #004C97;
  text-decoration: underline;
  line-height: 1.2;
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
}
.card .fecha {
  margin-top: 20px;
  color: #555559;
  font-size: 15px;
  font-family: "RobotoSlab", sans-serif;
  font-weight: 400;
}
.card .img {
  overflow: hidden;
}
.card img {
  width: 100%;
}
.card__flag {
  background-color: #ffffff;
  padding: 15px;
  height: 100%;
}
.card__flag a {
  gap: 15px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.card__flag .card__tit {
  font-size: 16px;
  line-height: 1.3;
  color: #004C97;
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 500;
}

.card-icon__vertical {
  background-color: #ffffff;
  height: 100%;
  transition: 0.3s all ease;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
}
.card-icon__vertical:hover {
  transform: translateY(-3px);
  box-shadow: 3px 3px 40px rgba(0, 0, 0, 0.2);
}
.card-icon__vertical a {
  padding: 40px;
  height: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.card-icon__vertical .card-icon__tit {
  font-size: 22px;
  color: #004C97;
  text-align: center;
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
}
.card-icon__vertical .card-icon__baj {
  color: #555559;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  margin-top: 20px;
}
.card-icon__horizontal {
  gap: 20px;
  padding: 15px;
  background-color: rgba(0, 76, 151, 0.1);
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.card-icon__horizontal + .card-icon__horizontal {
  margin-top: 20px;
}
.card-icon__horizontal .card-icon__img {
  background-color: #004C97;
  width: 85px;
  height: 85px;
}
.card-icon__horizontal .card-icon__img:hover ~ .card-icon__content .card-icon__subtit a {
  color: #EB3C46;
}
.card-icon__horizontal .card-icon__img a {
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.card-icon__horizontal .card-icon__subtit, .card-icon__horizontal .card-icon__subtit a {
  color: #004C97;
  text-decoration: underline;
  transition: 0.3s all ease;
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
}
.card-icon__horizontal .card-icon__subtit:hover, .card-icon__horizontal .card-icon__subtit a:hover {
  color: #EB3C46;
}

.articulo.form .d-flex {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.articulo.form .d-flex .file {
  display: none;
}
.articulo.form .d-flex .file-name {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 10px;
  background: none !important;
  border: 0 solid #004C97 !important;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  color: #004C97 !important;
  border-radius: 0;
}
.articulo.form .d-flex .file-name::placeholder {
  color: #999999;
  opacity: 1;
}
.articulo.form .d-flex .file-name::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}
.articulo.form .d-flex .file-name:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}
.articulo.form .d-flex .btn-form {
  background-color: #ffffff !important;
  border: 1px solid #004C97 !important;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-sizing: border-box;
  padding: 10px;
  transition: all 0.6s;
  color: #004C97;
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
  margin-right: 0;
  cursor: pointer;
  width: auto;
  border-radius: 0;
}
.articulo.form .d-flex .btn-form:hover {
  background: #EB0028;
  border-color: #EB0028;
  color: #fff;
}
.articulo.form .artic .row {
  margin-left: 0;
}
.articulo.form .artic .cont-formulario .btn {
  background: #EB0028;
  border: 1px solid #CFE1F0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  padding: 16px 52px;
  width: auto;
  font-size: 20px;
  line-height: 26px;
  text-decoration-line: underline;
  color: #FFFFFF;
  margin: 20px auto 0;
  display: table;
  transition: 0.3s all ease;
  font-family: "RobotoSlab", sans-serif;
  font-weight: 400;
}
.articulo.form .artic .cont-formulario .btn:hover {
  background-color: #cf0124;
  text-decoration: none;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}
.articulo.form .artic .auxi {
  width: 100%;
}
.articulo.form .artic .box-form {
  color: #505059;
  max-width: 620px;
  width: 100%;
  margin: 40px auto 0;
  padding: 0 10px;
}
.articulo.form .artic .alerta {
  background: none;
  padding: 0;
}
.articulo.form .artic .ui-widget.ui-widget-content {
  border: none;
  background: none;
}
.articulo.form .artic .ui-tabs .ui-tabs-nav {
  border: none;
  background: none;
  padding: 0;
}
.articulo.form .artic .ui-tabs .ui-tabs-nav li {
  padding: 20px 0 0;
  margin: 0 80px 0 0;
  background: none;
  border: none;
}
.articulo.form .artic .ui-tabs .ui-tabs-nav li:hover {
  transition: 0.3s all ease;
  background: none;
}
@media (max-width: 426px) {
  .articulo.form .artic .ui-tabs .ui-tabs-nav li:hover {
    border: 1px solid #ffffff;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo.form .artic .ui-tabs .ui-tabs-nav li:hover {
    border: 1px solid #ffffff;
  }
}
.articulo.form .artic .ui-tabs .ui-tabs-nav li:hover a {
  border-color: #004C97;
}
.articulo.form .artic .ui-tabs .ui-tabs-nav li.ui-tabs-active {
  background: none;
}
.articulo.form .artic .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
  color: #004C97;
  border-color: #004C97;
}
.articulo.form .artic .ui-tabs .ui-tabs-nav li a {
  font-size: 20px;
  line-height: 23px;
  padding: 10px 20px;
  color: #8D8D8D;
  display: block;
  background: none;
  border-bottom: 6px solid transparent;
  transition: 0.3s all ease;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.articulo.form .artic .articulo {
  margin-top: 40px;
}
.articulo.form .artic .articulo .auxi {
  padding: 0 !important;
}
.articulo.form .artic .titular {
  text-align: left;
  max-width: 787px;
  width: 100%;
  font-size: 50px;
  line-height: 59px;
  color: #004C97;
  line-height: 1.1;
  margin-bottom: 15px;
  font-family: "Roboto-Bold", sans-serif;
  font-weight: 700;
}
@media (max-width: 426px) {
  .articulo.form .artic .titular {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo.form .artic .titular {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo.form .artic .titular {
    font-size: 40px;
  }
}
.articulo.form .artic .bajada {
  font-size: 20px;
  line-height: 160%;
  color: #555559;
  margin-bottom: 40px;
  max-width: 787px;
}
@media (max-width: 426px) {
  .articulo.form .artic .bajada {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo.form .artic .bajada {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo.form .artic .bajada {
    font-size: 24px;
  }
}
.articulo.form .artic .leyenda {
  color: #EB0028;
  font-size: 16px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.articulo.form .artic .tit {
  max-width: 900px;
  margin: 30px auto;
  font-size: 24px;
  color: #0F69B4;
  padding: 25px 0 0 5px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.articulo.form .artic .tit.linea {
  border-top: 5px solid #d2d8e1;
}
.articulo.form .artic .form-group {
  margin-bottom: 25px;
}
.articulo.form .artic .form-group .fstElement {
  width: 100%;
  padding: 5px;
}
.articulo.form .artic .form-group .fstMultipleMode .fstControls {
  width: 100%;
  padding: 0;
}
.articulo.form .artic .form-group .fstResultItem {
  font-size: 16px;
}
.articulo.form .artic .form-group .fstQueryInput {
  box-shadow: none;
  padding: 0;
}
.articulo.form .artic .form-group .fstChoiceItem {
  font-size: txt_lg;
}
.articulo.form .artic .form-group select, .articulo.form .artic .form-group input {
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  height: 100%;
  margin-top: 0;
  background-color: #FFFFFF !important;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  padding: 15px 20px;
  font-size: 20px;
  line-height: 160%;
  color: #555559;
  border-radius: 0;
  border: 0 solid #DBE0E3;
  width: 100%;
}
.articulo.form .artic .form-group select::placeholder, .articulo.form .artic .form-group input::placeholder {
  color: #B4B4B4;
  opacity: 1;
}
.articulo.form .artic .form-group select::-webkit-input-placeholder, .articulo.form .artic .form-group input::-webkit-input-placeholder {
  color: #B4B4B4;
  opacity: 1;
}
.articulo.form .artic .form-group select:-ms-input-placeholder, .articulo.form .artic .form-group input:-ms-input-placeholder {
  color: #B4B4B4;
  color-opacity: 1;
}
.articulo.form .artic .form-group select {
  padding: 10px;
}
.articulo.form .artic .form-group .__validator-alert {
  top: 0;
}
.articulo.form .artic .form-group .__validator-alert span {
  background: none;
  color: #EB0028;
  margin-top: 10px;
  box-shadow: none;
  position: relative;
  width: auto;
  padding: 0;
  font-size: 15px;
}
.articulo.form .artic .form-group .obligatorio:not(.control-label .obligatorio) {
  color: #004C97;
  text-decoration: underline;
}
.articulo.form .artic .form-group .obligatorio:not(.control-label .obligatorio):hover {
  text-decoration: none;
}
.articulo.form .artic .form-group .control-label {
  margin-bottom: 12px;
  display: inline-block;
}
.articulo.form .artic .form-group > div {
  gap: 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.articulo.form .artic .form-group > div .codigo-uno, .articulo.form .artic .form-group > div .codigo-dos {
  font-size: 20px;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.articulo.form .artic .form-group > div .codigo-uno select, .articulo.form .artic .form-group > div .codigo-dos select {
  margin-top: 0;
  font-size: 20px;
  line-height: 160%;
}
.articulo.form .artic .form-group > div .codigo-dos select {
  width: 62px !important;
  height: 100%;
}
.articulo.form .artic .form-group > div .codigo-tres {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.articulo.form .artic .form-group > div .codigo-tres input {
  width: 100%;
}
.articulo.form .artic .form-group p {
  color: #555559;
  margin-top: 5px;
  line-height: 1.3;
  font-size: 15px;
}

.taxport-revistas .tax-cont .auxi {
  max-width: 1200px !important;
  width: 100%;
}

.box-datos {
  background-color: #ECF4FB;
  margin: 40px 0;
  padding: 40px;
  border: 1px solid #C6DBEF;
  color: #004C97;
}
@media (max-width: 426px) {
  .box-datos {
    padding: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-datos {
    padding: 20px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-datos {
    padding: 20px;
  }
}
.box-datos__top {
  margin-bottom: 20px;
  displayt: flex;
}
.box-datos__top h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #004C97;
}
@media (max-width: 426px) {
  .box-datos__top h2 {
    font-size: 25px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-datos__top h2 {
    font-size: 25px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-datos__top h2 {
    font-size: 25px;
  }
}
.box-datos__select {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 426px) {
  .box-datos__select {
    flex-direction: column;
    margin-top: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-datos__select {
    flex-direction: column;
    margin-top: 20px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-datos__select {
    flex-direction: column;
    margin-top: 20px;
  }
}
.box-datos__select label {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
  color: #004C97;
  width: 40%;
}
@media (max-width: 426px) {
  .box-datos__select label {
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-datos__select label {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-datos__select label {
    width: 100%;
  }
}
.box-datos__select select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  background-image: url("../../imag/v1/icon/ic_chevron_down2.svg");
  background-position: calc(100% - 10px);
  background-color: #FFFFFF;
  background-size: 12px auto;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  padding: 10px 40px 10px 20px;
  border: 0 solid #DBE0E3;
  border-radius: 0;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #EB3C46;
  cursor: pointer;
  margin-bottom: 15px;
  margin-bottom: 15px;
}
.box-datos__info {
  margin-top: 20px;
}
.box-datos__item {
  display: flex;
  margin-bottom: 15px;
}
@media (max-width: 426px) {
  .box-datos__item {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-datos__item {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-datos__item {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.box-datos__text-info {
  padding: 20px;
  background: #CCDBEA;
  width: 50%;
}
@media (max-width: 426px) {
  .box-datos__text-info {
    width: 100%;
    padding: 10px 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-datos__text-info {
    width: 100%;
    padding: 10px 20px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-datos__text-info {
    width: 100%;
    padding: 10px 20px;
  }
}
.box-datos__data-info {
  padding: 20px;
  background: #fff;
  width: 50%;
}
@media (max-width: 426px) {
  .box-datos__data-info {
    width: 100%;
    padding: 10px 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-datos__data-info {
    width: 100%;
    padding: 10px 20px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-datos__data-info {
    width: 100%;
    padding: 10px 20px;
  }
}
.box-datos__data-info-col {
  display: flex;
  gap: 10px;
}
.box-datos__item-right-col {
  display: flex;
  gap: 20px;
}
.box-datos__data-number {
  font-weight: 600;
}
.box-datos__text-info {
  font-weight: bold;
}
.box-datos__notas {
  margin-top: 20px;
  list-style: disc;
  padding-left: 20px;
}
.box-datos__notas li {
  margin-bottom: 5px;
  font-size: 15px;
}

.box-arts {
  padding: 60px 0;
}
@media (max-width: 426px) {
  .box-arts {
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-arts {
    padding: 30px 0;
  }
}
.box-arts .row {
  gap: 20px 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box-arts .auxi {
  gap: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.box-arts__bg {
  background-color: #E5F5FC;
}
.box-arts__bg .calificacion-f {
  max-width: 1390px;
  margin: 0 auto;
  background-color: #fff;
}
.box-arts__bg .calificacion-f .paso-uno {
  background: none;
}
.box-arts .logos {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 426px) {
  .box-arts .logos {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-arts .logos {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }
}
.box-arts .logos__link {
  width: auto;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.box-arts__recuadro {
  padding: 20px 40px 40px 40px;
  background-color: #F2FAFD;
  border-radius: 10px;
}
@media (max-width: 426px) {
  .box-arts__recuadro {
    padding: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .box-arts__recuadro {
    padding: 20px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .box-arts__recuadro {
    padding: 25px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .box-arts__recuadro {
    padding: 30px;
  }
}
.box-arts__recuadro .titu-s {
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  margin: 20px;
  text-transform: uppercase;
  line-height: 120%;
}
.box-arts__recuadro .row {
  display: contents;
}
.box-arts__seguridad {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  gap: 20px;
}
.box-arts__seguridad img {
  width: 54px;
}
.box-arts__seguridad .auxi-s {
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 10px;
}
.box-arts__seguridad .auxi-s h2 {
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  color: #333333;
  gap: 10px;
  font-size: 16px;
}
.box-arts__seguridad .auxi-s p {
  color: #333333;
  font-size: 16px;
  line-height: 150%;
}

.direcciones {
  background-color: #FFF2DC;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.direcciones .auxi {
  margin: 40px;
}
@media (max-width: 426px) {
  .direcciones .auxi {
    margin: 20px 5px 0 5px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .direcciones .auxi {
    margin: 20px 10px 0 10px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .direcciones .auxi {
    margin: 20px 20px 0 20px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .direcciones .auxi {
    margin: 40px 40px 0 40px;
  }
}
.direcciones .tit {
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  font-size: 20px;
}
.direcciones .ayuda {
  margin-bottom: 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .direcciones .ayuda {
    margin-bottom: 50px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .direcciones .ayuda {
    margin-bottom: 50px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .direcciones .ayuda {
    margin-bottom: 50px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .direcciones .ayuda {
    margin-bottom: 50px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.direcciones .ayuda .info {
  font-size: 16px;
  color: #13141D;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
@media (max-width: 426px) {
  .direcciones .ayuda .info {
    padding-left: 0;
    text-align: left;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .direcciones .ayuda .info {
    padding-left: 0;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .direcciones .ayuda .info {
    padding-left: 0;
    text-align: left;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .direcciones .ayuda .info {
    padding-left: 0;
    text-align: left;
  }
}
.direcciones .ayuda .info-tit {
  margin-right: 5px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 24px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.direcciones .ayuda .info-tit__foot {
  font-size: 20px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.direcciones .ayuda p {
  margin-bottom: 10px;
  text-align: center;
  padding: 0 20px;
}
.direcciones .ayuda1 {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.direcciones .ayuda1 .epi {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.direcciones .ayuda1 .tit {
  font-size: 35px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
@media (max-width: 426px) {
  .direcciones .ayuda1 .tit {
    margin-bottom: 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .direcciones .ayuda1 .tit {
    margin-bottom: 30px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .direcciones .ayuda1 .tit {
    margin-bottom: 30px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .direcciones .ayuda1 .tit {
    margin-bottom: 30px;
  }
}
.direcciones .ayuda1 .tit__foot {
  font-size: 24px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
@media (max-width: 426px) {
  .direcciones .ayuda1 .tit__foot {
    margin-bottom: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .direcciones .ayuda1 .tit__foot {
    margin-bottom: 20px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .direcciones .ayuda1 .tit__foot {
    margin-bottom: 20px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .direcciones .ayuda1 .tit__foot {
    margin-bottom: 20px;
  }
}

.CUERPO, .CUERPO_dos {
  padding-top: 30px;
}
@media (max-width: 426px) {
  .CUERPO, .CUERPO_dos {
    padding-top: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .CUERPO, .CUERPO_dos {
    padding-top: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .CUERPO, .CUERPO_dos {
    padding-top: 0;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .CUERPO, .CUERPO_dos {
    max-width: 80%;
  }
}
@media (min-width: 1399px) {
  .CUERPO, .CUERPO_dos {
    max-width: 80%;
  }
}
.CUERPO img.responsive-img, .CUERPO_dos img.responsive-img {
  max-width: 100%;
  height: auto !important;
}
.CUERPO img.no-responsive-img, .CUERPO_dos img.no-responsive-img {
  width: auto !important;
}
.CUERPO iframe:not(.adslot-container *), .CUERPO_dos iframe:not(.adslot-container *) {
  width: 100%;
}
.CUERPO video, .CUERPO_dos video {
  width: 100%;
  height: auto;
}
.CUERPO .adslot-container, .CUERPO_dos .adslot-container {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.articulo .wrap-cols {
  margin-top: 40px;
  gap: 50px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
@media (max-width: 426px) {
  .articulo .wrap-cols {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .wrap-cols {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .wrap-cols {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .articulo .wrap-cols {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.articulo .wrap-cols .cover {
  text-align: center;
  -webkit-flex: 0 0 320px;
  flex: 0 0 320px;
}
.articulo .wrap-cols .cover img {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.articulo .wrap-cols .cover .btn-main {
  display: inline-block;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  text-align: center;
  padding: 15px 30px;
  background-color: #004C97;
  border-radius: 0;
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 500;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 426px) {
  .articulo .wrap-cols .cover .btn-main {
    padding: 16px 20px;
    font-size: 14px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .wrap-cols .cover .btn-main {
    padding: 16px 20px;
    font-size: 14px;
  }
}
.articulo .wrap-cols .cover .btn-main:hover {
  background-color: #ffffff;
  transition: 0.3s all ease;
  color: #EB0028;
  opacity: 0.9;
  text-decoration: underline;
}
.articulo .wrap-cols .cover .btn-main.more {
  color: #DBE0E3;
  border-bottom: 4px solid #DBE0E3;
  margin-left: 20px;
}
.articulo .wrap-cols .cover .btn-main img {
  width: 25px;
  margin-left: 10px;
}
.articulo .wrap-cols .cover .btn-main.btn-outline {
  background: none;
  color: #13141D;
  border: 1px solid #13141D;
}
.articulo .wrap-cols .cover .btn-main.btn-outline:hover {
  background-color: #13141D;
  transition: 0.3s all ease;
  color: #ffffff;
}
.articulo .wrap-cols .cover .btn-main {
  margin-top: 20px;
}
.articulo .wrap-cols .cover .btn-main:hover {
  color: #ffffff;
  background-color: #EB0028;
}
.articulo .col-cuerpo .CUERPO {
  max-width: 100%;
  width: 100%;
}
.articulo .gallery-top .image-caption {
  padding-bottom: 20px;
  display: block;
}
.articulo .gallery-top .image-caption p {
  color: #ffffff;
  font-size: 14px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
.articulo .gallery-top .image-caption p + p {
  padding-top: 8px;
}
.articulo .gallery-top .image-caption .description {
  font-size: 14px;
  padding-top: 5px;
}
@media (max-width: 426px) {
  .articulo .gallery-top .image-caption .description {
    padding-bottom: 10px !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .gallery-top .image-caption .description {
    padding-bottom: 10px !important;
  }
}
.articulo .gallery-top .swiper-button-next, .articulo .gallery-top .swiper-button-prev {
  background-color: #ffffff !important;
}
.articulo .gallery-top .swiper-button-prev {
  left: 10px !important;
}
.articulo .gallery-top .swiper-button-next {
  right: 10px !important;
}
.articulo .gallery-thumbs .swiper-slide {
  max-width: 20%;
  width: 100%;
  background-size: 100%;
}
.articulo .swiper-button-next {
  background-image: url("/consulados/imag/v1/icon/arrow_right_w.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 21px !important;
  border-radius: 10px;
  z-index: 1 !important;
  width: 40px !important;
  height: 40px !important;
  right: 0px;
  outline: none !important;
}
@media (max-width: 426px) {
  .articulo .swiper-button-next {
    background-size: 12px !important;
    width: 20px !important;
    height: 20px !important;
  }
}
.articulo .swiper-button-prev {
  background-image: url("/consulados/imag/v1/icon/arrow_left_w.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 21px !important;
  border-radius: 10px;
  z-index: 1 !important;
  width: 40px !important;
  height: 40px !important;
  left: 0px;
  outline: none !important;
}
@media (max-width: 426px) {
  .articulo .swiper-button-prev {
    background-size: 12px !important;
    width: 20px !important;
    height: 20px !important;
  }
}
.articulo .swiper-button-disabled {
  opacity: 0 !important;
}
.articulo .swiper-button-next, .articulo .swiper-button-prev {
  background-color: rgba(0, 0, 0, 0.4);
}
.articulo .swiper-button-next {
  right: 8px !important;
}
.articulo .swiper-button-prev {
  left: 8px !important;
}
.articulo .main .auxi {
  max-width: 1300px;
}
@media (max-width: 426px) {
  .articulo .main .auxi {
    max-width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .main .auxi {
    max-width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .main .auxi {
    max-width: 100%;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .articulo .main .auxi {
    max-width: 98%;
  }
}
@media (min-width: 1399px) {
  .articulo .main .auxi {
    max-width: 1500px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .main .row .col.lg-1 {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .main .row .col.lg-8 {
    width: 75%;
  }
}
.articulo .wrap-art {
  margin-top: 10px;
}
.articulo .wrap-art .enc-txt {
  padding: 0;
}
.articulo .wrap-art > .row {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 426px) {
  .articulo .wrap-art > .row {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .wrap-art > .row {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .wrap-art > .row {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .articulo .wrap-art > .row .md-9 {
    width: 68%;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .articulo .wrap-art > .row .md-3 {
    width: 32%;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .articulo .wrap-art > .row .sidebar {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media (min-width: 1399px) {
  .articulo .wrap-art > .row .sidebar {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .wrap-art > .row .sidebar {
    display: none;
  }
}
.articulo .wrap-art > .row .sidebar .banner-sticky {
  padding-top: 0;
}
@media (max-width: 426px) {
  .articulo + .cont-cards {
    border-top: 1px solid #DBE0E3;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo + .cont-cards {
    border-top: 1px solid #DBE0E3;
  }
}
.articulo .art-content {
  margin-bottom: 60px;
}
.articulo .art-content .banner-full {
  max-width: 80%;
}
@media (max-width: 426px) {
  .articulo .art-content .banner-full {
    max-width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .art-content .banner-full {
    max-width: 100%;
  }
}
.articulo .art-content .banner-full .auxi {
  max-width: 100%;
}

@media (max-width: 426px) {
  .articulo .box-hero .cont-txt .tit {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .box-hero .cont-txt .tit {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.articulo .txt-left > .auxi {
  padding-bottom: 60px;
  border-bottom: 1px solid #DBE0E3;
}
@media (max-width: 426px) {
  .articulo .txt-left > .auxi {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .txt-left > .auxi {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.articulo .enc-art {
  margin-top: 60px;
  max-width: 85%;
}
@media (max-width: 426px) {
  .articulo .enc-art {
    max-width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .enc-art {
    max-width: 100%;
  }
}
@media (max-width: 426px) {
  .articulo .enc-art .titular {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .enc-art .titular {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.articulo .enc-art .titular .tit {
  text-align: left;
  margin-bottom: 15px;
  font-size: 50px;
  line-height: 59px;
  color: #004C97;
  line-height: 1.1;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
@media (max-width: 426px) {
  .articulo .enc-art .titular .tit {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .enc-art .titular .tit {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .enc-art .titular .tit {
    font-size: 40px;
  }
}
.articulo .enc-art .titular .tit__negro {
  color: #13141D;
  font-size: 50px;
  margin-bottom: 30px;
  font-family: "gobCL-Bold", sans-serif;
  font-weight: 700;
}
.articulo .enc-art .titular .baj {
  color: #0F69B4;
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (max-width: 426px) {
  .articulo .enc-art .titular .baj {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .enc-art .titular .baj {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .enc-art .titular .baj {
    font-size: 24px;
  }
}
.articulo .enc-art .titular .baj__negro {
  color: #13141D;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media (max-width: 426px) {
  .articulo .enc-art .titular .baj__negro {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .enc-art .titular .baj__negro {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .enc-art .titular .baj__negro {
    font-size: 24px;
  }
}
.articulo .enc-art .titular span.red {
  font-size: 50px;
  line-height: 59px;
  color: #EB0028;
  margin-bottom: 0;
}
@media (max-width: 426px) {
  .articulo .enc-art .titular span.red {
    font-size: 24px;
    line-height: 1.3;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .enc-art .titular span.red {
    font-size: 24px;
    line-height: 1.3;
  }
}
.articulo .enc-art .titular span {
  color: #5D6673;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (max-width: 426px) {
  .articulo .enc-art .titular span {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .enc-art .titular span {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.articulo .enc-art .titular .cont-credits {
  margin-bottom: 30px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.articulo .enc-art .titular .cont-credits p {
  font-size: 14px;
  color: #5D6673;
}
.articulo .enc-art .titular .cont-credits p.credit::before {
  content: "|";
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  color: #5D6673;
}
.articulo .toolbar {
  margin-top: 15px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 426px) {
  .articulo .toolbar {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .toolbar {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.articulo .toolbar .fecha {
  color: #5D6673;
  font-size: 14px;
}
.articulo .box-dest .img-wrap {
  margin: 0;
}
.articulo .box-dest .btn-sec {
  color: #ffffff;
  width: auto;
  background: none;
  padding: 5px 0;
  font-size: 14px;
  display: inline-flex;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
}
.articulo .box-dest .tit {
  padding-bottom: 0;
  margin-bottom: 15px;
}
.articulo .box-dest.box-horizontal {
  margin: 15px 0;
}
.articulo .box-dest.box-horizontal .img-wrap {
  -webkit-flex: 0 0 200px;
  flex: 0 0 200px;
}
.articulo .box-dest.box-horizontal .cont-txt {
  padding: 10px 20px;
  background-color: #D43A56;
}
.articulo .box-dest.box-horizontal .cont-txt .tit {
  color: #ffffff;
}
.articulo .box-dest.box-sm {
  float: left;
  width: 200px;
  margin-right: 20px;
}
.articulo .box-dest.box-sm .cont-txt {
  background-color: #3A5376;
  padding: 10px;
}
.articulo .box-dest.box-sm .cont-txt .tit {
  color: #ffffff;
}
.articulo .box-dest.box-lg {
  margin: 15px 0;
}
.articulo .box-dest.box-lg .cont-txt {
  background-color: #DBDBDB;
  padding: 15px 20px;
}
.articulo .box-dest.box-lg .cont-txt .tit {
  font-size: 24px;
}
.articulo .box-dest.box-lg .cont-txt .btn-sec {
  color: #5D6673;
  font-size: 16px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.articulo .share-bar {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .articulo .share-bar {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .share-bar {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.articulo .share-bar li {
  margin: 0;
}
.articulo .share-bar li + li a {
  margin-left: 10px;
}
.articulo .share-bar li a {
  padding: 8px;
  display: block;
  transition: 0.2s all ease;
  border-radius: 10px;
}
.articulo .share-bar li a:hover {
  background-color: #f1f1f1;
}
.articulo .share-bar li a:hover img {
  opacity: 0.9;
}
.articulo .share-bar li img {
  width: 25px;
  margin: 0;
  transition: 0.2s all ease;
}
.articulo .anclas {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 30px 0 0;
}
@media (max-width: 426px) {
  .articulo .anclas {
    margin: 10px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .anclas {
    margin: 10px 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .articulo .anclas {
    margin: 15px 0;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .articulo .anclas {
    margin: 15px 0;
  }
}
.articulo .anclas .subtitulos {
  font-weight: normal;
  margin-bottom: 15px;
}
.articulo .anclas .subtitulos + .subtitulos {
  margin-left: 15px;
}
@media (max-width: 426px) {
  .articulo .anclas .subtitulos + .subtitulos {
    margin-left: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .anclas .subtitulos + .subtitulos {
    margin-left: 0;
  }
}
.articulo .anclas .subtitulos a {
  display: block;
  font-size: 16px;
  border-radius: 10px;
  color: #5D6673;
  padding: 13px 20px;
  background-color: #f1f1f1;
}
@media (max-width: 426px) {
  .articulo .anclas .subtitulos a {
    font-size: 15px;
    padding: 10px 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .anclas .subtitulos a {
    font-size: 15px;
    padding: 10px 15px;
  }
}
.articulo .anclas .subtitulos a:hover {
  text-decoration: none;
  background-color: #EB0028;
  color: #ffffff;
  transition: 0.2s all ease;
}
.articulo .contsubtit {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  width: 100%;
  margin: 20px 0 30px;
}
.articulo .contsubtit .titsubtit {
  text-decoration: none;
  color: #004C97;
  font-size: 30px;
  line-height: 30px;
  max-width: 90%;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
@media (max-width: 426px) {
  .articulo .contsubtit .titsubtit {
    font-size: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .contsubtit .titsubtit {
    font-size: 20px;
  }
}
.articulo .contsubtit .linksubtit {
  text-align: center;
  font-size: 13px;
  color: #ffffff;
  padding: 5px;
  border-radius: 5px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
@media (max-width: 426px) {
  .articulo .contsubtit .linksubtit {
    font-size: 11px;
    width: 22px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .contsubtit .linksubtit {
    font-size: 11px;
    width: 22px;
  }
}
.articulo .contsubtit .linksubtit a {
  color: #ffffff;
}
.articulo .contsubtit .linksubtit:hover {
  background-color: #f1f1f1;
  transition: 0.2s all ease;
}

.formulario .progress-bar {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.formulario .progress-bar .bar {
  display: block;
  height: 5px;
  background-color: #DBE0E3;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.formulario .progress-bar .bar + .bar {
  margin-left: 10px;
}
.formulario .progress-bar .bar.active {
  background-color: #004C97;
}

@media (min-width: 1277px) and (max-width: 1399px) {
  .cont-form form {
    margin-bottom: 40px;
  }
}
@media (min-width: 1399px) {
  .cont-form form {
    margin-bottom: 40px;
  }
}
.cont-form form > .subtit {
  margin-bottom: 30px;
  font-size: 30px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.cont-form form .cont-radio {
  margin-top: 20px;
}
.cont-form form .cont-radio .subtit {
  font-size: 15px;
  margin-bottom: 30px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.cont-form form .cont-radio .row-radio {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cont-form form .cont-radio .form-group + .form-group {
  margin-left: 30px;
}
.cont-form form .form-group {
  padding-bottom: 30px;
}
@media (max-width: 426px) {
  .cont-form form .form-group {
    padding-bottom: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-form form .form-group {
    padding-bottom: 20px;
  }
}
.cont-form form .form-group label, .cont-form form .form-group h3 {
  padding-bottom: 10px;
  display: block;
  color: #070707;
  font-size: 16px;
  line-height: 178%;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
@media (max-width: 426px) {
  .cont-form form .form-group label, .cont-form form .form-group h3 {
    font-size: 14px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-form form .form-group label, .cont-form form .form-group h3 {
    font-size: 14px;
  }
}
.cont-form form .form-group input, .cont-form form .form-group select, .cont-form form .form-group textarea {
  width: 100%;
  padding: 17px;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 426px) {
  .cont-form form .form-group input, .cont-form form .form-group select, .cont-form form .form-group textarea {
    font-size: 14px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-form form .form-group input, .cont-form form .form-group select, .cont-form form .form-group textarea {
    font-size: 14px;
  }
}
.cont-form form .form-group .adv, .cont-form form .form-group span {
  font-size: 16px;
  line-height: 178%;
  color: #f13a5c;
  padding-top: 10px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.cont-form form .form-group [type=radio]:checked, .cont-form form .form-group [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.cont-form form .form-group [type=radio]:checked + label, .cont-form form .form-group [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #13141D;
  font-size: 15px;
}
.cont-form form .form-group [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #004C97;
}
.cont-form form .form-group [type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: -4px;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: #004C97;
  border: 1px solid #004C97;
}
.cont-form form .form-group [type=radio]:checked + label:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #ffffff;
  position: absolute;
  top: 4px;
  left: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.cont-form form .form-group [type=radio]:not(:checked) + label:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #ffffff;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.cont-form form .form-group [type=radio]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cont-form form .cont-btn {
  padding: 30px 0;
  text-align: left;
}
.cont-form form .cont-btn .btn {
  display: inline-block;
  font-size: 15px;
  color: #ffffff;
  padding: 15px 60px;
  background-color: #004C97;
  letter-spacing: 0.2px;
  border-radius: 3px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
@media (max-width: 426px) {
  .cont-form form .cont-btn .btn {
    width: 100%;
    padding: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-form form .cont-btn .btn {
    width: 100%;
    padding: 15px;
  }
}
.cont-form form .cont-btn .btn:hover {
  background-color: #004C97;
  color: #ffffff;
  transition: 0.3s all ease;
}
.cont-form form .msj-checkbox {
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cont-form form .msj-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.cont-form form .msj-checkbox input:checked + label:before {
  border-color: #004C97;
}
.cont-form form .msj-checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #004C97;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.cont-form form .msj-checkbox label {
  position: relative;
  cursor: pointer;
}
.cont-form form .msj-checkbox label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #DBE0E3;
  border-radius: 4px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.2s all ease;
  margin-right: 5px;
}
.cont-form form .msj-checkbox .legal {
  padding: 0;
  margin-left: 10px;
}
.cont-form form .legal {
  padding: 40px 0;
  font-size: 16px;
  line-height: 178%;
  color: #13141D;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
@media (max-width: 426px) {
  .cont-form form .legal {
    font-size: 14px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-form form .legal {
    font-size: 14px;
  }
}
.cont-form form .legal a {
  color: #004C97;
  text-decoration: underline;
}
.cont-form form .img-cpt {
  width: auto;
  margin: 0 auto;
}

ul.botones {
  max-width: 330px;
}
@media (max-width: 426px) {
  ul.botones {
    max-width: 500px;
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  ul.botones {
    max-width: 500px;
    width: 100%;
  }
}
ul.botones li {
  margin-bottom: 15px;
  width: 100%;
  float: left;
  clear: both;
}
ul.botones li a {
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  padding: 30px;
  background: #004C97;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 26px;
  float: left;
  width: 100%;
  text-align: center;
  text-decoration: underline;
}
ul.botones li a:hover {
  opacity: 0.9;
  transition: 0.3s all ease;
}

ul.relacionados {
  max-width: 330px;
  background: rgba(0, 76, 151, 0.1);
  padding: 30px;
  float: left;
  clear: both;
  margin-bottom: 30px;
}
@media (max-width: 426px) {
  ul.relacionados {
    max-width: 500px;
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  ul.relacionados {
    max-width: 500px;
    width: 100%;
  }
}
ul.relacionados li {
  margin-bottom: 25px;
  width: 100%;
  float: left;
  clear: both;
}
ul.relacionados li a {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  padding: 0;
  color: #004C97;
  font-size: 16px;
  line-height: 19px;
  float: left;
  width: 100%;
  text-align: left;
  text-decoration: underline;
}
ul.relacionados .rot {
  color: #004C97;
  font-size: 24px;
  line-height: 28px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}
ul.relacionados .rot__fondo {
  color: #13141D;
  list-style-type: none !important;
  margin-left: 0;
}
ul.relacionados__fondo {
  width: 100%;
  margin-top: 20px;
  background-color: #E5F5FC;
  max-width: 100%;
  padding: 40px;
}
ul.relacionados__fondo li {
  list-style-type: disc;
  color: #004C97;
  margin-left: 20px;
}
ul.relacionados__fondo li a {
  color: #004C97;
  font-size: 20px;
  text-decoration: none;
  list-style-type: disc;
  line-height: 120%;
  font-family: "gobCL-Bold", sans-serif;
  font-weight: 700;
}

.tools {
  margin-top: 60px;
}
@media (max-width: 426px) {
  .tools {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tools {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .tools {
    margin-top: 40px;
    gap: 15px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.tools li {
  margin-bottom: 10px;
}
@media (max-width: 426px) {
  .tools li {
    margin-right: 5px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .tools li {
    margin-right: 5px;
  }
}
.articulo .main .auxi .row .col.xs-12.xsm-12.sm-3.md-3.lg-3 {
  margin-top: 60px;
}

.download a {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding: 10px 0px;
}
.download a img {
  margin-right: 15px;
}
.download a .cont span {
  font-size: 18px;
  line-height: 180%;
  color: #004C97;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  text-decoration-line: underline;
}
.download a .cont p {
  font-size: 15px;
  line-height: 180%;
  color: #B1B1B1;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}

.descargable {
  margin: 20px 0;
  padding: 20px 0;
}
.descargable .tit {
  font-size: 30px;
  line-height: 160%;
  color: #4B4C4D;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  padding: 0px 0px 20px;
}
.descargable ul li {
  float: left;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 50px;
  margin: 0px 5px;
  padding: 10px 15px;
}
.descargable ul li a {
  font-size: 18px;
  line-height: 180%;
  color: #A81916;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  margin: 0px 10px;
}

body.articulo .CUERPO a, body.articulo .CUERPO p a {
  text-decoration-line: underline;
  color: #004C97;
}

.taxport .enc-txt {
  padding: 0;
}
.taxport .enc-txt .tit {
  font-size: 48px;
}
@media (max-width: 426px) {
  .taxport .enc-txt .tit {
    font-size: 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .taxport .enc-txt .tit {
    font-size: 30px;
  }
}
.taxport .taxlist .block-full {
  padding: 0;
}
.taxport .taxlist .block-full .img-wrap {
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
}
@media (max-width: 426px) {
  .taxport .taxlist .block-full .img-wrap {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .taxport .taxlist .block-full .img-wrap {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .taxport .taxlist .block-full .img-wrap {
    -webkit-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
.taxport .taxlist .block-full .tit {
  font-size: 36px;
}
@media (max-width: 426px) {
  .taxport .taxlist .block-full .tit {
    font-size: 24px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .taxport .taxlist .block-full .tit {
    font-size: 24px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .taxport .taxlist .block-full .tit {
    font-size: 24px;
  }
}
.taxport .taxlist .row {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.block-map {
  position: relative;
}
.block-map .box-nav-map {
  margin-top: 60px;
  margin-left: 5%;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  max-width: 380px;
  background-color: #ffffff;
  padding: 40px 30px;
}
@media (max-width: 426px) {
  .block-map .box-nav-map {
    position: relative;
    margin-left: 0;
    margin-top: 0;
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-map .box-nav-map {
    position: relative;
    margin-left: 0;
    margin-top: 0;
    padding: 30px 0;
  }
}
.block-map .box-nav-map form {
  margin-bottom: 0;
}
.block-map .box-nav-map .cont-tit .tit {
  font-size: 20px;
  text-align: left;
}
.block-map .box-nav-map .cont-btn {
  padding-top: 0;
}
.block-map .box-nav-map .cont-btn .btn-main {
  width: 100%;
}
.block-map .box-nav-map .cont-btn .btn-main + .btn-main {
  margin-top: 20px;
}
.block-map .box-nav-map .form-group {
  padding-bottom: 20px;
}
.block-map .box-nav-map .list-map li {
  padding: 15px 0;
  border-top: 1px solid #DBE0E3;
}
.block-map .box-nav-map .list-map .subtit {
  font-size: 15px;
  line-height: 1.5;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
.block-map .box-nav-map .list-map .baj {
  font-size: 12px;
  line-height: 1.5;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
.block-map .cont-result .btn-sec {
  padding-left: 0;
  text-decoration: underline;
}
.block-map .cont-result .cont-txt {
  margin-bottom: 30px;
}
.block-map .cont-result .cont-txt li {
  margin-bottom: 20px;
}
.block-map .cont-result .cont-txt li p {
  font-size: 12px;
  line-height: 1.5;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
.block-map .cont-result .cont-txt li .txt-dest {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
.block-map .container-map {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 426px) {
  .block-map .container-map img {
    width: auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-map .container-map img {
    width: auto;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .block-map .container-map img {
    width: auto;
  }
}

.results .enc-main {
  background: none;
  padding: 50px 0;
}
.results .search-data {
  margin-top: 0;
}
@media (max-width: 426px) {
  .results .search-data {
    margin-top: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .results .search-data {
    margin-top: 0;
  }
}
.results .search-data .search-criteria {
  margin-bottom: 10px;
}
.results .search-data .search-criteria span {
  font-size: 20px;
  color: #5D6673;
  line-height: 1.4;
}
@media (max-width: 426px) {
  .results .search-data .search-criteria span {
    font-size: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .results .search-data .search-criteria span {
    font-size: 15px;
  }
}
.results .search-data .search-criteria .criterio {
  color: #004C97;
  font-size: 20px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.results .search-data .results-number {
  font-size: 15px;
  color: #5D6673;
  line-height: 1.4;
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .results .result-cont {
    padding-right: 80px;
  }
}
@media (min-width: 1399px) {
  .results .result-cont {
    padding-right: 80px;
  }
}
.results .arts {
  padding-top: 30px;
}
@media (max-width: 426px) {
  .results .arts {
    padding-top: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .results .arts {
    padding-top: 0;
  }
}
.results .arts .auxi {
  max-width: 1000px;
}
.results .arts .auxi .result-box {
  margin-bottom: 20px;
}
.results .arts .auxi .result-box a {
  padding: 30px;
  transition: 0.2s all ease;
  background-color: #ffffff;
  border-radius: 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
@media (max-width: 426px) {
  .results .arts .auxi .result-box a {
    padding: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .results .arts .auxi .result-box a {
    padding: 20px;
  }
}
.results .arts .auxi .result-box a .img-wrap {
  margin-right: 20px;
  -webkit-flex: 0 1 71px;
  flex: 0 1 71px;
}
@media (max-width: 426px) {
  .results .arts .auxi .result-box a .img-wrap {
    margin-right: 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .results .arts .auxi .result-box a .img-wrap {
    margin-right: 10px;
  }
}
.results .arts .auxi .result-box a .cont-txt {
  padding-right: 80px;
  -webkit-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media (max-width: 426px) {
  .results .arts .auxi .result-box a .cont-txt {
    padding-right: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .results .arts .auxi .result-box a .cont-txt {
    padding-right: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .results .arts .auxi .result-box a .cont-txt {
    padding-right: 0;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .results .arts .auxi .result-box a .cont-txt {
    padding-right: 0;
  }
}
.results .arts .auxi .result-box a:hover .subtit {
  color: #13141D;
}
.results .arts .auxi .result-box .subtit {
  font-size: 24px;
  color: #5D6673;
  line-height: 1.4;
  margin-bottom: 5px;
  transition: 0.2s all ease;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
@media (max-width: 426px) {
  .results .arts .auxi .result-box .subtit {
    font-size: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .results .arts .auxi .result-box .subtit {
    font-size: 20px;
  }
}
.results .arts .auxi .result-box .bajada {
  padding-right: 90px;
  font-size: 16px;
  color: #5D6673;
  line-height: 178%;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
@media (max-width: 426px) {
  .results .arts .auxi .result-box .bajada {
    padding-right: 0;
    font-size: 14px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .results .arts .auxi .result-box .bajada {
    padding-right: 0;
    font-size: 14px;
  }
}
.results .form-group {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 10px 0;
  width: 100%;
}
@media (max-width: 426px) {
  .results .form-group {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .results .form-group {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.results .container {
  margin: 0 auto 40px;
  padding-top: 0;
  max-width: 1300px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 426px) {
  .results .container {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .results .container {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.results .date {
  position: relative;
  width: 100%;
}
.results .date .input-group-addon {
  position: absolute;
  right: 0;
  z-index: 2;
  margin-top: 9px;
  margin-right: 20px;
}
.results .date img {
  width: 20px;
}

.envio .cont_msj {
  background-color: #DBE0E3;
  padding: 90px 0;
}
@media (max-width: 426px) {
  .envio .cont_msj {
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .envio .cont_msj {
    padding: 30px 0;
  }
}
.envio .cont_msj .auxi {
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .envio .cont_msj .auxi {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .envio .cont_msj .auxi {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 20px;
  }
}
.envio .cont_msj .auxi .img-wrap {
  -webkit-flex: 1 1 30%;
  flex: 1 1 30%;
}
@media (max-width: 426px) {
  .envio .cont_msj .auxi .img-wrap {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .envio .cont_msj .auxi .img-wrap {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.envio .cont_msj .auxi .img-wrap img {
  max-width: 320px;
}
@media (max-width: 426px) {
  .envio .cont_msj .auxi .img-wrap img {
    max-width: 200px;
    margin: 0 auto 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .envio .cont_msj .auxi .img-wrap img {
    max-width: 200px;
    margin: 0 auto 20px;
  }
}
.envio .cont_msj .auxi .cont-txt {
  text-align: left;
  margin-left: 30px;
  -webkit-flex: 1 1 70%;
  flex: 1 1 70%;
}
@media (max-width: 426px) {
  .envio .cont_msj .auxi .cont-txt {
    margin-left: 0;
    text-align: center;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .envio .cont_msj .auxi .cont-txt {
    margin-left: 0;
    text-align: center;
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.envio .cont_msj .auxi .cont-txt .subtit {
  font-size: 60px;
  padding-bottom: 15px;
  color: #5D6673;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
@media (max-width: 426px) {
  .envio .cont_msj .auxi .cont-txt .subtit {
    font-size: 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .envio .cont_msj .auxi .cont-txt .subtit {
    font-size: 30px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .envio .cont_msj .auxi .cont-txt .subtit {
    font-size: 30px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .envio .cont_msj .auxi .cont-txt .subtit {
    font-size: 30px;
  }
}
.envio .cont_msj .auxi .cont-txt .baj {
  font-size: 30px;
  color: #5D6673;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
@media (max-width: 426px) {
  .envio .cont_msj .auxi .cont-txt .baj {
    font-size: 16px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .envio .cont_msj .auxi .cont-txt .baj {
    font-size: 16px;
  }
}
.envio .cont_msj .auxi .cont-txt .pref {
  font-size: 16px;
  color: #5D6673;
}
@media (max-width: 426px) {
  .envio .cont_msj .auxi .cont-txt .pref {
    font-size: 14px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .envio .cont_msj .auxi .cont-txt .pref {
    font-size: 14px;
  }
}
@media (max-width: 426px) {
  .envio .cont_msj .auxi .cont-txt .btn-main {
    width: 100%;
    padding: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .envio .cont_msj .auxi .cont-txt .btn-main {
    width: 100%;
    padding: 20px;
  }
}

.sel-car form {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
@media (max-width: 426px) {
  .sel-car form {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .sel-car form {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.sel-car form .form-group {
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (max-width: 426px) {
  .sel-car form .form-group {
    margin-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .sel-car form .form-group {
    margin-bottom: 15px;
  }
}
.sel-car form .form-group + .form-group {
  margin-left: 20px;
}
@media (max-width: 426px) {
  .sel-car form .form-group + .form-group {
    margin-left: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .sel-car form .form-group + .form-group {
    margin-left: 0;
  }
}
.sel-car form .form-group h3 {
  font-size: 12px;
  margin-bottom: 10px;
}
.sel-car form .form-group select {
  width: 100%;
}
.sel-car .cont-btn {
  text-align: center;
}
.sel-car .cont-btn button {
  display: block;
  margin: 0 auto;
  min-width: 200px;
  padding: 15px;
}
@media (max-width: 426px) {
  .sel-car .cont-btn .btn-main {
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .sel-car .cont-btn .btn-main {
    width: 100%;
  }
}
.sel-car .cont-btn .btn-sec {
  margin-top: 20px;
  padding: 10px 20px;
  color: #DBE0E3;
  text-decoration: underline;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}

.divider {
  height: 0.5px;
  background-color: #DBE0E3;
  width: 100%;
  max-width: 1305px;
  margin: 0 auto;
}
@media (min-width: 1399px) {
  .divider {
    max-width: 92%;
  }
}

.block-map {
  position: relative;
  margin: 50px auto;
  width: 100%;
  max-width: 1300px;
}
@media (max-width: 426px) {
  .block-map {
    padding: 0 10px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-map {
    padding: 0 10px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .block-map {
    padding: 0 15px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .block-map {
    padding: 0 15px;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .block-map {
    padding: 0 20px;
  }
}
@media (min-width: 1399px) {
  .block-map {
    max-width: 1400px !important;
    width: 95%;
  }
}
.block-map .top_port {
  padding: 0;
}
.block-map .top_port .auxi {
  margin-left: 0;
}
@media (max-width: 426px) {
  .block-map .top_port .auxi .tit {
    margin-bottom: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-map .top_port .auxi .tit {
    margin-bottom: 0;
  }
}
.block-map .auxi {
  position: relative;
}
@media (max-width: 426px) {
  .block-map .auxi {
    order: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-map .auxi {
    order: 0;
  }
}
.block-map .box-nav-map {
  margin-top: 50px;
  margin-left: 3%;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  max-width: 545px;
  background-color: #ffffff;
  padding: 30px;
  min-height: 313px;
}
@media (max-width: 426px) {
  .block-map .box-nav-map {
    position: relative;
    margin-left: 0;
    margin-top: 0;
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-map .box-nav-map {
    position: relative;
    margin-left: 0;
    margin-top: 0;
    padding: 30px 0;
  }
}
.block-map .box-nav-map iframe {
  width: 100%;
  max-height: 350px;
}
.block-map .box-nav-map form {
  margin-bottom: 0;
}
.block-map .box-nav-map .cont-tit {
  margin-bottom: 10px;
}
.block-map .box-nav-map .cont-tit .tit {
  font-size: 23px;
  line-height: 27px;
  text-align: left;
  color: #004C97;
}
.block-map .box-nav-map .cont-btn {
  padding-top: 0;
}
.block-map .box-nav-map .cont-btn .btn-main {
  width: 100%;
  color: #1C69D4;
}
.block-map .box-nav-map .cont-btn .btn-main + .btn-main {
  margin-top: 20px;
}
.block-map .box-nav-map .form-group {
  padding-bottom: 20px;
}
.block-map .box-nav-map .form-group .control-label, .block-map .box-nav-map .form-group h3 {
  color: #555559;
}
.block-map .box-nav-map .form-group .form-control, .block-map .box-nav-map .form-group select {
  border: 1px solid #BBBABA;
  border-radius: 0;
}
.block-map .box-nav-map .form-group .form-control::placeholder, .block-map .box-nav-map .form-group select::placeholder {
  color: #999999;
}
.block-map .box-nav-map .form-group .form-control::-webkit-input-placeholder, .block-map .box-nav-map .form-group select::-webkit-input-placeholder {
  color: #999999;
}
.block-map .box-nav-map .form-group .form-control:-ms-input-placeholder, .block-map .box-nav-map .form-group select:-ms-input-placeholder {
  color: #999999;
}
.block-map .box-nav-map .list-map li {
  padding: 15px 0;
  border-top: 1px solid #ccc;
}
.block-map .box-nav-map .list-map .subtit {
  font-size: 15px;
  line-height: 1.5;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
.block-map .box-nav-map .list-map .baj {
  font-size: 12px;
  line-height: 1.5;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
.block-map .cont-result .btn-sec {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
  text-decoration: underline;
  color: #1C69D4;
  font-size: 14px;
}
.block-map .cont-result .btn-sec:hover {
  background: none;
  color: #1C69D4;
}
.block-map .cont-result .btn-sec .arrow-l {
  background-position: center 2px;
  background-size: 18px;
}
.block-map .cont-result .cont-txt {
  margin-bottom: 30px;
}
.block-map .cont-result .cont-txt li {
  margin-bottom: 20px;
}
.block-map .cont-result .cont-txt li p {
  font-size: 16px;
  line-height: 140%;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  color: #555559;
}
.block-map .cont-result .cont-txt li p a {
  font-size: 16px;
  line-height: 140%;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  color: #555559;
  text-decoration: underline;
}
.block-map .cont-result .cont-txt li p strong {
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.block-map .cont-result .cont-txt li .txt-dest {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
.block-map .CUERPO {
  padding-top: 20px;
  max-width: 450px;
}
@media (max-width: 426px) {
  .block-map .CUERPO {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-map .CUERPO {
    margin-bottom: 0 !important;
  }
}
.block-map .CUERPO p {
  font-size: 14px;
  color: #666666;
  line-height: 1.2;
  margin-bottom: 20px;
}
.block-map .CUERPO a {
  color: #004C97;
}
.block-map .CUERPO + .auxi .box-nav-map {
  top: 10%;
}
@media (min-width: 767px) and (max-width: 991px) {
  .block-map .CUERPO + .auxi .box-nav-map {
    top: 14%;
  }
}
@media (max-width: 426px) {
  .block-map .CUERPO:first-child {
    order: 2;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-map .CUERPO:first-child {
    order: 2;
  }
}
@media (max-width: 426px) {
  .block-map .CUERPO:last-child {
    order: 3;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-map .CUERPO:last-child {
    order: 3;
  }
}
.block-map .container-map {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
@media (max-width: 426px) {
  .block-map .container-map {
    order: 2;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-map .container-map {
    order: 2;
  }
}
@media (max-width: 426px) {
  .block-map .container-map img {
    width: auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .block-map .container-map img {
    width: auto;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .block-map .container-map img {
    width: auto;
  }
}

.box-resultado .tit {
  font-size: 24px;
  line-height: 19px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  color: #004C97;
  margin-top: 10px;
  margin-bottom: 20px;
}
.box-resultado .scroll {
  max-height: 215px;
  overflow-y: scroll;
  scrollbar-color: #004C97 #E9E8E8;
  scrollbar-width: thin;
}
.box-resultado .scroll .list li {
  margin-bottom: 20px;
  float: left;
  clear: both;
}
.box-resultado .scroll .list li a {
  font-size: 18px;
  line-height: 19px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  color: #004C97;
  text-decoration-line: underline;
}
.box-resultado__aviso {
  background: #FFF4E2;
  border: 1px solid #E9D9BD;
  font-size: 13px;
  color: #555559;
  padding: 15px;
  margin: 10px 0 30px;
}
.box-resultado__aviso.box-resultado__aviso--red {
  background: #FDEBEC;
  border: 1px solid #F28288;
}
.box-resultado__aviso.box-resultado__aviso--green {
  background: #DAF7E9;
  border: 1px solid #76E1AE;
}
.box-resultado__aviso-titulo {
  font-weight: 600;
}
.box-resultado__honorarios {
  margin: 10px 0;
  width: 90%;
}
.box-resultado__honorarios .open .accordionItemHeading figure.arrow img {
  transform: rotate(180deg) !important;
}
.box-resultado__honorarios-link-top {
  font-size: 12px !important;
  display: flex !important;
  gap: 5px;
  padding: 0 !important;
  margin: 10px 0 5px !important;
  text-decoration: underline;
}
.box-resultado__honorarios-texto {
  font-size: 13px;
  color: #555559;
  line-height: 130%;
}
.box-resultado__honorarios-link-texto {
  font-size: 13px !important;
  color: #555559 !important;
  line-height: 130% !important;
  font-weight: 600 !important;
  text-decoration: underline;
}
.box-resultado__honorarios-link-texto:hover {
  color: #004C97 !important;
}
.box-resultado__honorarios-lista li a {
  font-size: 13px !important;
  color: #555559 !important;
  line-height: 130% !important;
  font-weight: 300 !important;
  padding: 5px 0 !important;
  text-decoration: underline;
}
.box-resultado__honorarios-lista li a:hover {
  color: #004C97 !important;
}

.reencuentro {
  background: #ffffff;
}
.reencuentro .header .main-navbar .cont-logo a img {
  width: 200px;
}
.reencuentro .header .main-navbar .nav {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.reencuentro .open .accordionItemContent {
  margin-left: 32px;
  width: auto;
  gap: 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.reencuentro .open .accordionItemContent li a {
  font-size: 17px;
  line-height: normal;
  text-transform: none;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
.reencuentro .open .accordionItemContent li a:hover {
  color: #004C97 !important;
}
.reencuentro .open .accordionItemContent li:hover a {
  color: #004C97;
  background-color: #ffffff;
}
.reencuentro .open .accordionItemContent .active a {
  color: #004C97;
  background-color: #ffffff;
}
.reencuentro .open .accordionItemHeading .arrow img {
  transform: rotate(180deg);
}
.reencuentro .txt-dest {
  color: #3CEBD6;
}
@media (max-width: 426px) {
  .reencuentro .header-reencuentro .top-menu {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .header-reencuentro .top-menu {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.reencuentro .header-reencuentro .top-content {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .reencuentro .header-reencuentro .top-content .class-menu-translate {
    font-size: 14px;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .header-reencuentro .top-content .class-menu-translate {
    font-size: 14px;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.reencuentro .header-reencuentro .top-content .btn-back {
  color: #CCCCCC;
  gap: 10px;
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 500;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .reencuentro .header-reencuentro .top-content .btn-back {
    font-size: 14px;
    -webkit-flex: 0 1 40%;
    flex: 0 1 40%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .header-reencuentro .top-content .btn-back {
    font-size: 14px;
    -webkit-flex: 0 1 40%;
    flex: 0 1 40%;
  }
}
@media (max-width: 426px) {
  .reencuentro .header-reencuentro .top-logo {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .header-reencuentro .top-logo {
    display: none;
  }
}
.reencuentro .header .main-navbar .nav li.item-icon.search-cont .search-wrapper .input-holder .search-icon .ic-search {
  background-image: url("/consulados/imag/v1/reencuentro/ic_search_d.svg") !important;
}
.reencuentro .header .main-navbar {
  padding: 0;
}
.reencuentro .header .main-navbar .cont-logo {
  padding: 10px 0;
  margin-right: 0;
  border-left: 1px solid #CCCCCC;
  padding-left: 15px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 10px 0;
}
.reencuentro .header .main-navbar .cont-logo:first-child {
  margin-right: 15px;
  padding-left: 0;
}
.reencuentro .header .main-navbar .nav .cont-links {
  gap: 10px;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.reencuentro .header .main-navbar .nav--secondary {
  flex: 0 1 auto;
}
.reencuentro .header .main-navbar .nav--secondary .item-icon {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.reencuentro .header .main-navbar .nav--secondary .item-icon .acc-cont {
  top: 18px;
}
.reencuentro .header .main-navbar .nav--secondary .item-icon {
  display: flex !important;
  align-items: center !important;
  height: auto !important;
}
.reencuentro .header .main-navbar .nav--secondary .item-icon .active {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.reencuentro .header .main-navbar .nav--secondary .item-icon .active .input-holder {
  width: 30vw !important;
}
.reencuentro .header .main-navbar .nav--secondary .item-icon .search-wrapper {
  right: 0 !important;
  top: 50% !important;
  transform: translate(0, -50%);
  display: flex !important;
  align-items: center !important;
}
.reencuentro .header .main-navbar .nav--secondary .item-icon .search-wrapper .input-holder {
  top: 0 !important;
}
.reencuentro .header .main-navbar .nav--secondary .item-icon .search-wrapper .input-holder .search-input {
  padding: 12px 45px 12px 30px;
}
.reencuentro .header .main-navbar .nav--secondary .item-icon .search-wrapper .input-holder .ic-search {
  background-image: url("/consulados/imag/v1/reencuentro/ic_search_d.svg");
}
.reencuentro .header .main-navbar .nav--secondary .item-icon .search-wrapper .close {
  top: 16px !important;
}
.reencuentro .header .main-navbar .nav--secondary > li + li {
  padding-left: 0;
}
.reencuentro .header .main-navbar .nav .dropdown-m {
  padding: 0;
  height: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.reencuentro .header .main-navbar .nav .dropdown-m .dropbtn-m {
  border-radius: 12px;
  font-size: 16px;
  padding: 10px 30px 10px 10px !important;
  background-position: 97%;
  background-size: 15px;
  font-family: "Roboto-Medium", sans-serif;
  font-weight: 500;
}
.reencuentro .header .main-navbar .nav .dropdown-m:hover .dropdown-content {
  display: block;
}
.reencuentro .header .main-navbar .nav .dropdown-m:hover .dropbtn-m {
  background-color: #004C97;
  color: #ffffff;
}
.reencuentro .header .main-navbar .nav .dropdown-m .dropdown-content {
  border-radius: 12px;
  padding: 20px;
  top: 60px;
  min-width: 770px;
  left: 50%;
  transform: translate(-35%, 0);
  margin: 0 auto;
}
.reencuentro .header .main-navbar .nav .dropdown-m .dropdown-content ul {
  padding: 0;
}
.reencuentro .header .main-navbar .nav .dropdown-m .dropdown-content ul a {
  border-radius: 12px;
  padding: 15px;
  width: 50%;
}
.reencuentro .header .main-navbar .nav .dropdown-m .dropdown-content ul a .tit {
  margin: 0;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
.reencuentro .header .main-navbar .nav .dropdown-m .dropdown-content ul li {
  padding: 0;
  width: 100%;
  position: relative;
}
.reencuentro .header .main-navbar .nav .dropdown-m .dropdown-content ul li ul {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}
.reencuentro .header .main-navbar .nav .dropdown-m .dropdown-content ul li ul li a {
  width: 50%;
}
.reencuentro .header .main-navbar .nav .dropdown-m .dropdown-content ul li:hover ul {
  display: block;
}
.reencuentro .header.sticky .main-navbar {
  padding: 0 0 10px;
}
.reencuentro .hero {
  position: relative;
}
.reencuentro .hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: rgb(0, 76, 151);
  background: -moz-linear-gradient(90deg, rgba(0, 76, 151, 0.9) 0%, rgba(242, 143, 126, 0.34) 100%);
  background: -webkit-linear-gradient(90deg, rgba(0, 76, 151, 0.9) 0%, rgba(242, 143, 126, 0.34) 100%);
  background: linear-gradient(90deg, rgba(0, 76, 151, 0.9) 0%, rgba(242, 143, 126, 0.34) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004c97",endColorstr="#f28f7e",GradientType=1);
}
.reencuentro .hero .video-replace {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  height: 80vh;
}
@media (min-width: 767px) and (max-width: 991px) {
  .reencuentro .hero .video-replace {
    display: block !important;
  }
}
.reencuentro .hero .video {
  max-height: 80vh;
  overflow: hidden;
}
@media (max-width: 426px) {
  .reencuentro .hero video {
    display: none !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .hero video {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .reencuentro .hero video {
    display: block;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .reencuentro .hero video {
    display: block;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .reencuentro .hero video {
    display: block;
  }
}
@media (min-width: 1399px) {
  .reencuentro .hero video {
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .reencuentro .hero video {
    display: none !important;
  }
}
.reencuentro .hero__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  padding: 0 3rem;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 426px) {
  .reencuentro .hero__content {
    padding: 30px 15px 0;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .hero__content {
    padding: 30px 15px 0;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.reencuentro .hero__content .hero__img {
  -webkit-flex: 0 1 280px;
  flex: 0 1 280px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
@media (max-width: 426px) {
  .reencuentro .hero__content .hero__img {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .hero__content .hero__img {
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.reencuentro .hero__content .hero__img img {
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
@media (max-width: 426px) {
  .reencuentro .hero__content .hero__img img {
    width: 140px;
    bottom: 0;
    position: relative;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .hero__content .hero__img img {
    width: 200px;
    bottom: 0;
    position: relative;
  }
}
.reencuentro .hero__text {
  max-width: 700px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.reencuentro .hero__img img {
  width: 100%;
}
.reencuentro .hero__epig {
  font-size: 34px;
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 426px) {
  .reencuentro .hero__epig {
    font-size: 22px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .hero__epig {
    font-size: 22px;
  }
}
.reencuentro .hero__title {
  color: #ffffff;
  font-size: 92px;
  font-family: "gobCL-Heavy", sans-serif;
}
@media (max-width: 426px) {
  .reencuentro .hero__title {
    font-size: 52px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .hero__title {
    font-size: 52px;
  }
}
.reencuentro .hero__description {
  color: #ffffff;
  font-size: 20px;
  margin-top: 20px;
  line-height: 1.5;
  max-width: 550px;
}
@media (max-width: 426px) {
  .reencuentro .hero__description {
    font-size: 16px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .hero__description {
    font-size: 16px;
  }
}
.reencuentro .hero .btn__primary {
  margin-top: 40px;
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.reencuentro .box {
  padding: 60px 0;
}
@media (max-width: 426px) {
  .reencuentro .box {
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .box {
    padding: 30px 0;
  }
}
.reencuentro .box__arts .row {
  gap: 40px 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 426px) {
  .reencuentro .box__arts .row {
    gap: 20px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .box__arts .row {
    gap: 20px 0;
  }
}
.reencuentro .box__arts--sm .auxi {
  max-width: 1130px !important;
}
.reencuentro .box__arts--sm .auxi .row {
  margin-left: -40px;
}
.reencuentro .box__arts--sm .auxi .col {
  border-left-width: 40px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.reencuentro .btn__primary {
  background-color: #ffffff;
  padding: 20px 60px;
  color: #004C97;
  display: inline-block;
  border-radius: 5px;
  font-size: 18px;
  font-family: "gobCL-Bold", sans-serif;
  font-weight: 700;
}
@media (max-width: 426px) {
  .reencuentro .btn__primary {
    padding: 18px 60px;
    font-size: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .btn__primary {
    padding: 18px 60px;
    font-size: 15px;
  }
}
.reencuentro .btn__secondary {
  border-radius: 5px;
  display: inline-block;
  padding: 20px 60px;
  color: #0541A1;
  background-color: #ffffff;
  border: 1px solid rgba(0, 76, 151, 0.2);
  font-family: "gobCL-Bold", sans-serif;
  font-weight: 700;
}
.reencuentro .btn__secondary--sm {
  padding: 13px 26px;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
.reencuentro .btn__tertiary {
  padding: 20px 60px;
  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-family: "gobCL-Bold", sans-serif;
  font-weight: 700;
}
.reencuentro .btn__center {
  display: none;
  text-align: center;
  padding-top: 40px;
}
.reencuentro .block-head {
  margin-bottom: 30px;
}
.reencuentro .block-head__title {
  color: #004C97;
  text-align: center;
  font-size: 52px;
  line-height: 1.5;
  font-family: "gobCL-Bold", sans-serif;
  font-weight: 700;
}
@media (max-width: 426px) {
  .reencuentro .block-head__title {
    font-size: 32px;
    line-height: 1.3;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .block-head__title {
    font-size: 32px;
    line-height: 1.3;
  }
}
.reencuentro .block-head__bar .block-head__title::after {
  content: "";
  display: block;
  position: relative;
  margin: 20px auto 0;
  width: 141px;
  height: 5px;
  background: #F64735;
  border-left: 54px solid #004C97;
}
@media (max-width: 426px) {
  .reencuentro .block-head__bar .block-head__title::after {
    width: 100px;
    border-left-width: 40px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .block-head__bar .block-head__title::after {
    width: 100px;
    border-left-width: 40px;
  }
}
.reencuentro .card {
  padding: 40px;
  gap: 40px;
  background-color: #ffffff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
  width: 100%;
  height: 100%;
}
.reencuentro .card--regreso {
  padding: 0 0 40px 0;
}
@media (max-width: 426px) {
  .reencuentro .card--regreso {
    padding: 0 0 15px 0;
    gap: 15px;
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .card--regreso {
    padding: 0 0 15px 0;
    gap: 15px;
    width: 100%;
  }
}
@media (max-width: 426px) {
  .reencuentro .card--regreso .card__title {
    font-size: 18px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .card--regreso .card__title {
    font-size: 18px;
  }
}
.reencuentro .card--regreso .btn__tertiary {
  border-radius: 5px;
  background: #004C97;
  color: #FFF;
  border: 1px solid #FFF;
  margin: 40px auto 0;
  display: table;
}
@media (max-width: 426px) {
  .reencuentro .card--regreso .btn__tertiary {
    margin: 15px auto 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .card--regreso .btn__tertiary {
    margin: 15px auto 0;
  }
}
.reencuentro .card--regreso .btn__tertiary:hover {
  background: #FFF;
  color: #004C97;
  border: 1px solid #004C97;
}
.reencuentro .card--regreso:hover {
  box-shadow: 0px 0 20px 0px rgba(0, 0, 0, 0.3);
}
.reencuentro .card img {
  width: 100%;
  margin: 0 auto;
  border-radius: 20px 20px 0 0;
}
.reencuentro .card:hover .card__overlay {
  visibility: visible;
  opacity: 1;
}
.reencuentro .card__title {
  color: #004C97;
  text-align: center;
  font-size: 26px;
  line-height: 1.4;
  font-family: "gobCL-Bold", sans-serif;
  font-weight: 700;
}
.reencuentro .card__title a {
  color: #004C97;
}
.reencuentro .card__overlay {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 40px;
  text-align: center;
  background: linear-gradient(147deg, #004C97 1.61%, #004C97 49.86%, #F28F7E 99.12%);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.4);
}
.reencuentro .card__overlay ul li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.reencuentro .card__overlay ul li a {
  padding: 10px;
  color: #ffffff;
  font-size: 16px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.reencuentro .card__overlay ul li a::after {
  content: "";
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("/consulados/imag/v1/reencuentro/chevron-right-w.svg");
  background-size: 100%;
  background-position: 0;
  background-repeat: no-repeat;
}
.reencuentro .card__overlay .btn__tertiary {
  display: inline-block;
  margin: 23px auto 0;
}
.reencuentro .card__text .card__title {
  font-size: 25px;
  line-height: 1.2;
  text-align: left;
  font-family: "gobCL-Bold", sans-serif;
  font-weight: 700;
}
.reencuentro .card__text .card__description {
  color: #434343;
  font-size: 17px;
  line-height: 1.5;
  margin-top: 30px;
}
.reencuentro .card__text .btn__secondary {
  margin-top: 30px;
}
.reencuentro .banner-hor {
  padding: 60px 0;
}
@media (max-width: 426px) {
  .reencuentro .banner-hor {
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .banner-hor {
    padding: 30px 0;
  }
}
.reencuentro .banner-hor__auxi {
  padding: 40px 70px;
  border-radius: 20px;
  background: linear-gradient(91deg, #004C97 4.06%, #F28F7E 107.77%);
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .reencuentro .banner-hor__auxi {
    padding: 30px;
    gap: 40px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .banner-hor__auxi {
    padding: 30px;
    gap: 40px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .reencuentro .banner-hor__auxi {
    padding: 30px;
    gap: 40px;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.reencuentro .banner-hor__content {
  gap: 50px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-flex: 0 1 60%;
  flex: 0 1 60%;
}
@media (max-width: 426px) {
  .reencuentro .banner-hor__content {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .banner-hor__content {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .reencuentro .banner-hor__content {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
  }
}
.reencuentro .banner-hor__title {
  color: #ffffff;
  font-size: 35px;
  font-style: normal;
  line-height: 1.5;
  gap: 11px;
  font-family: "gobCL-Bold", sans-serif;
  font-weight: 700;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media (max-width: 426px) {
  .reencuentro .banner-hor__title {
    font-size: 28px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .banner-hor__title {
    font-size: 28px;
  }
}
.reencuentro .banner-hor__description {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
}
.reencuentro .box-art__auxi {
  background-color: #ffffff;
  gap: 40px;
  max-width: 93%;
  margin: 40px auto;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 426px) {
  .reencuentro .box-art__auxi {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .box-art__auxi {
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.reencuentro .side-bar {
  padding: 40px 30px;
  border-radius: 10px;
  background: #004C97;
  -webkit-flex: 0 0 390px;
  flex: 0 0 390px;
}
@media (max-width: 426px) {
  .reencuentro .side-bar {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .side-bar {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.reencuentro .side-bar.side-bar--alternativo {
  background: #227EC2;
}
.reencuentro .side-bar .block-head {
  margin-bottom: 40px;
  gap: 15px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.reencuentro .side-bar .block-head img {
  max-width: 80px;
}
.reencuentro .side-bar .block-head__title {
  color: #ffffff;
  font-size: 26px;
  line-height: 128.023%;
  text-align: left;
  font-family: "gobCL-Bold", sans-serif;
  font-weight: 700;
}
.reencuentro .side-bar .nav {
  gap: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.reencuentro .side-bar .nav a {
  padding: 10px;
  gap: 10px;
  color: #FFF;
  font-size: 15px;
  line-height: 1.2;
  border-radius: 5px;
  transition: 0.3s all ease;
  font-family: "gobCL", sans-serif;
  font-weight: 600;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.reencuentro .side-bar .nav a span.titu {
  font-family: "gobCL", sans-serif;
  font-weight: 600;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.reencuentro .side-bar .nav .active a {
  color: #004C97;
  background-color: #ffffff;
}
.reencuentro .side-bar .nav .active .icon {
  display: none;
}
.reencuentro .side-bar .nav .active .icon-w {
  display: block;
}
.reencuentro .side-bar .nav img {
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.reencuentro .side-bar .nav .txt {
  align-self: end;
}
.reencuentro .side-bar .nav .icon-w {
  display: none;
}
.reencuentro .art-body {
  -webkit-flex: 1 0 55%;
  flex: 1 0 55%;
}
@media (max-width: 426px) {
  .reencuentro .art-body {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .art-body {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.reencuentro .art-body .block-head {
  gap: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.reencuentro .art-body .block-head__epigrafe {
  color: #004C97;
  font-size: 26px;
  line-height: 122.023%;
  font-family: "gobCL-Bold", sans-serif;
  font-weight: 700;
  gap: 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.reencuentro .art-body .block-head__title {
  color: #004C97;
  font-size: 42px;
  line-height: 1.2;
  font-family: "gobCL-Bold", sans-serif;
  font-weight: 700;
}
.reencuentro .aside {
  position: relative;
  top: 130px;
  -webkit-flex: 0 1 20%;
  flex: 0 1 20%;
}
@media (max-width: 426px) {
  .reencuentro .aside {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .aside {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .reencuentro .aside {
    display: none;
  }
}
.reencuentro .aside .sticky-menu {
  position: static;
}
.reencuentro .aside .sticky-menu.fixed {
  position: fixed;
  top: 5%;
}
.reencuentro .aside .side-menu {
  gap: 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.reencuentro .aside .side-menu li a {
  color: #989898;
  padding: 5px 0;
  font-size: 15px;
  line-height: 1.5;
  display: block;
}
.reencuentro .aside .side-menu__tit {
  color: #004C97;
  font-size: 15px;
  line-height: 1.5;
  font-family: "gobCL-Bold", sans-serif;
  font-weight: 700;
}
.reencuentro .aside .side-menu + .side-menu {
  margin-top: 40px;
}
.reencuentro--art {
  background: #ffffff;
}
.reencuentro .dropdown-menu, .reencuentro .sub-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  display: none;
  z-index: 1;
  width: 720px;
}
.reencuentro .dropdown-menu ul, .reencuentro .sub-dropdown-menu ul {
  max-width: 320px;
}
.reencuentro .dropdown-dos:hover > a:hover {
  background-color: #004C97;
  color: #ffffff !important;
}
.reencuentro .dropdown-dos:hover > .dropdown-menu {
  display: block;
}
.reencuentro .dropdown-dos:hover .sub-dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: -1px;
  display: none;
  background: none;
}
.reencuentro .dropdown-dos:hover .sub-dropdown-menu a {
  color: #004C97;
}
.reencuentro .sub-dropdown:hover > .sub-dropdown-menu {
  display: block;
}
.reencuentro .dropdown-dos, .reencuentro .sub-dropdown {
  position: relative;
}
.reencuentro .dropdown-dos > a {
  border-radius: 12px;
  font-size: 16px !important;
  padding: 10px 30px 10px 20px !important;
  background-position: 97%;
  background-size: 15px;
  font-family: "Roboto-Medium", sans-serif !important;
  font-weight: 500 !important;
  height: auto !important;
  transform: translate(0, 50%);
}
.reencuentro .dropdown-dos.selected > a {
  border-radius: 12px;
  font-size: 16px !important;
  padding: 10px 30px 10px 20px !important;
  background-position: 97%;
  background-size: 15px;
  font-family: "Roboto-Medium", sans-serif !important;
  font-weight: 500 !important;
  height: auto !important;
  transform: translate(0, 50%);
  background-color: #004C97;
  color: #ffffff !important;
}
.reencuentro .dropdown-menu {
  padding: 40px;
  border-radius: 10px;
  background: #FFF;
  left: 50% !important;
  transform: translate(-50%, 0) !important;
}
.reencuentro .dropdown-menu > li {
  min-width: 315px;
}
.reencuentro .dropdown-menu li, .reencuentro .sub-dropdown-menu li {
  display: block;
  border-right: 1px solid #777;
  padding-right: 30px;
}
.reencuentro .dropdown-menu li > a, .reencuentro .sub-dropdown-menu li > a {
  display: inline-flex !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -moz-inline-box !important;
  display: -ms-inline-flexbox !important;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.reencuentro .dropdown-menu li:hover > a, .reencuentro .sub-dropdown-menu li:hover > a {
  color: #525252 !important;
  border-radius: 10px;
  background: rgba(82, 82, 82, 0.1);
}
.reencuentro .sub-dropdown-menu {
  min-width: 315px;
  padding: 5px 0 5px 15px;
}
.reencuentro .sub-dropdown-menu li {
  border-right: 0 solid #777;
  padding-right: 0;
}
.reencuentro .sub-dropdown > a:after {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  width: 15px;
  height: 15px;
  background-image: url(/consulados/imag/v1/reencuentro/arrow_menu_sub.svg);
  position: absolute;
  right: 20px;
}
.reencuentro .dropdown-menu li a, .reencuentro .sub-dropdown-menu li a {
  padding: 15px 20px;
  display: block;
  color: #525252;
  text-decoration: none;
}
.reencuentro .dropdown-menu li:first-child, .reencuentro .sub-dropdown-menu li:first-child {
  border-top: none;
}
.reencuentro section.box__carousel {
  padding: 30px 0;
}
.reencuentro .prod-content {
  position: relative;
}
.reencuentro .prod-content .swiper {
  max-width: 89%;
  position: static !important;
  padding: 30px 22px;
}
@media (max-width: 426px) {
  .reencuentro .prod-content .swiper {
    max-width: 80%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .prod-content .swiper {
    max-width: 85%;
  }
}
.reencuentro .prod-content .swiper .swiper-slide a {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.reencuentro .prod-content .swiper .swiper-slide a img {
  filter: grayscale(100%);
  transition: 0.2s all ease;
}
.reencuentro .prod-content .swiper .swiper-slide:hover a img {
  filter: grayscale(0);
  transition: 0.2s all ease;
}
.reencuentro .prod-content .swiper-button-next, .reencuentro .prod-content .swiper-button-prev {
  width: 20px !important;
  height: 20px !important;
}
.reencuentro .prod-content .swiper-button-next:after, .reencuentro .prod-content .swiper-button-prev:after {
  font-size: 0 !important;
}
.reencuentro .menu-responsive .accordionItemContent {
  margin-left: 0 !important;
}
.reencuentro .menu-responsive .accordionItemContent li a:hover a {
  color: #004C97 !important;
}
.reencuentro .menu-responsive .accordionItemContent li ul {
  margin-left: 10px !important;
}
.reencuentro .menu-responsive .accordionItemContent li ul li a {
  padding: 5px 10px 5px 30px;
}
.reencuentro .menu-responsive .accordionItemContent li ul li:hover a {
  color: #004C97 !important;
}
@media (max-width: 426px) {
  .reencuentro .CUERPO .table-responsive {
    margin: 0 0 20px;
    overflow: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .CUERPO .table-responsive {
    margin: 0 0 20px;
    overflow: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
}
@media (max-width: 426px) {
  .reencuentro .CUERPO .table-responsive table {
    width: 100% !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .CUERPO .table-responsive table {
    width: 100% !important;
  }
}
.reencuentro .CUERPO .contsubtit {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.reencuentro .CUERPO .contsubtit .titsubtit DIV {
  color: #004C97;
  font-size: 24px;
  line-height: 122.023%;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.reencuentro .CUERPO .contsubtit .linksubtit {
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
}
.reencuentro .top-menu .auxi {
  padding: 5px 0;
}
@media (min-width: 991px) and (max-width: 1277px) {
  .reencuentro .top-menu .auxi {
    padding: 0 20px;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .reencuentro .top-menu .auxi {
    padding: 0 20px;
  }
}
.reencuentro .top-menu .auxi .top-logo {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 426px) {
  .reencuentro .top-menu .auxi .top-logo {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .top-menu .auxi .top-logo {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .reencuentro .top-menu .auxi .top-logo {
    display: none;
  }
}
@media (max-width: 426px) {
  .reencuentro .top-menu .auxi .btn-back {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .top-menu .auxi .btn-back {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .reencuentro .top-menu .auxi .btn-back {
    display: none;
  }
}
.reencuentro .menu-responsive .cont-search button .ic-search {
  background-image: url("/consulados/imag/v1/reencuentro/ic_search_d.svg") !important;
}
.reencuentro .menu-responsive .top-bar {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.reencuentro .menu-responsive .top-bar .cont-logo {
  padding: 5px 0;
  margin-right: 0;
  border-left: 1px solid #CCCCCC;
  padding-left: 5px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 10px 0;
}
@media (min-width: 426px) and (max-width: 767px) {
  .reencuentro .menu-responsive .top-bar .cont-logo {
    max-width: 170px;
  }
}
@media (max-width: 426px) {
  .reencuentro .menu-responsive .top-bar .cont-logo {
    max-width: 120px;
  }
}
.reencuentro .menu-responsive .top-bar .cont-logo:first-child {
  margin-right: 15px;
  padding-left: 0;
}
.reencuentro .menu-responsive .top-bar .cont-logo img {
  width: auto;
  max-width: 100%;
}

.working .header .main-navbar .cont-logo a img {
  width: 112px;
}
.working .header .main-navbar .cont-logo:first-child a img {
  width: 194px;
}
@media ((min-width: 768px) and (max-width: 1260px)) {
  .working .box-hero.top .img-wrap picture img {
    object-fit: cover;
    height: 600px;
  }
}
.working .box-hero.top .cont-hero .auxi .row {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.working .box-hero.top .cont-hero .auxi .row .working-box {
  max-width: 700px;
}
@media ((min-width: 768px) and (max-width: 1260px)) {
  .working .box-hero.top .cont-hero .auxi .row .working-box {
    max-width: 100%;
    width: 100%;
  }
}
.working .box-hero.top .btn {
  padding: 0;
}
.working .box-hero.top .btn__secondary {
  margin-top: 35px;
}
.working .box-hero.top .btn__hero {
  margin-top: 15px;
}
.working .btn__primary {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background-color: #ffffff;
  border: 1px solid #EB0028;
  border-radius: 100px;
  color: #EB0028;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  width: 185px;
}
.working .btn__primary:hover {
  transition: 0.3s all ease;
  opacity: 0.8;
  text-decoration: underline;
}
@media (max-width: 426px) {
  .working .btn__primary {
    font-size: 14px !important;
    width: 148px;
    padding: 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .btn__primary {
    font-size: 14px !important;
    width: 148px;
    padding: 10px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .btn__primary {
    font-size: 14px !important;
    width: 148px;
    padding: 10px;
  }
}
.working .btn__primary img {
  width: auto;
}
@media (max-width: 426px) {
  .working .btn__primary img {
    width: 22px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .btn__primary img {
    width: 22px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .btn__primary img {
    width: 22px;
  }
}
.working .btn__primary--sm {
  font-size: 16px;
}
.working .box-hero {
  position: relative;
}
.working .box-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 49%, rgb(0, 0, 0) 100%);
}
.working .box-hero .cont-hero {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  border-left-width: 0;
  padding: 28px 0;
}
@media (max-width: 426px) {
  .working .box-hero .cont-hero {
    height: 100%;
    padding: 35px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .box-hero .cont-hero {
    height: 100%;
    padding: 35px 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .box-hero .cont-hero {
    height: 100%;
    padding: 35px 0;
  }
}
@media (max-width: 426px) {
  .working .box-hero .cont-hero .auxi {
    height: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .box-hero .cont-hero .auxi {
    height: 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .box-hero .cont-hero .auxi {
    height: 100%;
  }
}
@media (max-width: 426px) {
  .working .box-hero .cont-hero .auxi .row {
    height: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .box-hero .cont-hero .auxi .row {
    height: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .box-hero .cont-hero .auxi .row {
    height: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 426px) {
  .working .box-hero .cont-hero .auxi .row .working-box {
    height: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .box-hero .cont-hero .auxi .row .working-box {
    height: 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .box-hero .cont-hero .auxi .row .working-box {
    height: 100%;
  }
}
.working .box-hero .working-box {
  border-left-width: 0;
}
.working .box-hero .img-wrap picture img {
  height: auto;
}
.working .box-hero .card__content {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.working .box-hero .card__content--top {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-align: end;
  -moz-box-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin-bottom: 50px;
}
@media (max-width: 426px) {
  .working .box-hero .card__content--top {
    margin-bottom: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .box-hero .card__content--top {
    margin-bottom: 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .box-hero .card__content--top {
    margin-bottom: 0;
  }
}
.working .box-hero .card__title {
  text-align: center;
  margin-bottom: 30px;
  font-family: "gobCL-Heavy", sans-serif;
  font-size: 70px;
  line-height: 120%;
  color: #ffffff;
}
@media (max-width: 426px) {
  .working .box-hero .card__title {
    font-size: 50px;
    margin-bottom: 24px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .box-hero .card__title {
    font-size: 50px;
    margin-bottom: 24px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .box-hero .card__title {
    font-size: 50px;
    margin-bottom: 24px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .working .box-hero .card__title {
    font-size: 70px;
  }
}
.working .box-hero .card__description {
  text-align: center;
  margin-bottom: 5px;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 150%;
  color: #ffffff;
}
@media (max-width: 426px) {
  .working .box-hero .card__description {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .box-hero .card__description {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .box-hero .card__description {
    display: none;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .working .box-hero .card__description {
    font-size: 24px;
  }
}
.working .btn__secondary {
  text-align: center;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  padding: 25px 30px;
  background-color: #EB0028;
  outline: 10px solid rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  color: #ffffff;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  margin-top: 15px;
  width: 181px;
  height: 68px;
  margin: 0 auto;
}
@media (max-width: 426px) {
  .working .btn__secondary {
    height: 68px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .btn__secondary {
    height: 68px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .btn__secondary {
    height: 68px;
  }
}
.working .btn__secondary img {
  width: auto;
}
.working .btn__secondary:hover {
  transition: 0.3s all ease;
  opacity: 0.8;
  text-decoration: underline;
}
@media (max-width: 426px) {
  .working .card__text {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .card__text {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .card__text {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-orient: block-axis;
    -webkit-box-orient: vertical;
    -moz-box-orient: block-axis;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    height: 100%;
  }
}
.working .requisitos {
  position: relative;
}
.working .requisitos:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 76, 151, 0.8);
}
.working .requisitos .auxi {
  position: relative;
  margin: 0 auto;
  width: 100%;
  border-left-width: 0;
  padding: 70px 0;
  max-width: 770px;
}
@media (max-width: 426px) {
  .working .requisitos .auxi {
    padding: 40px 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .requisitos .auxi {
    padding: 40px 15px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .requisitos .auxi {
    padding: 40px 15px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .working .requisitos .auxi {
    padding: 40px 15px;
  }
}
@media (min-width: 1399px) {
  .working .requisitos .auxi {
    max-width: 770px !important;
  }
}
.working .requisitos .auxi .rot {
  margin-bottom: 35px;
}
.working .requisitos .auxi .rot .tit {
  font-family: "gobCL-Heavy", sans-serif;
  font-size: 44px;
  line-height: 120%;
  color: #ffffff;
  text-align: center;
}
.working .requisitos .auxi .pie__seccion {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 426px) {
  .working .requisitos .auxi .pie__seccion {
    margin-top: 35px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .requisitos .auxi .pie__seccion {
    margin-top: 35px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .requisitos .auxi .pie__seccion {
    margin-top: 35px;
  }
}
.working .requisitos .auxi .btn__primary {
  margin: 20px auto 0;
  padding: 20px 23px;
}
@media (max-width: 426px) {
  .working .requisitos .auxi .btn__primary {
    width: 185px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .requisitos .auxi .btn__primary {
    width: 185px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .requisitos .auxi .btn__primary {
    width: 185px;
  }
}
.working .paises {
  padding: 70px 0;
  background-color: #F6F6F6;
}
@media (max-width: 426px) {
  .working .paises {
    padding: 40px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .paises {
    padding: 40px 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .paises {
    padding: 40px 0;
  }
}
.working .paises .rot {
  margin-bottom: 35px;
}
.working .paises .rot .tit {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 120%;
  color: #004C97;
  text-align: center;
}
@media (max-width: 426px) {
  .working .paises .rot .tit {
    font-size: 28px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .paises .rot .tit {
    font-size: 28px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .paises .rot .tit {
    font-size: 28px;
  }
}
.working .art__requisitos {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 15px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 10px;
}
@media ((min-width: 1200px) and (max-width: 1494px)) {
  .working .art__requisitos {
    padding: 10px;
  }
}
.working .art__requisitos h4.tit {
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #004C97;
}
.working .art__pais {
  flex: 0 0 10%;
  border-radius: 10px;
  min-height: 124px;
}
@media (max-width: 426px) {
  .working .art__pais {
    flex: 0 0 116px;
    min-height: 102px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .art__pais {
    flex: 0 0 116px;
    min-height: 102px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .art__pais {
    flex: 0 0 25%;
  }
}
.working .art__pais .auxi-art {
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  padding: 10px;
  margin: 0;
  gap: 10px;
  background-color: #ffffff;
  border: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 426px) {
  .working .art__pais .auxi-art {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .art__pais .auxi-art {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.working .art__pais .auxi-art img {
  margin: 0 auto;
}
.working .art__pais .auxi-art .art__title {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #070707;
  text-align: center;
}
.working .art__pais--tit {
  flex: 0 0 140px;
  margin-top: 30px;
}
@media (max-width: 426px) {
  .working .art__pais--tit {
    width: 100%;
    flex: 0 0 100%;
    min-height: 40px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .art__pais--tit {
    width: 100%;
    flex: 0 0 100%;
    min-height: 40px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .art__pais--tit {
    width: 100%;
    flex: 0 0 100%;
    height: auto;
  }
}
.working .art__pais--tit:first-child {
  margin-top: 0;
}
.working .art__pais--tit .auxi-art {
  box-shadow: none;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: left;
  background: none;
}
@media (max-width: 426px) {
  .working .art__pais--tit .auxi-art {
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .art__pais--tit .auxi-art {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .art__pais--tit .auxi-art {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.working .art__pais--tit .art__title {
  color: #004C97 !important;
  text-align: left !important;
}
@media (max-width: 426px) {
  .working .art__pais--tit .art__title {
    text-align: center !important;
    font-size: 25px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .art__pais--tit .art__title {
    text-align: center !important;
    font-size: 25px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .art__pais--tit .art__title {
    text-align: center !important;
    font-size: 25px;
  }
}
.working .art__pais--tit-big {
  flex: 0 0 153px;
}
@media (max-width: 426px) {
  .working .art__pais--tit-big {
    width: 100%;
    flex: 0 0 100%;
    min-height: 40px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .art__pais--tit-big {
    width: 100%;
    flex: 0 0 100%;
    min-height: 40px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .art__pais--tit-big {
    width: 100%;
    flex: 0 0 100%;
  }
}
.working .art__visa {
  text-align: center;
  padding: 30px;
  margin: 0;
  gap: 10px;
  background-color: #ffffff;
  border: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: block-axis;
  -webkit-box-orient: vertical;
  -moz-box-orient: block-axis;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.working .art__visa .art__title {
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #004C97;
  text-align: center;
}
.working .art__visa img {
  margin: 0 auto;
}
.working .auxi-paises {
  margin-top: 46px;
  gap: 20px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 426px) {
  .working .auxi-paises {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .auxi-paises {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .auxi-paises {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
}
.working .auxi-paises:first-child {
  margin-top: 0;
}
@media (max-width: 426px) {
  .working .bg__full .img-wrap picture img {
    object-fit: cover;
    height: 530px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .bg__full .img-wrap picture img {
    object-fit: cover;
    height: 433px;
  }
}
@media (max-width: 426px) {
  .working .bg__full .cont-txt {
    top: 10% !important;
    transform: translate(-50%, -10%) !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .bg__full .cont-txt {
    top: 5% !important;
    transform: translate(-50%, -5%) !important;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .bg__full .cont-txt {
    top: 10% !important;
  }
}
.working .hero-sm .btn__primary--sm {
  width: 212px;
  height: 56px;
  padding: 25px 20px;
}
.working .hero-sm .cont-txt {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 93%;
  padding: 70px 0;
  z-index: 1;
}
@media ((min-width: 990px) and (max-width: 1098px)) {
  .working .hero-sm .cont-txt {
    padding: 0px 0 !important;
    top: 5% !important;
  }
}
@media (max-width: 426px) {
  .working .hero-sm .cont-txt {
    max-width: 100%;
    padding: 20;
    bottom: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 25px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .hero-sm .cont-txt {
    max-width: 100%;
    padding: 20;
    bottom: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 25px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .hero-sm .cont-txt {
    max-width: 100% !important;
    padding: 0 30px;
    top: 17% !important;
    display: block !important;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .working .hero-sm .cont-txt {
    padding: 40px 30px 20px;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .working .hero-sm .cont-txt {
    padding: 70px 0;
  }
}
.working .hero-sm .cont-txt .left {
  max-width: 70%;
}
@media ((min-width: 990px) and (max-width: 1098px)) {
  .working .hero-sm .cont-txt .left {
    max-width: 100% !important;
    margin: 0 auto 30px !important;
  }
}
@media (max-width: 426px) {
  .working .hero-sm .cont-txt .left {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .hero-sm .cont-txt .left {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .hero-sm .cont-txt .left {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .working .hero-sm .cont-txt .left {
    max-width: 60%;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .working .hero-sm .cont-txt .left {
    max-width: 49%;
  }
}
@media (min-width: 1399px) {
  .working .hero-sm .cont-txt .left {
    max-width: 49%;
  }
}
.working .hero-sm .cont-txt .left__small {
  max-width: 70%;
}
@media (max-width: 426px) {
  .working .hero-sm .cont-txt .left__small {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .hero-sm .cont-txt .left__small {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .hero-sm .cont-txt .left__small {
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
@media (min-width: 991px) and (max-width: 1277px) {
  .working .hero-sm .cont-txt .left__small {
    max-width: 60%;
  }
}
@media (min-width: 1277px) and (max-width: 1399px) {
  .working .hero-sm .cont-txt .left__small {
    max-width: 36%;
  }
}
@media (min-width: 1399px) {
  .working .hero-sm .cont-txt .left__small {
    max-width: 36%;
  }
}
.working .hero-sm .cont-txt .tit {
  font-size: 50px;
  font-family: "gobCL-Bold", sans-serif;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 0;
}
@media ((min-width: 990px) and (max-width: 1098px)) {
  .working .hero-sm .cont-txt .tit {
    font-size: 30px !important;
  }
}
@media (max-width: 426px) {
  .working .hero-sm .cont-txt .tit {
    font-size: 40px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .hero-sm .cont-txt .tit {
    font-size: 40px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .hero-sm .cont-txt .tit {
    font-size: 40px;
  }
}
.working .hero-sm .cont-txt .tit__secundary {
  font-size: 30px;
  color: #004C97;
}
.working .hero-sm .cont-txt .tit__secundary--regular {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
}
@media (max-width: 426px) {
  .working .hero-sm .cont-txt .cont-btn .btn__primary--sm {
    width: 212px;
    padding: 20px 25px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .hero-sm .cont-txt .cont-btn .btn__primary--sm {
    width: 212px;
    padding: 20px 25px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .hero-sm .cont-txt .cont-btn .btn__primary--sm {
    width: 212px;
    padding: 20px 25px;
  }
}
.working .visa {
  background-color: #004C97;
  padding: 70px 0;
}
@media (max-width: 426px) {
  .working .visa {
    padding: 40px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .visa {
    padding: 40px 0;
  }
}
.working .visa .row {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 -18px 46px;
}
@media (max-width: 426px) {
  .working .visa .row {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0 0 46px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .visa .row {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0 0 46px;
  }
}
@media (max-width: 426px) {
  .working .visa .row .col {
    margin-bottom: 20px;
    border-left-width: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .visa .row .col {
    margin-bottom: 20px;
    border-left-width: 0;
  }
}
@media (max-width: 426px) {
  .working .visa .btn__secondary {
    margin-top: 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .visa .btn__secondary {
    margin-top: 30px;
  }
}
.working .visa .auxi .rot .tit {
  font-family: "gobCL-Heavy", sans-serif;
  font-size: 44px;
  line-height: 120%;
  color: #ffffff;
  text-align: center;
  margin-bottom: 36px;
}
.working .visa .auxi .rot__secondary {
  margin-top: 110px;
  margin-bottom: 5px;
}
.working .visa .auxi .rot__secondary .tit {
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0;
}
.working .visa .auxi .rot__secondary .bajada {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 120%;
  color: #ffffff;
  text-align: center;
  margin-bottom: 44px;
}
@media (max-width: 426px) {
  .working .visa .auxi .rot__secondary .bajada {
    margin-bottom: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .visa .auxi .rot__secondary .bajada {
    margin-bottom: 20px;
  }
}
.working .fono .auxi {
  padding: 70px 15px;
}
.working .fono .auxi .rot .tit {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 120%;
  color: #004C97;
  margin-bottom: 35px;
}
.working .fono .section-fono {
  padding: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  -moz-box-align: stretch;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 20px 0;
}
@media (max-width: 426px) {
  .working .fono .section-fono {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 40px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .fono .section-fono {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 40px 0;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .fono .section-fono {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 40px 0;
  }
}
@media (max-width: 426px) {
  .working .fono .section-fono .box__fono {
    width: 135px;
  }
}
.working .fono .section-fono .box__fono .cont-logo {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-orient: inline-axis;
  -webkit-box-orient: horizontal;
  -moz-box-orient: inline-axis;
  -moz-box-orient: horizontal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 10;
}
@media (max-width: 426px) {
  .working .fono .section-fono .box__fono .cont-logo {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .fono .section-fono .box__fono .cont-logo {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .fono .section-fono .box__fono .cont-logo {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.working .fono .section-fono .art__fono {
  width: 200px;
}
@media (max-width: 426px) {
  .working .fono .section-fono .art__fono {
    width: 100%;
  }
}
.working .fono .section-fono .art__title {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #004C97;
  text-align: center;
}
@media (max-width: 426px) {
  .working .fono .section-fono .art__title {
    text-align: left;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .fono .section-fono .art__title {
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .fono .section-fono .art__title {
    text-align: left;
  }
}
.working .fono .section-fono .art__number {
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  font-size: 44px;
  line-height: 120%;
  color: #004C97;
}
.working .menujq {
  max-width: 840px;
  margin: 0 auto;
}
.working .menujq > ul {
  margin-left: 0 !important;
  list-style: none;
}
.working .menujq > ul > li {
  list-style: none !important;
  overflow: hidden;
  margin-bottom: 15px;
}
.working .menujq > ul > li ul a {
  color: #004C97;
  text-decoration: underline;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.working .menujq > ul > li ul p {
  color: #333;
  font-size: 20px;
}
.working .menujq > ul > li ul p + p {
  margin-top: 15px;
}
.working .menujq__head {
  position: relative;
  display: block;
  margin: 0;
  padding: 30px 50px 30px 30px;
  color: #004C97;
}
@media (max-width: 426px) {
  .working .menujq__head {
    padding: 30px 50px 30px 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .menujq__head {
    padding: 30px 50px 30px 30px;
  }
}
.working .menujq__head:after {
  content: "";
  position: absolute;
  right: 10px;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background-image: url("../../imag/v1/working/chevron-down-b.svg");
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 100%;
  top: 26px;
  transition: 0.2s all ease;
}
@media (max-width: 426px) {
  .working .menujq__head:after {
    top: calc(50% - 7px);
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .menujq__head:after {
    top: calc(50% - 7px);
  }
}
.working .menujq__tit {
  color: #333;
  font-size: 20px;
  line-height: 1.4;
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
@media (max-width: 426px) {
  .working .menujq__tit {
    font-size: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .menujq__tit {
    font-size: 20px;
  }
}
.working .menujq .desplegable {
  border-radius: 10px;
  background-color: #ffffff;
}
.working .menujq .desplegable ul {
  list-style: none;
  padding: 0 30px 30px;
}
@media (max-width: 426px) {
  .working .menujq .desplegable ul {
    padding: 0 30px 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .menujq .desplegable ul {
    padding: 0 30px 20px;
  }
}
.working .menujq .desplegable ul li {
  list-style: none !important;
}
.working .menujq .desplegable ul li p {
  line-height: 1.5;
}
@media (max-width: 426px) {
  .working .menujq .desplegable ul li p {
    font-size: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .menujq .desplegable ul li p {
    font-size: 20px;
  }
}
.working .menujq .desplegable.active .menujq__head:after {
  transform: rotate(180deg);
}
.working .menujq .list ul {
  padding: 20px 0;
  list-style: none;
  display: block !important;
}
.working .menujq .list ul li {
  list-style: none !important;
}
.working .menujq .list ul li a {
  background: none;
  color: #004C97;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.working .menujq .list ul li a:after {
  content: none;
}
.working .menujq .list ul li a img {
  width: 23px;
  margin-right: 8px;
}
.working .menujq .CUERPO {
  margin-bottom: 0 !important;
  padding: 0;
  max-width: 100%;
}
.working .menujq .CUERPO ol li {
  list-style: auto !important;
}
.working .menujq .CUERPO ul li {
  list-style: disc !important;
}
.working .artic {
  padding: 70px 0;
  background-color: rgba(0, 76, 151, 0.05);
}
.working .artic .row {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 20px 0px;
}
@media (max-width: 426px) {
  .working .artic .row {
    display: block;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .artic .row {
    display: block;
  }
}
.working .artic__class {
  width: 25%;
  position: relative;
}
@media (max-width: 426px) {
  .working .artic__class {
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .artic__class {
    width: 100%;
    margin: 0 auto 20px;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .artic__class {
    width: 50%;
  }
}
.working .artic__class--auxi .artic__cont {
  position: absolute;
  bottom: 0;
  padding: 20px;
}
.working .artic__class--auxi .artic__title {
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #ffffff;
}
.working .artic__class--auxi .artic__link {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #ffffff;
  float: right;
  margin-top: 20px;
  background-image: url("/consulado/imag/v1/working/maki_arrow.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 16px;
  padding: 0 25px 0 0;
}
.working .artic__class--auxi .artic__link:hover {
  text-decoration: underline;
}
.working .artic__class--auxi .artic__img img {
  border-radius: 20px;
}
@media (max-width: 426px) {
  .working .artic__class--auxi .artic__img img {
    width: 100%;
    height: 433px;
    object-fit: cover;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .artic__class--auxi .artic__img img {
    width: 100%;
    height: 433px;
    object-fit: cover;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .artic__class--auxi .artic__img img {
    width: 100%;
    height: 433px;
    object-fit: cover;
  }
}
.working .artic__img {
  padding: 0;
}
.working .artic__img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgb(0, 76, 151);
  background: -moz-linear-gradient(0deg, rgb(0, 76, 151) 20%, rgba(0, 76, 151, 0) 84%);
  background: -webkit-linear-gradient(0deg, rgb(0, 76, 151) 20%, rgba(0, 76, 151, 0) 84%);
  background: linear-gradient(0deg, rgb(0, 76, 151) 20%, rgba(0, 76, 151, 0) 84%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#004c97",endColorstr="#004c97",GradientType=1);
  border-radius: 20px;
}
.working .banner-info {
  padding: 0;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}
@media (max-width: 426px) {
  .working .banner-info .cont-txt .cont-btn .btn__primary {
    border: 1px solid #EB0028;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .banner-info .cont-txt .cont-btn .btn__primary {
    border: 1px solid #EB0028;
  }
}
.working .banner-info .btn__primary {
  width: 209px;
  height: 56px;
}
.working .banner-info:before {
  display: none;
}
@media ((min-width: 320px) and (max-width: 480px)) {
  .working .banner-info .img-wrap {
    height: 433px;
  }
}
@media ((min-width: 320px) and (max-width: 480px)) {
  .working .banner-info .img-wrap picture img {
    object-fit: cover;
    height: 433px;
  }
}
@media ((min-width: 320px) and (max-width: 480px)) {
  .working .banner-info .cont-txt {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.working .experiencia .auxi {
  padding: 70px 15px;
}
@media (max-width: 426px) {
  .working .experiencia .auxi {
    padding: 40px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .experiencia .auxi {
    padding: 40px 0;
  }
}
.working .experiencia .auxi .row {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 20px 0px;
}
.working .experiencia .auxi .btn__primary {
  padding: 20px 25px;
  width: 218px;
  margin: 35px auto 0;
}
@media (max-width: 426px) {
  .working .experiencia .auxi .btn__primary {
    margin: 0 auto;
    width: 207px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .experiencia .auxi .btn__primary {
    margin: 0 auto;
    width: 207px;
  }
}
@media (max-width: 426px) {
  .working .experiencia .auxi .row {
    padding: 0 20px;
    margin-left: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .experiencia .auxi .row {
    padding: 0 20px;
    margin-left: 0;
  }
}
@media (max-width: 426px) {
  .working .experiencia .auxi .row .col {
    border-left-width: 0;
    margin-bottom: 40px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .experiencia .auxi .row .col {
    border-left-width: 0;
    margin-bottom: 40px;
  }
}
.working .experiencia .rot .tit {
  font-family: "gobCL-Heavy", sans-serif;
  font-size: 44px;
  line-height: 110%;
  color: #004C97;
  text-align: center;
  margin-bottom: 35px;
}
.working .experiencia .exper__img img {
  border-radius: 20px;
}
@media (max-width: 426px) {
  .working .experiencia .exper__img img {
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .experiencia .exper__img img {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .working .experiencia .exper__img img {
    width: 100%;
  }
}
.working .experiencia .exper__cont {
  padding: 15px 0 0;
}
.working .experiencia .exper__title {
  font-family: "gobCL", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #004C97;
}
.working .experiencia .exper__title a {
  color: #004C97;
}
.working .experiencia .exper__title a:hover {
  text-decoration: underline;
}
.working .experiencia .exper__not {
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: #004C97;
  margin-top: 15px;
  float: left;
  clear: both;
}
.working .experiencia .exper__img {
  padding: 0;
  position: relative;
}
.working .experiencia .exper__img--play {
  background-image: url("/consulado/imag/v1/working/ico_play.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 40px;
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
}
.working .header.sticky .main-navbar .cont-logo {
  flex: 0 1 150px;
}
.working .header .main-navbar .cont-logo:first-child {
  border-right: 1px solid #ccc;
  margin-right: 15px;
  padding-right: 15px;
}
.working .menu-responsive .cont-logo img {
  width: 150px;
}
.working .menu-responsive .top-bar {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.working .menu-responsive .top-bar .cont-logo {
  padding: 5px 0;
  margin-right: 0;
  border-left: 1px solid #CCCCCC;
  padding-left: 5px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 10px 0;
}
@media (min-width: 426px) and (max-width: 767px) {
  .working .menu-responsive .top-bar .cont-logo {
    max-width: 170px;
  }
}
@media (max-width: 426px) {
  .working .menu-responsive .top-bar .cont-logo {
    max-width: 120px;
  }
}
.working .menu-responsive .top-bar .cont-logo:first-child {
  margin-right: 15px;
  padding-left: 0;
}
.working .menu-responsive .top-bar .cont-logo img {
  width: auto;
  max-width: 100%;
}
.working .bg__full:before {
  background: rgba(0, 0, 0, 0.4) !important;
}
.working .tooltips {
  position: relative;
  display: inline-block;
}
.working .tooltips .tooltiptext {
  visibility: hidden;
  width: 485px;
  /* Ajusta el ancho según tus necesidades */ 
  background-color: #ffffff;
  color: #004C97;
  text-align: left;
  border-radius: 6px;
  padding: 30px;
  /* Ajusta el relleno según tus necesidades */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  border: 0 solid #004C97;
  font-family: "gobCL", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #333333;
  text-align: center;
  border-radius: 15px;
}
.working .tooltips .tooltiptext strong {
  font-family: "gobCL", sans-serif;
  font-weight: 700;
}
.working .tooltips:after {
  content: "";
  position: absolute;
  top: 0;
  /* Justo debajo del tooltip */
  left: 50%;
  margin-left: -15px;
  transform: translate(-15%, 0%);
  border-width: 15px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  visibility: hidden;
  opacity: 0;
}
.working .tooltips:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.working .tooltips:hover:after {
  visibility: visible;
  opacity: 1;
}

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