:root {

  --negro: #000000;

  --blanco: #FFFFFF;

  --trans: transparent;

  --azul: #003B64;

  --amarillo: #E3AB00;

  --beige: #F4F1EA;

 --fuentePrin:'Helvetica Neue', sans-serif;

  --fuenteSec: 'BenHand';

}



/* General

--------------------------------------------- */

.btn-inte {

  z-index: 1;

  position: relative;

}



/* .btn-inte {

  display: inline-block;

  margin: 0 auto;

  background-color: var(--beige);

  border-radius: 150px;

  padding: 7px 16px;

  cursor: pointer;

  color: var(--azul);

} */



.btn-inte {

  height: 50px;

}



.btn-inte a {

  color: var(--azul);

  text-align: center;

  font-family: var(--fuentePrin);

  font-size: 20px;

  font-style: normal;

  font-weight: 500;

  line-height: normal;

  text-decoration: none;

  padding: 7px 16px;

  background-color: var(--beige);

  border-radius: 150px;

  display: inline-block;

}



.btn-inte a:hover {

  color: var(--blanco);

  background-color: var(--trans);

  transform: rotate(346deg) !important;

  border: 1px solid var(--blanco);

}







/* bloque 1

--------------------------------------------- */

.top-header {

  /* margin-top: -96px; */

  position: relative;

  background-color: var(--azul);

}



