@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*/
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,700;0,800;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@400;500;700&display=swap");
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;
}

/* Para utilizar las variables basta con reemplazar el atributo por el nombre de la variable en nuestro código ej: "color: $chv_azul" */
/* al modificar el atributo de cualquier variable afectará a todos los selectores donde se utilizó */
/* 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("../../imag/v1/icon/arrow_r.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 21px !important;
  z-index: 1 !important;
  width: 50px !important;
  height: 50px !important;
  right: 0px !important;
  outline: none !important;
  opacity: 0.7 !important;
}
@media (max-width: 425px) {
  .swiper-button-next {
    background-size: 12px !important;
    width: 20px !important;
    height: 20px !important;
  }
}

.swiper-button-prev {
  background-image: url("../../imag/v1/icon/arrow_l.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 21px !important;
  z-index: 1 !important;
  width: 50px !important;
  height: 50px !important;
  left: 0px !important;
  outline: none !important;
}
@media (max-width: 425px) {
  .swiper-button-prev {
    background-size: 12px !important;
    width: 20px !important;
    height: 20px !important;
  }
}

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

.cont-btn {
  padding: 30px 0 0;
}
@media (max-width: 425px) {
  .cont-btn {
    padding: 15px 0 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-btn {
    padding: 15px 0 0;
  }
}
.cont-btn a:first-child {
  margin-right: 10px;
}

.btn-main {
  display: inline-block;
  font-size: 1rem;
  color: #ffffff;
  padding: 20px 70px 20px 50px;
  background-color: #333366;
  border-radius: 3px;
  border: 1px solid #333366;
  letter-spacing: 0.2px;
  transition: 0.3s all ease;
  background-image: url("../../imag/v1/icon/arrow_r_d.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 40px) !important;
  background-size: 15px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .btn-main {
    font-size: 0.75rem !important;
    padding: 12px 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .btn-main {
    font-size: 0.75rem !important;
    padding: 12px 20px;
  }
}
.btn-main:hover {
  background: none;
  color: #333366;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 40px) !important;
  background-size: 15px !important;
  background-image: url("../../imag/v1/icon/arrow_r_b.png") !important;
}
.btn-main.more {
  color: #af842a;
  border-bottom: 4px solid #808285;
  margin-left: 20px;
}

.btn-sec {
  display: inline-block;
  font-size: 1rem;
  color: #333366;
  padding: 20px 50px;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #ffffff;
  letter-spacing: 0.2px;
  transition: 0.3s all ease;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .btn-sec {
    font-size: 0.75rem !important;
    padding: 12px 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .btn-sec {
    font-size: 0.75rem !important;
    padding: 12px 20px;
  }
}
.btn-sec:hover {
  color: #af842a;
}

.cont-btn-m {
  text-align: center;
  margin: 20px auto 0;
}
.cont-btn-m .btn {
  display: inline-block;
  font-size: 0.8125rem !important;
  color: #af842a;
  background-color: #ffffff;
  padding: 8px 15px;
  border: 1px solid #af842a;
  border-radius: 4px;
  letter-spacing: 0.2px;
}

.bg-gris .cont-btn-m .btn {
  border-color: #ffffff;
}

#return-to-top {
  position: fixed;
  border: 1px solid rgba(255, 255, 255, 0.3);
  bottom: 20px;
  right: 2%;
  background: #2fb9e8;
  width: 50px;
  height: 50px;
  z-index: 50;
  cursor: pointer;
  text-decoration: none;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 425px) {
  #return-to-top {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  #return-to-top {
    width: 40px;
    height: 40px;
  }
}
#return-to-top img {
  width: 25px;
  margin: 0 auto;
  top: calc(50% - 10px);
  vertical-align: middle;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background-color: #af842a;
}
#return-to-top:hover img {
  top: 10px;
}

.cont-play {
  display: block;
  margin: 90px auto 50px;
  width: 115px;
  height: 115px;
  opacity: 0.85;
  background-image: url("../../imag/v1/icon/ic_play_w.png");
  background-repeat: no-repeat;
  background-position: 57%;
  background-size: 45%;
  background-color: #af842a;
  border-radius: 50%;
  position: relative;
  transition: 0.2s all ease;
}
@media (max-width: 425px) {
  .cont-play {
    width: 80px;
    height: 80px;
    margin: 20px auto 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-play {
    width: 80px;
    height: 80px;
    margin: 40px auto 70px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cont-play {
    margin: 50px auto;
  }
}
.cont-play:before {
  content: "";
  width: 135px;
  height: 135px;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #ffffff;
  z-index: 0;
  left: -10px;
  top: -10px;
}
@media (max-width: 425px) {
  .cont-play:before {
    width: 90px;
    height: 90px;
    left: -5px;
    top: -5px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-play:before {
    width: 90px;
    height: 90px;
    left: -5px;
    top: -5px;
  }
}
.cont-play:hover {
  opacity: 1;
}

.enc-nav .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: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.enc-nav .auxi .cont-btn a {
  display: inline-block;
  position: relative;
  font-size: 0.8125rem;
  color: #af842a;
  padding: 8px 40px 8px 50px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  border-radius: 30px;
  letter-spacing: 0.2px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.enc-nav .auxi .cont-btn a:before {
  content: "";
  position: absolute;
  background-image: url("../../imag/v1/icon/chevron_gris.png");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: 100%;
  left: 15px;
  width: 13px;
  height: 13px;
  transform: rotate(90deg);
}

.enc-main .auxi {
  text-align: center;
  padding-bottom: 20px;
}
.enc-main .auxi p {
  font-size: 1.125rem;
  line-height: 1.4;
  color: #4e4e4e;
}
.enc-main .auxi h1 {
  padding-top: 10px;
  font-size: 2.1875rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .enc-main .auxi h1 {
    font-size: 1.875rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-main .auxi h1 {
    font-size: 1.875rem;
  }
}

.enc-bg {
  position: relative;
}
.enc-bg:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
  background-color: #17a1cf;
}
.enc-bg .breadcrumb, .enc-bg .breadcrumb a {
  color: #ffffff !important;
}
.enc-bg .breadcrumb:after, .enc-bg .breadcrumb a:after {
  color: #ffffff !important;
}
.enc-bg .enc-main {
  z-index: 2;
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}
@media (max-width: 425px) {
  .enc-bg .enc-main {
    padding: 20px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-bg .enc-main {
    padding: 20px 0;
  }
}
.enc-bg .enc-main .epig {
  font-size: 1rem;
  padding-top: 0;
  margin-bottom: 20px;
}
.enc-bg .enc-main p {
  padding-top: 15px;
  line-height: 1.4;
  font-size: 1.125rem;
  color: #ffffff;
  max-width: 700px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 425px) {
  .enc-bg .enc-main p {
    font-size: 1rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-bg .enc-main p {
    font-size: 1rem;
  }
}
.enc-bg .enc-main h1 {
  font-size: 2.1875rem;
  color: #ffffff;
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .enc-bg .enc-main h1 {
    font-size: 1.25rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-bg .enc-main h1 {
    font-size: 1.25rem;
  }
}
.enc-bg .enc-main .enc-tags {
  margin-top: 30px;
  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;
}
.enc-bg .enc-main .enc-tags li {
  margin-left: 20px;
}
.enc-bg .enc-main .enc-tags li:first-child {
  margin-left: 0;
}
.enc-bg .enc-main .enc-tags li a {
  font-size: 0.875rem;
  color: #333366;
  padding: 7px 20px;
  background-color: #ffffff;
  border-radius: 4px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}

.enc-txt {
  padding: 20px 0 40px;
}
@media (max-width: 425px) {
  .enc-txt {
    padding: 20px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-txt {
    padding: 20px 0;
  }
}
.enc-txt .breadcrumbs {
  text-align: left;
}
.enc-txt .auxi {
  text-align: center;
  padding-bottom: 0;
}
.enc-txt .auxi p {
  font-size: 1.125rem;
  line-height: 1.4;
  color: #4e4e4e;
}
.enc-txt .auxi h1 {
  padding-top: 10px;
  color: #333366;
  font-size: 2.1875rem;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}

.cont-tit {
  min-height: 36px;
  margin-bottom: 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;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 425px) {
  .cont-tit {
    padding: 0 10px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-tit {
    padding: 0 10px 0;
  }
}
.cont-tit .tit {
  font-size: 1.875rem !important;
  color: #333366;
  letter-spacing: 1px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .cont-tit .tit {
    font-size: 1.25rem !important;
    text-align: center;
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-tit .tit {
    font-size: 1.25rem !important;
    text-align: center;
    width: 100%;
  }
}
.cont-tit .baj {
  max-width: 900px;
  margin: 10px auto 0;
  line-height: 1.4;
  letter-spacing: 0.3px;
  font-size: 1.125rem;
  color: #333366;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
@media (max-width: 425px) {
  .cont-tit .baj {
    font-size: 0.875rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-tit .baj {
    font-size: 0.875rem;
  }
}
.cont-tit .cont-btn {
  padding-top: 0;
}
.cont-tit .btn-more {
  display: inline-block;
  font-size: 0.875rem !important;
  color: #af842a;
  background-color: #ffffff;
  padding: 10px 20px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  letter-spacing: 0.2px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}

.tit-icon {
  padding: 15px 0;
  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;
}
.tit-icon img {
  width: 23px;
  margin-right: 10px;
}
.tit-icon h2 {
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: #af842a;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}

.enc-dos-col .auxi {
  max-width: 1000px !important;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
@media (max-width: 425px) {
  .enc-dos-col .auxi {
    -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) {
  .enc-dos-col .auxi {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.enc-dos-col .auxi .img-wrap {
  -webkit-flex: 0 1 40%;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
}
@media (max-width: 425px) {
  .enc-dos-col .auxi .img-wrap {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-dos-col .auxi .img-wrap {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
.enc-dos-col .auxi .cont-txt {
  margin-left: 20px;
  -webkit-flex: 0 1 60%;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}
@media (max-width: 425px) {
  .enc-dos-col .auxi .cont-txt {
    margin-top: 20px;
    margin-left: 0;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .enc-dos-col .auxi .cont-txt {
    margin-top: 20px;
    margin-left: 0;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
.enc-dos-col .auxi .cont-txt .baj {
  font-size: 1.125rem;
  color: #af842a;
  line-height: 1.3;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
.enc-dos-col .auxi .cont-txt .intro {
  margin-top: 25px;
  color: #808285;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.3px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}

.menu_bar {
  display: none;
  position: fixed;
  bottom: 0;
  background-color: #333366;
  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;
}

.nav-sec {
  background-color: #2fb9e8;
}
@media (max-width: 425px) {
  .nav-sec {
    padding: 15px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .nav-sec {
    padding: 15px 0;
  }
}
.nav-sec .auxi {
  max-width: 850px;
}
.nav-sec ul {
  padding: 15px 0;
  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: 425px) {
  .nav-sec ul {
    -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) {
  .nav-sec ul {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.nav-sec ul li {
  margin-right: 10px;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.nav-sec ul li:last-child {
  margin-right: 0;
}
.nav-sec ul li a {
  padding: 10px 0;
  display: block;
  width: 100%;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-sec ul li a {
    font-size: 0.875rem;
  }
}
.nav-sec .anchor_mobile {
  margin: 0 auto;
  background-color: #ffffff;
  width: 100%;
  max-width: 300px;
}

.nav-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-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.nav-tabs li .tab-item {
  padding-right: 30px;
  cursor: pointer;
  font-family: "Work Sans", 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 (max-width: 425px) {
  .nav-tabs li .tab-item {
    padding-right: 23px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .nav-tabs li .tab-item {
    padding-right: 23px;
  }
}
.nav-tabs li:last-child .tab-item {
  padding-right: 0;
}
.nav-tabs li .img-wrap {
  background-color: rgba(78, 78, 78, 0.5);
  border-radius: 50%;
  padding: 5px;
  margin-right: 5px;
}
.nav-tabs li img {
  width: 20px;
}
@media (max-width: 425px) {
  .nav-tabs li img {
    width: 14px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .nav-tabs li img {
    width: 14px;
  }
}

.cont-search-def {
  position: relative;
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.cont-search-def input {
  width: 100%;
}
.cont-search-def .search-icon {
  position: absolute;
  right: 0;
  top: 7px;
  padding-right: 10px;
}
.cont-search-def .search-icon img {
  width: 20px;
}

.menu-side {
  padding-top: 15px;
}
.menu-side li {
  margin-bottom: 20px;
}
.menu-side li a {
  transition: 0.2s all ease;
  color: #af842a;
  font-size: 1.125rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
.menu-side li a:hover {
  color: #333366;
}

html {
  -webkit-text-size-adjust: none;
}

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

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

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

.img-cpt {
  width: auto;
  margin: 0 auto;
}

input, select, .select, textarea {
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  background: none;
}
input:focus, select:focus, .select:focus, textarea:focus {
  transition: 0.5s all ease;
  border-color: #af842a !important;
  background-color: #fdfdfd;
}

select {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  background-image: url("../../imag/v1/icon/chevron_gris.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 15px;
  background-size: 15px;
}

textarea {
  resize: none;
  outline: none;
}

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

button {
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -webkit-align-self: center;
  align-self: center;
  -webkit-flex: 0 0 auto;
  -ms-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;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.prontusPlayer .prontusPlayer-buttons-auxi a img {
  width: auto !important;
}

iframe {
  width: 100%;
}

section {
  padding: 40px 0;
}
@media (max-width: 425px) {
  section {
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  section {
    padding: 30px 0;
  }
}

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

.hide {
  display: none !important;
}

.aleft {
  float: left;
}

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

.m-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.m-b40 {
  margin-bottom: 40px;
}

.m-t20 {
  margin-top: 20px;
}

.container {
  width: 100%;
}

.auxi {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 425px) {
  .auxi {
    padding: 0 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .auxi {
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .auxi {
    padding: 0 15px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .auxi {
    padding: 0 15px;
  }
}
@media (min-width: 1400px) {
  .auxi {
    max-width: 1350px;
  }
}

.responsive {
  display: none;
}

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

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

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

.bg-celeste {
  background-color: #333366;
}

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

.bg-celeste-dos {
  background-color: #2fb9e8;
}

.bg-celeste-tres {
  background-color: #17a1cf;
}

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

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

body.contraste *, body.contraste article.sitios, body.contraste section, body.contraste .form-group .form-control, body.contraste, body.contraste #advSearch .form-group .form-control,
body.contraste .destacado .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000000 !important;
  color: #ffffff !important;
}

body.contraste .header .nav .nav_cont .cont_social img, body.contraste .menu_responsive .menu-btn:checked ~ .menu-icon .navicon,
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 .principal .main-content, body.contraste .auxi, body.contraste .destacado .swiper-pagination-bullet, body.contraste .dest-full.dest-video > a {
  background: none !important;
}

body.contraste .header .nav .nav_cont .search-cont .search-wrapper .close:before,
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 .swiper-pagination-bullet-active, body.contraste .faq .row .cont-tabs ul li a:not(.inactive),
body.contraste .swiper-button-prev, body.contraste .swiper-button-next, body.contraste #filtro-links .nav-tabs li a:not(.inactive), body.contraste.pregado-d #becas .filter .nav-tabs a:not(.inactive),
body.contraste .header .sec-navbar .cont-access li {
  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.home .dest-main .bg-blanco .titular, body.contraste.home .dest-main .bg-blanco .epig, body.contraste.home .dest-main .bg-blanco .baj, body.contraste.home .dest-main .bg-blanco .main-title {
  color: #ffffff !important;
}

body.contraste .header .sec-navbar .cont-links .cont-search input, body.contraste .lateral_bar, body.contraste .bloq-2 .container .cont-txt,
body.contraste .art-3 .swiper-pagination .swiper-pagination-bullet, body.contraste .links-interes article a, body.contraste .formulario .auxi .cont-form form .form-group input,
body.contraste .formulario .auxi .cont-form form .form-group select, body.contraste .preguntas .cont-select .auxi .form-group select,
body.contraste.calendario .actividades .results .swiper-pagination .swiper-pagination-bullet, body.contraste .cont-select .auxi form select {
  border: 1px solid #ffffff !important;
}

body.contraste .destacado .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #000000 !important;
}

body.contraste .header .sec-navbar .cont-links .cont-search button, body.contraste .bloq-2 .swiper-pagination, body.contraste .menu-responsive .menu-btn:checked ~ .menu-icon .navicon,
body.contraste .breadcrumbs, body.contraste .destacado .box-full.swiper-slide .cont-txt, body.contraste .destacado .swiper-pagination, body.contraste.calendario .dest-calendario .box-full .cont-tag,
body.contraste .header .sec-navbar .cont-access li a {
  background-color: initial !important;
}

body.contraste.inter .item.destacado .cont-txt {
  border: none !important;
}

body.contraste .faq .row .cont-tabs ul li a:not(.inactive), body.contraste #filtro-links .nav-tabs li a:not(.inactive), body.contraste.pregado-d #becas .filter .nav-tabs a:not(.inactive) {
  color: #000000 !important;
}

body.contraste .scroll-downs .mousey .scroller {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

body.contraste .menu-responsive, body.contraste .menu-sec, body.contraste.pregado-d .filt-table .content .cont-table .table-pond .thead,
body.contraste .header.sticky, body.contraste.calendario .dest-calendario .box-full > .auxi, body.contraste.calendario .actividades .results .swiper-pagination .swiper-pagination-bullet-active {
  border-bottom: 1px solid #ffffff;
}

body.contraste .footer, body.contraste .menu_bar {
  border-top: 1px solid #ffffff;
}

body.contraste.inter .item:hover .cont-btn .tag {
  color: #808285 !important;
}

body.contraste .header .nav .nav_cont .menu_nav .desp.sec > a {
  background-image: url("../../imag/v1/icon/arrow_w_up.png") !important;
}

body.contraste .header .nav .nav_cont .menu_nav .desp.sec:hover > a, body.contraste .menu_mov .menu-programa:after {
  background-image: url("../../imag/v1/icon/arrow_w_down.png") !important;
}

.wp-pagenavi {
  font-size: 0.9375rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  margin: 17px auto 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;
}
.wp-pagenavi a {
  padding: 8px 4px;
  margin-right: 17px;
  display: block;
  color: #4e4e4e;
}
.wp-pagenavi a:hover {
  text-decoration: underline;
}
.wp-pagenavi a.page {
  margin-right: 17px;
  border-bottom: 6px solid #808285;
}
.wp-pagenavi span {
  display: block;
  padding: 8px;
  margin-right: 15px;
}

.wp-pagenavi span.pag_actual, .wp-pagenavi span.actual {
  color: #333366;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  border-bottom: 3px solid #333366;
}

.text-height {
  max-height: 550px;
}

.text-hidden {
  position: relative;
  overflow: hidden;
}
.text-hidden:before {
  content: "";
  height: 40px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0.330969888) 12%, rgb(255, 255, 255) 86%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0.330969888) 12%, rgb(255, 255, 255) 86%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.330969888) 12%, rgb(255, 255, 255) 86%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.heightAuto {
  max-height: 100%;
}
.heightAuto:before {
  content: none;
}

.link .readmore {
  padding-right: 40px;
  background-image: url("../../imag/v1/icon/chevron_w_d.png");
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 13px;
}
.link .readmore:hover {
  background-image: url("../../imag/v1/icon/ic_arrow_down_blue.png");
}

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

.breadcrumbs {
  padding: 15px 0;
  position: relative;
  z-index: 2;
}
.breadcrumbs .breadcrumb {
  color: #4e4e4e;
  font-size: 0.8125rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
.breadcrumbs .breadcrumb:after {
  content: "|";
  color: #4e4e4e;
  position: relative;
  display: inline-block;
  padding: 0 5px;
}
.breadcrumbs .breadcrumb:last-child:after {
  content: none;
}
.breadcrumbs .breadcrumb a {
  color: #4e4e4e;
}
.breadcrumbs .breadcrumb a:hover {
  color: #333366;
}

.main {
  background-color: #ffffff;
}

.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;
}

.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-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row article {
  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;
}
.row article .card {
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.slide-3-m .swiper-container {
  padding: 15px 0 !important;
}

.wrap-car {
  position: relative;
}
.wrap-car .swiper-5 {
  margin: 0 50px;
  position: initial;
}
@media (max-width: 425px) {
  .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;
}
.wrap-car .swiper-5 .swiper-button-prev, .wrap-car .swiper-5 .swiper-button-next {
  top: calc(50% - 35px);
}

.swiper-container {
  padding: 24px 0;
}
@media (max-width: 425px) {
  .swiper-container {
    padding: 0 !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .swiper-container {
    padding: 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .swiper-container {
    padding: 0 !important;
  }
}

.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;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}

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

.contador {
  background: #0268A3;
}
.contador .auxi {
  width: auto;
  display: table;
}
.contador .auxi .cont {
  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;
  color: #ffffff;
  font-size: 1.375rem;
  letter-spacing: 0.8px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .contador .auxi .cont {
    font-size: 0.875rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .contador .auxi .cont {
    font-size: 1rem;
  }
}
.contador .auxi .cont #countdown {
  background: #025382;
  padding: 10px 5px;
  margin-left: 5px;
  margin-right: 5px;
  width: 118px;
  text-align: center;
}
@media (max-width: 425px) {
  .contador .auxi .cont #countdown {
    width: 85px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .contador .auxi .cont #countdown {
    width: 85px;
  }
}

body.investigacion .nav-sec .auxi .tit-escuela {
  text-align: left;
  margin-bottom: 0;
}
body.investigacion .nav-sec {
  padding: 15px 0;
}
body.investigacion .nav-sec .auxi .breadcrumbs {
  padding: 0 0 10px;
}
body.investigacion .cont-tit.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;
  -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;
}
body.investigacion .cont-tit.dos .tit {
  text-transform: none;
}
body.investigacion .cont-tit.dos p {
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 0.875rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  color: #ffffff;
}
body.investigacion .bloq-full-2 .cont-txt .container {
  padding-left: 0;
  position: relative;
}
body.investigacion .bloq-full-2 .img-wrap {
  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;
  padding-top: 55px;
}
body.investigacion .becas a .cont-txt h3 {
  color: #333366;
  min-height: 130px;
  text-align: left;
}
body.investigacion .bloq-full-2 {
  margin-bottom: 0;
  padding: 30px 0;
}
body.investigacion .bloq-full-2 .img-wrap {
  -webkit-flex: 0 1 41%;
  -ms-flex: 0 1 41%;
  flex: 0 1 41%;
}
@media (max-width: 425px) {
  body.investigacion .bloq-full-2 .img-wrap {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  body.investigacion .bloq-full-2 .img-wrap {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
body.investigacion .bloq-full-2 .cont-txt {
  -webkit-flex: 0 1 59%;
  -ms-flex: 0 1 59%;
  flex: 0 1 59%;
}
@media (max-width: 425px) {
  body.investigacion .bloq-full-2 .cont-txt {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  body.investigacion .bloq-full-2 .cont-txt {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    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;
  }
}
body.investigacion .bloq-full-2 .cont-txt .container h2 {
  margin-bottom: 5px;
}
body.investigacion .bloq-full-2 .cont-txt .container .cont-btn-dos .btn-main-dos {
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 1.125rem;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #333366;
  position: absolute;
  bottom: 0;
}
@media (max-width: 425px) {
  body.investigacion .bloq-full-2 .cont-txt .container .cont-btn-dos .btn-main-dos {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  body.investigacion .bloq-full-2 .cont-txt .container .cont-btn-dos .btn-main-dos {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.investigacion .bloq-full-2 .cont-txt .container .cont-btn-dos .btn-main-dos {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  body.investigacion .bloq-full-2 .cont-txt .container .cont-btn-dos .btn-main-dos {
    font-size: 1rem;
    margin-bottom: 0;
  }
}
body.investigacion .bloq-full-2 .cont-txt .container .cont-btn-dos .btn-main-dos a {
  color: #333366;
}
body.investigacion .bloq-full-2 .cont-txt .container .cont-btn-dos .btn-main-dos:hover {
  text-decoration: underline;
}
body.investigacion .dest-main .auxi .epig {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 1.375rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  body.investigacion .dest-main .auxi .epig {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  body.investigacion .dest-main .auxi .epig {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.investigacion .dest-main .auxi .epig {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  body.investigacion .dest-main .auxi .epig {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
body.investigacion .dest-main .auxi .main-title {
  text-align: left;
  line-height: 1.5;
  font-size: 3.75rem !important;
  max-width: 900px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 3.75rem;
}
@media (max-width: 425px) {
  body.investigacion .dest-main .auxi .main-title {
    max-width: 100%;
    font-size: 2.1875rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  body.investigacion .dest-main .auxi .main-title {
    max-width: 100%;
    font-size: 2.1875rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.investigacion .dest-main .auxi .main-title {
    max-width: 100%;
    font-size: 2.1875rem;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  body.investigacion .dest-main .auxi .main-title {
    font-size: 1.875rem;
    max-width: 80%;
    line-height: 1.3;
  }
}
body.investigacion .dest-main .auxi .main-title:after {
  width: 0;
  height: 0;
  margin-top: 0;
}
@media (max-width: 425px) {
  body.investigacion .dest-main .auxi .main-title:after {
    width: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  body.investigacion .dest-main .auxi .main-title:after {
    width: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.investigacion .dest-main .auxi .main-title:after {
    width: 0;
    margin-top: 0;
  }
}
body.investigacion .dest-main .auxi .baj {
  margin-top: 10px;
}

.reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.reverse .cont-txt .container {
  padding-right: 0 !important;
  padding-left: 80px !important;
}

.row.esp .col .dest-full .auxi {
  padding: 0 20px;
}
.row.esp .col .dest-full .auxi > .tit, .row.esp .col .dest-full .auxi > .baj {
  max-width: 100%;
}
@media (max-width: 425px) {
  .row.esp .col .img-wrap.small {
    margin-top: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .row.esp .col .img-wrap.small {
    margin-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .row.esp .col .img-wrap.small {
    margin-top: 20px;
  }
}
.row.esp .col .img-wrap.small .big {
  display: block;
}
@media (max-width: 425px) {
  .row.esp .col .img-wrap.small .big {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .row.esp .col .img-wrap.small .big {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .row.esp .col .img-wrap.small .big {
    display: none;
  }
}
.row.esp .col .img-wrap.small .small {
  display: none;
}
@media (max-width: 425px) {
  .row.esp .col .img-wrap.small .small {
    display: block;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .row.esp .col .img-wrap.small .small {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .row.esp .col .img-wrap.small .small {
    display: block;
  }
}

.menu-port.int {
  padding: 10px 0;
}
.menu-port.int .auxi .navbar {
  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;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.menu-port.int .auxi .navbar li {
  -webkit-flex: 0 1 150px;
  -ms-flex: 0 1 150px;
  flex: 0 1 150px;
  border-left: 1px solid #ffffff;
  padding: 5px 10px;
  line-height: 1.3;
  font-size: 12px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #ffffff;
}
.menu-port.int .auxi .navbar li a {
  color: #ffffff;
  font-size: 13px;
}
.menu-port.int .auxi .navbar li:first-child {
  border-left: 0 solid #ffffff;
  padding: 5px 10px 5px 0;
}

body.acreditacion #carrusel-agenda .auxi .slide-3-m .auxi-block {
  width: 95%;
}

#carrusel-agenda .auxi .slide-3-m .auxi-block {
  width: 80%;
  position: relative;
  margin: 0 auto;
}
#carrusel-agenda .auxi .slide-3-m .auxi-block .swiper-container {
  padding: 0 !important;
}
#carrusel-agenda .auxi .slide-3-m .auxi-block .swiper-container .swiper-wrapper .evento {
  margin: 0;
}
#carrusel-agenda .auxi .slide-3-m .auxi-block .swiper-container .swiper-wrapper .evento a {
  padding: 0;
}
#carrusel-agenda .auxi .slide-3-m .auxi-block .swiper-container .swiper-wrapper .evento a .cont-fecha {
  background: #333366;
  color: #ffffff;
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
  min-width: auto;
}
#carrusel-agenda .auxi .slide-3-m .auxi-block .swiper-container .swiper-wrapper .evento a .cont-fecha * {
  color: #ffffff;
}
#carrusel-agenda .auxi .slide-3-m .auxi-block .swiper-container .swiper-wrapper .evento a .cont-txt {
  -webkit-flex: 0 1 75%;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  padding: 25px 30px;
}
#carrusel-agenda .auxi .slide-3-m .auxi-block .swiper-container .swiper-wrapper .evento a .cont-txt .subtit {
  padding-bottom: 0;
}
#carrusel-agenda .auxi .slide-3-m .auxi-block .swiper-button-next-tres, #carrusel-agenda .auxi .slide-3-m .auxi-block .swiper-button-prev-tres, #carrusel-agenda .auxi .slide-3-m .auxi-block .swiper-button-next-cuatro, #carrusel-agenda .auxi .slide-3-m .auxi-block .swiper-button-prev-cuatro {
  position: absolute;
  top: 50%;
  width: 14px;
  height: 35px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 14px 35px;
  background-position: center;
  background-repeat: no-repeat;
}
#carrusel-agenda .auxi .slide-3-m .auxi-block .swiper-button-next-tres, #carrusel-agenda .auxi .slide-3-m .auxi-block .swiper-button-next-cuatro {
  background-image: url("../../imag/v1/icon/arrow_r_dos.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 14px 21px !important;
  z-index: 1 !important;
  width: 14px !important;
  height: 21px !important;
  right: -30px !important;
  left: auto;
  outline: none !important;
}
#carrusel-agenda .auxi .slide-3-m .auxi-block .swiper-button-prev-tres, #carrusel-agenda .auxi .slide-3-m .auxi-block .swiper-button-prev-cuatro {
  background-image: url("../../imag/v1/icon/arrow_l_dos.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 14px 21px !important;
  z-index: 1 !important;
  width: 14px !important;
  height: 21px !important;
  left: -30px !important;
  right: auto;
  outline: none !important;
}

body.acreditacion .bloq-full-2.reverse .img-wrap {
  -webkit-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
}
body.acreditacion .bloq-full-2.reverse .cont-txt {
  -webkit-flex: 0 1 75%;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
}

#preguntas .auxi .cont-tit .tit {
  color: #ffffff;
}
#preguntas .auxi .slide-1 .auxi-block .swiper-container .swiper-wrapper .swiper-slide .auxi-slide {
  padding: 20px;
}
#preguntas .auxi .slide-1 .auxi-block .swiper-container .swiper-wrapper .swiper-slide .auxi-slide .tit {
  line-height: 1.3;
  font-size: 1.375rem;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #333366;
  margin-bottom: 15px;
}
#preguntas .auxi .slide-1 .auxi-block .swiper-container .swiper-wrapper .swiper-slide .auxi-slide .baj {
  line-height: 1.4;
  font-size: 1rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  color: #000000;
}
#preguntas .auxi .slide-1 .auxi-block .swiper-container .swiper-wrapper .swiper-slide .auxi-slide .baj p {
  line-height: 1.4;
  font-size: 1rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  color: #000000;
}
#preguntas .auxi .slide-1 .auxi-block .swiper-button-next-tres, #preguntas .auxi .slide-1 .auxi-block .swiper-button-next-cinco {
  background-image: url("../../imag/v1/icon/arrow_r_w.png") !important;
}
#preguntas .auxi .slide-1 .auxi-block .swiper-button-prev-tres, #preguntas .auxi .slide-1 .auxi-block .swiper-button-prev-cinco {
  background-image: url("../../imag/v1/icon/arrow_l_w.png") !important;
}
#preguntas .cont-btn .btn-main {
  background: none;
  float: right;
  border: none;
  padding: 0 30px 0 0;
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 1.125rem;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #ffffff;
}
#preguntas .cont-btn .btn-main:hover {
  background: none !important;
}

.box-video-int {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
}
.box-video-int iframe, .box-video-int object, .box-video-int embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.desta-main {
  padding: 0;
}
.desta-main .row.esp {
  margin-left: 0;
}
.desta-main .row.esp .col {
  border-left-width: 0;
}
.desta-main .dest-full {
  padding: 0;
}

#carrusel-agenda.inicio {
  padding: 5px 0 0;
}
#carrusel-agenda.inicio .cont-tit .tit {
  font-size: 1.125rem !important;
}
#carrusel-agenda.inicio .auxi .slide-3-m .auxi-block .swiper-container .swiper-wrapper .evento a .cont-fecha {
  background: #ffffff;
  color: #333366;
  padding: 5px 10px 5px 5px;
  -webkit-flex: 0 1 15%;
  -ms-flex: 0 1 15%;
  flex: 0 1 15%;
  min-width: auto;
}
#carrusel-agenda.inicio .auxi .slide-3-m .auxi-block .swiper-container .swiper-wrapper .evento a .cont-fecha * {
  color: #333366;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
#carrusel-agenda.inicio .auxi .slide-3-m .auxi-block .swiper-container .swiper-wrapper .evento a .cont-txt {
  padding: 5px 0;
  -webkit-flex: 0 1 70%;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
}
@media (max-width: 425px) {
  #carrusel-agenda.inicio .auxi .slide-3-m .auxi-block .swiper-container .swiper-wrapper .evento a .cont-txt {
    -webkit-flex: 0 1 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
}
#carrusel-agenda.inicio .auxi .slide-3-m .auxi-block .swiper-container .swiper-wrapper .evento a .cont-txt .subtit {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

.desta-main.dos .cont-events {
  padding: 20px 0;
}
@media (max-width: 425px) {
  .desta-main.dos .cont-events .cont-events .auxi .row .col {
    width: 47%;
    margin: 0 10px;
    float: left;
  }
}
@media (max-width: 425px) {
  .desta-main.dos .cont-events .cont-events .auxi .row .col {
    width: 47%;
    margin: 0 10px;
    float: right;
  }
}
.desta-main.dos .cont-events .cont-events .auxi .row .col .dest-main .swiper-container .swiper-wrapper .swiper-slide a .auxi {
  padding-top: 10px;
  margin-bottom: 50px;
}
.desta-main.dos .cont-events .cont-events .auxi .row .col .dest-main .swiper-container .swiper-wrapper .swiper-slide a .auxi .tit-main-cont .titular {
  width: 95%;
  margin: 0 auto;
}
.desta-main.dos .cont-events .cont-events .auxi .row .col .dest-main .swiper-container .swiper-wrapper .swiper-slide a .auxi .tit-main-cont .titular .main-title {
  max-width: 100%;
  font-size: 1.25rem;
}
.desta-main.dos .cont-events .cont-events .auxi .row .col .dest-main .swiper-container .swiper-wrapper .swiper-slide a .auxi .tit-main-cont .titular .baj {
  max-width: 100%;
  font-size: 1rem;
}

.results .header, .taxport .header {
  -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);
}

.header {
  background-color: rgba(255, 255, 255, 0.95);
  transition: 0.2s all ease;
  position: relative;
  z-index: 1000;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .desktop {
    display: none !important;
  }
}
.header.sticky {
  position: fixed;
  background-color: #ffffff;
  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);
}
.header.sticky .top-bar {
  padding: 5px 0;
}
.header.sticky .main-navbar .cont-logo {
  padding: 10px 0;
  -webkit-flex: 0 1 110px;
  -ms-flex: 0 1 110px;
  flex: 0 1 110px;
}
.header.sticky .input-holder {
  height: 36px !important;
}
.header.sticky .input-holder .search-icon.btn {
  bottom: 0;
}
.header.sticky .input-holder .search-icon.btn span:before {
  left: 11px !important;
  top: 12px !important;
}
.header.sticky .input-holder .search-icon.btn span:after {
  left: 7px !important;
  top: 2px !important;
}
.header.sticky .input-holder .search-icon.ic span {
  top: 6px;
}
.header.sticky .menu-responsive .cont-logo img {
  transition: 0.2s all ease;
  width: 150px;
}
.header .top-bar {
  padding: 8px 0;
  transition: 0.2s all ease;
  background-color: #2fb9e8;
}
.header .top-bar .auxi {
  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 .top-bar .auxi .cont-links-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;
}
.header .top-bar .auxi .links-sec-dest {
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.header .top-bar .auxi .links-sec-dest li {
  color: #ffffff;
  margin-left: 25px;
  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 .top-bar .auxi .links-sec-dest li:first-child {
  margin-left: 0;
}
.header .top-bar .auxi .links-sec-dest li a {
  color: #ebebeb;
  font-size: 0.8125rem;
  letter-spacing: 0.8px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.header .top-bar .auxi .cont-social {
  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 .top-bar .auxi .cont-social a {
  display: block;
  padding: 0 7px;
}
.header .top-bar .auxi .cont-social img {
  width: 21px;
}
.header .top-bar .auxi .links-sec {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  margin-right: 15px;
  padding-right: 15px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.header .top-bar .auxi .links-sec li {
  margin-right: 20px;
}
.header .top-bar .auxi .links-sec li:last-child {
  margin-right: 0;
}
.header .top-bar .auxi .links-sec li a {
  font-size: 0.8125rem;
  letter-spacing: 0.8px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
.header .top-bar .auxi .sup-menu {
  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 .top-bar .auxi .cont-access {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.header .top-bar .auxi .cont-access li {
  margin-right: 5px;
  width: 23px;
  height: 23px;
}
.header .top-bar .auxi .cont-access li:first-child a {
  background-image: url("../../imag/v1/icon/ic_text_l.png");
  background-size: 19px;
}
.header .top-bar .auxi .cont-access li:nth-child(2) a {
  background-image: url("../../imag/v1/icon/ic_text_s.png");
  background-size: 15px;
}
.header .top-bar .auxi .cont-access li:nth-child(3) a {
  background-image: url("../../imag/v1/icon/ic_contrast.png");
  background-size: 16px;
}
.header .top-bar .auxi .cont-access li:hover a {
  opacity: 0.8;
}
.header .top-bar .auxi .cont-access li a {
  display: block;
  transition: 0.2s all ease;
  background-repeat: no-repeat;
  background-position: center;
  width: 25px;
  height: 25px;
}
.header .links-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;
}
@media (min-width: 992px) and (max-width: 1277px) {
  .header .links-sec {
    padding-right: 20px;
  }
}
.header .links-sec li:last-child a {
  padding-right: 0;
}
.header .links-sec li a {
  display: block;
  color: #ffffff;
  font-size: 0.8125rem;
  letter-spacing: 0.2px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1277px) {
  .header .links-sec li a {
    padding-right: 10px;
  }
}
.header .main-navbar {
  transition: 0.2s all ease;
  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;
}
.header .main-navbar .aleft {
  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-flex: 0 1 35%;
  -ms-flex: 0 1 35%;
  flex: 0 1 35%;
}
.header .main-navbar .aleft .cont-logo {
  padding: 11px 0;
  transition: 0.2s all ease;
  -webkit-flex: 0 1 250px;
  -ms-flex: 0 1 250px;
  flex: 0 1 250px;
  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: 992px) and (max-width: 1277px) {
  .header .main-navbar .aleft .cont-logo {
    margin-right: 40px;
  }
}
.header .main-navbar .aleft .cont-logo:first-child {
  margin-right: 20px;
}
.header .main-navbar .cont-navbar {
  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: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.header .main-navbar .cont-navbar .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;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: stretch;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.header .main-navbar .cont-navbar .cont-links li:hover .sub-menu {
  display: block;
}
.header .main-navbar .cont-navbar .cont-links li:hover > a {
  color: #af842a;
}
.header .main-navbar .cont-navbar .cont-links li.desp {
  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;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}
.header .main-navbar .cont-navbar .cont-links li.desp > a {
  transition: 0.2s all ease;
}
.header .main-navbar .cont-navbar .cont-links li.desp > a:after {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #af842a;
  bottom: -10px;
  position: absolute;
  right: 0;
}
.header .main-navbar .cont-navbar .cont-links li:first-child > a {
  background-color: #333366;
  color: #ffffff;
  padding: 10px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.header .main-navbar .cont-navbar .cont-links li:first-child > a:after {
  width: 0;
  height: 0;
  bottom: 0;
}
.header .main-navbar .cont-navbar .cont-links li:last-child a {
  margin-right: 0;
}
.header .main-navbar .cont-navbar .cont-links li a {
  display: block;
  color: #333366;
  font-size: 0.8375rem;
  margin-right: 22px;
  position: relative;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1277px) {
  .header .main-navbar .cont-navbar .cont-links li a {
    font-size: 0.75rem;
  }
}
.header .main-navbar .cont-navbar .cont-links li a.selected {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #333366;
}
.header .main-navbar .cont-navbar .cont-links li .arrowTop:before, .header .main-navbar .cont-navbar .cont-links li .arrowTop:after {
  content: " ";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
  left: 0;
}
.header .main-navbar .cont-navbar .cont-links li .arrowTop:before {
  border-bottom: 16px solid #333366;
  top: -15px;
  z-index: 2;
}
.header .main-navbar .cont-navbar .cont-links li .arrowTop:after {
  border-bottom: 16px solid #333366;
  top: -16px;
  z-index: 1;
}
.header .main-navbar .cont-navbar .cont-links li .sub-menu.arrowTop.escuela {
  width: 380px;
}
.header .main-navbar .cont-navbar .cont-links li .sub-menu.arrowTop.escuela:before, .header .main-navbar .cont-navbar .cont-links li .sub-menu.arrowTop.escuela:after {
  border-left: 173px solid transparent;
  border-right: 173px solid transparent;
}
.header .main-navbar .cont-navbar .cont-links li .sub-menu {
  display: none;
  position: absolute;
  z-index: 30;
  width: 240px;
  top: 85%;
  padding: 10px 0;
  background-color: #333366;
}
.header .main-navbar .cont-navbar .cont-links li .sub-menu ul.escuela li a {
  background-image: url("../../imag/v1/icon/bull-blanco.svg");
  background-repeat: no-repeat;
  background-position: 10px 10px;
  padding: 5px 10px 5px 25px;
  background-size: 4px auto;
}
.header .main-navbar .cont-navbar .cont-links li .sub-menu ul.escuela li a:hover {
  background-image: url("../../imag/v1/icon/bull-azul.svg");
}
.header .main-navbar .cont-navbar .cont-links li .sub-menu ul li {
  padding: 0 5px;
}
.header .main-navbar .cont-navbar .cont-links li .sub-menu ul li a {
  padding: 5px 10px;
  color: #ffffff;
  text-align: left;
  border: none;
  font-size: 0.75rem;
  line-height: 1.2;
  display: block;
  text-transform: none;
  margin-right: 0;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  background: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.header .main-navbar .cont-navbar .cont-links li .sub-menu ul li a:hover {
  background-color: #ffffff;
  transition: 0.3s all ease;
  color: #333366;
}
.header .main-navbar .cont-navbar .cont-links li .sub-menu ul li.rot {
  background: #1E1E58;
  list-style: none;
}
.header .main-navbar .cont-navbar .cont-links li .sub-menu ul li.rot a {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  background: none;
  padding: 5px 10px;
}
.header .main-navbar .cont-navbar .cont-links li .sub-menu ul li.rot a:hover {
  background-color: #ffffff;
  transition: 0.3s all ease;
  color: #333366;
  background-image: none;
}
.header .search-cont {
  display: inline-block;
  position: relative;
  width: 42px;
  height: 26px;
  margin-left: 10px;
}
.header .search-cont .search-wrapper {
  position: absolute;
  transform: translate(-7%, -50%);
  top: 50%;
  right: 0;
}
.header .search-cont .search-wrapper.active .close {
  right: -23px;
  top: calc(50% - 8px);
  opacity: 1;
  transform: rotate(45deg);
  transition: all 0.6s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition-delay: 0.5s;
}
.header .search-cont .search-wrapper.active .input-holder {
  width: 25vw;
  background-color: #ffffff;
  transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
}
.header .search-cont .search-wrapper.active .input-holder .search-input {
  opacity: 1;
  padding: 5px 15px;
  outline: none;
  height: 100%;
  color: #af842a;
}
.header .search-cont .search-wrapper.active .input-holder .search-icon {
  width: 42px;
  height: 42px;
  border: none;
}
.header .search-cont .search-wrapper.active .input-holder .search-icon span::before {
  background-color: #ffffff;
}
.header .search-cont .search-wrapper.active .input-holder .search-icon span::after {
  border-color: #ffffff;
}
.header .search-cont .search-wrapper.active .input-holder .search-icon.btn {
  display: block;
}
.header .search-cont .search-wrapper.active .input-holder .search-icon.ic {
  display: none;
}
.header .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 .search-cont .search-wrapper .close::before {
  width: 2px;
  height: 16px;
  left: 7px;
  top: 0;
}
.header .search-cont .search-wrapper .close::after {
  width: 16px;
  height: 2px;
  left: 0px;
  top: 7px;
}
.header .search-cont .search-wrapper .input-holder {
  height: 42px;
  width: 42px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0);
  position: relative;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.header .search-cont .search-wrapper .input-holder .search-input {
  width: 100%;
  opacity: 0;
  position: absolute;
  background: transparent;
  border: none;
  outline: none;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  border: none !important;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
  transition-delay: 0.3s;
}
.header .search-cont .search-wrapper .input-holder .search-icon {
  width: 100%;
  height: 100%;
  border: none;
  padding: 0px;
  outline: none;
  position: relative;
  z-index: 2;
  float: right;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: #af842a;
}
.header .search-cont .search-wrapper .input-holder .search-icon span {
  width: 22px;
  height: 22px;
  bottom: 2px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transform: rotate(-45deg);
  transition: all 0.4s cubic-bezier(0.65, -0.6, 0.24, 1.65);
}
.header .search-cont .search-wrapper .input-holder .search-icon span::before {
  width: 0.09rem;
  height: 6px;
  left: 9px;
  top: 15px;
  border-radius: 2px;
  background: #ffffff;
}
.header .search-cont .search-wrapper .input-holder .search-icon span::after {
  width: 10px;
  height: 10px;
  left: 5px;
  top: 5px;
  border-radius: 50%;
  border: 0.09rem solid #ffffff;
}
.header .search-cont .search-wrapper .input-holder .search-icon span:before, .header .search-cont .search-wrapper .input-holder .search-icon span:after {
  position: absolute;
  content: "";
}
.header .search-cont .search-wrapper .close:before, .header .search-cont .search-wrapper .close:after {
  position: absolute;
  content: "";
  background: #76777a;
}
.header .search-cont .search-icon.btn {
  display: none;
}
.header .search-cont .search-icon.ic {
  text-align: center;
}
.header .search-cont .search-icon.ic span {
  top: 9px;
}

.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 {
  top: 0;
  padding: 7px 10px;
  overflow: hidden;
  background-color: #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
  z-index: 100;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-responsive {
    display: block !important;
  }
}
.menu-responsive .cont-search {
  margin-top: 10px;
  position: relative;
  width: 100%;
  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;
}
.menu-responsive .cont-search input {
  width: 100%;
  padding: 12px 15px 12px;
  position: relative;
  font-size: 0.8125rem;
  background-color: #ffffff;
}
.menu-responsive .cont-search button {
  position: relative;
  background-color: #af842a;
  padding: 8px;
  padding-left: 12px;
}
.menu-responsive .cont-search button img {
  width: 19px;
}
.menu-responsive .cont-logo {
  display: inline-block;
  position: relative;
}
.menu-responsive .cont-logo img {
  transition: 0.2s all ease;
  width: 150px;
}
.menu-responsive .search-cont {
  margin-left: 0;
  width: 35px;
  height: 54px;
}
.menu-responsive .search-wrapper {
  margin: 0 auto;
  left: auto;
  right: auto !important;
  z-index: 10;
  transform: translate(-4%, -50%) !important;
}
.menu-responsive .search-wrapper.active {
  height: 54px;
}
.menu-responsive .search-wrapper.active .input-holder {
  top: 20%;
  width: 285px !important;
}
.menu-responsive .search-wrapper.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 105%;
  background-color: #ffffff;
}
.menu-responsive .search-wrapper .close {
  top: 33% !important;
}
.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 ul {
  padding: 12px 0 7px;
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 425px) {
  .menu-responsive .menu ul {
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu-responsive .menu ul {
    margin: 0;
  }
}
.menu-responsive .menu ul .rot a {
  text-transform: uppercase;
}
.menu-responsive .menu li {
  position: relative;
  float: none;
}
.menu-responsive .menu li a {
  display: block;
  color: #333366;
  padding: 0;
  text-decoration: none;
  padding: 8px 9px;
  font-size: 0.875rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.menu-responsive .menu .links-sec-dest {
  padding-top: 7px;
  border-top: 1px solid #ebebeb;
}
.menu-responsive .menu .links-sec {
  padding-top: 5px;
}
.menu-responsive .menu .menu-sec-m {
  padding-top: 0;
}
.menu-responsive .menu .menu-sec-m a {
  color: #af842a;
}
.menu-responsive .cont-redes {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.menu-responsive .cont-redes img {
  width: 20px;
}
.menu-responsive .status-bar {
  background-color: #af842a;
}
.menu-responsive .status-bar li {
  padding: 0 10px;
  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;
}
.menu-responsive .status-bar li .cont-txt {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.menu-responsive .status-bar li .img-wrap {
  margin-right: 4px;
}
.menu-responsive .status-bar li .img-wrap img {
  width: 27px;
}
.menu-responsive .status-bar li .cont-txt p {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
.menu-responsive .status-bar li .cont-txt .tipo {
  color: #9fa2a5;
  margin-right: 8px;
}
.menu-responsive .status-bar li .cont-txt .dato-prim {
  color: #ffffff;
  margin-right: 8px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.menu-responsive .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 25px 0;
  position: relative;
  user-select: none;
}
.menu-responsive .menu-icon .navicon {
  background: #333366;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 28px;
}
.menu-responsive .menu-icon .navicon:before, .menu-responsive .menu-icon .navicon:after {
  background: #333366;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 100%;
}
.menu-responsive .menu-icon .navicon:before {
  top: 7px;
}
.menu-responsive .menu-icon .navicon:after {
  top: -7px;
}
.menu-responsive .menu-btn {
  display: none;
}
.menu-responsive .menu-btn:checked ~ .menu {
  max-height: 90vh;
  height: 90vh;
  height: 90vh;
  overflow-y: scroll;
}
.menu-responsive .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}
.menu-responsive .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
  top: 0;
}
.menu-responsive .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
  top: 0;
}
.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;
}
.menu-responsive .accordionItemContent {
  border-bottom: 1px solid #ebebeb;
}
.menu-responsive .accordionItemContent li a {
  padding: 10px 20px;
  text-transform: none;
}
.menu-responsive .accordionItemHeading {
  position: absolute;
  padding: 12px;
  display: block;
  width: auto;
  right: 0;
  top: 0;
}
.menu-responsive .accordionItemHeading img {
  width: 13px;
  transition: 0.2s all ease;
}
.menu-responsive .accordionItemHeading .hide {
  display: none !important;
}
.menu-responsive .accordionItemHeading .show {
  display: block !important;
}
.menu-responsive .open .main-link {
  background-color: #ebebeb;
  color: #af842a;
  transition: 0.2s all ease;
}
.menu-responsive .open .accordionItemHeading img {
  transform: rotate(180deg);
}
.menu-responsive .open .accordionItemHeading .hide {
  display: block !important;
}
.menu-responsive .open .accordionItemHeading .show {
  display: none !important;
}
.menu-responsive .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;
}
.menu-responsive .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;
}

.footer {
  border-top: 4px solid #af842a;
  background-color: #2fb9e8;
  padding: 40px 0 60px;
}
@media (max-width: 425px) {
  .footer {
    padding: 20px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer {
    padding: 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer {
    padding: 20px 40px 30px;
  }
}
@media (max-width: 425px) {
  .footer .auxi {
    padding: 0 15px 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .auxi {
    padding: 0 15px 20px;
  }
}
.footer .auxi > .row {
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 425px) {
  .footer .auxi > .row {
    margin-bottom: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .auxi > .row {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .auxi > .row {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .auxi > .row .cont-contact + .col {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .footer .auxi > .row .cont-contact + .col {
    width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .footer .auxi > .row .col:last-child {
    width: 25%;
  }
}
.footer .tit-footer {
  text-align: left;
  margin-bottom: 0 !important;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 425px) {
  .footer .tit-footer {
    display: none !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .tit-footer {
    display: none !important;
  }
}
.footer .tit-footer h2 {
  color: #ffffff;
  font-size: 0.875rem;
  margin-bottom: 30px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.footer .cont-logos {
  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 (max-width: 425px) {
  .footer .cont-logos {
    margin-bottom: 30px;
    -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) {
  .footer .cont-logos {
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .cont-logos {
    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;
  }
}
.footer .cont-logos a {
  display: block;
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .cont-logos a {
    padding: 10px;
  }
}
.footer .cont-logos .logo {
  width: auto;
}
@media (max-width: 425px) {
  .footer .cont-logos .logo {
    width: auto;
    margin: 0 auto;
    margin-bottom: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .cont-logos .logo {
    width: auto;
    margin: 0 auto;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .cont-logos .logo {
    margin-bottom: 60px;
  }
}
.footer .cont-logos .logo img {
  width: auto !important;
}
@media (max-width: 425px) {
  .footer .cont-logos .logo img {
    width: 100% !important;
    margin: 0 auto 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .cont-logos .logo img {
    width: 100% !important;
    margin: 0 auto 30px;
  }
}
.footer .cont-logos img {
  width: auto !important;
}
@media (max-width: 425px) {
  .footer .cont-logos img {
    width: 100% !important;
    margin: 0 auto 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .cont-logos img {
    width: 100% !important;
    margin: 0 auto 30px;
  }
}
.footer .cont-logos .img-wrap {
  margin-top: 30px;
}
@media (max-width: 425px) {
  .footer .cont-logos .img-wrap {
    width: 250px;
    margin: 0 auto 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .cont-logos .img-wrap {
    width: 250px;
    margin: 0 auto 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .cont-logos .img-wrap {
    margin-top: 0;
  }
}
.footer .cont-logos .img-wrap img {
  width: 100%;
  margin: 0;
}
@media (max-width: 425px) {
  .footer .cont-logos .img-wrap img {
    margin: 0 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .cont-logos .img-wrap img {
    margin: 0 auto;
  }
}
.footer .cont-links {
  margin-left: 25px;
}
@media (max-width: 425px) {
  .footer .cont-links {
    padding-left: 9vw;
    padding-right: 9vw;
    margin-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .cont-links {
    padding-left: 9vw;
    padding-right: 9vw;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .cont-links {
    margin-bottom: 25px;
    margin-left: 50px;
  }
}
.footer .cont-links li {
  list-style: disc;
  font-size: 11px;
  color: #ffffff;
  margin-bottom: 15px;
}
.footer .cont-links li:first-child {
  list-style: none;
}
.footer .cont-links li:last-child {
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .footer .cont-links li {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .cont-links li {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.footer .cont-links a {
  text-align: center;
  letter-spacing: 0.4px;
  font-size: 0.8125rem;
  color: #ffffff;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
@media (max-width: 425px) {
  .footer .cont-links a {
    font-size: 0.75rem;
    text-align: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .cont-links a {
    font-size: 0.75rem;
    text-align: center;
  }
}
.footer .cont-social {
  max-width: 1100px;
  margin: 0 auto 20px;
}
@media (max-width: 425px) {
  .footer .cont-social {
    margin-bottom: 0;
    margin-top: 20px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .cont-social {
    margin-bottom: 0;
    margin-top: 20px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .cont-social {
    margin-bottom: 0;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    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;
  }
}
.footer .cont-social li {
  margin-bottom: 15px;
}
@media (max-width: 425px) {
  .footer .cont-social li {
    padding: 0 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .cont-social li {
    padding: 0 15px;
  }
}
.footer .cont-social li:first-child {
  padding-left: 0;
}
@media (max-width: 425px) {
  .footer .cont-social li:first-child {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .cont-social li:first-child {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .cont-social li:first-child {
    display: none;
  }
}
.footer .cont-social li a {
  padding: 7px;
  color: #ffffff;
  font-size: 0.875rem;
  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: 425px) {
  .footer .cont-social li a {
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .cont-social li a {
    padding: 0;
  }
}
.footer .cont-social li a:hover img {
  opacity: 0.7;
  transition: 0.2s all ease;
}
@media (max-width: 425px) {
  .footer .cont-social li a p {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .cont-social li a p {
    display: none;
  }
}
.footer .cont-social li a img {
  width: 28px;
  margin-right: 10px;
}
@media (max-width: 425px) {
  .footer .cont-social li a img {
    width: 27px;
    margin-right: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .cont-social li a img {
    width: 27px;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .cont-contact {
    width: 50%;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .footer .cont-contact {
    width: 25%;
  }
}
@media (max-width: 425px) {
  .footer .cont-contact .contacto {
    padding-bottom: 25px;
    margin-bottom: 20px;
    padding-left: 10vw;
    padding-right: 10vw;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .cont-contact .contacto {
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .cont-contact .contacto {
    margin-bottom: 25px;
  }
}
.footer .cont-contact .contacto li {
  margin-bottom: 45px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
@media (max-width: 425px) {
  .footer .cont-contact .contacto li {
    margin-bottom: 25px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .cont-contact .contacto li {
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .cont-contact .contacto li {
    margin-bottom: 25px;
  }
}
.footer .cont-contact .contacto li:last-child {
  margin-bottom: 0;
}
.footer .cont-contact .contacto li 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;
}
.footer .cont-contact .contacto li .cont-txt {
  margin-left: 10px;
}
.footer .cont-contact .contacto li .cont-txt p, .footer .cont-contact .contacto li .cont-txt a {
  color: #ffffff;
  font-size: 0.8125rem;
  line-height: 1.3;
}
@media (max-width: 425px) {
  .footer .cont-contact .contacto li .cont-txt p, .footer .cont-contact .contacto li .cont-txt a {
    font-size: 0.8125rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .cont-contact .contacto li .cont-txt p, .footer .cont-contact .contacto li .cont-txt a {
    font-size: 0.8125rem;
  }
}
.footer .cont-contact .contacto li img {
  width: 22px;
}
.footer .sub-footer {
  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-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 425px) {
  .footer .sub-footer {
    -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) {
  .footer .sub-footer {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.footer .cont-legal {
  text-align: center;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
@media (max-width: 425px) {
  .footer .cont-legal li:last-child {
    padding-right: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .cont-legal li:last-child {
    padding-right: 0;
  }
}
.footer .cont-legal a {
  font-size: 17px;
  padding-right: 8px;
  color: #ffffff;
}
@media (max-width: 425px) {
  .footer .cont-legal a {
    font-size: 0.8125rem;
    display: block;
    padding-bottom: 7px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .cont-legal a {
    font-size: 0.8125rem;
    display: block;
    padding-bottom: 7px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .footer .cont-legal a {
    font-size: 0.875rem;
  }
}
.footer .cont-legal a:before {
  content: "|";
  padding-right: 8px;
  position: relative;
  display: inline-block;
}
@media (max-width: 425px) {
  .footer .cont-legal a:before {
    content: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .footer .cont-legal a:before {
    content: none;
  }
}
.footer .cont-legal li:first-child a:before {
  content: none;
}

.home .header {
  top: 0;
}
.home .main {
  padding-top: 0;
}
.home .dest-main {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 425px) {
  .home .dest-main {
    padding-bottom: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .home .dest-main {
    padding-bottom: 0;
  }
}
@media (max-width: 425px) {
  .home .dest-main video {
    display: none !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .home .dest-main video {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .dest-main video {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .home .dest-main video {
    display: block;
  }
}
@media (min-width: 1278px) and (max-width: 1399px) {
  .home .dest-main video {
    display: block;
  }
}
@media (min-width: 1400px) {
  .home .dest-main video {
    display: block;
  }
}
.home .dest-main .bg-azul .img-wrap:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgb(14, 0, 23);
  background: -moz-linear-gradient(180deg, rgba(14, 0, 23, 0) 0%, rgba(14, 0, 23, 0.9) 100%);
  background: -webkit-linear-gradient(180deg, rgba(14, 0, 23, 0) 0%, rgba(14, 0, 23, 0.9) 100%);
  background: linear-gradient(180deg, rgba(14, 0, 23, 0) 0%, rgba(14, 0, 23, 0.9) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0e0017",endColorstr="#0e0017",GradientType=1);
}
.home .dest-main .bg-blanco .img-wrap:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 87%);
  background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 87%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 87%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.home .dest-main .bg-blanco .titular, .home .dest-main .bg-blanco .epig, .home .dest-main .bg-blanco .baj, .home .dest-main .bg-blanco .main-title {
  color: #333366 !important;
}
.home .dest-main .txt-sm {
  line-height: 1.3;
  font-size: 2.1875rem !important;
}
@media (max-width: 425px) {
  .home .dest-main .txt-sm {
    font-size: 1.125rem !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .home .dest-main .txt-sm {
    font-size: 1.125rem !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .dest-main .txt-sm {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .home .dest-main .txt-sm {
    font-size: 1.375rem !important;
  }
}
.home .dest-main .img-wrap {
  position: relative;
}
.home .dest-main .auxi {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding-top: 65px;
  margin-bottom: 60px;
  max-width: 1000px;
  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-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 425px) {
  .home .dest-main .auxi {
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .home .dest-main .auxi {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .dest-main .auxi {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .home .dest-main .auxi {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (min-width: 1400px) {
  .home .dest-main .auxi {
    padding-top: 0;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.home .dest-main .auxi .titular {
  max-width: 80vw;
}
@media (max-width: 425px) {
  .home .dest-main .auxi .titular {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .home .dest-main .auxi .titular {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    padding: 15px;
  }
}
.home .dest-main .auxi .epig {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 1.875rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .home .dest-main .auxi .epig {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .home .dest-main .auxi .epig {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .dest-main .auxi .epig {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .home .dest-main .auxi .epig {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.home .dest-main .auxi .baj {
  margin-top: 20px;
  max-width: 80%;
  font-size: 1.125rem;
  line-height: 1.4;
  color: #ffffff;
}
@media (max-width: 425px) {
  .home .dest-main .auxi .baj {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .home .dest-main .auxi .baj {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .dest-main .auxi .baj {
    font-size: 0.875rem;
    margin-top: 10px;
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .home .dest-main .auxi .baj {
    font-size: 1rem;
    margin-top: 10px;
    max-width: 100%;
  }
}
.home .dest-main .auxi .main-title {
  max-width: 90%;
  text-align: left;
  color: #ffffff;
  font-size: 4.5rem;
  position: relative;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .home .dest-main .auxi .main-title {
    font-size: 1.5rem;
    max-width: 100%;
    line-height: 1.4;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .home .dest-main .auxi .main-title {
    font-size: 1.5rem;
    max-width: 80%;
    line-height: 1.4;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .dest-main .auxi .main-title {
    font-size: 1.875rem;
    max-width: 80%;
    line-height: 1.3;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .home .dest-main .auxi .main-title {
    font-size: 1.875rem;
    max-width: 80%;
    line-height: 1.3;
  }
}
.home .dest-main .auxi .main-title:after {
  content: "";
  display: block;
  position: relative;
  width: 290px;
  height: 6px;
  background-color: #af842a;
  margin-top: 20px;
}
@media (max-width: 425px) {
  .home .dest-main .auxi .main-title:after {
    width: 30vw;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .home .dest-main .auxi .main-title:after {
    width: 30vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .dest-main .auxi .main-title:after {
    width: 174px;
    margin-top: 10px;
  }
}
.home .dest-main .auxi .cont-btn {
  margin-top: 20px;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
@media (max-width: 425px) {
  .home .dest-main .auxi .cont-btn {
    margin-top: 0;
    padding-top: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .home .dest-main .auxi .cont-btn {
    margin-top: 0;
    padding-top: 15px;
  }
}
.home .dest-main .auxi .cont-btn .btn-main {
  border-radius: 25px;
  padding: 12px 60px;
  font-size: 1.125rem;
  color: #af842a;
  background-color: #ffffff;
  border-color: #ffffff;
}
@media (max-width: 425px) {
  .home .dest-main .auxi .cont-btn .btn-main {
    padding: 8px 25px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .home .dest-main .auxi .cont-btn .btn-main {
    padding: 8px 25px;
  }
}
.home .dest-main .auxi .cont-btn .btn-main:hover {
  background-color: #333366;
  border-color: #333366;
}
.home .dest-main #videosubstitute {
  min-height: 500px;
  position: relative;
  display: none;
}
@media (max-width: 425px) {
  .home .dest-main #videosubstitute {
    display: none !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .home .dest-main #videosubstitute {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .dest-main #videosubstitute {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .home .dest-main #videosubstitute {
    display: block;
  }
}
@media (min-width: 1278px) and (max-width: 1399px) {
  .home .dest-main #videosubstitute {
    display: none !important;
  }
}
@media (min-width: 1400px) {
  .home .dest-main #videosubstitute {
    display: none !important;
  }
}
.home .dest-main .swiper-wrapper {
  height: auto !important;
}
.home .dest-main .swiper-button-next, .home .dest-main .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #AF842A;
  border-radius: 10px;
}
.home .dest-main .swiper-button-next {
  right: 2% !important;
}
.home .dest-main .swiper-button-prev {
  left: 2% !important;
}
.home .dest-main .swiper-pagination {
  padding: 10px 0;
  width: auto;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: rgba(51, 51, 102, 0.88);
  display: table;
  padding: 10px 13px 5px;
  border-radius: 10px;
}
.home .dest-main .swiper-pagination-bullet {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
  width: 8px;
  height: 8px;
  margin: 3px 5px !important;
  opacity: 1;
}
.home .dest-main .swiper-pagination-bullet-active {
  background-color: #AF842A;
  border: none;
  width: 14px;
  height: 14px;
  margin: 0 4px !important;
}
.home .dest-main .video-wrap video {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
}
@media (max-width: 425px) {
  .home .dest-main .video-wrap video {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .home .dest-main .video-wrap video {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .dest-main .video-wrap video {
    display: none;
  }
}
.home .dest-full .auxi > .tit {
  margin-top: 150px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .home .dest-full .auxi > .tit {
    margin-top: 80px;
    max-width: 60%;
    margin-bottom: 15px;
    font-size: 2.1875rem;
  }
}
.home .dest-full:not(.cifras):before {
  content: none !important;
}

.arts {
  padding: 40px 0;
}
@media (max-width: 425px) {
  .arts {
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts {
    padding: 30px 0;
  }
}
.arts.art-people article {
  padding-top: 20px;
}
.arts.art-people .img-wrap {
  max-width: 151px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 50%;
  border: none !important;
}
.arts.art-people .cont-txt {
  position: relative;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-align: center;
}
.arts.art-people .cont-txt:hover {
  background: none;
}
.arts.art-people .cont-txt a {
  display: block;
}
.arts.art-people.bg-gris article {
  background: #ffffff;
  margin-bottom: 20px;
}
.arts.art-people article:hover .cont-txt {
  background: none !important;
}
.arts.art-people article:hover .cont-txt h3 {
  color: #af842a !important;
}
.arts.art-people article:hover .cont-txt p {
  color: #808285 !important;
}
.arts .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;
  -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;
}
.arts .row .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;
}
@media (max-width: 425px) {
  .arts .row .col {
    margin-bottom: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts .row .col {
    margin-bottom: 20px;
  }
}
.arts .auxi {
  position: relative;
  z-index: 2;
  max-width: 1200px !important;
}
@media (max-width: 425px) {
  .arts .auxi {
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts .auxi {
    padding: 0;
  }
}
.arts .auxi .art-list li {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 0.8125rem;
  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;
}
.arts .auxi .art-list li img {
  width: 17px;
  margin-right: 10px;
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.arts .auxi .slide-3-m .swiper-slide {
  width: 250px;
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts .auxi .slide-3-m .swiper-slide {
    width: 280px;
  }
}
.arts .auxi article:hover .cont-txt {
  transition: 0.3s all ease;
  background-color: #2fb9e8;
  color: #ffffff;
}
.arts .auxi article:hover .cont-txt p, .arts .auxi article:hover .cont-txt a {
  color: #ffffff;
}
.arts .auxi article:hover .cont-txt h3 {
  color: #ffffff;
}
.arts .auxi article > a {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.arts .auxi .img-wrap {
  position: relative;
  border-bottom: 6px solid #af842a;
}
.arts .auxi .tag {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 20px;
  background-color: #af842a;
  color: #ffffff;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
.arts .auxi .cont-txt {
  background-color: #ffffff;
  padding: 30px;
  width: 100%;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 425px) {
  .arts .auxi .cont-txt {
    padding: 25px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts .auxi .cont-txt {
    padding: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .arts .auxi .cont-txt {
    padding: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .arts .auxi .cont-txt {
    padding: 25px;
  }
}
.arts .auxi .cont-txt .content {
  padding: 30px;
}
.arts .auxi .cont-txt .fecha {
  padding-bottom: 7px;
  font-size: 0.875rem;
  color: #af842a;
}
.arts .auxi .cont-txt h3 {
  font-size: 1.125rem;
  color: #333366;
  line-height: 1.3;
  padding-bottom: 15px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.arts .auxi .cont-txt h3 a {
  font-size: 1.125rem;
  color: #333366;
  line-height: 1.3;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.arts .auxi .cont-txt .bajada {
  font-size: 0.875rem;
  color: #808285;
  line-height: 1.5;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
@media (max-width: 425px) {
  .arts .auxi .cont-txt .bajada {
    font-size: 0.8125rem;
    padding-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts .auxi .cont-txt .bajada {
    font-size: 0.8125rem;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .arts .auxi .cont-txt .bajada {
    font-size: 0.875rem;
    padding-bottom: 10px;
  }
}
.arts .auxi .cont-txt .cat {
  font-size: 0.75rem;
  color: #333366;
  padding-top: 30px;
  border-top: 2px solid #ebebeb;
}
.arts .auxi .cont-txt .cont-btn {
  padding-bottom: 15px;
  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;
}
.arts .auxi .cont-txt .cont-btn .cont-btn {
  padding: 30px 0 0;
}
@media (max-width: 425px) {
  .arts .auxi .cont-txt .cont-btn .cont-btn {
    padding: 15px 0 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts .auxi .cont-txt .cont-btn .cont-btn {
    padding: 15px 0 0;
  }
}
.arts .auxi .cont-txt .cont-btn .cont-btn a:first-child {
  margin-right: 10px;
}
.arts .auxi .cont-txt .cont-btn .btn-main {
  display: inline-block;
  font-size: 1rem;
  color: #ffffff;
  padding: 12px 40px;
  background-color: #333366;
  border-radius: 3px;
  border: 1px solid #333366;
  letter-spacing: 0.2px;
  transition: 0.3s all ease;
  background-image: url("../../imag/v1/icon/arrow_r_d.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 40px) !important;
  background-size: 15px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .arts .auxi .cont-txt .cont-btn .btn-main {
    font-size: 0.75rem !important;
    padding: 12px 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts .auxi .cont-txt .cont-btn .btn-main {
    font-size: 0.75rem !important;
    padding: 12px 20px;
  }
}
.arts .auxi .cont-txt .cont-btn .btn-main:hover {
  background: none;
  color: #333366;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 40px) !important;
  background-size: 15px !important;
  background-image: url("../../imag/v1/icon/arrow_r_b.png") !important;
}
.arts .auxi .cont-txt .cont-btn .btn-main.more {
  color: #af842a;
  border-bottom: 4px solid #808285;
  margin-left: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .arts .auxi .cont-txt .cont-btn {
    font-size: 0.75rem;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.arts .auxi .cont-txt .cont-btn .btn-main {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 991px) {
  .arts .auxi .cont-txt .cont-btn .btn-main {
    font-size: 0.75rem;
    padding: 8px 30px 8px 20px;
  }
}
.arts .auxi .cont-txt .cont-btn .btn-sec {
  display: inline-block;
  font-size: 0.875rem;
  color: #af842a;
  padding: 10px 45px;
  line-height: 1.5;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  margin-right: 20px;
  border-radius: 30px;
  letter-spacing: 0.2px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .arts .auxi .cont-txt .cont-btn .btn-sec {
    font-size: 0.75rem;
    padding: 10px 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .arts .auxi .cont-txt .cont-btn .btn-sec {
    font-size: 0.75rem;
    padding: 10px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .arts .auxi .cont-txt .cont-btn .btn-sec {
    font-size: 0.75rem;
    padding: 8px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .arts .auxi .cont-txt .cont-btn .btn-sec {
    padding: 10px 25px;
  }
}

.menujq > ul {
  margin-left: 0 !important;
  list-style: none;
}
.menujq > ul > li {
  list-style: none !important;
}
.menujq > ul > li > a {
  position: relative;
  display: block;
  margin: 10px 0;
  padding: 15px;
  background-color: #ebebeb;
  color: #4e4e4e;
}
@media (max-width: 425px) {
  .menujq > ul > li > a {
    padding: 15px 25px 15px 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .menujq > ul > li > a {
    padding: 15px 25px 15px 15px;
  }
}
.menujq > ul > li > a:after {
  content: "";
  position: absolute;
  right: 0;
  margin-right: 10px;
  width: 21px;
  height: 21px;
  background-image: url("../../imag/v1/icon/ic_arrow_down_blue.png");
  background-repeat: no-repeat;
  background-position: 90%;
  background-size: 100%;
}
@media (max-width: 425px) {
  .menujq > ul > li > a:after {
    width: 15px;
    height: 15px;
    top: calc(50% - 7px);
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .menujq > ul > li > a:after {
    width: 15px;
    height: 15px;
    top: calc(50% - 7px);
  }
}
.menujq > ul > li.active a {
  background-color: #333366;
  color: #ffffff;
}
.menujq > ul > li.active a:after {
  content: "";
  background-image: url("../../imag/v1/icon/chevron_w_d.png");
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.menujq > ul > li.active ul a {
  color: #333366;
  background: none;
}
.menujq > ul > li.active ul a:hover {
  color: #333366;
  transition: 0.2s all ease;
}
.menujq > ul > li:first-child > ul {
  display: block;
}
.menujq .desplegable ul {
  margin-left: 15px !important;
  list-style: none;
}
.menujq .desplegable ul li {
  list-style: none !important;
}
.menujq .list ul {
  padding: 20px 0;
  list-style: none;
  display: block !important;
}
.menujq .list ul li {
  list-style: none !important;
}
.menujq .list ul li a {
  background: none;
  color: #333366;
  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;
}
.menujq .list ul li a:after {
  content: none;
}
.menujq .list ul li a img {
  width: 23px;
  margin-right: 8px;
}

.dest-3 .dest-in {
  position: relative;
}
.dest-3 .dest-in:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.04) 15%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.04) 15%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 15%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.dest-3 .dest-in.not-small {
  margin-bottom: 18px;
}
.dest-3 .dest-in.not-small:last-child {
  margin-bottom: 0;
}
.dest-3 .dest-in .cont-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
}
.dest-3 .dest-in .cont-txt h3 {
  color: #ffffff;
  font-size: 1.125rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.dest-3 .not-big .cont-txt {
  padding: 30px;
}
.dest-3 .not-big .cont-txt h3 {
  font-size: 1.375rem;
  max-width: 90%;
}
.dest-3 .video .cont-play {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 35px);
}

.carousel .auxi {
  max-width: 1340px;
}
@media (max-width: 425px) {
  .carousel .auxi {
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .carousel .auxi {
    padding: 0;
  }
}
.carousel .auxi .wrap-car {
  position: relative;
}
.carousel .auxi .swiper-container {
  margin: 0 70px;
  position: initial;
}
@media (max-width: 425px) {
  .carousel .auxi .swiper-container {
    margin: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .carousel .auxi .swiper-container {
    margin: 0;
  }
}
@media (max-width: 425px) {
  .carousel .auxi .swiper-container article {
    width: 220px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .carousel .auxi .swiper-container article {
    width: 220px;
  }
}
.carousel .auxi .swiper-container .img-wrap {
  position: relative;
}
.carousel .auxi .swiper-container .cont-tit {
  text-align: left;
  padding: 20px 0 0;
  margin-bottom: 0;
}
.carousel .auxi .swiper-container .cont-tit h3, .carousel .auxi .swiper-container .cont-tit a {
  text-transform: uppercase;
  color: #af842a;
  font-size: 1.125rem;
  line-height: 1.8;
  margin-right: 25px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .carousel .auxi .swiper-container .cont-tit h3, .carousel .auxi .swiper-container .cont-tit a {
    font-size: 0.8125rem;
    line-height: 1.4;
    margin-right: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .carousel .auxi .swiper-container .cont-tit h3, .carousel .auxi .swiper-container .cont-tit a {
    font-size: 0.8125rem;
    line-height: 1.4;
    margin-right: 0;
  }
}
.carousel .auxi .swiper-container .cont-tit .fecha {
  color: #9fa2a5;
  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: "Work Sans", sans-serif;
  font-weight: 400;
}
.carousel .auxi .swiper-container .cont-tit .fecha img {
  width: 18px;
  margin-right: 5px;
}
.carousel .auxi .swiper-container .cont-btn {
  padding-top: 10px;
  text-align: left;
}
.carousel .auxi .swiper-container .cont-btn .btn-sec {
  color: #333366;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-right: 20px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  background-image: url("../../imag/v1/icon/chevron_right_l.png");
  background-repeat: no-repeat;
  background-position: 96%;
  background-size: 13px;
}
@media (max-width: 425px) {
  .carousel .auxi .swiper-container .cont-btn .btn-sec {
    font-size: 0.75rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .carousel .auxi .swiper-container .cont-btn .btn-sec {
    font-size: 0.75rem;
  }
}
@media (max-width: 425px) {
  .carousel .auxi .swiper-container .swiper-button-prev, .carousel .auxi .swiper-container .swiper-button-next {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .carousel .auxi .swiper-container .swiper-button-prev, .carousel .auxi .swiper-container .swiper-button-next {
    display: none;
  }
}
.carousel .cont-btn {
  padding: 30px 0 0;
}
@media (max-width: 425px) {
  .carousel .cont-btn {
    padding: 15px 0 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .carousel .cont-btn {
    padding: 15px 0 0;
  }
}
.carousel .cont-btn a:first-child {
  margin-right: 10px;
}
.carousel .btn-main {
  display: inline-block;
  font-size: 1rem;
  color: #333366;
  padding: 12px 45px;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #333366;
  letter-spacing: 0.2px;
  transition: 0.3s all ease;
  background-image: url("../../imag/v1/icon/arrow_r_d.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 40px) !important;
  background-size: 15px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .carousel .btn-main {
    font-size: 0.75rem !important;
    padding: 12px 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .carousel .btn-main {
    font-size: 0.75rem !important;
    padding: 12px 20px;
  }
}
.carousel .btn-main:hover {
  background: none;
  color: #333366;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 40px) !important;
  background-size: 15px !important;
  background-image: url("../../imag/v1/icon/arrow_r_b.png") !important;
}
.carousel .btn-main.more {
  color: #af842a;
  border-bottom: 4px solid #808285;
  margin-left: 20px;
}

@media (max-width: 425px) {
  .cont-events .auxi {
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-events .auxi {
    padding: 0;
  }
}

.eventos .slide-3-m .swiper-slide {
  width: 230px;
}
@media (min-width: 426px) and (max-width: 767px) {
  .eventos .slide-3-m .swiper-slide {
    width: 280px;
  }
}
.eventos .evento {
  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: 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: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.eventos .evento .img-wrap {
  position: relative;
  border-bottom: 6px solid #af842a;
}
.eventos .evento a {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.eventos .evento a .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;
}
.eventos .evento a .cont-txt h3 {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.eventos .cont-fecha {
  position: absolute;
  left: 0;
  padding: 15px 22px;
  text-align: center;
  min-width: 80px;
  background-color: rgba(51, 51, 102, 0.8);
}
.eventos .cont-fecha .number {
  color: #ffffff;
  font-size: 1.875rem;
  margin-bottom: 2px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.eventos .cont-fecha .month {
  color: #ffffff;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
.eventos .cont-tit h3, .eventos .cont-tit a:not(.btn-more) {
  font-size: 1rem !important;
}
.eventos .cont-txt {
  background-color: #ffffff;
  padding: 30px;
  width: 100%;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 425px) {
  .eventos .cont-txt {
    padding: 25px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .eventos .cont-txt {
    padding: 25px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .eventos .cont-txt {
    padding: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .eventos .cont-txt {
    padding: 25px;
  }
}
.eventos .cont-txt .content {
  padding: 30px;
}
.eventos .cont-txt .fecha {
  padding-bottom: 7px;
  font-size: 0.875rem;
  color: #af842a;
}
.eventos .cont-txt h3 {
  font-size: 1.125rem;
  color: #333366;
  line-height: 1.3;
  padding-bottom: 15px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.eventos .cont-txt h3 a {
  font-size: 1.125rem;
  color: #333366;
  line-height: 1.3;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.eventos .cont-txt .bajada {
  font-size: 0.875rem;
  color: #808285;
  line-height: 1.5;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
@media (max-width: 425px) {
  .eventos .cont-txt .bajada {
    font-size: 0.8125rem;
    padding-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .eventos .cont-txt .bajada {
    font-size: 0.8125rem;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .eventos .cont-txt .bajada {
    font-size: 0.875rem;
    padding-bottom: 10px;
  }
}
.eventos .cont-txt .cat {
  font-size: 0.75rem;
  color: #333366;
  padding-top: 30px;
  border-top: 2px solid #ebebeb;
}
.eventos .cont-txt .cont-btn {
  padding-bottom: 15px;
  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;
}
.eventos .cont-txt .cont-btn .cont-btn {
  padding: 30px 0 0;
}
@media (max-width: 425px) {
  .eventos .cont-txt .cont-btn .cont-btn {
    padding: 15px 0 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .eventos .cont-txt .cont-btn .cont-btn {
    padding: 15px 0 0;
  }
}
.eventos .cont-txt .cont-btn .cont-btn a:first-child {
  margin-right: 10px;
}
.eventos .cont-txt .cont-btn .btn-main {
  display: inline-block;
  font-size: 1rem;
  color: #ffffff;
  padding: 12px 40px;
  background-color: #333366;
  border-radius: 3px;
  border: 1px solid #333366;
  letter-spacing: 0.2px;
  transition: 0.3s all ease;
  background-image: url("../../imag/v1/icon/arrow_r_d.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 40px) !important;
  background-size: 15px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .eventos .cont-txt .cont-btn .btn-main {
    font-size: 0.75rem !important;
    padding: 12px 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .eventos .cont-txt .cont-btn .btn-main {
    font-size: 0.75rem !important;
    padding: 12px 20px;
  }
}
.eventos .cont-txt .cont-btn .btn-main:hover {
  background: none;
  color: #333366;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 40px) !important;
  background-size: 15px !important;
  background-image: url("../../imag/v1/icon/arrow_r_b.png") !important;
}
.eventos .cont-txt .cont-btn .btn-main.more {
  color: #af842a;
  border-bottom: 4px solid #808285;
  margin-left: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .eventos .cont-txt .cont-btn {
    font-size: 0.75rem;
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.eventos .cont-txt .cont-btn .btn-main {
  font-size: 0.875rem;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 991px) {
  .eventos .cont-txt .cont-btn .btn-main {
    font-size: 0.75rem;
    padding: 8px 30px 8px 20px;
  }
}
.eventos .cont-txt .cont-btn .btn-sec {
  display: inline-block;
  font-size: 0.875rem;
  color: #af842a;
  padding: 10px 45px;
  line-height: 1.5;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  margin-right: 20px;
  border-radius: 30px;
  letter-spacing: 0.2px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .eventos .cont-txt .cont-btn .btn-sec {
    font-size: 0.75rem;
    padding: 10px 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .eventos .cont-txt .cont-btn .btn-sec {
    font-size: 0.75rem;
    padding: 10px 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .eventos .cont-txt .cont-btn .btn-sec {
    font-size: 0.75rem;
    padding: 8px 15px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .eventos .cont-txt .cont-btn .btn-sec {
    padding: 10px 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .agenda {
    padding-top: 15px;
  }
}
.agenda .slide-3-m .swiper-slide {
  width: 250px;
}
@media (min-width: 426px) and (max-width: 767px) {
  .agenda .slide-3-m .swiper-slide {
    width: 250px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .agenda .cont-agenda {
    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;
  }
}
.agenda .evento {
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .agenda .evento {
    width: 50%;
    margin-bottom: 20px;
  }
}
.agenda .evento:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .agenda .evento:last-child {
    margin-bottom: 20px;
  }
}
.agenda .evento a {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: none;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.agenda .evento a .cont-txt {
  padding-left: 15px;
}
.agenda .evento a .cont-txt .subtit {
  font-size: 0.875rem;
  line-height: 1.4;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
.agenda .cont-fecha {
  position: relative;
  left: 0;
  padding: 15px 22px;
  text-align: center;
  min-width: 80px;
  background-color: #ffffff;
}
.agenda .cont-fecha .number {
  color: #333366;
  font-size: 1.875rem;
  margin-bottom: 2px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.agenda .cont-fecha .month {
  color: #333366;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}

body.acreditacion .dest-full-dos {
  padding: 0;
  position: relative;
  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;
}
@media (max-width: 425px) {
  body.acreditacion .dest-full-dos {
    min-height: 315px;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background-size: 100% !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  body.acreditacion .dest-full-dos {
    min-height: 315px;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background-size: 100% !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.acreditacion .dest-full-dos {
    min-height: 490px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  body.acreditacion .dest-full-dos {
    min-height: 490px;
  }
}
@media (min-width: 1278px) and (max-width: 1399px) {
  body.acreditacion .dest-full-dos {
    min-height: 490px;
  }
}
@media (min-width: 1400px) {
  body.acreditacion .dest-full-dos {
    min-height: 490px;
  }
}
body.acreditacion .dest-full-dos .img-wrap {
  width: 100%;
}
body.acreditacion .dest-full-dos > a {
  padding: 40px 0;
  width: 100%;
  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;
}
@media (max-width: 425px) {
  body.acreditacion .dest-full-dos > a {
    padding: 20px 0 30px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  body.acreditacion .dest-full-dos > a {
    padding: 20px 0 30px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
  }
}
body.acreditacion .dest-full-dos .auxi {
  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-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;
}
body.acreditacion .dest-full-dos .auxi .cont-txt {
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
body.acreditacion .dest-full-dos .auxi .cont-tit {
  padding: 0 0 12px;
  width: 100%;
}
body.acreditacion .dest-full-dos .auxi .tit {
  line-height: 1.5;
  font-size: 1.875rem;
  max-width: 900px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  body.acreditacion .dest-full-dos .auxi .tit {
    font-size: 1rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  body.acreditacion .dest-full-dos .auxi .tit {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.acreditacion .dest-full-dos .auxi .tit {
    font-size: 1.25rem;
    max-width: 80%;
  }
}
body.acreditacion .dest-full-dos .auxi .baj {
  line-height: 1.4;
  max-width: 900px;
  margin-top: 15px;
  font-size: 1.125rem;
}
@media (max-width: 425px) {
  body.acreditacion .dest-full-dos .auxi .baj {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  body.acreditacion .dest-full-dos .auxi .baj {
    display: none;
  }
}

.dest-full {
  position: relative;
}
@media (max-width: 425px) {
  .dest-full {
    padding: 20px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .dest-full {
    padding: 30px 0;
  }
}
.dest-full.dest-video {
  padding: 0;
  position: relative;
  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;
}
@media (max-width: 425px) {
  .dest-full.dest-video {
    min-height: 315px;
    background: none !important;
    -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) {
  .dest-full.dest-video {
    min-height: 315px;
    background: none !important;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dest-full.dest-video {
    min-height: 490px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .dest-full.dest-video {
    min-height: 490px;
  }
}
@media (min-width: 1278px) and (max-width: 1399px) {
  .dest-full.dest-video {
    min-height: 490px;
  }
}
@media (min-width: 1400px) {
  .dest-full.dest-video {
    min-height: 490px;
  }
}
.dest-full.dest-video .img-wrap {
  width: 100%;
}
.dest-full.dest-video > a {
  padding: 40px 0;
  width: 100%;
  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;
}
@media (max-width: 425px) {
  .dest-full.dest-video > a {
    padding: 20px 0 30px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .dest-full.dest-video > a {
    padding: 20px 0 30px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
  }
}
.dest-full.dest-video .auxi {
  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-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;
}
.dest-full.dest-video .auxi .cont-txt {
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.dest-full.dest-video .auxi .cont-tit {
  padding: 0 0 12px;
  width: 100%;
}
.dest-full.dest-video .auxi .tit {
  line-height: 1.5;
  font-size: 1.875rem;
  max-width: 900px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .dest-full.dest-video .auxi .tit {
    font-size: 1rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .dest-full.dest-video .auxi .tit {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .dest-full.dest-video .auxi .tit {
    font-size: 1.25rem;
    max-width: 80%;
  }
}
.dest-full.dest-video .auxi .baj {
  line-height: 1.4;
  max-width: 900px;
  margin-top: 15px;
  font-size: 1.125rem;
}
@media (max-width: 425px) {
  .dest-full.dest-video .auxi .baj {
    display: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .dest-full.dest-video .auxi .baj {
    display: none;
  }
}
.dest-full.dest-center .auxi {
  max-width: 700px;
  text-align: center;
}
.dest-full.dest-center .cont-tit {
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.dest-full.dest-center .baj {
  line-height: 1.5;
}
.dest-full.dest-center .cont-btn {
  text-align: center;
}
.dest-full:before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.04) 15%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.04) 15%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 15%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.dest-full:before {
  content: none;
}
.dest-full .auxi {
  z-index: 1;
  position: relative;
}
.dest-full .auxi:hover .cont-play {
  opacity: 1;
}
.dest-full .auxi > .tit {
  margin-top: 80px;
  line-height: 1.3;
  font-size: 3.75rem;
  max-width: 60%;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .dest-full .auxi > .tit {
    font-size: 1.5rem;
    max-width: 100%;
    margin-top: 80px !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .dest-full .auxi > .tit {
    font-size: 1.5rem;
    max-width: 100%;
    margin-top: 80px !important;
  }
}
.dest-full .auxi > .baj {
  margin-left: 0;
  line-height: 1.4;
  max-width: 70%;
  font-size: 1.125rem;
}
@media (max-width: 425px) {
  .dest-full .auxi > .baj {
    font-size: 0.875rem;
    max-width: 100%;
    margin-top: 8px !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .dest-full .auxi > .baj {
    font-size: 0.875rem;
    max-width: 100%;
    margin-top: 8px !important;
  }
}
.dest-full .auxi p, .dest-full .auxi h3, .dest-full .auxi h2 {
  color: #ffffff;
}
.dest-full .breadcrumb, .dest-full .breadcrumb a {
  color: #ffffff !important;
}
.dest-full .breadcrumb:after, .dest-full .breadcrumb a:after {
  color: #ffffff !important;
}
.dest-full .cont-btn.dos {
  padding-top: 0;
  padding-bottom: 0;
}
.dest-full .cont-btn {
  padding-top: 40px;
  padding-bottom: 20px;
  text-align: left;
}
@media (max-width: 425px) {
  .dest-full .cont-btn {
    padding-top: 20px;
    text-align: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .dest-full .cont-btn {
    padding-top: 20px;
    text-align: center;
  }
}
@media (max-width: 425px) {
  .dest-full .cont-btn .btn-main {
    padding: 20px 55px 20px 39px;
    font-size: 18px !important;
    border-radius: 4px;
    background-position: calc(100% - 25px) !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .dest-full .cont-btn .btn-main {
    padding: 20px 55px 20px 39px;
    font-size: 18px !important;
    border-radius: 4px;
    background-position: calc(100% - 25px) !important;
  }
}
.dest-full .cont-btn .btn-main:hover {
  background: #af842a;
  color: #ffffff;
  border-color: #af842a;
}
.dest-full .spec {
  margin-top: 30px;
  max-width: 720px;
  padding-top: 35px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
@media (max-width: 425px) {
  .dest-full .spec {
    margin-top: 0;
    -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) {
  .dest-full .spec {
    margin-top: 0;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.dest-full .spec li {
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid #ffffff;
}
@media (max-width: 425px) {
  .dest-full .spec li {
    border-right: 0;
    margin-bottom: 25px;
    padding-right: 0;
    margin-right: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .dest-full .spec li {
    border-right: 0;
    margin-bottom: 25px;
    padding-right: 0;
    margin-right: 0;
  }
}
.dest-full .spec li:last-child {
  border-right: 0;
}
.dest-full .spec li h3 {
  font-size: 1.125rem;
  margin-bottom: 15px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.dest-full .spec li p {
  line-height: 1.3;
  letter-spacing: 0.3px;
  font-size: 0.875rem;
}

.testimonios .auxi {
  position: relative;
}
.testimonios .swiper-container {
  padding: 40px 0;
  max-width: 1000px;
  position: initial;
}
@media (max-width: 425px) {
  .testimonios .swiper-container {
    max-width: 75%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .testimonios .swiper-container {
    max-width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonios .swiper-container {
    max-width: 650px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .testimonios .swiper-container {
    max-width: 850px;
  }
}
.testimonios .testimonio {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
@media (max-width: 425px) {
  .testimonios .testimonio {
    -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 (min-width: 426px) and (max-width: 767px) {
  .testimonios .testimonio {
    -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;
  }
}
.testimonios .testimonio .img-wrap {
  margin-right: 40px;
  border-radius: 50%;
  overflow: hidden;
  height: 130px;
  -webkit-flex: 0 1 130px;
  -ms-flex: 0 1 130px;
  flex: 0 1 130px;
}
@media (max-width: 425px) {
  .testimonios .testimonio .img-wrap {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .testimonios .testimonio .img-wrap {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.testimonios .testimonio .cont-txt {
  position: relative;
  padding-left: 85px;
  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 (max-width: 425px) {
  .testimonios .testimonio .cont-txt {
    padding-left: 0;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .testimonios .testimonio .cont-txt {
    padding-left: 0;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonios .testimonio .cont-txt {
    padding-left: 65px;
  }
}
.testimonios .testimonio .cont-txt:before {
  content: "";
  width: 70px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../../imag/v1/icon/comilla.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
@media (max-width: 425px) {
  .testimonios .testimonio .cont-txt:before {
    position: relative;
    width: 40px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .testimonios .testimonio .cont-txt:before {
    position: relative;
    width: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonios .testimonio .cont-txt:before {
    width: 50px;
  }
}
.testimonios .testimonio .cont-txt .msj {
  line-height: 1.5;
  font-size: 1.375rem;
  color: #666666;
  margin-bottom: 30px;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
}
@media (max-width: 425px) {
  .testimonios .testimonio .cont-txt .msj {
    font-size: 1rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .testimonios .testimonio .cont-txt .msj {
    font-size: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .testimonios .testimonio .cont-txt .msj {
    font-size: 1.125rem;
  }
}
.testimonios .testimonio .cont-txt .autor, .testimonios .testimonio .cont-txt .desc {
  font-size: 0.875rem;
  width: 50%;
  color: #666666;
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
@media (max-width: 425px) {
  .testimonios .testimonio .cont-txt .autor, .testimonios .testimonio .cont-txt .desc {
    width: 100%;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .testimonios .testimonio .cont-txt .autor, .testimonios .testimonio .cont-txt .desc {
    width: 100%;
    -ms-flex-item-align: start;
    -webkit-align-self: flex-start;
    align-self: flex-start;
  }
}
.testimonios .testimonio .cont-txt .autor {
  margin-bottom: 5px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.testimonios .testimonio .cont-txt .desc {
  line-height: 1.3;
}

.cifras {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 425px) {
  .cifras {
    padding: 40px 0;
    background-image: none !important;
    background-color: #ebebeb;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cifras {
    padding: 40px 0;
    background-image: none !important;
    background-color: #ebebeb;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cifras {
    padding: 50px 0;
  }
}
.cifras:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
  z-index: 1;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cifras .row {
  margin-top: 110px;
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cifras .row {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cifras .row .col {
    margin-bottom: 30px;
  }
}
.cifras .auxi {
  position: relative;
  z-index: 1;
}
@media (max-width: 425px) {
  .cifras .auxi {
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cifras .auxi {
    padding: 0;
  }
}
@media (max-width: 425px) {
  .cifras .cont-tit {
    margin-bottom: 40px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cifras .cont-tit {
    margin-bottom: 40px;
  }
}
.cifras .cont-tit .tit, .cifras .cont-tit .baj {
  color: #333366 !important;
}
@media (max-width: 425px) {
  .cifras .cont-tit .baj {
    text-align: center;
    font-size: 1rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cifras .cont-tit .baj {
    text-align: center;
    font-size: 1rem;
  }
}
.cifras .slide-3-m .swiper-slide {
  width: 200px;
}
@media (min-width: 426px) and (max-width: 767px) {
  .cifras .slide-3-m .swiper-slide {
    width: 230px;
  }
}
.cifras .img-wrap {
  max-width: 80px;
  margin: 0 auto 10px;
}
@media (max-width: 425px) {
  .cifras .img-wrap {
    max-width: 74px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cifras .img-wrap {
    max-width: 74px;
  }
}
.cifras .cont-txt {
  text-align: center;
}
.cifras .cont-txt h3, .cifras .cont-txt p {
  color: #333366;
}
.cifras .cont-txt .number {
  margin-top: 10px;
  font-size: 60px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .cifras .cont-txt .number {
    font-size: 48px;
    margin-top: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cifras .cont-txt .number {
    font-size: 48px;
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cifras .cont-txt .number {
    font-size: 50px;
  }
}
.cifras .cont-txt .pref {
  max-width: 230px;
  margin: 10px auto 0;
  font-size: 1.125rem;
}
@media (max-width: 425px) {
  .cifras .cont-txt .pref {
    font-size: 1rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cifras .cont-txt .pref {
    font-size: 1rem;
  }
}

.grid-box {
  background: #F5F5F5;
}
.grid-box .box-bg {
  margin-bottom: 20px;
  position: relative;
  -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: 480px) and (max-width: 767px) {
  .grid-box .box-bg {
    width: 50%;
  }
}
.grid-box .box-bg footer {
  padding: 40px 18px;
  width: 100%;
  background-color: #FFFFFF;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (max-width: 425px) {
  .grid-box .box-bg footer {
    padding: 20px 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .grid-box .box-bg footer {
    padding: 20px 15px;
  }
}
.grid-box .box-bg footer ul li.rot {
  line-height: 28px;
  font-size: 20px;
  color: #808285;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  margin-bottom: 15px;
}
.grid-box .box-bg footer ul li {
  float: left;
  clear: both;
}
.grid-box .box-bg footer ul li a {
  font-size: 18px;
  line-height: 120%;
  color: #333366;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  background-image: url("../../imag/v1/icon/bullet_facultad.png");
  background-repeat: no-repeat;
  background-position: 5px 17px;
  padding: 7px 10px 7px 20px;
}
.grid-box .box-bg a {
  position: relative;
  display: block;
  width: 100%;
}
.grid-box .box-bg .cont-txt {
  margin: 0;
  border-bottom: 6px solid #af842a;
  position: absolute;
  bottom: 0;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
  padding: 0 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;
  -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;
}
@media (min-width: 480px) and (max-width: 767px) {
  .grid-box .box-bg .cont-txt {
    margin: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-box .box-bg .cont-txt {
    margin: 20px;
  }
}
.grid-box .box-bg .cont-txt .pref, .grid-box .box-bg .cont-txt .subtit {
  color: #ffffff;
  text-align: center;
}
.grid-box .box-bg .cont-txt .pref {
  font-size: 1.125rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-box .box-bg .cont-txt .pref {
    font-size: 1rem;
  }
}
.grid-box .box-bg .cont-txt .subtit {
  margin-bottom: 20px;
  margin-top: 15px;
  line-height: 1.4;
  font-size: 24px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-box .box-bg .cont-txt .subtit {
    font-size: 1.375rem;
  }
}

.art-full {
  background-color: #f9f9f9;
}
.art-full .content {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
@media (max-width: 425px) {
  .art-full .content {
    -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) {
  .art-full .content {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.art-full .content .img-wrap {
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
}
.art-full .content .cont-txt {
  padding: 20px 30px;
}
.art-full .content .cont-txt .description {
  font-size: 1rem;
  line-height: 1.5;
  color: #373737;
}

.video-cont .auxi {
  max-width: 800px;
}

.bloq-full-2 {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
@media (max-width: 425px) {
  .bloq-full-2 {
    -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) {
  .bloq-full-2 {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.bloq-full-2 .img-wrap {
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media (max-width: 425px) {
  .bloq-full-2 .img-wrap {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .bloq-full-2 .img-wrap {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
.bloq-full-2 .cont-txt {
  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;
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
@media (max-width: 425px) {
  .bloq-full-2 .cont-txt {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .bloq-full-2 .cont-txt {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    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;
  }
}
.bloq-full-2 .cont-txt .container {
  max-width: 600px;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 80px;
}
@media (max-width: 425px) {
  .bloq-full-2 .cont-txt .container {
    padding: 30px 20px !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .bloq-full-2 .cont-txt .container {
    padding: 30px 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bloq-full-2 .cont-txt .container {
    padding: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .bloq-full-2 .cont-txt .container {
    padding: 30px;
  }
}
.bloq-full-2 .cont-txt .container .img-wrap {
  margin-bottom: 10px;
}
.bloq-full-2 .cont-txt .container .img-wrap img {
  width: 60px;
  opacity: 80%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bloq-full-2 .cont-txt .container .img-wrap img {
    width: 50px;
  }
}
.bloq-full-2 .cont-txt .container h2, .bloq-full-2 .cont-txt .container p {
  color: #333366;
}
.bloq-full-2 .cont-txt .container h2 {
  margin-bottom: 40px;
  line-height: 1.3;
  font-size: 1.875rem;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .bloq-full-2 .cont-txt .container h2 {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .bloq-full-2 .cont-txt .container h2 {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bloq-full-2 .cont-txt .container h2 {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .bloq-full-2 .cont-txt .container h2 {
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
}
.bloq-full-2 .cont-txt .container h2 a {
  color: #333366;
}
.bloq-full-2 .cont-txt .container .baj {
  font-size: 1rem;
  line-height: 1.5;
}
.bloq-full-2 .cont-txt .container .fecha {
  margin-bottom: 15px;
  font-size: 0.875rem;
  color: #4e4e4e;
}
@media (max-width: 425px) {
  .bloq-full-2 .cont-btn .btn-main {
    padding: 12px 50px 12px 20px;
    background-position: calc(100% - 20px) !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .bloq-full-2 .cont-btn .btn-main {
    padding: 12px 50px 12px 20px;
    background-position: calc(100% - 20px) !important;
  }
}
.bloq-full-2 .cont-btn .btn-main:hover {
  background-color: #af842a;
  border-color: #af842a;
  color: #ffffff;
}

.art-bg .content {
  position: relative;
  min-height: 450px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
@media (max-width: 425px) {
  .art-bg .content {
    min-height: 400px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .art-bg .content {
    min-height: 400px;
  }
}
.art-bg .cont-txt {
  padding: 40px;
  max-width: 800px;
  -ms-flex-item-align: end;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
@media (max-width: 425px) {
  .art-bg .cont-txt {
    padding: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .art-bg .cont-txt {
    padding: 15px;
  }
}
@media (max-width: 425px) {
  .art-bg .cont-txt .cont-tit {
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .art-bg .cont-txt .cont-tit {
    padding: 0;
  }
}
.art-bg .cont-txt .cont-tit .tit {
  color: #ffffff;
  text-transform: none;
  line-height: 1.5;
  font-size: 1.375rem !important;
}
@media (max-width: 425px) {
  .art-bg .cont-txt .cont-tit .tit {
    text-align: left;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .art-bg .cont-txt .cont-tit .tit {
    text-align: left;
    font-size: 1.125rem !important;
  }
}
.art-bg .cont-txt .baj {
  color: #ffffff;
  line-height: 1.3;
  margin-top: 30px;
}

.art-icons .cont-tit {
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.art-icons .cont-tit .tit {
  text-align: center;
}
.art-icons .cont-tit .content {
  text-align: center;
  max-width: 750px;
  margin: 30px auto 0;
}
.art-icons .cont-tit .content p {
  margin-bottom: 20px;
  line-height: 1.4;
}
.art-icons article:hover p, .art-icons article:hover a {
  color: #333366 !important;
}
.art-icons article .img-wrap {
  border: none !important;
}
.art-icons article .img-wrap img {
  width: auto;
  margin: 0 auto;
}
.art-icons article .cont-txt {
  padding: 20px 15px !important;
  text-align: center;
  background: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

.secc-video.display-block {
  display: block;
}

.secc-video {
  background: #2FB9E8 !important;
  display: none;
}
.secc-video .auxi-video {
  background: #ffffff;
}
.secc-video .cont-tit.dos {
  padding: 0 32px;
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .secc-video .cont-tit.dos {
    padding: 0px 25px;
    margin-top: 20px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .secc-video .cont-tit.dos {
    padding: 0px 25px;
    margin-top: 20px;
  }
}
.secc-video .cont-tit.dos .tit {
  font-size: 1.5rem !important;
}
@media (max-width: 425px) {
  .secc-video .cont-tit.dos .tit {
    text-align: left;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .secc-video .cont-tit.dos .tit {
    text-align: left;
  }
}
.secc-video .cont-tit.dos .cont-btn.dos .btn-more {
  background: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  margin-right: 0;
}
.secc-video .auxi-block {
  width: 93%;
  position: relative;
  margin: 0 auto;
}
.secc-video .auxi-block .swiper-button-next-dos, .secc-video .auxi-block .swiper-button-prev-dos {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.secc-video .auxi-block .swiper-button-next-dos {
  background-image: url("../../imag/v1/icon/arrow_r_w.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 21px !important;
  z-index: 1 !important;
  width: 50px !important;
  height: 50px !important;
  right: -45px !important;
  left: auto;
  outline: none !important;
}
.secc-video .auxi-block .swiper-button-prev-dos {
  background-image: url("../../imag/v1/icon/arrow_l_w.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 21px !important;
  z-index: 1 !important;
  width: 50px !important;
  height: 50px !important;
  left: -45px !important;
  right: auto;
  outline: none !important;
}
.secc-video .swiper-slide.arts {
  padding: 0 !important;
}
.secc-video .swiper-slide.arts article {
  margin-top: 15px;
}
.secc-video .swiper-slide.arts article .cont-txt {
  padding: 10px 40px 10px 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;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -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;
  background-image: url("../../imag/v1/icon/arrow_r_d.png") !important;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-size: 15px 15px;
}
.secc-video .swiper-slide.arts article .cont-txt h3 {
  font-size: 0.875rem;
  padding-bottom: 0;
}

@media (max-width: 425px) {
  .spot {
    float: left;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .spot {
    float: left;
  }
}
.spot .auxi {
  padding: 15px 30px;
}
@media (max-width: 425px) {
  .spot .auxi {
    padding: 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .spot .auxi {
    padding: 10px;
  }
}
.spot .auxi header h3 {
  line-height: 1.4;
  font-size: 1.125rem;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #2FB9E8;
  margin-bottom: 10px;
  background-image: url("../../imag/v1/icon/arrow_r_d.png") !important;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 15px 15px;
}
.spot .auxi header h3 a {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #2FB9E8;
}
.spot:first-child {
  margin-bottom: 30px;
}

.dest-full.no-tit {
  padding: 0;
}
.dest-full.no-tit .auxi {
  padding: 0 !important;
}

.bottom-sec-header {
  background-color: #2FB9E8;
  padding: 10px 0;
}
.bottom-sec-header .auxi ul li {
  float: left;
}
.bottom-sec-header .auxi ul li:after {
  content: "|";
  color: #ffffff;
  position: relative;
  display: inline-block;
  padding: 0 5px;
}
.bottom-sec-header .auxi ul li:last-child:after {
  content: none;
}
.bottom-sec-header .auxi ul li a {
  line-height: 1.6;
  font-size: 1rem;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #ffffff;
}

.franja-destacada {
  background-color: #2FB9E8;
  padding: 10px 0;
}
.franja-destacada .auxi .tit {
  font-size: 1.875rem;
  line-height: 1.3;
  color: #ffffff;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.franja-destacada .auxi p {
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 0.875rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  color: #ffffff;
}

.link-port {
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 0.875rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  color: #ffffff;
}

.tit-escuela.dos h1 {
  font-size: 1.875rem !important;
}

.art-destacado {
  padding: 40px 0;
}
.art-destacado .row article {
  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: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.art-destacado .row article .img-wrap {
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.art-destacado .row article .cont-txt {
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 0 0 0 15px;
}
.art-destacado .row article .cont-txt h3 {
  font-size: 1.125rem;
  color: #333366;
  line-height: 1.3;
  padding-bottom: 15px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.art-destacado .row article .cont-txt .bajada {
  font-size: 0.875rem;
  color: #373737;
  line-height: 1.5;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  float: left;
  clear: both;
}
@media (max-width: 425px) {
  .art-destacado .row article .cont-txt .bajada {
    font-size: 0.8125rem;
    padding-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .art-destacado .row article .cont-txt .bajada {
    font-size: 0.8125rem;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .art-destacado .row article .cont-txt .bajada {
    font-size: 0.875rem;
    padding-bottom: 10px;
  }
}
.art-destacado .row article .cont-txt a {
  font-size: 0.875rem;
  color: #808285;
  line-height: 1.5;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  margin: 20px 0;
  float: left;
  clear: both;
}

.desta-main.dos .cont-events .auxi .row .col .dest-main .swiper-container .swiper-wrapper .swiper-slide a .auxi .tit-main-cont {
  padding: 0 15px;
}
.desta-main.dos .cont-events .auxi .row .col .img-wrap.small:first-child {
  margin-bottom: 22px;
}

.home.port-gen.escuela.ufe.investigacion #carrusel-agenda.inicio .auxi .slide-3-m .auxi-block .swiper-container .swiper-wrapper .evento {
  margin-bottom: 20px;
}
.home.port-gen.escuela.ufe.investigacion #carrusel-agenda.inicio .auxi .slide-3-m .auxi-block .swiper-container .swiper-wrapper .evento a {
  padding: 20px 0;
  background: #fff;
}
.home.port-gen.escuela.ufe.investigacion #carrusel-agenda.inicio .auxi .slide-3-m .auxi-block .swiper-container .swiper-wrapper .evento a .cont-txt {
  box-shadow: none;
}

.agenda-link {
  font-size: 0.875rem;
  color: #333366;
  line-height: 1.5;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  float: right;
  clear: both;
  margin: 0 10px;
}

@media (max-width: 425px) {
  .cont-tit.dos .tit {
    width: auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .cont-tit.dos .tit {
    width: auto;
  }
}
.cont-tit.dos .cont-btn .btn-more {
  margin-right: 0 !important;
}

body.experto .nav-sec {
  padding: 15px 0 13px;
}
body.experto .nav-sec .auxi .breadcrumbs {
  padding: 0 0 10px;
}
body.experto .nav-sec .auxi .tit-escuela h1 {
  font-size: 1.5rem;
}

.top-section {
  background: #EBEBEB;
}
.top-section .auxi .titu {
  font-size: 1.875rem;
  line-height: 40px;
  text-align: center;
  color: #333366;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.top-section .auxi p {
  color: #333366;
  font-size: 1.125rem;
  line-height: 24px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.top-section .auxi p a {
  color: #333366;
}
.top-section .auxi strong {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.top-section .auxi strong a {
  color: #333366;
}

.resultado-experto .auxi header .titu {
  font-size: 1.875rem;
  line-height: 40px;
  text-align: center;
  color: #333366;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  margin-bottom: 40px;
}
.resultado-experto .auxi .row {
  margin-left: -20px;
  -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;
}
.resultado-experto .auxi .row .experto {
  max-width: 220px;
  width: 100%;
  border-left-width: 20px;
  border-bottom-width: 80px;
}
@media (max-width: 425px) {
  .resultado-experto .auxi .row .experto {
    margin: 0 auto;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .resultado-experto .auxi .row .experto {
    margin: 0 auto;
  }
}
.resultado-experto .auxi .row .experto a .img-wrap {
  margin: 0 auto 10px;
  display: table;
}
.resultado-experto .auxi .row .experto a .img-wrap img {
  margin: 0 auto;
  display: table;
}
.resultado-experto .auxi .row .experto a .titu {
  font-size: 1rem;
  line-height: 21px;
  text-align: center;
  color: #333366;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.resultado-experto .auxi .row .experto a p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 16px;
  text-align: center;
  color: #808285;
}

.filtros {
  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;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 30px;
}
@media (max-width: 425px) {
  .filtros {
    display: block;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .filtros {
    display: block;
  }
}
.filtros .box-filtro {
  width: 50%;
  padding: 10px;
}
@media (max-width: 425px) {
  .filtros .box-filtro {
    width: auto;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    display: table;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .filtros .box-filtro {
    width: auto;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
    display: table;
  }
}
.filtros .box-filtro .titu {
  font-size: 1.25rem;
  text-align: left;
  margin-bottom: 5px;
}
@media (max-width: 425px) {
  .filtros .box-filtro .titu {
    text-align: center;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .filtros .box-filtro .titu {
    text-align: center;
  }
}
.filtros .box-filtro:last-child {
  border-left: 1px solid #808285;
}
@media (max-width: 425px) {
  .filtros .box-filtro:last-child {
    border-left: 0 solid #808285;
    margin-top: 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .filtros .box-filtro:last-child {
    border-left: 0 solid #808285;
    margin-top: 30px;
  }
}
.filtros .box-filtro:last-child .palabra {
  padding: 10px 0 10px 40px;
}
@media (max-width: 425px) {
  .filtros .box-filtro:last-child .palabra {
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .filtros .box-filtro:last-child .palabra {
    padding: 0;
  }
}
.filtros .box-filtro select {
  float: left;
  background-image: url("../../imag/v1/icon/chevron_down_g.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 0px) 0px;
  background-size: 38px 37px;
  appearance: none;
  outline: none;
  border: 1px solid #C4C4C4;
  background-color: #FFFFFF;
  padding: 10px 30px 10px 10px;
  width: 230px;
  height: 37px;
  color: #808285;
  font-size: 0.875rem;
  line-height: 16px;
}
@media (max-width: 425px) {
  .filtros .box-filtro select {
    margin: 0 auto;
    display: table;
    float: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .filtros .box-filtro select {
    margin: 0 auto;
    display: table;
    float: none;
  }
}
.filtros .box-filtro input {
  float: left;
  border: 1px solid #C4C4C4;
  background: #FFFFFF;
  width: 290px;
}
@media (max-width: 425px) {
  .filtros .box-filtro input {
    margin: 0 auto;
    display: table;
    float: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .filtros .box-filtro input {
    margin: 0 auto;
    display: table;
    float: none;
  }
}
.filtros .box-filtro .btn {
  background: #333366;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 0.938rem;
  line-height: 18px;
  align-items: center;
  text-align: center;
  width: 128px;
  height: 37px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  float: left;
  margin-left: 20px;
}
@media (max-width: 425px) {
  .filtros .box-filtro .btn {
    margin: 10px auto 0;
    clear: both;
    display: table;
    float: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .filtros .box-filtro .btn {
    margin: 10px auto 0;
    clear: both;
    display: table;
    float: none;
  }
}

.header-experto {
  background: #2FB9E8;
  font-size: 36px;
  line-height: 30px;
  color: #FFFFFF;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  padding: 20px 25px;
}

.news.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;
}
.news.col .auxi-col {
  background: #333366;
  padding: 20px 10px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -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) {
  .news.col .auxi-col .contenido {
    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 (min-width: 768px) and (max-width: 991px) {
  .news.col .auxi-col .contenido {
    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;
  }
}
.news.col .auxi-col .contenido article {
  margin: 0 0 15px;
}
@media (min-width: 426px) and (max-width: 767px) {
  .news.col .auxi-col .contenido article {
    -webkit-flex: 0 1 40%;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news.col .auxi-col .contenido article {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
.news.col .auxi-col .contenido article a {
  width: 100%;
}
.news.col .auxi-col .contenido .right {
  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) {
  .news.col .auxi-col .contenido .right {
    margin-left: 15px;
    -webkit-flex: 0 1 60%;
    -ms-flex: 0 1 60%;
    flex: 0 1 60%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .news.col .auxi-col .contenido .right {
    margin-left: 15px;
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
  }
}
.news.col .auxi-col .tit-rot {
  font-size: 1.6rem;
  color: #ffffff;
  letter-spacing: 1px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  margin: 0 0 20px;
}
.news.col .auxi-col .boton {
  background: #af842a;
  text-align: center;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  font-size: 1rem;
  color: #ffffff;
  margin: 0 0 18px;
  padding: 18px 5px;
  border-radius: 7px;
}
@media (max-width: 425px) {
  .news.col .auxi-col .boton {
    padding: 10px 5px;
    font-family: "Roboto Slab", serif;
    font-weight: 400;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .news.col .auxi-col .boton {
    padding: 10px 5px;
    font-family: "Roboto Slab", serif;
    font-weight: 400;
  }
}
.news.col .auxi-col .boton:last-child {
  margin: 0 0 0;
}

.articulo.escuela .nav-sec {
  padding: 15px 0;
}
.articulo.escuela .nav-sec .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;
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.articulo.escuela .nav-sec .auxi .breadcrumbs {
  padding: 0 0 10px;
}
.articulo.escuela .nav-sec .auxi .breadcrumbs .breadcrumb {
  font-size: 12px;
  line-height: 16px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.articulo.escuela .nav-sec .auxi .breadcrumbs .breadcrumb a {
  color: #ffffff;
  font-size: 12px;
  line-height: 16px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.articulo.escuela .nav-sec .auxi .breadcrumbs .breadcrumb:after {
  color: #ffffff;
}
.articulo.escuela .nav-sec .tit-escuela {
  -webkit-flex: 0 0 auto !important;
  -ms-flex: 0 0 auto !important;
  flex: 0 0 auto !important;
}
.articulo.escuela .dest-full .auxi {
  width: 100%;
  max-width: 1200px;
  padding-left: 3%;
  padding-bottom: 120px;
}
@media (max-width: 425px) {
  .articulo.escuela .dest-full .auxi {
    padding-bottom: 0;
    position: absolute;
    bottom: 5%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo.escuela .dest-full .auxi {
    padding-bottom: 0;
    position: absolute;
    bottom: 5%;
  }
}
.articulo.escuela .dest-full .auxi .cont-txt .tit {
  width: 95%;
  max-width: 700px;
  font-size: 36px;
  line-height: 47px;
}
.articulo.escuela .box-carreras {
  margin: -105px auto 0;
  z-index: 999;
  position: relative;
  background: #EBEBEB;
  width: 100%;
  max-width: 1200px;
  padding: 0 0 40px;
}
@media (max-width: 425px) {
  .articulo.escuela .box-carreras {
    padding: 30px 0 !important;
    margin: 0 auto !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo.escuela .box-carreras {
    padding: 30px 0 !important;
    margin: 0 auto !important;
  }
}
.articulo.escuela .box-carreras .auxi h4.tit {
  background: #333366;
  padding: 15px 60px;
  font-size: 24px;
  line-height: 32px;
  color: #FFFFFF;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .articulo.escuela .box-carreras .auxi h4.tit {
    font-size: 20px;
    line-height: 120%;
    padding: 15px 20px;
  }
}
.articulo.escuela .box-carreras .auxi .row {
  padding: 25px 60px 0;
}
@media (max-width: 425px) {
  .articulo.escuela .box-carreras .auxi .row {
    padding: 0 35px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo.escuela .box-carreras .auxi .row {
    padding: 0 35px 0;
  }
}
.articulo.escuela .box-carreras .auxi .row ul li.rot {
  font-size: 16px;
  line-height: 24px;
  color: #333366;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  margin-top: 15px;
  padding: 10px 10px 0 20px;
  background-image: url("../../imag/v1/icon/bull-azul.svg");
  background-size: 4px auto;
  background-repeat: no-repeat;
  background-position: 5px 17px;
  float: left;
  clear: both;
}
@media (max-width: 425px) {
  .articulo.escuela .box-carreras .auxi .row ul li.rot {
    margin-top: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo.escuela .box-carreras .auxi .row ul li.rot {
    margin-top: 15px;
  }
}
.articulo.escuela .box-carreras .auxi .row ul li.rot:first-child {
  margin-top: 0;
}
@media (max-width: 425px) {
  .articulo.escuela .box-carreras .auxi .row ul li.rot:first-child {
    padding: 10px 10px 0 20px;
    margin-top: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo.escuela .box-carreras .auxi .row ul li.rot:first-child {
    padding: 10px 10px 0 20px;
    margin-top: 15px;
  }
}
.articulo.escuela .box-carreras .auxi .row ul li.rot a {
  font-size: 16px;
  line-height: 120%;
  color: #333366;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  padding: 0;
  float: left;
  clear: both;
}
@media (max-width: 425px) {
  .articulo.escuela .box-carreras .auxi .row ul li.rot a {
    padding: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo.escuela .box-carreras .auxi .row ul li.rot a {
    padding: 0;
  }
}
.articulo.escuela .box-carreras .auxi .row ul li a {
  font-size: 14px;
  line-height: 120%;
  color: #000000;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  padding: 5px 10px 5px 30px;
  float: left;
  clear: both;
}
@media (max-width: 425px) {
  .articulo.escuela .box-carreras .auxi .row ul li a {
    padding: 10px 10px 10px 30px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo.escuela .box-carreras .auxi .row ul li a {
    padding: 10px 10px 10px 30px;
  }
}
.articulo.escuela .enc-art {
  padding-top: 0;
  padding-bottom: 0;
}
.articulo.escuela #return-to-top {
  z-index: 999;
}

.dest-full.autoridades .auxi h2 {
  color: #333366;
}
.dest-full.autoridades .auxi p {
  color: #000000;
}
.dest-full.autoridades .auxi .img-autoridades picture img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.CUERPO img.responsive-img, .CUERPO_uno img.responsive-img, .CUERPO_dos img.responsive-img {
  max-width: 100%;
  width: auto;
  height: auto !important;
}
.CUERPO img.no-responsive-img, .CUERPO_uno img.no-responsive-img, .CUERPO_dos img.no-responsive-img {
  width: auto !important;
}
.CUERPO iframe, .CUERPO_uno iframe, .CUERPO_dos iframe {
  width: 100%;
}

.CUERPO .autoridades-box, .CUERPO_uno .autoridades-box, .CUERPO_dos .autoridades-box {
  display: flex;
  gap: 20px;
  margin: 0 0 20px 0;
  justify-content: center;
}
@media (max-width: 425px) {
  .CUERPO .autoridades-box, .CUERPO_uno .autoridades-box, .CUERPO_dos .autoridades-box {
    flex-direction: column;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .CUERPO .autoridades-box, .CUERPO_uno .autoridades-box, .CUERPO_dos .autoridades-box {
    flex-direction: column;
  }
}
.CUERPO .autoridades__column, .CUERPO_uno .autoridades__column, .CUERPO_dos .autoridades__column {
  flex: 0 1 auto;
  padding: 0;
  box-sizing: border-box;
}
.CUERPO .autoridades__column .column__content, .CUERPO_uno .autoridades__column .column__content, .CUERPO_dos .autoridades__column .column__content {
  padding: 0;
  display: flex;
  flex-direction: row;
  background: #EAEFF0;
}
.CUERPO .autoridades__column .content__item, .CUERPO_uno .autoridades__column .content__item, .CUERPO_dos .autoridades__column .content__item {
  padding: 0;
  margin-bottom: 0;
}
.CUERPO .autoridades__column .content__item h3, .CUERPO_uno .autoridades__column .content__item h3, .CUERPO_dos .autoridades__column .content__item h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  color: #373737;
}
@media (max-width: 425px) {
  .CUERPO .autoridades__column .content__item h3, .CUERPO_uno .autoridades__column .content__item h3, .CUERPO_dos .autoridades__column .content__item h3 {
    font-size: 20px;
    line-height: 140%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .CUERPO .autoridades__column .content__item h3, .CUERPO_uno .autoridades__column .content__item h3, .CUERPO_dos .autoridades__column .content__item h3 {
    font-size: 20px;
    line-height: 140%;
  }
}
.CUERPO .autoridades__column .content__item p, .CUERPO_uno .autoridades__column .content__item p, .CUERPO_dos .autoridades__column .content__item p {
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  color: #373737;
}
@media (max-width: 425px) {
  .CUERPO .autoridades__column .content__item p, .CUERPO_uno .autoridades__column .content__item p, .CUERPO_dos .autoridades__column .content__item p {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .CUERPO .autoridades__column .content__item p, .CUERPO_uno .autoridades__column .content__item p, .CUERPO_dos .autoridades__column .content__item p {
    font-size: 16px;
    line-height: 140%;
  }
}
.CUERPO .autoridades__column .content__item img, .CUERPO_uno .autoridades__column .content__item img, .CUERPO_dos .autoridades__column .content__item img {
  width: 120px;
  height: auto;
  max-width: 120px;
}
.CUERPO .autoridades__column .content__item.info, .CUERPO_uno .autoridades__column .content__item.info, .CUERPO_dos .autoridades__column .content__item.info {
  padding: 12px 10px;
}
.image.align-left {
  float: left;
}
.image.align-right {
  float: right;
}

@media (min-width: 1400px) {
  .articulo .art-cols .row {
    margin-left: -40px;
  }
}
@media (min-width: 1278px) and (max-width: 1399px) {
  .articulo .art-cols .row {
    margin-left: -50px;
  }
}
@media (min-width: 1400px) {
  .articulo .art-cols .row .col {
    border-left-width: 40px;
  }
}
@media (min-width: 1278px) and (max-width: 1399px) {
  .articulo .art-cols .row .col {
    border-left-width: 40px;
  }
}
.articulo .art-cols .art-content .titular {
  margin-bottom: 15px;
}
.articulo .art-cols .art-content .titular .tit {
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 1.875rem;
  color: #af842a;
  margin-bottom: 20px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.articulo .art-cols .art-content .titular .baj {
  font-size: 1.125rem;
  color: #808285;
  line-height: 1.3;
  letter-spacing: 0.4px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
.articulo .art-cols .art-content .tags .tags_title {
  font-size: 13px;
}
.articulo .art-cols .art-content .tags .tag a {
  background: none;
  font-size: 12px;
  padding: 4px 12px;
}
.articulo .art-content .auxi, .articulo .enc-art .auxi {
  max-width: 800px;
}
.articulo .art-content .auxi {
  margin-bottom: 30px;
}
.articulo .enc-art {
  padding-top: 30px;
  padding-bottom: 0;
}
.articulo .toolbar {
  padding: 20px 0 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: 425px) {
  .articulo .toolbar {
    -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) {
  .articulo .toolbar {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.articulo .toolbar .fecha {
  color: #373737;
  font-size: 0.875rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
@media (max-width: 425px) {
  .articulo .toolbar .fecha {
    margin-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .toolbar .fecha {
    margin-bottom: 15px;
  }
}
.articulo .toolbar .cont-share {
  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 .toolbar .cont-share ul {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
.articulo .toolbar .cont-share li {
  padding-right: 5px;
}
.articulo .toolbar .cont-share li a {
  padding: 5px;
  display: block;
  border-radius: 50%;
}
@media (max-width: 425px) {
  .articulo .toolbar .cont-share li a {
    padding: 4px;
  }
}
.articulo .toolbar .cont-share li a:hover {
  background-color: #333366 !important;
  transition: 0.3s all ease;
}
.articulo .toolbar .cont-share li a.link {
  background-color: #333366;
}
.articulo .toolbar .cont-share li a.twitter {
  background-color: #000000;
}
.articulo .toolbar .cont-share li a.facebook {
  background-color: #1877f2;
}
.articulo .toolbar .cont-share li a.print {
  background: none !important;
}
.articulo .toolbar .cont-share li img {
  width: 25px;
}
@media (max-width: 425px) {
  .articulo .toolbar .cont-share li img {
    width: 20px;
  }
}
.articulo .toolbar .cont-share li.english-v {
  margin-left: 20px;
}
.articulo .toolbar .cont-share li.english-v a {
  color: #af842a;
  border-radius: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.articulo .toolbar .cont-share li.english-v a:hover {
  background: none !important;
  color: #333366;
}
@media (max-width: 425px) {
  .articulo .toolbar .cont-share li.english-v a {
    font-size: 14px;
  }
}
.articulo .toolbar .cont-share li.english-v a figure {
  margin-right: 5px;
}
.articulo .toolbar .cont-share li.english-v a figure img {
  width: 35px;
}
@media (max-width: 425px) {
  .articulo .toolbar .cont-share li.english-v a figure img {
    width: 25px;
  }
}
.articulo .eng-noticias .auxi {
  padding: 30px 0 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;
}
.articulo .eng-noticias.english-v {
  margin-left: 0;
}
.articulo .eng-noticias.english-v a {
  color: #af842a;
  border-radius: 0;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.articulo .eng-noticias.english-v a:hover {
  background: none !important;
  color: #333366;
}
.articulo .eng-noticias.english-v a figure {
  margin-right: 5px;
}
.articulo .eng-noticias.english-v a figure img {
  width: 35px;
}
.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: 0;
}
@media (max-width: 425px) {
  .articulo .anclas {
    margin: 10px 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .anclas {
    margin: 10px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .articulo .anclas {
    margin: 10px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .articulo .anclas {
    margin: 10px 20px;
  }
}
.articulo .anclas .subtitulos {
  font-weight: normal;
}
.articulo .anclas .subtitulos a {
  display: block;
  font-size: 0.875rem;
  color: #ffffff;
  margin: 0.3rem 2px;
  padding: 10px 20px;
  background-color: #333366;
}
.articulo .anclas .subtitulos a:hover {
  text-decoration: none;
  background-color: #333366;
  transition: 0.2s all ease;
}
.articulo .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;
  -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;
  line-height: 1;
  width: 100%;
  margin: 20px 0;
  padding: 0.8em 0;
}
@media (max-width: 425px) {
  .articulo .contsubtit {
    margin: 10px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .contsubtit {
    margin: 10px 0;
  }
}
.articulo .contsubtit .titsubtit {
  text-decoration: none;
  color: #333366;
  font-size: 1.375rem;
  max-width: 90%;
  line-height: 1.3;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .articulo .contsubtit .titsubtit {
    font-size: 1.25rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .contsubtit .titsubtit {
    font-size: 1.25rem;
  }
}
.articulo .contsubtit .linksubtit {
  margin: 0 6px 0 0 !important;
  padding: 3px 10px !important;
  text-align: center !important;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
@media (max-width: 425px) {
  .articulo .contsubtit .linksubtit {
    font-size: 0.6875rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .contsubtit .linksubtit {
    font-size: 0.6875rem;
  }
}
.articulo .contsubtit .linksubtit a {
  color: #ffffff !important;
}
.articulo .contsubtit .linksubtit:hover {
  background-color: #333366;
  transition: 0.2s all ease;
}
.articulo .contsubtit .linksubtit img {
  width: 20px;
}
.articulo .media {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 30px 0;
}
.articulo .cont_video iframe {
  width: 100%;
}
.articulo .media iframe, .articulo .media object, .articulo .media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.articulo .relacionados .row {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.articulo .relacionados .row article {
  margin-bottom: 20px;
}
.articulo .relacionados .row article:last-child {
  margin-bottom: 0;
}
@media (min-width: 1278px) and (max-width: 1399px) {
  .articulo .relacionados .row article {
    margin-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .articulo .relacionados .row article {
    margin-bottom: 0;
  }
}
.articulo.formulario .enc-main {
  text-align: center;
  color: #ffffff;
}
.articulo.formulario .form-content {
  padding: 50px 0;
}
.articulo.formulario .form-content form {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.articulo.formulario .form-content .auxi {
  max-width: 800px;
}
.articulo.formulario form .form-group {
  padding-bottom: 30px;
}
.articulo.formulario form .form-group label, .articulo.formulario form .form-group h3 {
  padding-bottom: 10px;
  display: block;
  color: #333366;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .articulo.formulario form .form-group label, .articulo.formulario form .form-group h3 {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo.formulario form .form-group label, .articulo.formulario form .form-group h3 {
    font-size: 0.875rem;
    line-height: 1.4;
  }
}
.articulo.formulario form .form-group input, .articulo.formulario form .form-group select, .articulo.formulario form .form-group textarea {
  width: 100%;
  font-size: 0.875rem;
}
.articulo.formulario form .form-group .adv, .articulo.formulario form .form-group span {
  font-size: 0.875rem;
  color: #FF2727;
  padding-top: 10px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.articulo.formulario form .cont-btn {
  padding: 30px 0;
  text-align: center;
}
.articulo.formulario form .cont-btn .btn {
  display: inline-block;
  font-size: 0.8125rem;
  color: #ffffff;
  padding: 12px 50px;
  background-color: #333366;
  border-radius: 5px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.articulo.formulario form .cont-btn .btn:hover {
  background-color: #af842a;
  transition: 0.3s all ease;
}
.articulo .downloads .auxi {
  padding: 30px 40px;
}
@media (max-width: 425px) {
  .articulo .downloads .auxi {
    padding: 20px 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .downloads .auxi {
    padding: 20px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .articulo .downloads .auxi {
    padding: 30px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .articulo .downloads .auxi {
    padding: 30px 20px;
  }
}
@media (min-width: 1400px) {
  .articulo .downloads .auxi {
    max-width: 1115px;
  }
}
.articulo .downloads .auxi h2 {
  font-size: 1rem;
  color: #333366;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.articulo .downloads .auxi ul {
  padding-top: 20px;
}
.articulo .downloads .auxi ul li {
  margin-bottom: 15px;
}
.articulo .downloads .auxi ul li 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;
}
@media (max-width: 425px) {
  .articulo .downloads .auxi ul li a {
    -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) {
  .articulo .downloads .auxi ul li a {
    -ms-flex-align: start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.articulo .downloads .auxi ul li a h3 {
  font-size: 1rem;
  color: #4e4e4e;
  letter-spacing: 0.5px;
  line-height: 1.4;
  display: inline-block;
}
@media (max-width: 425px) {
  .articulo .downloads .auxi ul li a h3 {
    font-size: 0.8125rem;
    line-height: 1.3;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .downloads .auxi ul li a h3 {
    font-size: 0.8125rem;
    line-height: 1.3;
  }
}
.articulo .downloads .auxi ul li a h3:hover {
  color: #333366;
  transition: 0.2s all ease;
}
.articulo .downloads .auxi ul li a p {
  font-size: 0.9rem;
  color: #808285;
  display: inline-block;
  margin-left: 5px;
}
@media (max-width: 425px) {
  .articulo .downloads .auxi ul li a p {
    font-size: 0.59rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .downloads .auxi ul li a p {
    font-size: 0.59rem;
  }
}
.articulo .downloads .auxi ul li a .img {
  margin-right: 10px;
}
@media (max-width: 425px) {
  .articulo .downloads .auxi ul li a .img {
    margin-right: 0;
  }
}
.articulo .downloads .auxi ul li a .img img {
  width: 1.4rem;
}
@media (max-width: 425px) {
  .articulo .downloads .auxi ul li a .img img {
    width: 0.9rem;
    margin-right: 5px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .downloads .auxi ul li a .img img {
    width: 0.9rem;
    margin-right: 5px;
  }
}
.articulo .tags .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: 425px) {
  .articulo .tags .auxi {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .articulo .tags .auxi {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .articulo .tags .auxi {
    padding: 0 20px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .articulo .tags .auxi {
    padding: 0 20px;
  }
}
@media (min-width: 1400px) {
  .articulo .tags .auxi {
    max-width: 1115px;
  }
}
.articulo .tags .auxi .tags_title {
  display: inline-block;
  font-size: 1rem;
  color: #333366;
  text-transform: uppercase;
  margin-right: 10px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .articulo .tags .auxi .tags_title {
    display: block;
    margin-bottom: 10px;
  }
}
.articulo .tags .auxi .tag {
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
.articulo .tags .auxi .tag a {
  color: #ffffff;
  background-color: #333366;
  border-radius: 3px;
  display: block;
  padding: 6px 16px;
}
.articulo .tags .auxi .tag a:hover {
  background-color: #af842a;
  transition: 0.2s all ease;
}
.articulo .tags .auxi img {
  display: inline-block;
  vertical-align: middle;
  width: 1.3rem;
  margin-right: 5px;
}

.carrera .dest-full:before {
  content: none;
}
.carrera .dest-full .breadcrumbs {
  padding-top: 0;
}
.carrera .dest-full > .auxi .tit {
  font-size: 3rem;
  max-width: 75%;
}
@media (max-width: 425px) {
  .carrera .dest-full > .auxi .tit {
    font-size: 1.875rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .carrera .dest-full > .auxi .tit {
    font-size: 1.875rem;
  }
}
.carrera .dest-full .cont-btn {
  padding-bottom: 0;
}
@media (max-width: 425px) {
  .carrera .dest-full .cont-btn {
    text-align: left;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .carrera .dest-full .cont-btn {
    text-align: left;
  }
}
@media (max-width: 425px) {
  .carrera .dest-full .cont-btn .btn-main {
    font-size: 0.75rem !important;
    padding: 12px 20px !important;
    background-image: none;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .carrera .dest-full .cont-btn .btn-main {
    font-size: 0.75rem !important;
    padding: 12px 20px !important;
    background-image: none;
  }
}
.carrera .grid-box .box-bg .subtit {
  margin-top: 0;
  margin-bottom: 10px;
}
.carrera .grid-box .box-bg .pref {
  margin-bottom: 15px;
}
.carrera .art-full .auxi, .carrera .art-people .auxi {
  max-width: 800px !important;
}

.form-consulta .auxi {
  max-width: 800px !important;
}
.form-consulta .CUERPO {
  margin-bottom: 0;
}
.form-consulta .CUERPO p {
  margin-bottom: 15px;
}
.form-consulta .form-row {
  margin-left: -10px;
  margin-right: -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: 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;
}
.form-consulta .form-row .form-group {
  margin: 10px;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.form-consulta .form-row .form-group input {
  width: 100%;
}
.form-consulta .cont-btn {
  text-align: center;
}
.form-consulta .cont-btn .btn-main {
  margin: 0 auto;
  padding: 10px 50px;
  background-position: 80% !important;
}
.form-consulta .cont-btn .btn-main:hover {
  background-color: #af842a;
  border-color: #af842a;
  color: #ffffff;
}
.form-consulta .checkbox-cont {
  padding: 20px 0;
}
.form-consulta .container {
  position: relative;
  padding-left: 35px;
  margin-right: 15px;
  margin-bottom: 12px;
  font-size: 0.875rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 425px) {
  .form-consulta .container {
    display: block;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .form-consulta .container {
    display: block;
  }
}
.form-consulta .container:hover input ~ .checkmark {
  background-color: #ccc;
}
.form-consulta .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-consulta .container input:checked ~ .checkmark {
  background-color: #333366;
}
.form-consulta .container input:checked ~ .checkmark:after {
  display: block;
}
.form-consulta .container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.form-consulta .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ebebeb;
}
.form-consulta .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.escuela .nav-sec {
  background-color: #17a1cf;
  padding: 25px 0;
}
.escuela .nav-sec .auxi {
  max-width: 1200px !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;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media (max-width: 425px) {
  .escuela .nav-sec .auxi {
    -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) {
  .escuela .nav-sec .auxi {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .escuela .nav-sec .auxi {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .escuela .nav-sec .auxi {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.escuela .nav-sec .auxi .tit-escuela {
  -webkit-flex: 0 1 250px;
  -ms-flex: 0 1 250px;
  flex: 0 1 250px;
}
@media (max-width: 425px) {
  .escuela .nav-sec .auxi .tit-escuela {
    text-align: center;
    margin-bottom: 10px;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .escuela .nav-sec .auxi .tit-escuela {
    text-align: center;
    margin-bottom: 10px;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .escuela .nav-sec .auxi .tit-escuela {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .escuela .nav-sec .auxi .tit-escuela {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
.escuela .nav-sec .auxi .tit-escuela h1 {
  font-size: 1.25rem;
  line-height: 1.3;
  color: #ffffff;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.escuela .nav-sec .auxi .tit-escuela h1 a {
  color: #ffffff;
}
.escuela .nav-sec .auxi .navbar {
  padding: 0;
  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: 768px) and (max-width: 991px) {
  .escuela .nav-sec .auxi .navbar {
    padding-top: 20px;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .escuela .nav-sec .auxi .navbar {
    padding-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .escuela .nav-sec .auxi .navbar li {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.escuela .nav-sec .auxi .navbar li:last-child a {
  padding-right: 0;
}
.escuela .nav-sec .auxi .navbar li a {
  color: #ffffff;
  font-size: 0.875rem;
  transition: 0.2s all ease;
  padding-right: 15px;
}
.escuela .nav-sec .auxi .navbar li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.escuela .grid-box .box-bg .subtit {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .escuela .grid-box .box-bg .subtit {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .escuela .grid-box .box-bg .subtit {
    margin-left: 0;
    margin-right: 0;
  }
}
.escuela .grid-box .box-bg .pref {
  margin-bottom: 20px;
}
.escuela .arts .row {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.escuela .arts .col {
  margin-bottom: 20px;
}

.ufe .nav-sec {
  background-color: #17a1cf;
  padding: 25px 0;
}
.ufe .nav-sec .auxi {
  max-width: 1200px !important;
  display: block !important;
}
.ufe .nav-sec .auxi .tit-escuela {
  -webkit-flex: 0 1 250px;
  -ms-flex: 0 1 250px;
  flex: 0 1 250px;
}
@media (max-width: 425px) {
  .ufe .nav-sec .auxi .tit-escuela {
    text-align: center;
    margin-bottom: 10px;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .ufe .nav-sec .auxi .tit-escuela {
    text-align: center;
    margin-bottom: 10px;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ufe .nav-sec .auxi .tit-escuela {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .ufe .nav-sec .auxi .tit-escuela {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
.ufe .nav-sec .auxi .tit-escuela h1 {
  font-size: 1.25rem;
  line-height: 1.3;
  color: #ffffff;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.ufe .nav-sec .auxi .tit-escuela .epi {
  line-height: 1.6;
  font-size: 0.875rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  color: #ffffff;
}
.ufe .nav-sec .auxi .navbar {
  padding: 0;
  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: 768px) and (max-width: 991px) {
  .ufe .nav-sec .auxi .navbar {
    padding-top: 20px;
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .ufe .nav-sec .auxi .navbar {
    padding-top: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ufe .nav-sec .auxi .navbar li {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.ufe .nav-sec .auxi .navbar li:last-child a {
  padding-right: 0;
}
.ufe .nav-sec .auxi .navbar li a {
  color: #ffffff;
  font-size: 0.875rem;
  transition: 0.2s all ease;
  padding-right: 15px;
}
.ufe .nav-sec .auxi .navbar li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.ufe .auxi-block {
  width: 93%;
  position: relative;
  margin: 0 auto;
}
.ufe .auxi-block .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;
}
.ufe .auxi-block .swiper-wrapper .swiper-slide {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0);
}
.ufe .auxi-block .swiper-button-next-tres, .ufe .auxi-block .swiper-button-prev-tres, .ufe .auxi-block .swiper-button-next-cuatro, .ufe .auxi-block .swiper-button-prev-cuatro, .ufe .auxi-block .swiper-button-next-cinco, .ufe .auxi-block .swiper-button-prev-cinco {
  position: absolute;
  top: 50%;
  width: 24px;
  height: 45px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 24px 45px;
  background-position: center;
  background-repeat: no-repeat;
}
.ufe .auxi-block .swiper-button-next-tres, .ufe .auxi-block .swiper-button-next-cuatro, .ufe .auxi-block .swiper-button-next-cinco {
  background-image: url("../../imag/v1/icon/arrow_r_dos.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 24px 45px !important;
  z-index: 1 !important;
  width: 24px !important;
  height: 45px !important;
  right: -45px !important;
  left: auto;
  outline: none !important;
}
.ufe .auxi-block .swiper-button-prev-tres, .ufe .auxi-block .swiper-button-prev-cuatro, .ufe .auxi-block .swiper-button-prev-cinco {
  background-image: url("../../imag/v1/icon/arrow_l_dos.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 24px 45px !important;
  z-index: 1 !important;
  width: 24px !important;
  height: 45px !important;
  left: -45px !important;
  right: auto;
  outline: none !important;
}
.ufe .evento .auxi-agenda {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.ufe .evento .auxi-agenda .cont-fecha {
  padding: 0;
  -webkit-flex: 0 1 30%;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
}
.ufe .evento .auxi-agenda .cont-fecha .auxi-fecha {
  padding: 30px 10px;
  background: #333366;
  text-align: center;
}
.ufe .evento .auxi-agenda .cont-fecha .auxi-fecha .number {
  line-height: 1.3;
  font-size: 1.25rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  color: #ffffff;
}
.ufe .evento .auxi-agenda .cont-fecha .auxi-fecha .month {
  line-height: 1.3;
  font-size: 1rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  color: #ffffff;
}
.ufe .evento .auxi-agenda--card {
  -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;
}
.ufe .evento .auxi-agenda--card .cont-txt p {
  font-family: "Roboto Slab", serif !important;
  font-weight: 400 !important;
  margin-bottom: 15px !important;
  line-height: 1.6 !important;
  font-size: 0.875rem !important;
  color: #000000 !important;
}
.ufe .evento .auxi-agenda--card .cont-txt p strong {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.ufe .evento .auxi-agenda--card span {
  color: rgba(255, 255, 255, 0.8);
}
.ufe .evento .auxi-agenda .top-fecha {
  background: #333366;
  font-size: 1.875rem;
  color: #ffffff;
  line-height: 40px;
  padding: 10px 20px;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  width: 90%;
}
.ufe .evento .auxi-agenda .top-fecha h3 {
  font-size: 1.875rem;
  color: #ffffff;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.ufe .evento .auxi-agenda .cont-txt {
  padding: 30px 10px;
  -webkit-flex: 0 1 70%;
  -ms-flex: 0 1 70%;
  flex: 0 1 70%;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0);
}
.ufe .evento .auxi-agenda .cont-txt h3, .ufe .evento .auxi-agenda .cont-txt p {
  font-size: 1rem;
  color: #333366;
  line-height: 1.3;
  padding-bottom: 0;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.ufe .evento .auxi-agenda .cont-txt span {
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #808285;
}
.ufe .evento .auxi-agenda .cont-txt .item-uno {
  padding-top: 15px;
}
.ufe .evento .auxi-agenda:hover span {
  color: rgba(255, 255, 255, 0.8);
}
.ufe .evento .auxi-agenda:hover .cont-txt p, .ufe .evento .auxi-agenda:hover .cont-txt a {
  color: #000000;
}
.ufe .evento .auxi-agenda:hover .cont-txt h3 {
  color: #000000;
}
.ufe .beneficios .cont-tit .tit {
  color: #ffffff;
}
.ufe .beneficios .beneficio {
  background: #ffffff;
  -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;
  min-height: 45px;
  padding: 5px 0;
  margin-bottom: 15px;
}
.ufe .beneficios .beneficio h4.tit {
  padding: 0 30px 0 10px;
  background-image: url("../../imag/v1/icon/arrow_r_d.png") !important;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 15px 15px;
  width: 100%;
  font-size: 0.875rem !important;
  color: #000000;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  line-height: 130%;
}
.ufe .beneficios .beneficio h4.tit a {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #000000;
}
.ufe .bottom-beneficios {
  width: 100%;
  margin: 30px auto;
  padding: 20px 0 0 0;
  border-top: 1px solid #ffffff;
}
.ufe .bottom-beneficios a {
  float: right;
  font-size: 1.125rem !important;
  color: #ffffff;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  background-image: url("../../imag/v1/icon/box-arrow.png") !important;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 31px 31px;
  padding: 10px 10px 10px 50px;
}
.ufe .descarga-sec .beneficio {
  background: #EBEBEB;
  -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;
  min-height: 45px;
  padding: 5px 0;
  margin-bottom: 15px;
}
.ufe .descarga-sec .beneficio h4.tit {
  padding: 10px 55px 10px 10px;
  background-image: url("../../imag/v1/icon/box-arrow.png") !important;
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 31px 31px;
  width: 100%;
  font-size: 0.875rem !important;
  color: #000000;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.ufe .descarga-sec .beneficio h4.tit a {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #000000;
  line-height: 130%;
}
.ufe .breadcrumbs .breadcrumb {
  color: #ffffff;
}
.ufe .breadcrumbs .breadcrumb a {
  color: #ffffff;
}
.ufe .breadcrumbs .breadcrumb:after {
  color: #ffffff;
}
.ufe .bloq-full-2.beneficios {
  background: #EBEBEB;
  padding: 30px 0;
}
@media (max-width: 425px) {
  .ufe .bloq-full-2.beneficios {
    display: block;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .ufe .bloq-full-2.beneficios {
    display: block;
  }
}
.ufe .bloq-full-2.beneficios .cont-txt .container {
  padding-top: 0;
}
.ufe .bloq-full-2.beneficios .cont-txt .container h2 {
  margin-bottom: 20px;
}
.ufe .bloq-full-2.beneficios .row {
  -ms-flex-align: start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.ufe .bloq-full-2.beneficios .cont-txt, .ufe .bloq-full-2.beneficios .row {
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.ufe .bloq-full-2 {
  margin-bottom: 0;
}
.ufe .bloq-full-2 .img-wrap {
  -webkit-flex: 0 1 33%;
  -ms-flex: 0 1 33%;
  flex: 0 1 33%;
}
@media (max-width: 425px) {
  .ufe .bloq-full-2 .img-wrap {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .ufe .bloq-full-2 .img-wrap {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
.ufe .bloq-full-2 .cont-txt {
  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;
  -webkit-flex: 0 1 67%;
  -ms-flex: 0 1 67%;
  flex: 0 1 67%;
}
@media (max-width: 425px) {
  .ufe .bloq-full-2 .cont-txt {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .ufe .bloq-full-2 .cont-txt {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    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;
  }
}
.ufe .bloq-full-2 .cont-txt .container {
  max-width: 900px;
  padding-top: 50px;
  padding-bottom: 40px;
  padding-right: 80px;
  padding-left: 20px;
}
.ufe .bloq-full-2 .cont-txt .container p {
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 0.875rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  color: #000000;
}
.ufe .bloq-full-2 .cont-txt .container p strong {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.ufe .grid-box .box-bg .subtit {
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .ufe .grid-box .box-bg .subtit {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ufe .grid-box .box-bg .subtit {
    margin-left: 0;
    margin-right: 0;
  }
}
.ufe .grid-box .box-bg .pref {
  margin-bottom: 20px;
}
.ufe .becas a .cont-txt {
  padding: 0;
}
.ufe .becas a .cont-txt h3 {
  padding: 20px;
  color: #ffffff;
  text-align: center;
  min-height: 180px;
}
.ufe .becas a .cont-txt .footer-art {
  padding: 20px;
}
.ufe .becas a .cont-txt .footer-art span {
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #808285;
  float: left;
  clear: both;
  margin-bottom: 20px;
}
.ufe .becas a .cont-txt .footer-art span strong {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.ufe .becas a:hover .footer-art span {
  color: rgba(255, 255, 255, 0.8);
}
.ufe ul.servicios li {
  background-image: url("../../imag/v1/icon/bullet.png") !important;
  background-repeat: no-repeat;
  background-position: 15px 5px;
  background-size: 10px 10px;
  width: 100%;
  padding: 0 0 10px 35px;
  margin-bottom: 15px;
}
.ufe ul.servicios li a {
  font-size: 0.875rem !important;
  color: #000000;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
.ufe .contenido-contacto {
  display: block;
  padding: 15px;
}
.ufe .contenido-contacto h4.tit {
  line-height: 1.6;
  font-size: 1.25rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  margin-bottom: 15px;
}
.ufe .contenido-contacto p {
  line-height: 1.3;
  font-size: 0.875rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
}
.ufe .contenido-contacto + .contenido-contacto {
  border-left: 1px solid #af842a;
}

.separa.dos {
  margin-top: 40px;
}

.pie-seccion {
  margin: 15px auto 0;
  line-height: 1.3;
  font-size: 0.875rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #595959;
  display: table;
}

.swiper-container--ufe {
  max-width: 87%;
  position: static !important;
}
.swiper-container--ufe .swiper-wrapper .swiper-slide {
  border-left: 1px solid #ebebeb;
}
.swiper-container--ufe .swiper-button-next {
  background-image: url("../../imag/v1/icon/arrow_r_dos.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 24px 45px !important;
  z-index: 1 !important;
  width: 24px !important;
  height: 45px !important;
  right: 0 !important;
  left: auto;
  outline: none !important;
}
.swiper-container--ufe .swiper-button-prev {
  background-image: url("../../imag/v1/icon/arrow_l_dos.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 24px 45px !important;
  z-index: 1 !important;
  width: 24px !important;
  height: 45px !important;
  left: 0 !important;
  right: auto;
  outline: none !important;
}

.prod-content {
  position: relative;
}

.arts .auxi article.ufe:hover .cont-txt {
  background: #ffffff;
  color: #000000;
}

.arts.bg-gris .auxi .row .col.xs-12.sm-12.md-4.lg-4 {
  -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;
  -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;
}

.adj-port li {
  float: left;
  clear: both;
  margin: 0 15px 15px 0;
  width: 250px;
}
.adj-port li a {
  background: #333366;
  border-radius: 10px;
  line-height: 24px;
  font-size: 1.125rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #ffffff;
  padding: 10px;
  float: left;
  background-image: url("../../imag/v1/icon/arrow_w.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 15px center !important;
  background-size: 21px 24px !important;
  padding: 15px 10px 15px 50px;
}

.beneficios .cont-tit.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;
  -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;
}
.beneficios .cont-tit.dos .tit {
  margin-bottom: 15px;
}
.beneficios .cont-tit.dos p {
  line-height: 21px;
  font-size: 1rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  color: #ffffff;
}

.desacado .bottom {
  background: #ffffff !important;
}

.fuas__art .top {
  min-height: 100px;
  -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;
  background: #1091BC;
  margin-bottom: 15px;
  padding: 15px 15px 15px 45px;
  background-image: url("../../imag/v1/icon/arrow_w_dos.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 15px center !important;
  background-size: 16px 26px !important;
  width: 100%;
}
.fuas__art .top .auxi-top h4 {
  float: left;
  clear: both;
  line-height: 24px;
  font-size: 1.125rem;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #E5E5E5;
}
.fuas__art .top .auxi-top h4 a {
  color: #ffffff;
}
.fuas__art .top .auxi-top span {
  float: left;
  clear: both;
  line-height: 16px;
  font-size: 0.875rem;
  font-family: "Roboto Slab", serif;
  font-weight: 700;
  color: #E5E5E5;
}
.fuas__art .bajada {
  min-height: 100px;
  -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;
  margin-bottom: 15px;
  width: 100%;
}
.fuas__art .bajada .txt_bajada {
  line-height: 16px;
  font-size: 0.75rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  color: #000000;
  background: #ffffff;
  padding: 15px;
  height: 100%;
  -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;
}
.fuas__art .bottom {
  min-height: 100px;
  -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;
  background: #C4C4C4;
  padding: 15px;
  line-height: 16px;
  font-size: 0.75rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  color: #000000;
  width: 100%;
}
.fuas__art .bottom p {
  line-height: 17px;
  font-size: 0.8125rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  color: #000000;
}

.ufeDos .breadcrumbs, body.investigacion .breadcrumbs {
  padding: 0 0 15px;
}
.ufeDos .anchor_mobile.mobile, body.investigacion .anchor_mobile.mobile {
  color: #333366;
  border-color: #ffffff !important;
  background-image: url("../../imag/v1/icon/chevron_d_w.png") !important;
  padding: 10px 40px 10px 10px !important;
}

#preguntas.beneficios.dos {
  padding: 0;
}
#preguntas.beneficios.dos .auxi {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 425px) {
  #preguntas.beneficios.dos .auxi {
    padding: 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) {
  #preguntas.beneficios.dos .auxi {
    padding: 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: 768px) and (max-width: 991px) {
  #preguntas.beneficios.dos .auxi {
    padding: 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;
  }
}
#preguntas.beneficios.dos .auxi .col {
  border-left-width: 0;
}
#preguntas.beneficios.dos .auxi .box--preguntas.bg-celeste-dos {
  padding: 40px 4vw;
}
#preguntas.beneficios.dos .auxi .box--preguntas.bg-celeste-dos .row {
  margin-left: -18px;
}
#preguntas.beneficios.dos .auxi .box--preguntas.bg-celeste-dos .row .col {
  border-left-width: 18px;
}
#preguntas.beneficios.dos .auxi .box--preguntas.bg-gris-dos {
  padding: 40px 4vw;
  background-color: #EBEBEB;
}
#preguntas.beneficios.dos .auxi .cont-tit .tit {
  color: #333366;
}
@media (max-width: 425px) {
  #preguntas.beneficios.dos .table-responsive {
    margin: 0 0 20px;
    overflow: auto;
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  #preguntas.beneficios.dos .table-responsive {
    margin: 0 0 20px;
    overflow: auto;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #preguntas.beneficios.dos .table-responsive {
    margin: 0 0 20px;
    overflow: auto;
    width: 100%;
  }
}
#preguntas.beneficios.dos table {
  width: 100%;
}
#preguntas.beneficios.dos table thead tr {
  background: #1091BC;
}
#preguntas.beneficios.dos table thead th {
  padding: 10px 15px;
  text-align: left;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
#preguntas.beneficios.dos table tbody tr td {
  padding: 10px;
  text-align: left;
  color: #000000;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  background: #fff;
  border-right: 3px solid #EBEBEB;
  border-bottom: 3px solid #EBEBEB;
}

.port__congreso {
  padding: 0;
}
.port__congreso .flex-art {
  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-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 425px) {
  .port__congreso .flex-art {
    display: block;
  }
}
.port__congreso .img-art {
  width: auto;
  max-width: 100%;
  margin-top: 20px;
  -ms-flex-item-align: start;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
@media (max-width: 425px) {
  .port__congreso .img-art {
    width: 100%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .port__congreso .img-art {
    width: 100px;
  }
}
.port__congreso .CUERPO {
  font-size: 1rem;
  color: #373737;
  line-height: 30px;
  width: 100%;
}
.port__congreso .CUERPO .titulos {
  color: #000000;
  font-size: 2rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-weight: 600;
}
.port__congreso .CUERPO .resalta {
  color: #000000;
  font-size: 1.625rem;
}
.port__congreso .CUERPO p {
  font-size: 1rem;
  line-height: 30px;
  color: #373737;
}
.port__congreso .CUERPO p .titulos {
  color: #000000;
  font-size: 2rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-weight: 600;
}
.port__congreso .CUERPO p .resalta {
  color: #000000;
  font-size: 1.625rem;
}
.port__congreso .enc-bg:before {
  background-color: rgba(23, 161, 207, 0);
}
.port__congreso .enc-bg .enc-main .epig {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
.port__congreso .enc-bg .enc-main h1 {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.port__congreso .enc-bg .enc-main p {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  max-width: 850px;
}
.port__congreso .arts-cont .bloq-full-2 {
  padding: 0;
}
.port__congreso .dest-main .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #9B54FF;
}
.port__congreso .dest-main .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 22px;
  height: 22px;
  background: #ffffff;
}
.port__congreso .cont-tit {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.port__congreso .cont-tit .tit {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
.port__congreso .btn {
  background-color: #9C5CB1;
  border: 1px solid #9C5CB1;
  border-radius: 15px;
  height: 40px;
  font-size: 1rem;
  color: #ffffff !important;
  text-decoration: none !important;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  display: block;
  float: left;
  clear: both;
  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;
  padding: 0 5px;
  min-width: 200px;
}
.port__congreso .btn:hover {
  color: #9C5CB1 !important;
  background-color: #ffffff !important;
  border: 1px solid #9C5CB1 !important;
}
.port__congreso .btn--cierre {
  margin: 30px 42.56%;
}
.port__congreso .bloq-full-2 .cont-txt .container {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
}
.port__congreso .bloq-full-2 .cont-txt .container .titulos {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  line-height: 37.54px;
  font-size: 2rem;
  margin-bottom: 15px;
  float: left;
  clear: both;
}
.port__congreso .bloq-full-2 .cont-txt .container ul {
  float: left;
  clear: both;
  margin: 10px 0;
  padding: 0 0 0 10px;
}
.port__congreso .bloq-full-2 .cont-txt .container ul li {
  list-style-type: disc;
}
.port__congreso .bloq-full-2 .cont-txt .container ul li::marker {
  color: #9C5CB1;
}
.port__congreso .bloq-full-2 .cont-txt .container strong {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.port__congreso .bloq-full-2 .cont-txt .container p {
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #373737;
  float: left;
  clear: both;
}
.port__congreso .bloq-full-2 .cont-txt .container p ul {
  float: left;
  clear: both;
  margin: 10px 0;
  padding: 0 0 0 10px;
}
.port__congreso .bloq-full-2 .cont-txt .container p ul li {
  list-style-type: disclosure-closed;
}
.port__congreso .bloq-full-2 .cont-txt .container p ul li::marker {
  color: #9C5CB1;
}
.port__congreso .bloq-full-2 .cont-txt .container p img {
  width: auto;
  max-width: 100%;
}
.port__congreso .bloq-full-2 .cont-txt .container p .titulos {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  line-height: 37.54px;
  font-size: 2rem;
  margin-bottom: 15px;
  float: left;
  clear: both;
}
.port__congreso .bloq-full-2 .cont-txt .container p strong {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #373737;
}
.port__congreso .bloq-full-2 .cont-txt .container p a {
  color: #48158F;
  text-decoration: underline;
}
.port__congreso .bloq-full-2 .cont-txt .container p a:hover {
  text-decoration: none;
}
.port__congreso .bloq-full-2.top {
  -ms-flex-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 70px 0;
}
@media (max-width: 425px) {
  .port__congreso .bloq-full-2.top {
    padding: 20px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .port__congreso .bloq-full-2.top {
    padding: 20px 0;
  }
}
.port__congreso .bloq-full-2.top .cont-txt {
  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: 0 1 80%;
  -ms-flex: 0 1 80%;
  flex: 0 1 80%;
  margin: 0 auto;
}
@media (max-width: 425px) {
  .port__congreso .bloq-full-2.top .cont-txt {
    -webkit-flex: 0 1 93%;
    -ms-flex: 0 1 93%;
    flex: 0 1 93%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .port__congreso .bloq-full-2.top .cont-txt {
    -webkit-flex: 0 1 93%;
    -ms-flex: 0 1 93%;
    flex: 0 1 93%;
  }
}
.port__congreso .bloq-full-2.top .cont-txt .container {
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}
@media (max-width: 425px) {
  .port__congreso .bloq-full-2.top .cont-txt .container {
    padding: 0 !important;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .port__congreso .bloq-full-2.top .cont-txt .container {
    padding: 0 !important;
  }
}
.port__congreso .bloq-full-2.top .cont-txt .container .titulos {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  line-height: 37.54px;
  font-size: 2rem;
  margin-bottom: 15px;
  float: left;
  clear: both;
}
.port__congreso .bloq-full-2.top .cont-txt .container p {
  margin-bottom: 15px;
  line-height: 30px;
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #373737;
  float: left;
  clear: both;
}
.port__congreso .bloq-full-2.top .cont-txt .container p img {
  width: auto;
  max-width: 100%;
}
.port__congreso .bloq-full-2.top .cont-txt .container p .titulos {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  line-height: 37.54px;
  font-size: 2rem;
  margin-bottom: 15px;
  float: left;
  clear: both;
}
.port__congreso .bloq-full-2.top .cont-txt .container p strong {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  color: #373737;
}
.port__congreso .bloq-full-2.top .cont-txt .container p a {
  color: #48158F;
  text-decoration: underline;
}
.port__congreso .bloq-full-2.top .cont-txt .container p a:hover {
  text-decoration: none;
}

.header--congreso .auxi .main-navbar {
  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;
}
.header--congreso .auxi .main-navbar .cont-logo {
  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--congreso .auxi .main-navbar .cont-logo .logo img {
  max-width: 100%;
  width: auto;
}
.header--congreso .auxi .main-navbar .cont-navbar {
  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--congreso .auxi .main-navbar .cont-navbar .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;
  padding: 0;
  gap: 20px;
}
.header--congreso .auxi .main-navbar .cont-navbar .cont-links li {
  padding: 0;
}
.header--congreso .auxi .main-navbar .cont-navbar .cont-links li a {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 21.79px;
  color: #000;
  padding: 0;
  margin-right: 0;
}
.header--congreso .auxi .main-navbar .cont-navbar .cont-links li:hover a {
  color: #48158F;
}
.header--congreso .auxi .main-navbar .cont-navbar .cont-links li:first-child > a {
  background-color: #fff;
}
.header--congreso .menu-responsive .menu li a {
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  padding: 10px 9px;
}
.header--congreso .menu-responsive .menu-icon {
  padding: 15px 0;
}
.header--congreso .menu-responsive .cont-logo img {
  width: 200px;
}

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

.footer__congreso {
  border-top: 4px solid #ffffff;
  background-color: #ffffff;
  padding: 40px 0 20px;
}
.footer--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: 100px;
  margin: 0 0 80px;
}
@media (max-width: 425px) {
  .footer--logos {
    gap: 10px;
    margin: 0 0 30px;
    -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) {
  .footer--logos {
    gap: 10px;
    margin: 0 0 20px;
  }
}
.footer--logos 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;
}
.footer--logos li a img {
  max-width: 100%;
  width: auto;
}
.footer--rss {
  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;
  margin: 0 0 20px;
}
.footer--rss 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;
}
.footer--rss li a img {
  max-width: 100%;
  width: auto;
}
.footer--pie {
  text-align: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #373737;
}
.footer--pie a {
  text-decoration: underline;
  color: #373737;
}

.taxport .enc-main.filter {
  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-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 425px) {
  .taxport .enc-main.filter {
    -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;
    -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) {
  .taxport .enc-main.filter {
    -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;
    -ms-flex-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.taxport .enc-main.filter h1 {
  line-height: 1.3;
  text-align: left;
  -webkit-flex: 1 0 25%;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
}
.taxport .enc-main.filter .cont-filter form {
  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-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 425px) {
  .taxport .enc-main.filter .cont-filter form {
    margin-top: 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) {
  .taxport .enc-main.filter .cont-filter form {
    margin-top: 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: 768px) and (max-width: 991px) {
  .taxport .enc-main.filter .cont-filter form {
    margin-top: 20px;
  }
}
.taxport .enc-main.filter .cont-filter form .form-group {
  margin-right: 15px;
}
@media (max-width: 425px) {
  .taxport .enc-main.filter .cont-filter form .form-group {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .taxport .enc-main.filter .cont-filter form .form-group {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.taxport .enc-main.filter .cont-filter form h3 {
  text-align: left;
  margin-bottom: 10px;
}
.taxport .enc-main.filter .cont-filter form select {
  width: 250px;
}
.taxport .enc-main.filter .cont-filter form .cont-btn {
  padding-top: 0;
}
.taxport .enc-main.filter .cont-filter form .cont-btn .btn-more {
  display: inline-block;
  font-size: 0.875rem !important;
  color: #ffffff;
  background-color: #333366;
  padding: 10px 20px;
  border: 1px solid #333366;
  border-radius: 4px;
  letter-spacing: 0.2px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
.taxport .enc-main.filter .cont-filter form .cont-btn .btn-more {
  transition: 0.3s all ease;
}
.taxport .enc-main.filter .cont-filter form .cont-btn .btn-more:hover {
  background-color: #af842a;
  border-color: #af842a;
}
.taxport .taxlist .auxi {
  max-width: 1200px !important;
}
@media (max-width: 425px) {
  .taxport .taxlist .arts {
    padding: 30px 15px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .taxport .taxlist .arts {
    padding: 30px 15px;
  }
}
.taxport .taxlist .cont-txt {
  padding: 25px;
}
.taxport .taxlist .row {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.taxport .taxlist article {
  padding-bottom: 20px;
}

.results .search-desp {
  margin-top: 50px;
  padding-left: 20px;
}
.results .search-desp .auxi {
  max-width: 900px !important;
}
.results .search-desp .auxi .search-criteria {
  margin-bottom: 10px;
}
.results .search-desp .auxi .search-criteria span {
  font-size: 1.25rem;
  color: #373737;
}
.results .search-desp .auxi .search-criteria .criterio {
  color: #af842a;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.results .search-desp .auxi .results-number {
  font-size: 0.875rem;
  color: #4e4e4e;
}
.results .arts {
  padding-top: 30px;
}
.results .arts .auxi {
  max-width: 900px !important;
}
.results .arts .auxi article {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.results .arts .auxi article .cont-txt {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  padding: 20px 30px;
}
.results .arts .auxi article .bajada {
  padding-right: 120px;
}
@media (max-width: 425px) {
  .results .arts .auxi article .bajada {
    padding-right: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .results .arts .auxi article .bajada {
    padding-right: 0;
  }
}

.port-gen .bloq-full-2 {
  padding-bottom: 0;
  padding-top: 0;
}

.sitemap {
  border-top: 1px solid #eeeeee;
}
.sitemap .content_sitemap {
  background-color: #ffffff;
  padding: 60px 0;
}
@media (max-width: 425px) {
  .sitemap .content_sitemap {
    padding: 20px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .sitemap .content_sitemap {
    padding: 30px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sitemap .content_sitemap {
    padding: 40px 0;
  }
}
.sitemap .content_sitemap .auxi {
  max-width: 1000px;
}
.sitemap .cont_tit {
  margin: 80px 0;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
}
@media (max-width: 425px) {
  .sitemap .cont_tit {
    margin: 40px 10px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .sitemap .cont_tit {
    margin: 40px 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sitemap .cont_tit {
    margin: 40px 20px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .sitemap .cont_tit {
    margin: 40px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1278px) {
  .sitemap .cont_tit {
    margin: 40px 20px;
  }
}
.sitemap .cont_tit .tit {
  font-size: 2.1875rem;
}
@media (max-width: 425px) {
  .sitemap .cont_tit .tit {
    font-size: 2rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .sitemap .cont_tit .tit {
    font-size: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sitemap .cont_tit .tit {
    font-size: 2.3rem;
  }
}
.sitemap .cont_tit .baj {
  margin-top: 20px;
  margin-bottom: 10px;
}
.sitemap .cont_tit p {
  font-size: 0.875rem;
  color: #af842a;
  line-height: 1.3;
}
@media (max-width: 425px) {
  .sitemap .cont_tit p {
    font-size: 0.9rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .sitemap .cont_tit p {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sitemap .cont_tit p {
    font-size: 0.9rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .sitemap .lista_sitio {
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sitemap .lista_sitio {
    padding: 0 20px;
  }
}
@media (min-width: 992px) and (max-width: 1277px) {
  .sitemap .lista_sitio {
    padding: 0 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1278px) {
  .sitemap .lista_sitio {
    padding: 0 20px;
  }
}
.sitemap .lista_sitio .lista_seccion {
  margin-bottom: 30px;
}
@media (max-width: 425px) {
  .sitemap .lista_sitio .lista_seccion {
    margin-left: 0;
    margin-bottom: 10px;
    padding: 15px;
  }
}
.sitemap .lista_sitio .lista_seccion h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.sitemap .lista_sitio .lista_seccion h2:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background-color: #d4d4d4;
  bottom: 5px;
  left: 0;
  transition: 0.6s all ease;
}
.sitemap .lista_sitio .lista_seccion h2:hover:after {
  width: 80px;
}
.sitemap .lista_sitio .lista_seccion h2 a {
  color: #333366;
  font-size: 1.25rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.sitemap .lista_sitio .lista_seccion h2 a:hover {
  color: #333366;
  transition: 0.2s all ease;
}
.sitemap .lista_sitio .lista_seccion h3 {
  font-size: 0.9rem;
  margin-bottom: 15px;
  padding-left: 10px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.sitemap .lista_sitio .lista_seccion h3 a {
  color: #af842a;
}
.sitemap .lista_sitio .lista_seccion h3 a:hover {
  color: #333366;
  transition: 0.2s all ease;
}
.sitemap .lista_sitio .lista_seccion ul {
  margin-top: 25px;
  margin-left: 10px;
  border-left: 3px solid #ebebeb;
}
.sitemap .lista_sitio .lista_seccion ul li {
  margin: 17px 0 17px 20px;
}
.sitemap .lista_sitio .lista_seccion ul li a {
  color: #808285;
  font-size: 0.8125rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
.sitemap .lista_sitio .lista_seccion ul li a:hover {
  color: #333366;
  transition: 0.2s all ease;
}

@media (max-width: 425px) {
  .error_404 .cont_msj {
    padding: 30px 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .error_404 .cont_msj {
    padding: 30px 0;
  }
}
.error_404 .voucher {
  max-width: 680px;
  margin: 0 auto;
  padding: 70px 40px;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
}
@media (max-width: 425px) {
  .error_404 .voucher {
    -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;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .error_404 .voucher {
    -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;
  }
}
.error_404 .voucher .img-wrap {
  -webkit-flex: 0 1 189px;
  -ms-flex: 0 1 189px;
  flex: 0 1 189px;
}
@media (max-width: 425px) {
  .error_404 .voucher .img-wrap {
    -webkit-flex: 0 1 100px;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .error_404 .voucher .img-wrap {
    -webkit-flex: 0 1 100px;
    -ms-flex: 0 1 100px;
    flex: 0 1 100px;
  }
}
.error_404 .voucher .cont-txt {
  text-align: left;
  margin-left: 30px;
}
@media (max-width: 425px) {
  .error_404 .voucher .cont-txt {
    margin-left: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .error_404 .voucher .cont-txt {
    margin-left: 0;
  }
}
.error_404 .voucher .cont-txt .subtit {
  font-size: 1.875rem;
  text-transform: uppercase;
  padding-bottom: 15px;
  color: #af842a;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .error_404 .voucher .cont-txt .subtit {
    font-size: 1.375rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .error_404 .voucher .cont-txt .subtit {
    font-size: 1.375rem;
  }
}
.error_404 .voucher .cont-txt .baj {
  font-size: 1.125rem;
  color: #af842a;
  line-height: 1.4;
  margin-bottom: 20px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
.error_404 .voucher .cont-txt .pref {
  font-size: 0.875rem;
  line-height: 1.4;
  color: #808285;
  padding-right: 60px;
}
@media (max-width: 425px) {
  .error_404 .voucher .cont-txt .pref {
    padding-right: 0;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .error_404 .voucher .cont-txt .pref {
    padding-right: 0;
  }
}

#copy_div {
  background: #ffffff !important;
  background-color: #ffffff !important;
  height: auto !important;
  padding: 12px 15px !important;
  width: auto !important;
  border-radius: 5px;
  color: #333366 !important;
  -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.3);
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}

.social_port .title-cat {
  text-align: center;
  padding-bottom: 30px;
}
.social_port .title-cat .social_title {
  font-size: 48px;
  color: #333366;
  line-height: 100%;
  letter-spacing: 2px;
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
}
@media (max-width: 425px) {
  .social_port .title-cat .social_title {
    font-size: 1.875rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .social_port .title-cat .social_title {
    font-size: 1.875rem;
  }
}
.social_port .tab-bar {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 25px;
  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: 425px) {
  .social_port .tab-bar {
    overflow-x: scroll;
    -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) {
  .social_port .tab-bar {
    overflow-x: scroll;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.social_port .btn-cont {
  width: auto !important;
}
@media (max-width: 425px) {
  .social_port .btn-cont {
    border: 0;
    -webkit-flex: 1 0 37%;
    -ms-flex: 1 0 37%;
    flex: 1 0 37%;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .social_port .btn-cont {
    border: 0;
    -webkit-flex: 1 0 32%;
    -ms-flex: 1 0 32%;
    flex: 1 0 32%;
  }
}
.social_port .btn-cont .tablink2 {
  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-lines: single;
  -moz-box-lines: single;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.social_port .btn-cont .tablink2:before {
  content: "";
  position: relative;
  margin-right: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #9fa2a5;
}
@media (max-width: 425px) {
  .social_port .btn-cont .tablink2:before {
    background-size: 16px;
    width: 26px;
    height: 26px;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .social_port .btn-cont .tablink2:before {
    background-size: 16px;
    width: 26px;
    height: 26px;
  }
}
.social_port .btn-cont .tablink2.activo2:before {
  background-color: #333366;
}
.social_port .btn-cont:first-child .tablink2:before {
  background-image: url("../../imag/v1/icon/ic_twitter.png");
}
.social_port .btn-cont:nth-child(2) .tablink2:before {
  background-image: url("../../imag/v1/icon/ic_facebook.png");
}
.social_port .btn-cont:nth-child(3) .tablink2:before {
  background-image: url("../../imag/v1/icon/ic_instagram.png");
}
.social_port .btn-cont:nth-child(4) .tablink2:before {
  background-image: url("../../imag/v1/icon/ic_youtube.png");
}
.social_port .btn-cont:nth-child(5) .tablink2:before {
  background-image: url("../../imag/v1/icon/ic_linkedin.png");
}
.social_port .btn-cont:first-child .activo2:after {
  -webkit-flex: 0 1 60%;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
}
.social_port .btn-cont:nth-child(2) .activo2:after {
  -webkit-flex: 0 1 68%;
  -ms-flex: 0 1 68%;
  flex: 0 1 68%;
}
.social_port .btn-cont:nth-child(3) .activo2:after {
  -webkit-flex: 0 1 71%;
  -ms-flex: 0 1 71%;
  flex: 0 1 71%;
}
.social_port .btn-cont:nth-child(4) .activo2:after {
  -webkit-flex: 0 1 65%;
  -ms-flex: 0 1 65%;
  flex: 0 1 65%;
}
.social_port .btn-cont:nth-child(5) .activo2:after {
  -webkit-flex: 0 1 68%;
  -ms-flex: 0 1 68%;
  flex: 0 1 68%;
}
.social_port .tablink2 {
  position: relative;
  padding-left: 5px;
  color: #9fa2a5;
  font-size: 1.25rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 425px) {
  .social_port .tablink2 {
    font-size: 0.875rem;
  }
}
@media (min-width: 426px) and (max-width: 767px) {
  .social_port .tablink2 {
    font-size: 0.875rem;
  }
}
.social_port .activo2 {
  color: #333366;
}
.social_port .activo2:after {
  content: "";
  position: relative;
  display: block;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #333366;
}

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