/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-Lgt.woff2") format("woff2"), url("../fonts/Arial-Lgt.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/ArialMT.woff2") format("woff2"), url("../fonts/ArialMT.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial-BoldMT.woff2") format("woff2"), url("../fonts/Arial-BoldMT.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/ArialMTBlack.woff2") format("woff2"), url("../fonts/ArialMTBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lota Grotesque";
  src: url("../fonts/LotaGrotesqueAlt1-Black.woff2") format("woff2"), url("../fonts/LotaGrotesqueAlt1-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lota Grotesque";
  src: url("../fonts/LotaGrotesqueAlt1-Regular.woff2") format("woff2"), url("../fonts/LotaGrotesqueAlt1-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lota Grotesque";
  src: url("../fonts/LotaGrotesqueAlt1-Bold.woff2") format("woff2"), url("../fonts/LotaGrotesqueAlt1-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lota Grotesque";
  src: url("../fonts/LotaGrotesqueAlt1-Light.woff2") format("woff2"), url("../fonts/LotaGrotesqueAlt1-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1290px;
  }
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-big {
  margin-right: -42px;
  margin-left: -42px;
}

.row.row-big > [class*=col-] {
  padding-right: 42px;
  padding-left: 42px;
}

.row.row-big2 {
  margin-right: -38px;
  margin-left: -38px;
}

.row.row-big2 > [class*=col-] {
  padding-right: 38px;
  padding-left: 38px;
}

.row.row-md {
  margin-right: -25px;
  margin-left: -25px;
}

.row.row-md > [class*=col-] {
  padding-right: 25px;
  padding-left: 25px;
}

@media only screen and (max-width: 991px) {
  .row.row-big {
    margin-right: -12px;
    margin-left: -12px;
  }
  .row.row-big > [class*=col-] {
    padding-right: 12px;
    padding-left: 12px;
  }
  .row.row-big2 {
    margin-right: -12px;
    margin-left: -12px;
  }
  .row.row-big2 > [class*=col-] {
    padding-right: 12px;
    padding-left: 12px;
  }
  .row.row-md {
    margin-right: -12px;
    margin-left: -12px;
  }
  .row.row-md > [class*=col-] {
    padding-right: 12px;
    padding-left: 12px;
  }
}
.titulo {
  font-size: 42px;
  line-height: 1.2;
  margin-top: 0;
  color: #001040;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Lota Grotesque";
}
.titulo span {
  display: block;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .titulo {
    font-size: 30px;
  }
}

.titulo2 {
  font-size: 32px;
  line-height: 1.2;
  color: #001040;
  margin-top: 0;
  margin-bottom: 2.5rem;
}
.titulo2 span {
  display: inline-block;
}

p {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 1.5rem;
  color: #000;
  font-weight: 300;
}

.main-content {
  padding-top: 76px;
}
@media only screen and (max-width: 1200px) {
  .main-content {
    padding-top: 70px;
  }
}

.py-50 {
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .py-50 {
    padding: 40px 0;
  }
}

.py-60 {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .py-60 {
    padding: 40px 0;
  }
}

.py-100 {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .py-100 {
    padding: 60px 0;
  }
}

.img {
  width: 100%;
}
.img img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .img {
    margin-bottom: 1rem;
  }
}

.texto-pr {
  padding-right: 40px;
}
@media only screen and (max-width: 991px) {
  .texto-pr {
    padding-right: 0;
  }
}

.bg-gray {
  background: rgb(242, 242, 242);
}

.titulo-5 {
  font-weight: 300;
  font-size: 2rem;
  color: #001040;
  margin: 0;
}

.texto-big {
  font-size: 2rem;
  font-weight: 300;
  color: #001040;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .texto-big {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 991px) {
  .valores {
    padding-top: 2rem;
  }
}
.valores h4 {
  margin: 0 0 0.5rem;
  font-size: 1.55rem;
  font-weight: 300;
  color: #000;
}
.valores .item-valor {
  padding-right: 1rem;
}
.valores .item-valor h5 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #001040;
  margin: 0 0 0.3rem;
}
.valores .item-valor p {
  font-weight: 300;
  color: #000;
}

.w-video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  /* Then style the iframe to fit in the container div with full height and width */
}
.w-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.btn-primary {
  background: #fff;
  border: 1px solid #001040;
  color: #001040;
  font-size: 1rem;
  font-weight: bold;
  width: 160px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transform: skew(-15deg);
  transition: all 0.3s ease;
  font-family: "Lota Grotesque";
}
.btn-primary:hover {
  border-color: #3153E4;
  color: #3153E4;
  background: #fff;
}
.btn-primary span {
  transform: skew(15deg);
}
.btn-primary.big {
  width: 262px;
}
.btn-primary.azul {
  background: #3153E4;
  color: #fff;
  border-color: #3153E4;
}
.btn-primary.azul:hover {
  border-color: #001040;
  color: #fff;
  background: #001040;
}
.btn-primary.b-azul {
  color: #3153E4;
  border-color: #3153E4;
}
.btn-primary.b-azul:hover {
  background: #3153E4;
  color: #fff;
}

.btn-secundary {
  background: #001040;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  width: 170px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  transform: skew(-15deg);
  transition: all 0.3s ease;
  font-family: "Lota Grotesque";
}
.btn-secundary span {
  transform: skew(15deg);
}
.btn-secundary:hover {
  background: #3153E4;
  color: #fff;
}