.banner-top {

  width: 100%;

  /* height: 100vh; */

  height: calc(100vh + 100px);

  background: linear-gradient(180deg, rgba(0, 59, 100, 0.00) 62.72%, rgba(0, 59, 100, 0.90) 92.93%, #003B64 100%);

  position: relative;

  z-index: 2;

}



.banner-top .container.d-flex {

  align-items: flex-end;

  height: 85%;

}



.banner-top .col1 {

  width: 580px;

}



/*Swiper Top*/

.slider-top {

  width: 100%;

  height: auto;

  padding-bottom: 50px;

  overflow: hidden !important;

}



.slider-top .swiper-slide {

  background-position: center;

  background-size: cover;

}



.slider-top p {

  margin: 0px;

}



.slider-top .tit {

  color: var(--blanco);

  font-family: var(--fuentePrin);

  font-size: 67.78px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

  text-transform: uppercase;

}



.slider-top .parr {

  color: var(--blanco);

  font-family: var(--fuentePrin);

  font-size: 32px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

  padding-bottom: 35px;

  min-height: 200px;

}



.slider-top .swiper-pagination {

  text-align: left;

  position: relative;

}



.slider-top .swiper-horizontal>.swiper-pagination-bullets,

.slider-top .swiper-pagination-bullets.swiper-pagination-horizontal,

.slider-top .swiper-pagination-custom,

.slider-top .swiper-pagination-fraction {

  bottom: unset;

  top: unset;

  left: unset;

  width: 55%;

  height: 50px;

  padding: 1px 0px;

}



.slider-top .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,

.slider-top .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {

  margin: 0px 12px;

  width: 48px;

  height: 48px;

}



.slider-top .swiper-pagination-bullet {

  width: 48px;

  height: 48px;

  content: "";

  background-image: url('/wp-content/uploads/2023/08/nav-slider-nav.svg');

  background-size: cover;

  background-color: transparent;

  opacity: 1;

}



.slider-top .swiper-pagination-bullet-active {

  width: 48px;

  height: 48px;

  content: "";

  background-image: url('/wp-content/uploads/2023/08/nav-slider-active.svg');

  background-size: cover;

  animation: 0.7s ease 1 aparecer;

}



@keyframes aparecer {

  0% {

    background-color: var(--blanco);

  }



  100% {

    background-color: var(--trans);

  }

}





.slider-top .swiper-pagination span:first-of-type {

  margin-left: 0px !important;

}



.slider-top .swiper-nav {

  flex-direction: row;

  align-items: center;

  width: 100%;

}



.slider-top .swiper-nav .linea {

  width: 240px;

  height: 2px;

  background-color: var(--blanco);

}





/*video*/

.top-header .fondo-video {

  top: 0;

  left: 0;

  width: 100%;

  height: calc(100vh + 100px);

  /* height: 100vh; */

  overflow: hidden !important;

  position: absolute;

}



.top-header .video {

  margin-left: calc((100vw - (100vh * 1.7))/2);

  margin-right: calc((100vw - (100vh * 1.7))/2);

  /* min-height: 100vh; */

  min-height: calc(100vh + 100px);

  min-width: 100vw;

}



@media (min-aspect-ratio: 16 / 9) {

  .top-header .video {

    margin-left: 0;

    z-index: 1;

    position: absolute;

  }

}



@media (max-width:1500px) {

  .slider-top .tit {

    font-size: 55px;

  }



  .slider-top .parr {

    padding-bottom: 30px;

    min-height: 150px;

  }



}



@media (max-width:1400px) {

  .slider-top .tit {

    font-size: 49px;

  }



  .slider-top .parr {

    font-size: 29px;

  }

}



@media (max-width:1199px) {

  .slider-top .tit {

    font-size: 47px;

  }



  .slider-top .parr {

    padding-bottom: 28px;



  }

}



@media (max-width:991px) {

  .slider-top .tit {

    font-size: 42px;

  }



  .slider-top .parr {

    padding-bottom: 25px;



  }

}



@media (max-width:767px) {

  .slider-top .tit {

    font-size: 38px;

  }



  .slider-top .parr {

    padding-bottom: 24px;



  }



  .banner-top .col1 {

    width: 100%;

  }



  .slider-top .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,

  .slider-top .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {

    margin: 0px 10px;

    width: 36px;

    height: 36px;

  }



  .slider-top .swiper-horizontal>.swiper-pagination-bullets,

  .slider-top .swiper-pagination-bullets.swiper-pagination-horizontal,

  .slider-top .swiper-pagination-custom,

  .slider-top .swiper-pagination-fraction {

    width: 60%;

    height: 37px;

    padding: 1px 0px;

  }



  .slider-top .swiper-nav .linea {

    width: 160px;

  }

}



@media (max-width: 500px) {



  .slider-top .tit {

    font-size: 36px;

  }



  .slider-top .parr {

    font-size: 24px;

  }



  .slider-top .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,

  .slider-top .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {

    margin: 0px 6px;

    width: 32px;

    height: 32px;

  }



  .slider-top .swiper-horizontal>.swiper-pagination-bullets,

  .slider-top .swiper-pagination-bullets.swiper-pagination-horizontal,

  .slider-top .swiper-pagination-custom,

  .slider-top .swiper-pagination-fraction {

    width: 54%;

    height: 33px;

    padding: 1px 0px;

  }

}



@media (max-width: 380px) {



  .slider-top .tit {

    font-size: 30px;

  }



  .slider-top .parr {

    font-size: 18px;

  }



  .slider-top .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,

  .slider-top .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {

    margin: 0px 6px;

    width: 32px;

    height: 32px;

  }



  .slider-top .swiper-horizontal>.swiper-pagination-bullets,

  .slider-top .swiper-pagination-bullets.swiper-pagination-horizontal,

  .slider-top .swiper-pagination-custom,

  .slider-top .swiper-pagination-fraction {

    width: 80%;

  }



  .slider-top .swiper-nav .linea {

    width: 10%;

  }

}





/* bloque 2

--------------------------------------------- */

.sec2_inte {

  background-color: var(--azul);

}



.anim-sec {

  position: relative;

  width: 100%;

  background-image: url('/wp-content/uploads/2023/08/radial-Background.svg');

  background-size: contain;

  background-repeat: no-repeat;

  overflow: hidden;

  padding-bottom: 185px;

}



.img-mov {

  position: absolute;

  border-radius: 16px;

  overflow: hidden;

}



.img-mov img {

  border-radius: 16px;

}



.img-pos1 {

  width: 299px;

  height: 400px;

  top: 170px;

  left: 154px;

  transform: rotate(8deg);

  z-index: 1;

}



.img-pos2 {

  width: 299px;

  height: 400px;

  top: 250px;

  left: 20px;

  transform: rotate(-4deg);

}



.img-pos3 {

  width: 456px;

  height: 342px;

  top: 160px;

  right: -30px;

  transform: rotate(12deg);

}



.img-pos4 {

  width: 299px;

  height: 400px;

  top: 220px;

  right: 30px;

  transform: rotate(2deg);

  z-index: 2;

}



.anim-sec .content {

  justify-content: center;

  margin-top: 200px;

}



.anim-sec .col1 {

  width: 70%;

}



.anim-sec .col1 .tit,

.anim-sec .col1 .tit p {

  margin: 0px;

  color: var(--blanco);

  text-align: center;

  font-family: var(--fuentePrin);

  font-size: 67px;

  font-style: normal;

  font-weight: 500;

  line-height: 140%;



}



.anim-sec .col1 em {

  color: var(--amarillo);

  font-family: var(--fuenteSec);

  font-size: 67px;

  font-style: normal;

  font-weight: 400;

  line-height: 140%;

}



.anim-sec .col1 .info {

  width: 60%;

  text-align: center;

  margin: 0 auto;

  margin-bottom: 40px;

}



.anim-sec .col1 .info p {

  color: var(--blanco);

  text-align: center;

  font-family: var(--fuentePrin);

  font-size: 18px;

  font-style: normal;

  font-weight: 400;

  line-height: 160%;

  margin: 60px 0;

}







.anim-buzo {

  height: 105px;

  position: relative;

}



.anim-buzo .img-buzo {

  width: 299px;

  height: 102px;

  position: absolute;

  top: 0;

  right: 310px;

  z-index: 3;

}



@media (max-width:1800px) {

  .anim-sec {

    padding-bottom: 150px;

  }



  .anim-sec .content {

    margin-top: 100px;

  }



  .img-pos1 {

    width: 236px;

    height: 315px;

  }



  .img-pos2 {

    width: 236px;

    height: 315px;

    top: 290px

  }



  .img-pos3 {

    width: 360px;

    height: 269px;

  }



  .img-pos4 {

    width: 236px;

    height: 315px;

    top: 330px;

  }



  .anim-sec .col1 .tit,

  .anim-sec .col1 .tit p,

  .anim-sec .col1 em {

    font-size: 54px;

  }



  .anim-sec .col1 {

    width: 55%;

  }



  .anim-buzo {

    height: 86px;

  }



  .anim-buzo .img-buzo {

    width: 240px;

    height: 83px;

    right: 240px;

  }

}



@media (max-width:1500px) {

  .anim-sec {

    padding-bottom: 120px;

  }



  .img-pos1 {

    width: 200px;

    height: 267px;

    left: 110px;

  }



  .img-pos2 {

    width: 200px;

    height: 267px;

    top: 250px;

  }



  .img-pos3 {

    width: 305px;

    height: 228px;

    top: 90px;

  }



  .img-pos4 {

    width: 200px;

    height: 267px;

    top: 270px;

  }



  .anim-sec .col1 {

    width: 50%;

  }



  .anim-sec .col1 .tit,

  .anim-sec .col1 .tit p,

  .anim-sec .col1 em {

    font-size: 42px;

  }



  .anim-sec .col1 .info {

    width: 70%;

  }



  .anim-sec .col1 .info p {

    font-size: 17px;

    margin: 40px 0;

  }



  .anim-sec .col1 .info .btn-inte a {

    font-size: 18px;

  }



  .anim-buzo {

    height: 70px;

  }



  .anim-buzo .img-buzo {

    width: 200px;

    height: 70px;

    right: 200px;

  }

}



@media (max-width: 1280px) {

  .anim-sec {

    padding-bottom: 100px;

  }



  .anim-sec .content {

    margin-top: 60px;

  }



  .img-pos1 {

    width: 175px;

    height: 233px;

    left: 90px;

  }



  .img-pos2 {

    width: 175px;

    height: 233px;

    top: 200px;

  }



  .img-pos3 {

    width: 265px;

    height: 198px;

    top: 70px;

  }



  .img-pos4 {

    width: 175px;

    height: 233px;

    top: 230px;

  }



  .anim-sec .col1 .tit,

  .anim-sec .col1 .tit p,

  .anim-sec .col1 em {

    font-size: 40px;

  }



  .anim-sec .col1 .info p {

    font-size: 16px;

    margin: 30px 0;

  }



  .anim-buzo {

    height: 65px;

  }



  .anim-buzo .img-buzo {

    width: 170px;

    height: 60px;

    right: 180px;

  }

}





@media (max-width: 1199px) {

  .anim-sec .col1 {

    width: 45%;

  }



  .img-pos1 {

    width: 175px;

    height: 233px;

    left: 60px;

  }



  .anim-sec .col1 .tit,

  .anim-sec .col1 .tit p,

  .anim-sec .col1 em {

    font-size: 30px;

  }



  .anim-sec .col1 .info {

    width: 100%;

  }

}



@media (max-width: 850px) {

  .anim-sec .content {

    margin-top: 40px;

  }



  .img-pos1 {

    width: 145px;

    height: 193px;

    left: 50px;

  }



  .img-pos2 {

    width: 145px;

    height: 193px;

    top: 180px;

  }



  .img-pos3 {

    width: 220px;

    height: 164px;



  }



  .img-pos4 {

    width: 145px;

    height: 193px;

    top: 200px;

  }



  .anim-buzo {

    height: 60px;

  }



  .anim-buzo .img-buzo {

    width: 150px;

    height: 53px;

    right: 140px;

  }

}



@media (max-width: 670px) {

  .anim-sec {

    display: -ms-flex;

    display: -webkit-box;

    display: -moz-box;

    display: -ms-flexbox;

    display: -webkit-flex;

    display: flex;

  }



  .anim-sec {

    flex-direction: column;

    min-height: auto;

    padding-bottom: 110px;

    background-size: 120%;

    background-position: -500px 10px;

  }



  .anim-sec .content {

    margin-top: 45px;

  }



  .anim-sec .cont-img {

    position: relative;

    order: 3;

    height: 380px;

    margin-top: 25px;

  }



  .anim-sec .content {

    order: 2;

  }



  .anim-sec .anim-buzo {

    order: 1;

  }



  .anim-sec .anim-buzo .img-buzo {

    width: 171px;

    height: 58px;

    right: 15px;

  }



  .anim-buzo {

    height: 58px;

  }



  .anim-sec .col1 {

    width: 100%;

  }



  .anim-sec .col1 .tit,

  .anim-sec .col1 .tit p,

  .anim-sec .col1 em {

    font-size: 36px;

  }



  .anim-sec .col1 .info p {

    font-size: 15.75px;

    line-height: 25.2px;

    margin: 50px 0;

  }



  .anim-sec .col1 .info .btn-inte {

    margin-bottom: 50px;

  }



  .anim-sec .col1 .info .btn-inte a {

    font-size: 17.5px;

  }





  .img-pos1 {

    width: 171px;

    height: 228.763px;

    top: 0px;

    left: 30px;

  }



  .img-pos2 {

    width: 171px;

    height: 228.763px;

    top: 130px;

    left: 70px;

  }



  .img-pos3 {

    width: 265px;

    height: 198.75px;

    top: 0;

    right: 30px;

  }



  .img-pos4 {

    width: 171px;

    height: 228.763px;

    top: 150px;

    right: 120px;

  }

}



@media (max-width: 490px) {

  .anim-sec .cont-img {

    height: 340px;

  }



  .img-pos1 {

    width: 171px;

    height: 228.763px;

    top: 10px;

    left: 30px;

  }



  .img-pos2 {

    width: 171px;

    height: 228.763px;

    top: 90px;

    left: 30px;

  }



  .img-pos3 {

    width: 265px;

    height: 198.75px;

    top: 0;

    right: 30px;

  }



  .img-pos4 {

    width: 171px;

    height: 228.763px;

    top: 110px;

    right: 50px;

  }



  .anim-sec .col1 .info .btn-inte {

    margin-bottom: 80px;

  }



  .anim-sec {

    background-size: 200%;

    background-position: -500px 10px;

  }

}



@media (max-width: 350px) {

  .anim-sec {

    padding-bottom: 80px;

  }



  .img-pos1 {

    width: 120px;

    height: 159px;

    top: 10px;

    left: 30px;

  }



  .img-pos2 {

    width: 120px;

    height: 159px;

  }



  .img-pos3 {

    width: 185px;

    height: 137px;

  }



  .img-pos4 {

    width: 120px;

    height: 159px;

  }



  .anim-buzo {

    height: 45px;

  }



  .anim-sec .anim-buzo .img-buzo {

    width: 120px;

    height: 42px;

  }



  .anim-sec .content {

    margin-top: 25px;

  }



  .anim-sec .col1 .tit,

  .anim-sec .col1 .tit p {

    font-size: 28px;

  }



  .anim-sec .col1 .info p {

    font-size: 15px;

    margin: 30px 0;

  }



  .anim-sec .col1 .info .btn-inte {

    margin-bottom: 60px;

  }



  .anim-sec .cont-img {

    height: 270px;

  }



}



/* bloque 3

--------------------------------------------- */

.sec3_inte {

  background-color: var(--azul);

  padding: 130px 0px 160px;

  border-radius: 0px 0px 56px 56px;

  z-index: 1;

  position: relative;

}



.actual-sec {

  justify-content: space-between;

}



.actual-sec .col1 {

  width: 291px;

  border-radius: 16px;

  border: 0px solid var(--azul);

  background: var(--blanco);

  margin-top: 130px;

  min-height: 100px;



}



.actual-sec .col2 {

  width: 76%;

}



.actual-sec .soc-twitter {

  padding: 25px 4px 9px 8px;

  height: 100%;

}



.actual-sec .soc-twitter .ctf-header-type-text {

  color: var(--negro);

  font-family: var(--fuentePrin);

  font-size: 18px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

}







.actual-sec .soc-twitter #ctf.ctf-super-narrow .ctf-author-box {

  width: 85%;

}



.actual-sec .soc-twitter #ctf.ctf-super-narrow .ctf-author-avatar,

.actual-sec .soc-twitter #ctf.ctf-super-narrow .ctf-author-avatar img {

  width: 28px;

  height: 28px;

}



.actual-sec .soc-twitter #ctf.ctf-narrow .ctf-corner-logo {

  font-size: 15px;

  padding-top: 5px;

}



.actual-sec .soc-twitter .ctf-tweet-content p:nth-child(2) {

  display: none;

}



.actual-sec .soc-twitter #ctf {

  display: flex;

  flex-direction: column;

  justify-content: space-between; 

  height: 100%;

}



.actual-sec .soc-twitter #ctf.ctf-narrow .ctf-context {

   padding-left: 0px;

}



.actual-sec .soc-twitter svg.svg-inline--fa.fa-twitter.fa-w-16 path {

  fill:var(--azul);

}

.actual-sec .soc-twitter #ctf.ctf-super-narrow .ctf-more span {

  margin-top: 0px;

  font-size: 14px;

}

.actual-sec .soc-twitter #ctf #ctf-more {

margin-top: 20px;

}



.actual-sec .soc-twitter .ctf-tweets {

  max-height: 630px;

  overflow-y: scroll;

  scroll-behavior: auto;

  padding-right: 2px;

}