.btn-link {
  font-size: 1rem;
  display: inline-block;
  padding: 10px 5px;
  font-family: "Lota Grotesque";
}
.btn-link:hover {
  text-decoration: underline;
}

.btn-teck {
  background: #fff;
  border: 1px solid #3153E4;
  color: #3153E4;
  font-size: 1rem;
  font-weight: bold;
  width: 170px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  position: relative;
  transform: skew(-15deg);
  font-family: "Lota Grotesque";
}
.btn-teck span {
  transform: skew(15deg);
  color: #3153E4;
}
.btn-teck:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 100%;
  background: #3153E4;
  left: 0;
  transition: all 0.3s ease;
}
.btn-teck:hover span {
  color: #fff;
}
.btn-teck:hover:before {
  width: 100%;
}

.card-noticia {
  box-shadow: 10px 10px 20px 0px rgba(9, 43, 188, 0.07);
  background: #fff;
  margin: 0rem 0 2rem;
  transition: all 0.3s ease;
  height: calc(100% - 2rem);
  min-height: 350px;
}
.card-noticia__img {
  position: relative;
}
.card-noticia__img img {
  width: 100%;
}
.card-noticia__img .categoria {
  font-size: 12px;
  color: #001040;
  text-transform: uppercase;
  border: 1px solid #001040;
  background: #fff;
  display: inline-block;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  padding: 3px 6px;
}
.card-noticia__txt {
  padding: 20px;
}
.card-noticia__txt .fecha {
  font-size: 0.875rem;
  color: #000;
  margin-bottom: 0.5rem;
  transition: all 0.3s ease;
}
.card-noticia__txt h4 {
  font-size: 1.25rem;
  color: #001040;
  margin-bottom: 1.5rem;
  line-height: 1.2;
  transition: all 0.3s ease;
}
.card-noticia__txt .btn-primary {
  margin-left: 1rem;
  transition: all 0.3s ease;
}
.card-noticia:hover {
  background: #3153E4;
}
.card-noticia:hover .card-noticia__txt .fecha {
  color: #fff;
}
.card-noticia:hover .card-noticia__txt h4 {
  color: #fff;
}
.card-noticia:hover .card-noticia__txt .btn-primary {
  border-color: #fff;
  color: #fff;
  background: transparent;
}