.actual-sec .soc-twitter .ctf-tweets::-webkit-scrollbar {

  width: 8px;

  background-color: var(--blanco);

  border-radius: 7px;

}



.actual-sec .soc-twitter .ctf-tweets::-webkit-scrollbar-thumb {

  width: 4px;

  background-color: var(--azul);

  border-radius: 4.5px;

  border: 2px solid var(--blanco);

}





@media (max-width: 1399px) {

.actual-sec .soc-twitter  .ctf-tweets {

  max-height: 430px;

}

  }





.actual-sec .col2 .tit,

.actual-sec .col2 .tit p {

  color: var(--blanco);

  text-align: left;

  font-family: var(--fuentePrin);

  font-size: 67.78px;

  font-style: normal;

  font-weight: 700;

  line-height: normal;

  min-height: 85px;

  margin-bottom: 45px;

  display: block;

  position: absolute;

  position: absolute;

  margin: 0;

}



.sw-actualidad {

  width: 100%;

  padding-top: 130px !important;

  overflow: hidden !important;



}



.nav-actualidad {

  position: absolute;

  top: 0;

  right: 0;

  width: 145px;

  height: 50px;

  margin-top: 30px;

}



.sw-actualidad .swiper-button-next:after,

.sw-actualidad .swiper-rtl .swiper-button-next:after,

.sw-actualidad .swiper-button-prev:after,

.sw-actualidad .swiper-rtl .swiper-button-prev:after,

.sw-actualidad .swiper-button-next,

.sw-actualidad .swiper-rtl .swiper-button-next,

.sw-actualidad .swiper-button-prev,

.sw-actualidad .swiper-rtl .swiper-button-prev {

  content: "";

  width: 48px;

  height: 48px;

  background-image: url('/wp-content/uploads/2023/08/sp-flecha1.svg');

  background-size: cover;

  background-repeat: no-repeat;

  right: 0;

}



.sw-actualidad .swiper-button-prev,

.sw-actualidads .swiper-rtl .swiper-button-next {

  transform: rotate(180deg);

  left: 0;

}



.sw-actualidad .swiper-button-disabled,

.sw-actualidad .swiper-button-disabled {

  opacity: 0 !important;

  transition: opacity 0.3s linear;

}



.sw-actualidad .swiper-slide a {

  text-decoration: none;

}



.sw-actualidad .swiper-slide .info-actualidad {

  color: var(--blanco);

  font-family: var(--fuentePrin);

  /*font-size: 24px;*/
  font-size: 18px;

  font-style: normal;

  font-weight: 500;

  line-height: normal;

}



/*medida escritorio*/

.sw-actualidad .swiper-slide {

  /* width: 24% !important; */

  /* width: 291px !important; */

  /*width: 23.5% !important;*/
  width: 21.5% !important;

}