.card-video {
  box-shadow: 10px 10px 20px 0px rgba(9, 43, 188, 0.07);
  background: #fff;
  margin: 0rem 0 2.5rem;
}
.card-video__img {
  position: relative;
}
.card-video__img img {
  width: 100%;
}
.card-video__img .ic-video {
  color: #3153E4;
  position: absolute;
  top: 1rem;
  left: 1rem;
  font-size: 1.25rem;
}
.card-video__txt {
  padding: 20px;
}
.card-video__txt .fecha {
  font-size: 0.875rem;
  color: #000;
  margin-bottom: 0.5rem;
}
.card-video__txt h4 {
  font-size: 1.25rem;
  color: #001040;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}
.card-linea {
  background-color: #fff;
}
.card-linea__head {
  text-align: center;
  font-size: 1.6rem;
  color: #3153E4;
  font-weight: 900;
  border-bottom: 6px solid #3153E4;
  padding-bottom: 0.5rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.card-linea__head:after {
  content: "";
  height: 6px;
  width: 10px;
  background: #fff;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  transform: skew(-18deg);
}
.card-linea__body {
  padding: 1.2rem 2.5rem;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 768px) {
  .card-linea__body {
    padding: 1.2rem 1.5rem;
  }
}
.card-linea__body p {
  font-size: 14px;
  line-height: 1.2;
  color: #421721;
  font-weight: 400;
  font-family: "Arial";
  margin-bottom: 0;
}
.card-linea__body:hover {
  background: #3153E4;
}
.card-linea__body:hover p {
  color: #fff;
}

.card-enfoque {
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05), -5px -5px 20px 0px rgba(0, 0, 0, 0.05);
  height: calc(100% - 1rem);
  min-height: 340px;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .card-enfoque {
    min-height: 300px;
  }
}
.card-enfoque__head {
  color: #FF9040;
  font-size: 20px;
  padding: 0 95px 0 25px;
  display: flex;
  align-items: center;
  background-image: url("../images/bg-headercard.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: right;
  height: 83px;
  line-height: 1.1;
  font-weight: bold;
}
.card-enfoque__body {
  padding: 22px 25px;
}
.card-enfoque__body p {
  color: #5C5C5C;
  font-weight: 400;
  line-height: 1.2;
}

.card-politicas {
  text-align: center;
  padding: 30px 20px;
  background: #fff;
  box-shadow: -4px -4px 10px 0px rgba(0, 0, 0, 0.03), 4px 4px 10px 0px rgba(0, 0, 0, 0.03);
  margin-bottom: 1.2rem;
  transition: all 0.3s ease;
}
.card-politicas:hover {
  background: #F2F2F2;
}
.card-politicas__img {
  margin-bottom: 0.5rem;
}
.card-politicas__body {
  text-align: center;
}
.card-politicas__body h4 {
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  height: 70px;
}
.card-politicas__body a {
  font-size: 1rem;
  font-weight: 700;
  color: #3153E4;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-politicas__body a span {
  width: 37px;
  min-width: 37px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  border-radius: 50%;
  border: 1px solid #3153E4;
  margin-left: 0.5rem;
}

.card-contacto {
  display: flex;
  width: 100%;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 550px) {
  .card-contacto {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.card-contacto__ic {
  width: 122px;
  min-width: 122px;
}
.card-contacto__ic img {
  width: 100%;
}
@media only screen and (max-width: 550px) {
  .card-contacto__ic {
    margin-bottom: 1rem;
  }
}
.card-contacto__txt {
  padding-left: 1.8rem;
}
@media only screen and (max-width: 550px) {
  .card-contacto__txt {
    padding-left: 0;
    text-align: center;
  }
}
.card-contacto__txt h4 {
  margin: 0 0 0.5rem;
  font-size: 1.52rem;
  color: #001040;
  font-weight: 900;
  line-height: 1.2;
}
.card-contacto__txt p {
  color: #001040;
  max-width: 72%;
}
@media only screen and (max-width: 550px) {
  .card-contacto__txt p {
    max-width: 100%;
  }
}
.card-contacto__txt .btn-primary {
  width: 303px;
  height: 50px;
}

.card-oips {
  text-align: center;
  box-shadow: 10px 10px 20px 0px rgba(49, 83, 228, 0.08), -10px -10px 20px 0px rgba(49, 83, 228, 0.08);
  padding: 1.8rem;
  height: calc(100% - 2.5rem);
  margin-bottom: 2.5rem;
  transition: all 0.3s ease;
}
.card-oips:hover {
  box-shadow: 10px 10px 20px 0px rgba(49, 83, 228, 0.2), -10px -10px 20px 0px rgba(49, 83, 228, 0.08);
}
.card-oips h5 {
  margin: 0 0 0.3rem;
  line-height: 1.2;
  color: #3153E4;
  font-weight: 700;
  font-size: 1.2rem;
}
.card-oips p {
  color: #001040;
}
.card-oips p a {
  color: #3153E4;
  text-decoration: none;
}
.card-oips p:last-child {
  margin-bottom: 0;
}

.card-media {
  box-shadow: 0px 4px 20px 0px rgba(130, 126, 126, 0.25);
  margin-bottom: 1.5rem;
  position: relative;
  overflow: hidden;
}
.card-media__img {
  width: 100%;
  vertical-align: bottom;
}
.card-media__img img {
  width: 100%;
}
.card-media__txt {
  padding: 50px 30px;
}
@media only screen and (max-width: 550px) {
  .card-media__txt {
    padding: 30px 20px;
  }
}
.card-media__txt h4 {
  margin: 0;
  color: #001040;
  font-weight: 900;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .card-media__txt h4 {
    font-size: 1.4rem;
  }
}
.card-media__txt h4 span {
  width: 48px;
  min-width: 48px;
  height: 48px;
  color: #3153E4;
  border: 1px solid #3153E4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
.card-media__hover {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #001040;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
  transition: all 0.3s ease;
}
.card-media__hover h4 {
  color: #fff;
  margin-bottom: 1rem;
}
.card-media:hover .card-media__hover {
  top: 0;
}

.card-box {
  box-shadow: 10px 10px 20px 0px rgba(49, 83, 228, 0.08), -10px -10px 20px 0px rgba(49, 83, 228, 0.08);
  transition: all 0.3s ease;
  height: calc(100% - 1rem);
  margin-bottom: 1rem;
  padding: 45px 30px 20px;
  text-align: center;
}
.card-box:hover {
  box-shadow: 10px 10px 30px 4px rgba(49, 83, 228, 0.2), -10px -10px 20px 0px rgba(49, 83, 228, 0.08);
}
@media only screen and (max-width: 991px) {
  .card-box {
    margin-bottom: 1rem;
  }
}
.card-box__img {
  margin-bottom: 25px;
}
.card-box__content p {
  color: #001040;
  font-size: 20px;
  line-height: 1.2;
}

.card-beca {
  box-shadow: 10px 10px 20px 0px rgba(49, 83, 228, 0.08), -10px -10px 20px 0px rgba(49, 83, 228, 0.08);
  padding: 30px 25px;
  text-align: center;
  height: calc(100% - 1rem);
}
.card-beca__img {
  margin-bottom: 25px;
}
.card-beca__content p {
  color: #3153E4;
  font-size: 20px;
  line-height: 1.2;
}

.carrusel {
  position: relative;
}
.carrusel .tns-nav {
  text-align: center;
  margin-top: 0px;
  position: relative;
  margin-bottom: 1.5rem;
}
.carrusel .tns-nav button {
  width: 13px;
  height: 13px;
  display: inline-block;
  border: 1px solid #3153E4;
  border-radius: 100%;
  margin: 0 6px;
  background: rgba(170, 229, 227, 0.3);
  padding: 0;
}
.carrusel .tns-nav button.tns-nav-active {
  background: #3153E4;
  border: 1px solid #fff;
  box-shadow: 0px 0px 5px 0px rgb(77, 74, 74);
}
@media only screen and (max-width: 1500px) {
  .carrusel .tns-nav button {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.carrusel.blanco button {
  background: #fff;
  border-color: #fff;
  opacity: 0.5;
}
.carrusel.blanco button.tns-nav-active {
  border-color: #fff;
  background: #fff;
  opacity: 1;
}
.carrusel.gris button {
  background: #fff;
  border-color: #32e7ff;
}
.carrusel.gris button.tns-nav-active {
  border-color: #F2F2F2;
  background: #F2F2F2;
}
.carrusel .tns-controls button {
  background: transparent;
  border-radius: 0;
  font-size: 0;
  width: 35px;
  height: 35px;
  line-height: 1;
  border: none;
  text-align: center;
  position: absolute;
  padding: 0;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.carrusel .tns-controls button:first-child {
  left: 2rem;
  padding-right: 0px;
}
.carrusel .tns-controls button:last-child {
  right: 2rem;
  padding-left: 0px;
}
.carrusel .tns-controls button:after {
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 2rem;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  text-shadow: 2px 1px 4px rgba(0, 0, 0, 0.6);
}
.carrusel .tns-controls button:first-child:after {
  padding-right: 4px;
  content: "\f053";
}
.carrusel .tns-controls button:last-child:after {
  content: "\f054";
  padding-left: 4px;
}
.carrusel .tns-controls {
  display: none;
}
.carrusel.con-nav .tns-controls {
  display: block;
}

.slide-home .carrusel .tns-nav {
  position: absolute;
  left: 160px;
  bottom: 1em;
  z-index: 999;
}
@media only screen and (max-width: 1550px) {
  .slide-home .carrusel .tns-nav {
    left: 80px;
  }
}

@media only screen and (max-width: 550px) {
  .c-movil {
    padding: 0 60px 0 15px !important;
    margin: 0 -15px;
  }
  .c-movil .tns-ovh {
    overflow: visible;
  }
  .c-movil .tns-nav {
    width: calc(100vw - 30px);
  }
}

.js-accordion {
  margin: 0 auto;
}

.js-accordion-title {
  background: #f5f5f5;
  border-top: 0;
  cursor: pointer;
  display: block;
  padding: 1em 0.5em;
  width: 100%;
}

.js-accordion-content {
  border-top: 0;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  transition: all 0.2s linear;
}

.ac-default .item-ac {
  border-bottom: 1px solid #000;
}
.ac-default .item-ac .button {
  font-size: 1.5rem;
  color: #000;
  background: transparent;
  padding: 1.7rem 0rem;
  text-align: left;
  font-weight: 300;
  margin-bottom: 0px;
  border: none;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
  font-family: "Arial";
}
@media only screen and (max-width: 550px) {
  .ac-default .item-ac .button {
    padding-left: 0;
    padding-right: 30px;
  }
}
.ac-default .item-ac .button:after {
  content: "\f078";
  color: #5C5C5C;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
}
.ac-default .item-ac .button.activo {
  color: #3153E4;
}
.ac-default .item-ac .button.activo:after {
  content: "\f077";
  font-size: 1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #3153E4;
}
.ac-default .item-ac .int-ac {
  background: none;
  margin-top: 0px;
  margin-bottom: 0px;
}
.ac-default .item-ac .int-ac .c-acordeon {
  padding: 2rem;
}
.ac-default .item-ac .int-ac p {
  font-size: 20px;
  color: #000;
}
.ac-default .item-ac .int-ac p a {
  color: #3153E4;
  font-weight: bold;
}
.ac-default .item-ac .int-ac .botones {
  margin-top: 2rem;
}
.ac-default .item-ac .int-ac .botones a {
  margin-bottom: 1rem;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .ac-default .item-ac .int-ac .c-acordeon {
    padding: 2rem 0 1rem;
  }
}
@media only screen and (max-width: 640px) {
  .ac-default .item-ac button {
    font-size: 1em;
  }
  .ac-default .item-ac button:after {
    right: 10px;
  }
}

.header-oip {
  padding: 13px 0;
}
.header-oip .container {
  display: flex;
  justify-content: space-between;
}
.header-oip .btn-teck {
  width: 220px;
  height: 50px;
}

.hero-oip__txt {
  padding-bottom: 2rem;
}
@media only screen and (max-width: 991px) {
  .hero-oip__txt {
    padding-bottom: 4rem;
  }
}
.hero-oip__img {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .hero-oip__img {
    margin-bottom: 2rem;
  }
}
.hero-oip__img img {
  max-width: 100%;
}
.hero-oip .tns-nav {
  text-align: left;
  width: 100%;
  left: 0;
  right: 0;
  max-width: 1290px;
  padding: 0 20px;
  margin: 0 auto;
  position: absolute;
  bottom: 50px;
}
@media only screen and (max-width: 991px) {
  .hero-oip .tns-nav {
    bottom: 10px;
    max-width: 720px;
  }
}
.hero-oip .tns-controls button:after {
  color: #3153E4;
}
.hero-oip .tns-controls button:first-child {
  left: 1rem;
}
.hero-oip .tns-controls button:last-child {
  right: 1rem;
}

.card-oip {
  display: flex;
  width: 100%;
  margin-bottom: 0.5rem;
  padding: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .card-oip {
    flex-direction: column;
    align-items: center;
  }
}
.card-oip__ic {
  width: 122px;
  min-width: 122px;
}
.card-oip__ic img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .card-oip__ic {
    margin-bottom: 1rem;
  }
}
.card-oip__txt {
  padding-left: 1.8rem;
  padding-top: 0.4rem;
}
.card-oip__txt h4 {
  margin: 0 0 1.2rem;
  font-size: 1.52rem;
  color: #001040;
  font-weight: 900;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .card-oip__txt h4 {
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  .card-oip__txt {
    padding-left: 0;
    text-align: center;
  }
}

.header-beca {
  padding: 13px 0;
}
.header-beca .container {
  display: flex;
  justify-content: space-between;
}
.header-beca .btn-teck {
  width: 220px;
  height: 50px;
}
.header-beca .logo img {
  width: 280px;
}
@media only screen and (max-width: 991px) {
  .header-beca .logo img {
    width: 200px;
  }
}

.hero-beca {
  position: relative;
}
.hero-beca img {
  width: 100%;
}
.hero-beca .container {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  height: 100%;
  z-index: 2;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .hero-beca .container {
    position: relative;
  }
}
.hero-beca .container h1 {
  margin-top: 10%;
  max-width: 600px;
}
@media only screen and (max-width: 768px) {
  .hero-beca .container h1 {
    font-size: 2rem;
    margin-bottom: -1rem;
  }
}

.texto-beca {
  background: #E8ECFF;
}
.texto-beca .w-texto {
  padding-left: 3rem;
}
.texto-beca .w-texto p {
  color: #000;
}
@media only screen and (max-width: 991px) {
  .texto-beca .w-texto {
    padding-left: 0;
  }
}

html,
body {
  font-size: 16px;
  line-height: 1.3;
  font-family: "Arial", sans-serif;
}

.header {
  background: #51728E;
  border: none;
  box-shadow: none;
  z-index: 999;
}
.header.header-home {
  background: transparent;
  border: none;
  box-shadow: none;
  background: rgb(0, 0, 0);
  transition: all 0.3s ease;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0) 100%);
}
.header.header-home.scrolled {
  background: #51728E;
}
.header .header-der {
  display: flex;
  align-items: center;
}
.header .menu-top {
  text-align: right;
}
.header .menu-top ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
  justify-content: flex-end;
}
.header .menu-top ul li a {
  text-decoration: none;
  color: #fff;
  font-family: "Arial";
  font-size: 14px;
  padding: 10px 10px 3px;
  display: block;
}
.header .dropdown-first-level .dropdown-menu {
  height: 288px;
}
.header .dropdown-first-level .dropdown-menu h5 {
  font-size: 14px;
  margin-bottom: 0.4rem;
}
.header .dropdown-first-level .dropdown-menu h3 {
  font-size: 2rem;
}
.header .dropdown-first-level .dropdown-menu p {
  font-size: 14px;
}
.header .img-megamenu {
  width: 100%;
  height: 100%;
  background: #F2F2F2;
  text-align: center;
  padding: 30px 0;
}
.header .img-megamenu img {
  max-width: 100%;
}
.header .dropdown-menu-items .menu-title {
  font-size: 20px;
}
.header .dropdown-menu-items .menu-title:hover {
  color: #3153E4;
}
.header .navbar {
  justify-content: space-between;
}
.header .dropdown-first-level {
  margin-left: 1rem;
}
.header .navbar .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  line-height: 1.2;
  padding: 12px 10px 18px;
}
.header .navbar .navbar-nav .nav-item .nav-link i {
  font-size: 11px;
  margin-left: 4px;
}
.header .navbar .navbar-brand {
  max-width: 175px;
  width: 175px;
  margin-right: 0;
  padding-right: 0;
}
.header .navbar .navbar-brand img {
  width: 100%;
}
.header .btn-header {
  padding-bottom: 0px;
  margin-left: 1.5rem;
  height: 50px;
  width: 240px;
}
@media only screen and (max-width: 1320px) {
  .header .btn-header {
    margin-right: 2rem;
  }
}

.header-mobile {
  background: #51728E;
}
.header-mobile .navbar-language i {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .aside-menu {
    top: 72px;
  }
}

.section-m97__announces {
  background-color: #E8ECFF;
}
.section-m97__announces .section-m97__title {
  font-size: 55px;
  line-height: 1;
}
.section-m97__announces .section-m97__title.text-blue {
  color: #001040;
}
.section-m97__announces .section-m97__content p {
  font-size: 20px;
  line-height: 1.4;
  color: #000;
}

.s-card {
  padding: 30px 0;
}

.card-contenido {
  display: flex;
}
.card-contenido__img {
  width: 50%;
  min-width: 50%;
  padding-right: 80px;
}
.card-contenido__img img {
  width: 100%;
}
.card-contenido__txt {
  width: 50%;
  width: 50%;
}
.card-contenido__txt h2 {
  font-size: 40px;
}
@media only screen and (max-width: 768px) {
  .card-contenido__txt h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .card-contenido {
    flex-direction: column;
  }
  .card-contenido .card-contenido__img {
    width: 100%;
    min-width: 100%;
    padding-right: 0;
    margin-bottom: 1rem;
  }
  .card-contenido .card-contenido__txt {
    width: 100%;
    min-width: 100%;
  }
}

.s-contenido h2 {
  margin-bottom: 1rem;
}
.s-contenido .texto p {
  font-size: 20px;
  line-height: 1.2;
}
.s-contenido .img-content {
  margin-bottom: 1.8rem;
}
.s-contenido .img-content img {
  width: 100%;
}
.s-contenido.a-center .row {
  align-items: center;
}

.hero-home__item {
  position: relative;
  height: 100vh;
}
.hero-home__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hero-home__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 6.58%, rgba(0, 0, 0, 0) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 30.76%, rgba(0, 0, 0, 0.3) 100%);
}
.hero-home__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-home__txt {
  position: relative;
  z-index: 2;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.hero-home__txt h4 {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: "Lota Grotesque";
}
@media only screen and (max-width: 768px) {
  .hero-home__txt h4 {
    font-size: 26px;
  }
}
.hero-home__txt h2 {
  font-size: 3.4rem;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 2rem;
  line-height: 1.2;
  font-family: "Lota Grotesque";
}
@media only screen and (max-width: 768px) {
  .hero-home__txt h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-home .carrusel.con-nav .tns-controls {
    display: none;
  }
}
.hero-home .tns-nav {
  display: none;
}

.seccion-content p {
  margin-bottom: 2rem;
}

.banner-visita {
  background: #3153E4;
}
.banner-visita .container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .banner-visita .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.banner-visita p {
  color: #AAE5E3;
  font-weight: 900;
  font-size: 1.6rem;
  margin-bottom: 0;
  padding-right: 2rem;
}
@media only screen and (max-width: 991px) {
  .banner-visita p {
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
  }
}
.banner-visita .btn-primary {
  width: 260px;
  min-width: 260px;
  color: #3153E4;
  border: none;
}
@media only screen and (max-width: 991px) {
  .banner-visita .btn-primary {
    margin-left: 1rem;
  }
}

.banner-disponible {
  background: #f2f2f2;
}
.banner-disponible .container {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .banner-disponible .container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.banner-disponible h4 {
  font-size: 40px;
  margin: 0 0 1rem;
  color: #001040;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
}
@media only screen and (max-width: 991px) {
  .banner-disponible h4 {
    font-size: 30px;
  }
}
.banner-disponible p {
  color: #001040;
  font-weight: 400;
  font-size: 1.6rem;
  margin-bottom: 0;
  padding-right: 2rem;
}
@media only screen and (max-width: 991px) {
  .banner-disponible p {
    margin-bottom: 2rem;
    font-size: 1.4rem;
    padding-right: 0;
  }
}
.banner-disponible .btn-primary {
  width: 303px;
  height: 50px;
  color: #3153E4;
  border: 1px solid #3153E4;
  position: relative;
}
.banner-disponible .btn-primary:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 100%;
  background: #3153E4;
  left: 0;
}

.s-bajada {
  background: rgb(242, 242, 242);
  padding: 80px 0 90px;
}
@media only screen and (max-width: 550px) {
  .s-bajada {
    padding: 60px 0 50px;
  }
}
.s-bajada .subtitulo {
  font-size: 14px;
  margin-top: 0;
  font-weight: 700;
  color: #001040;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.s-bajada .subtitulo.big {
  font-size: 20px;
}
.s-bajada p {
  color: #000;
  font-weight: 300;
}
.s-bajada.azul {
  background: #001040;
}
.s-bajada.azul .titulo {
  color: #fff;
}
.s-bajada.azul p {
  color: #fff;
}

.pre-header-gradient {
  display: none;
}

.hero-interior {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .hero-interior {
    display: block;
  }
}
.hero-interior__txt {
  position: absolute;
  height: auto;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  background-image: url(../images/bg-tipo1.png);
  background-repeat: no-repeat;
  background-size: 65% 100%;
  background-position: left;
}
@media only screen and (max-width: 1500px) {
  .hero-interior__txt {
    background-size: 60% 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .hero-interior__txt {
    background-size: 80% 100%;
  }
}
.hero-interior__txt .w-texto {
  max-width: 470px;
  width: 100%;
  height: 340px;
  padding: 10px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-interior__txt h4 {
  color: #fff;
  font-family: "Arial";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.hero-interior__txt h1 {
  color: #fff;
  margin: 0 -2rem 0.2rem 0;
  font-size: 42px;
  font-family: "Arial";
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: "Lota Grotesque";
}
@media only screen and (max-width: 991px) {
  .hero-interior__txt h1 {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  .hero-interior__txt h1 {
    font-size: 32px;
  }
}
.hero-interior__txt p {
  color: #fff;
  font-family: "Arial";
  padding-right: 10px;
  margin-bottom: 1rem;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .hero-interior__txt {
    position: relative;
    background-image: url("../images/bg-tipo1movil.png");
    background-size: 100% 100%;
  }
  .hero-interior__txt .w-texto {
    width: 100%;
    max-width: 100%;
    background: none;
    height: auto;
    padding: 30px 0;
  }
}
.hero-interior__img {
  height: 600px;
  max-height: 100vh;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .hero-interior__img {
    height: 400px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-interior__img {
    height: 300px;
  }
}
.hero-interior__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}
@media only screen and (max-width: 1100px) {
  .hero-interior__img img {
    object-position: center center;
  }
}
.hero-interior.tipo2 .hero-interior__txt {
  background-image: url("../images/bg-hero2.png");
}
@media only screen and (max-width: 991px) {
  .hero-interior.tipo2 .hero-interior__txt {
    background-image: url("../images/bg-tipo2movil.png");
  }
}
.hero-interior.tipo2 .hero-interior__txt .w-texto {
  background-image: none;
}

.bread {
  background: #fff;
  padding: 30px 0;
  font-size: 14px;
  color: #51728E;
}
.bread a {
  color: #51728E;
  text-decoration: none;
}
.bread span {
  color: #001040;
}

.noticias .container {
  display: flex;
}
@media only screen and (max-width: 1200px) {
  .noticias .container {
    flex-direction: column-reverse;
  }
}
.noticias .container .w-noticias {
  flex-grow: 1;
  padding-right: 120px;
}
@media only screen and (max-width: 1200px) {
  .noticias .container .w-noticias {
    padding-right: 0;
  }
}
.noticias .container .sidebar-noticias {
  width: 344px;
  min-width: 344px;
}
@media only screen and (max-width: 1200px) {
  .noticias .container .sidebar-noticias {
    width: 100%;
    min-width: 100%;
    margin-bottom: 2rem;
  }
}
.noticias .container .sidebar-noticias.sidebar-videos {
  width: 394px;
  min-width: 394px;
}
@media only screen and (max-width: 1200px) {
  .noticias .container .sidebar-noticias.sidebar-videos {
    width: 100%;
    min-width: 100%;
  }
}
.noticias .container .sidebar-noticias h4 {
  font-size: 2rem;
  font-weight: 900;
  color: #001040;
  margin: 0 0 0.5rem;
}
@media only screen and (max-width: 1200px) {
  .noticias .container .sidebar-noticias h4 {
    font-size: 1.5rem;
  }
}
.noticias .container .sidebar-noticias .buscador-noticias {
  margin-bottom: 1.5rem;
}
.noticias .container .sidebar-noticias .buscador-noticias .form-buscador {
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .noticias .container .sidebar-noticias .buscador-noticias .form-buscador {
    width: 300px;
    max-width: 100%;
  }
}
.noticias .container .sidebar-noticias .buscador-noticias .form-buscador input {
  border-radius: 50px;
  border: 1px solid #001040;
  height: 53px;
  padding: 10px 20px;
  width: 100%;
}
.noticias .container .sidebar-noticias .buscador-noticias .form-buscador button {
  position: absolute;
  border: none;
  background-color: transparent;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.noticias .container .sidebar-noticias .categorias-noticias select {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .noticias .container .sidebar-noticias .categorias-noticias select {
    display: block;
    width: 300px;
    max-width: 100%;
    height: 50px;
    padding: 10px;
  }
}
.noticias .container .sidebar-noticias .categorias-noticias ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .noticias .container .sidebar-noticias .categorias-noticias ul {
    display: none;
  }
}
.noticias .container .sidebar-noticias .categorias-noticias ul li {
  border-bottom: 1px solid #000;
}
.noticias .container .sidebar-noticias .categorias-noticias ul li a {
  font-size: 1.5rem;
  color: #000;
  text-decoration: none;
  padding: 1.4rem 0;
  display: block;
  transition: all 0.3s ease;
}
.noticias .container .sidebar-noticias .categorias-noticias ul li a:hover {
  color: #3153E4;
}

.noticia-detalle .w-noticia-detalle {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
}
.noticia-detalle .noticia__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.noticia-detalle .noticia__meta .fecha {
  font-size: 14px;
  font-weight: 400;
  color: #001040;
}
.noticia-detalle .noticia__meta .redes {
  display: flex;
}
.noticia-detalle .noticia__meta .redes a {
  display: flex;
  width: 31px;
  height: 31px;
  min-width: 31px;
  border: 1px solid #51728E;
  color: #51728E;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  margin-left: 0.6rem;
}
.noticia-detalle h1 {
  font-size: 42px;
  font-weight: 900;
  color: #001040;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  font-family: "Arial", sans-serif;
}
@media only screen and (max-width: 768px) {
  .noticia-detalle h1 {
    font-size: 30px;
  }
}
.noticia-detalle .bajada {
  font-size: 1.25rem;
  color: #001040;
  margin-bottom: 1.5rem;
}
.noticia-detalle .noticia__img {
  margin-bottom: 1.5rem;
}
.noticia-detalle .noticia__img img {
  width: 100%;
  vertical-align: bottom;
}
.noticia-detalle p {
  color: #000;
  font-weight: 300;
}

.escribenos .titulo2 {
  margin-bottom: 3rem;
}

.medias {
  padding-bottom: 100px;
}

.boletines {
  padding-right: 0;
}
.boletines .container .w-noticias {
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .boletines .container .w-noticias {
    padding-right: 0;
  }
}
.boletines .item-boletin {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F2F2F2;
  padding: 1.68rem 2.2rem 1.68rem 1.9rem;
  margin-bottom: 1.2rem;
}
@media only screen and (max-width: 991px) {
  .boletines .item-boletin {
    flex-direction: column;
    align-items: flex-start;
  }
}
.boletines .item-boletin p {
  margin-bottom: 0;
  color: #000;
  font-size: 1.6rem;
}
.boletines .item-boletin a {
  display: flex;
  align-items: center;
}
.boletines .item-boletin a span {
  width: 37px;
  min-width: 37px;
  height: 37px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #3153E4;
  margin-left: 1.2rem;
}

.siguenos {
  margin-top: 3rem;
}
.siguenos p {
  margin-bottom: 0.2rem;
  color: #001040;
  font-size: 0.875rem;
}
.siguenos a {
  color: #001040;
  display: inline-block;
  margin-right: 0.4rem;
  font-size: 1.2rem;
}

.banner-teck {
  background-image: url("../images/bg-sobre.jpeg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 120px 0;
}
.banner-teck .row {
  align-items: center;
}
.banner-teck h4 {
  color: #fff;
  margin: 0 0 0.5rem;
  font-size: 42px;
  font-weight: 900;
  font-family: "Lota Grotesque";
}
.banner-teck h3 {
  font-size: 55px;
  font-weight: 900;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1;
  font-family: "Lota Grotesque";
}
.banner-teck h3 span {
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  .banner-teck h3 {
    font-size: 40px;
  }
}
.banner-teck h5 {
  font-size: 2rem;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  font-family: "Lota Grotesque";
}
@media only screen and (max-width: 768px) {
  .banner-teck h5 {
    font-size: 26px;
  }
}
.banner-teck p {
  font-size: 20px;
  color: #fff;
}
.banner-teck p.black {
  color: #000;
  font-weight: 700;
  padding-left: 1rem;
}
@media only screen and (max-width: 768px) {
  .banner-teck p.black {
    color: #fff;
    padding-left: 0;
  }
}

.cards-teck {
  padding-top: 0;
  position: relative;
  z-index: 10;
  margin-top: -3rem;
}
.cards-teck .card-enfoque {
  min-height: 250px;
  background-color: #fff;
}

.footer {
  padding: 40px 0;
  background: #001040;
}
.footer .container {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .footer .container {
    flex-direction: column;
  }
}
.footer .f-1 .siguenos p {
  color: #fff;
}
.footer .f-1 .siguenos a {
  color: #fff;
}
@media only screen and (max-width: 991px) {
  .footer .f-1 .siguenos {
    margin-top: 2rem;
  }
}
.footer .f-2 a {
  font-size: 14px;
  display: inline-block;
  padding: 5px;
  color: #fff;
  margin: 0 4px;
  text-decoration: none;
}
@media only screen and (max-width: 991px) {
  .footer .f-2 {
    margin: 2rem 0;
  }
  .footer .f-2 a {
    display: block;
    padding-left: 0;
    margin-bottom: 5px;
  }
}
.footer .f-3 {
  display: flex;
}
@media only screen and (max-width: 550px) {
  .footer .f-3 {
    flex-direction: column;
  }
}
.footer .f-3 .item-sucursal {
  width: 182px;
  margin-left: 40px;
}
.footer .f-3 .item-sucursal:first-child {
  margin-left: 0;
}
.footer .f-3 .item-sucursal h4 {
  font-size: 1rem;
  color: #00DBB7;
  font-weight: 900;
  margin: 0;
}
.footer .f-3 .item-sucursal p {
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 991px) {
  .footer .f-3 .item-sucursal {
    width: 40%;
  }
}
@media only screen and (max-width: 550px) {
  .footer .f-3 .item-sucursal {
    width: 100%;
    margin-left: 0;
  }
}

.carrusel-noticias {
  padding-left: 10px;
}
.carrusel-noticias .item {
  min-height: 410px;
}
.carrusel-noticias .tns-controls button:first-child {
  left: 22%;
}
.carrusel-noticias .tns-controls button:last-child {
  right: 22%;
}
@media only screen and (max-width: 768px) {
  .carrusel-noticias.con-nav .tns-controls {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .carrusel-noticias .tns-ovh {
    padding-right: 40px;
  }
}

.fecha-carrusel {
  text-align: center;
  font-size: 1.56rem;
  font-weight: 900;
  color: #001040;
  margin-bottom: 1.5rem;
}

.carrusel-linea .tns-nav {
  display: none;
}
.carrusel-linea .tns-controls {
  position: relative;
  top: auto;
  bottom: auto;
}
.carrusel-linea .tns-controls button {
  transform: none;
  top: -57px;
  position: absolute;
}
.carrusel-linea .tns-controls button:after {
  font-size: 1.3rem;
  text-shadow: none;
  color: #C0C0C0;
}
.carrusel-linea .tns-controls button:hover:after {
  color: #3153E4;
}
.carrusel-linea .tns-controls button:first-child {
  left: calc(50% - 120px) !important;
}
.carrusel-linea .tns-controls button:last-child {
  right: calc(50% - 120px) !important;
}

.aside-menu .navbar-nav h3 {
  font-size: 30px;
}
.aside-menu .navbar-nav p {
  font-size: 16px;
}

.aside-menu .navbar-nav .nav-link .dropdown-toggle:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-size: 16px;
  color: #001040;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 0;
  font-weight: 900;
}

@media only screen and (max-width: 768px) {
  .s-contenido.a-center:nth-child(even) .row {
    flex-direction: column-reverse;
  }
  .s-contenido.a-center:nth-child(even) .row .img {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  .s-contenido.a-center {
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .s-contenido.a-center .row .img {
    margin-bottom: 1rem;
  }
}

.videos-noticia {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .videos-noticia {
    flex-direction: column;
  }
}
.videos-noticia .video-1 {
  width: 70.5%;
  min-width: 70.5%;
}
@media only screen and (max-width: 991px) {
  .videos-noticia .video-1 {
    width: 100%;
    min-width: 100%;
  }
}
.videos-noticia .video-2 {
  width: 27.6%;
  min-width: 27.6%;
}
@media only screen and (max-width: 991px) {
  .videos-noticia .video-2 {
    width: 100%;
    min-width: 100%;
  }
}
.videos-noticia .video-2 img {
  margin-bottom: 1.45rem;
}
.videos-noticia img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .videos-noticia img {
    margin-bottom: 1rem;
  }
}
.videos-noticia .video-link {
  display: block;
  position: relative;
}
.videos-noticia .video-link .ic-play {
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 4px;
}
.videos-noticia .video-link .ic-play img {
  width: 26px;
  margin-bottom: 0;
}/*# sourceMappingURL=estilos2024.css.map */
.card-noticia__img .categoria {
    display: none !important;
}
 