.sw-actualidad .swiper-slide.swiper-slide-active {

  /*width: 49% !important;*/
  width: 40% !important;

}



.sw-actualidad .swiper-slide .img-actualidad {

  width: 291px;

  /*height: 373px;*/
  height: 315px;

  border-radius: 16px;

  object-fit: cover;

}



.sw-actualidad .swiper-slide-active .img-actualidad {

  width: 605px !important;

  /*height: 614px !important;*/
  height: 550px !important;

  border-radius: 16px;

  object-fit: cover;

}


section#sec3:lang(en) {
    display: none;
}

.sec2_inte:lang(en) {
    border-radius: 0px 0px 56px 56px;
    z-index: 1;
    position: relative;
}

.anim-sec:lang(en) {
    background: none;
    padding-bottom: 280px;
}

@media (max-width: 1699px) {

  .actual-sec .col2 {

    width: 76%;

  }



  .sw-actualidad .swiper-slide {

    width: 24% !important;

  }



  .sw-actualidad .swiper-slide.swiper-slide-active {

    width: 46.8% !important;

  }



  .sw-actualidad .swiper-slide .img-actualidad {

    width: auto;

    height: 308px;

  }



  .sw-actualidad .swiper-slide-active .img-actualidad {

    width: auto !important;

    height: 468px !important;

  }

}







@media (max-width: 1399px) {

  .actual-sec .col2 {

    width: 72%;

  }



  .sw-actualidad .swiper-slide {

    width: 24% !important;

  }



  .sw-actualidad .swiper-slide.swiper-slide-active {

    width: 45.5% !important;

  }



  .sw-actualidad .swiper-slide .img-actualidad {

    height: 246px;

  }



  .sw-actualidad .swiper-slide-active .img-actualidad {

    height: 370px !important;

  }



  .sw-actualidad .swiper-slide .info-actualidad {

    font-size: 17px;

  }

}





@media (max-width: 1199px) {

  .actual-sec .col2 {

    width: 68%;

  }



  .sw-actualidad .swiper-slide {

    width: 31% !important;

  }



  .sw-actualidad .swiper-slide.swiper-slide-active {

    width: 65.5% !important;

  }



  .sw-actualidad .swiper-slide .img-actualidad {

    height: 259px;

  }



  .sw-actualidad .swiper-slide-active .img-actualidad {

    height: 435px !important;

  }



  .sw-actualidad .swiper-slide .info-actualidad {

    font-size: 17px;

  }

}



@media (max-width: 991px) {

  .actual-sec .col2 {

    width: 56%;

  }



  .sw-actualidad .swiper-slide {

    width: 100% !important;

  }



  .sw-actualidad .swiper-slide.swiper-slide-active {

    width: 100% !important;

  }



  .sw-actualidad .swiper-slide .img-actualidad {

    width: 100% !important;

    height: 435px !important;

  }



  .sw-actualidad .swiper-slide-active .img-actualidad {

    width: 100% !important;

    height: 435px !important;

  }



  .sw-actualidad .swiper-slide .info-actualidad {

    font-size: 17px;

  }



  .nav-actualidad {

    top: auto;

    bottom: 0;

    left: 50%;

    margin-left: -72.5px;

  }



  .sw-actualidad .swiper-slide .info-actualidad {

    padding-bottom: 50px;

    margin-bottom: 10px;

  }

}



@media (max-width: 767px) {

  .actual-sec {

    flex-direction: column;

    align-items: center;

  }



  .actual-sec .col1,

  .actual-sec .col2 {

    width: 450px;

  }

}



.cont-btn {

  width: 50%;

  text-align: right;

  margin-top: -40px;

  float: right;

  text-align: right;

}



.sec3_inte .btn-inte {

  padding: 7px 14px;

}



@media (max-width: 1699px) {

  .cont-btn {

    margin-top: 10px;

  }

}



@media (max-width: 991px) {

  .cont-btn {

    width: 100%;

    margin-top: 40px;

    text-align: center;

  }



  .nav-actualidad {

    margin-top: 50px;

  }



  .nav-actualidad {

    position: relative;

    margin-top: 0px;

  }



  .sw-actualidad .swiper-slide .info-actualidad {

    padding-bottom: 30px;

    margin-bottom: 0px;

  }



  .sec3_inte {

    padding: 100px 0px 160px;

  }



  .actual-sec .col2 .tit,

  .actual-sec .col2 .tit p {

    font-size: 55px;

  }

}



@media (max-width: 991px) {

  .actual-sec .col1 {

    margin-top: 100px;

    margin-bottom: 110px;

  }



  .actual-sec .col2 .tit,

  .actual-sec .col2 .tit p {

    min-height: 50px;

    margin-bottom: 45px;

    position: relative;

  }



  .sw-actualidad {

    padding-top: 0px !important;

  }



  .actual-sec .col2 .tit,

  .actual-sec .col2 .tit p {

    font-size: 45px;

  }

}



@media (max-width:767px) {

  .actual-sec .col1 {

    margin-top: 0px;

  }



  .actual-sec .col2 .tit,

  .actual-sec .col2 .tit p {

    min-height: auto;

  }



}



@media (max-width:500px) {



  .actual-sec .col1,

  .actual-sec .col2 {

    width: 100%;

  }



  .sw-actualidad .swiper-slide-active .img-actualidad {

    height: 458px !important;

  }



  .sw-actualidad .swiper-button-next:after,

  .sw-actualidad .swiper-rtl .swiper-button-next:after,

  .sw-actualidad .swiper-button-prev:after,

  .sw-actualidad .swiper-rtl .swiper-button-prev:after,

  .sw-actualidad .swiper-button-next,

  .sw-actualidad .swiper-rtl .swiper-button-next,

  .sw-actualidad .swiper-button-prev,

  .sw-actualidad .swiper-rtl .swiper-button-prev {

    width: 42px;

    height: 42px;

  }



  .nav-actualidad {

    width: 126px;

    height: 42px;

    margin-left: -63px;

  }



  .cont-btn {

    margin-top: 30px;

  }



  .actual-sec .col2 .tit,

  .actual-sec .col2 .tit p {

    font-size: 36px;

  }



  .sw-actualidad .swiper-slide .info-actualidad {

    font-size: 21px;

    margin-top: 15px;

  }



  .btn-inte a {

    font-size: 17.5px;

  }

}



@media (max-width:350px) {



  .actual-sec .col2 .tit,

  .actual-sec .col2 .tit p {

    font-size: 33px;

  }



  .sw-actualidad .swiper-slide .img-actualidad {

    width: 100% !important;

    height: 350px !important;

  }



  .sw-actualidad .swiper-slide .info-actualidad {

    font-size: 18px;

  }

}

#ctf .ctf-header{
  overflow: initial;
}