@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');

* {
    font-family: 'Roboto', sans-serif !important;
  }

.logos-partners-home img {
    width: 15%;
    height: auto; /* Keeps aspect ratio */
}

ul.item-lateral {
    position: fixed;
    z-index: 9;
    right: 0;
    top: 95%;
    list-style: none;
    margin: 0;
    padding: 0;
    transform: translateX(calc(100% - 45px)) translateY(-50%);
  }
  
  .item-lateral .icono img {
    height: 70%;
    width: auto;
  }
  
  .item-lateral .icono {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .item-lateral span {
    font-weight: 800;
  }
  
  .item-lateral li a {
    background-color: #ffffff !important;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #294859;
    padding-right: 10px;
    transition: .4s all ease;
    transform: translateX(calc(0% + -10px));
    border-radius: 5px 0 0 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  }
  
  .item-lateral li a:hover {
    transform: translateX(calc(-100% + 45px));
  }
  
  .item-lateral li {
    margin: 3px 0;
  }

  .cardsServiciosDigitales > .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  
  .cardsServiciosDigitales > .container > h2{
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    line-height: 35px;
      font-weight: 500;
  }
  
  .cardsServiciosDigitales > .container > h2 strong{
      font-weight: 800;
  }
  
  .cardsServiciosDigitales > .container > .card{
    width: 45%;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px rgba(0,0,0,.16);
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 30px 20px;
    z-index: 1;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-decoration: none;
    transition: all .6s ease;
  }
  
  .cardsServiciosDigitales > .container > .card:hover {
      background-color: var(--azulObs) !important;
  }
  
  
  .cardsServiciosDigitales > .container > .card:hover .icon img {
  
  }
  
  
  
  
  .cardsServiciosDigitales > .container > .card > .icon{
    display: flex;
    justify-content: center;
    align-items: center;
    
    position: relative;
    margin-bottom: 10px;
  }
  
  .cardsServiciosDigitales > .container > .card > .icon > img{
    width: auto;
    
    transition: .4s all ease;
    mix-blend-mode:  inherit;
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
  }
  
  
  
  .cardsServiciosDigitales > .container > .card > .titulo > p{
    
    text-align: center;
    font-size: 16px;
    line-height: 19px;
    transition: .4s all ease;
    margin: 0;
    
    -webkit-transition: .4s all ease;
    -moz-transition: .4s all ease;
    -ms-transition: .4s all ease;
    -o-transition: .4s all ease;
  }
  
  .cardsServiciosDigitales > .container > .card:hover > .titulo > p{
    
    color: #fff !important;
    
  }
  
  
  @media(min-width: 768px){
      .cardsServiciosDigitales > .container > h2{
          margin-bottom: 40px;
      }
  
      .cardsServiciosDigitales > .container > .card{
          width: 30%;
          padding: 30px;
      }
  
  }
  
  @media(min-width: 1024px){
  
      .cardsServiciosDigitales > .container{
          gap: 15px;
      }
  
      .cardsServiciosDigitales > .container > .card{
          width: inherit;
          flex: 1; 
          padding: 30px 20px;
          margin: 0;
      }
  
  }
  
  .cardsServiciosDigitales{
    margin-top: 100px;
    margin-bottom:50px;
  }
  
  .container-flex-center .col {
      flex: 1;
  }
  
  @media only screen and(max-width: 768px) {
      .container-flex-center {
          flex-direction: column;
      }
  }
  
  .newHome__hero {
      padding-top: 130px;
      padding-bottom: 120px;
  }
  
  .newHome__hero .linea-titulo {
      margin-bottom: 30px;
  }
  
  .newHome__hero .tit {
      font-size: 36px;
      font-weight: 400;
      line-height: 36px;
      margin-bottom: 15px;
      color: #01277E!important;
  }
  
  .newHome__hero .accion {
      margin-top: 20px;
  }
  
  .logos-partners-home {
      display: flex;
      align-items: center;
      gap: 20px;
      margin-top: 50px;
      flex-flow: wrap;
  }
  
  .section-home-video p {
      margin-bottom: 15px;
  }
  
  .estrategias-home article {
      padding: 40px 0;
  }
  
  .estrategias-home h3 {
      font-size: 25px;
      font-weight: 900;
      line-height: 25px;
      margin-top: 15px;
  }
  
  .estrategias-home p {
      margin-top: 10px;
  }
  
  .section-home-video {
      padding-top: 60px;
      padding-bottom: 120px;
  }
  
  .newtitles h1 {
      font-weight: 300;
      font-size: 63px;
      line-height: 63px;
      margin-bottom: 20px;
  }
  
  @media only screen and (max-width: 768px) {
      .newtitles h1 {
          font-size: 40px;
          line-height: 40px;
      }
      
      .newtitles h1 strong {
          font-size: 40px;
          line-height: 40px;
      }
  }
  
  .newtitles h1 strong, .newtitles h1 b {
      font-weight: 900;
  }
  
  .newtitles p {
      margin-bottom: 15px;
  }
  
  .newtitles h2 {
      font-size: 40px;
      line-height: 40px;
  }
  
  .estrategias-home-images {
      position: sticky;
      top: 140px;
      text-align: center;
  }
  
  .estrategias-home-images img {
      position: absolute;
      width: auto;
  }
  
  .estrategias-home-images img:nth-child(5) {
      top: 0;
      right: 0;
      z-index: -1;
  }
  
  .estrategias-home-images img:nth-child(1) {
      position: relative;
      padding-top: 90px;
      padding-bottom: 110px;
  }
  
  .estrategias-home-images img:nth-child(4) {
      bottom: 0;
      right: 0;
  }
  
  .estrategias-home-images img:nth-child(2) {
      left: 0;
      bottom: 18px;
  }
  
  .estrategias-home-images img:nth-child(3) {
      left: 0;
      top: 33px;
  }
  
  .section-home-video {
      position: relative;
      padding-top: 80px;
      padding-bottom: 80px;
      margin-top: 80px;
      margin-bottom: 80px;
  }
  
  .section-home-video:before {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 40%;
      height: 100%;
      background-color: #F4F5F6;
      border-radius: 50px 0 0 50px;
      z-index: -1;
  }
  
  .barra-texto-movimiento {
      overflow: hidden;
      background-color: #294859;
      font-size: 36px;
      line-height: 36px;
      color: #fff !important;
      display: flex;
      align-items: center;
      padding: 24px;
      gap: 20px;
      font-weight: 300;
      margin-bottom: 100px;
  }
  
  @media only screen and (max-width: 768px) {
     .barra-texto-movimiento {
         margin-bottom: 20px;
     }
     .round-image {
        margin-top: 0px!important;
    }
  }
  
  .barra-texto-movimiento strong {
      font-weight: 900;
  }
  
  .barra-texto-movimiento div {
      min-width: max-content;
  }
  
  @keyframes loop-scroll {
      from {
          trasform: translateX(0);
      }
      to {
          transform: translateX(-100%);
      }
  }
  
  .animate-loop-scroll {
      animation: loop-scroll 50s linear infinite;
  }
  
  @media only screen and (max-width: 768px) {
      .container-flex-center {
          flex-direction: column;
      }
      
      .estrategias-home-images {
          position: relative;
          top: 0;
          overflow-x: hidden;
      }
      
      .estrategias-home-images img:nth-child(1) {
          width: 100%;
      }
      
      .estrategias-home-images img:nth-child(2),
      .estrategias-home-images img:nth-child(3),
      .estrategias-home-images img:nth-child(4),
      .estrategias-home-images img:nth-child(5) {
          transform: scale(0.6) !important;
      }
      
      .estrategias-home-images img:nth-child(3) {
          left: -60px;
          top: 33px;
      }
      
      .estrategias-home-images img:nth-child(5) {
          top: -45px;
          right: -72px;
          z-index: -1;
      }
      
      .newtitles h2 {
          font-size: 30px;
          line-height: 30px;
      }
      
      .section-home-video {
          position: relative;
          padding-top: 40px;
          padding-bottom: 40px;
          margin-top: 40px;
          margin-bottom: 40px;
      }
      
      .section-home-video:before {
          display: none;
      }
      
      .newHome__hero {
          padding-bottom: 50px;
      }
      
      .logos-partners-home {
          flex-direction: column;
          background-color: #fff;
          box-shadow: 0 0 20px rgba(0,0,0,0.16);
          padding: 20px;
          border-radius: 10px;
          width: fit-content;
          margin: 0 auto;
          margin-top: 30px;
      }
  }
  
  
  .text-center {
      text-align: center;
  }
  
  .titulo-centro .linea-titulo {
      margin: 0 auto;
  }
  
  .linea-titulo {
      width: 120px;
      height: 3px;
      border-radius: 3px;
      margin-top: 25px !important;
      background: #0842ff;
      background: -webkit-gradient(linear, left top, right top, from(#0842ff), to(#fffaec));
      background: linear-gradient(90deg, #0842ff 0%, #fffaec 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5a08",endColorstr="#ffbe06",GradientType=1);
  }
  
  .container-flex .col {
      flex: 1;
      width: 100%;
  }
  .container-flex {
      display: flex;
      align-items: flex-start;
      gap: 40px;
      margin-top: 50px;
      margin-bottom: 50px;
  }
  
  .container-flex-center {
      display: flex;
      align-items: center;
      gap: 40px
  }
  
  .transformacion-video {
      width: 100%;
      height: auto;
  }
  
  @media only screen and (max-width: 768px) {
      
      .container-flex {
          flex-direction: column;
      }
  }
  
  .new-header {
      padding: 10px;
      font-size: 14px;
      color: #294859;
      z-index: 99;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      transition: all .6s ease;
  }
  
  @media only screen and (max-width: 1080px) {
      .new-header {
          display: none;
      }
  }
  
  .site-header__wrapper {
      border: 1px solid rgba(41, 72, 89, 0.16);
      border-radius: 5px;
      background-color: #fff;
      box-shadow: 0 25px 20px -20px rgba(41,72,89,0.1);
  }
  
  .site-header__top {
      background-color: #F1F5F9;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  
  .new-header .site-header__top .site-header__submenu {
      padding: 10px;
      min-width: 200px;
  }
  
  .new-header .site-header__top .site-header__submenu li a {
      width: 100%;
  }
  
  .new-header .site-header__top .site-header__submenu li a i {
      height: auto;
  }
  
  .new-header .site-header__top .site-header__submenu a i img {
      filter: none;
  }
  
  .site-header__top ul li:last-child .site-header__submenu {
      right: 0;
  }
  
  .i-chevron {
      position: relative;
  }
  
  .i-chevron:before {
      content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="5" viewBox="0 0 10 5" fill="none"><path d="M9.18273 -5.11034e-09L10 0.743627L5.54588 4.79398C5.4745 4.85927 5.38963 4.91108 5.29615 4.94644C5.20266 4.9818 5.10241 5 5.00116 5C4.8999 5 4.79965 4.9818 4.70616 4.94644C4.61268 4.91108 4.52781 4.85927 4.45644 4.79398L-1.86052e-07 0.743628L0.81727 0.000701184L5 3.80224L9.18273 -5.11034e-09Z" fill="%23294859"/></svg>');
      top: -2px;
      position: relative;
  }
  
  .new-header ul li a {
      text-decoration: none;
      display: flex;
      align-items: center;
      gap: 4px;
      padding: 10px 15px;
      border-radius: 5px;
      color: #01277E;
      transition: all .6s ease;
  }
  
  .new-header ul li {
      display: flex;
      align-items: center;
      position: relative;
     
  }
  
  .new-header ul li.redes a img, header.movil .redes li a img {
      opacity: 0.8;
      transition: all .6s ease;
  }
  
  .new-header ul li a.btn-menu {
      background: rgb(52,89,167);
      background: -moz-linear-gradient(90deg, rgba(52,89,167,1) 0%, rgba(29,115,239,1) 100%);
      background: -webkit-linear-gradient(90deg, rgba(52,89,167,1) 0%, rgba(29,115,239,1) 100%);
      background: linear-gradient(90deg, rgba(52,89,167,1) 0%, rgba(29,115,239,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3459a7",endColorstr="#1d73ef",GradientType=1);
      color: #fff;
      font-weight: bold;
  }
  
  .new-header ul li a.btn-menu .i-chevron:before {
      content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="5" viewBox="0 0 10 5" fill="none"><path d="M9.18273 -5.11034e-09L10 0.743627L5.54588 4.79398C5.4745 4.85927 5.38963 4.91108 5.29615 4.94644C5.20266 4.9818 5.10241 5 5.00116 5C4.8999 5 4.79965 4.9818 4.70616 4.94644C4.61268 4.91108 4.52781 4.85927 4.45644 4.79398L-1.86052e-07 0.743628L0.81727 0.000701184L5 3.80224L9.18273 -5.11034e-09Z" fill="white"/></svg>');
      top: -2px;
      position: relative;
  }
  
  .new-header ul li.redes a:hover img {
      opacity: 1;
  }
  
  .new-header ul li a:hover {
      background-color: #DEEAF1;
  }
  
  .new-header ul {
      list-style-type: none;
      margin: 0;
      padding: 0;
      display: flex;
  }
  
  .site-header__general {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 15px;
  }
  
  .site-header__logo img {
      width: 250px;
  }
  
  .new-header ul li:hover .site-header__submenu {
      display: flex;
  }
  
  .new-header .site-header__submenu {
      position: absolute;
      flex-direction: column;
      top: 100%;
      background-color: #fff;
      padding: 20px;
      width: fit-content;
      box-shadow: 0 5px 10px -10px;
      border-radius: 10px;
      z-index: 9;
      border: 1px solid rgba(41,72,89,0.10);
      display: none;
  }
  
  .new-header nav .site-header__submenu li {
      width: 300px;
  }
  
  .new-header .site-header__submenu a {
      display: flex;
      gap: 10px;
      padding: 8px;
      align-items: flex-start;
  }
  
  .new-header .site-header__submenu  a div {
      flex: 1;
  }
  
  .new-header .site-header__submenu a i {
      width: 23px;
      height: 23px;
  }
  
  .new-header .site-header__submenu  a div p{
      line-height: 16px;
      margin-bottom: 5px;
      font-weight: bold;
  }
  
  .new-header .site-header__submenu  a div span {
      opacity: 0.5;
  }
  
  .new-header .site-header__submenu  a i img {
      width: 100%;
      filter: invert(1) contrast(0.3);
      transition: all .6s ease;
      
  }
  
  .new-header a:hover i img {
      filter: none;
  }
  
  .new-header nav ul li:nth-last-child(2) .site-header__submenu,
  .new-header nav ul li:last-child .site-header__submenu {
      right: 0;
  }
  
  header.movil>.top>.ayuda {
      background-color: #DEEAF1 !important;
      
  }
  
  header.movil>.top>.ayuda>span {
      color: #294859 !important;
      font-weight: 500;
      font-size: 14px;
  }
  
  header.movil>.top>.ayuda::before {
          filter: invert(1) contrast(0.3) !important;
  }
  
  @media only screen and (max-width: 768px) {
      
      
      section.newHome__hero .container-flex-center {
          flex-direction: column-reverse;
      }
  }
  
  
  
  html {
    scroll-behavior: smooth;
}

:root {
    --texto: 'Lato';
    --degNaranja: linear-gradient(to right, #ff5a08 1%, #ffbe06 100%);
    --degAzul: linear-gradient(to right, rgba(62, 102, 187, 1) 1%, rgba(77, 143, 239, 1) 100%);
    --degRojo: linear-gradient(45deg, rgba(179, 17, 196, 1) 0%, rgba(210, 0, 30, 1) 100%);
    --azulObs: #01277E;
    --azulHover: #365563;
    --gris: #404040;
    --naranja: #FF5A08;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: var(--texto);
}

p {
    margin: 0;
    padding: 0;
    font-family: var(--texto);
    color: var(--azulObs) !important;
    line-height: 29px;
    font-size: 16px;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
}

h1,
h2,
h3 {
    margin: 0;
    padding: 0;
    font-family: var(--texto);
    font-weight: bold;
    color: var(--azulObs);
}

ul,
li {
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    padding-right: 30px;
    padding-left: 30px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}

header.movil {
    display: none;
}

.accion {
    padding: 8px 30px 8px 30px;
    color: white;
    border-radius: 25px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    font-family: var(--texto);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    transition: .4s all ease;
}

.accion:hover {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .2);
}

.accion::before {
    content: '';
    width: 50px;
    height: 200px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0) 100%);
    left: -10%;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    opacity: .2;
    position: absolute;
    transition: .4s all ease;
}

.accion:hover:before {
    left: 110%;
}

.accion.naranja {
    background: var(--degNaranja);
}

@keyframes afterMakia {
    0% {
        opacity: 0;
        transform: translateY(-50%) rotate(45deg);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(-50%) rotate(-225deg);
    }
}

section.contenido>.container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

section.contenido {
    padding-bottom: 50px;
}


@keyframes pulse {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(204, 114, 3, .7)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px transparent
    }
    100% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 transparent
    }
}


@keyframes pulse {
    0% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 rgba(204, 114, 3, .7)
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px transparent
    }
    100% {
        transform: scale(.95);
        box-shadow: 0 0 0 0 transparent
    }
}



.como {
    margin-bottom: 100px;
}


.donde {
    margin-bottom: 60px;
}

.donde>.container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.tit-slide {
    font-size: 40px;
    line-height: 1.2;
    color: #E07417;
    font-weight: lighter;
    margin-bottom: 18px;
    padding-bottom: 12px;
    position: relative;
}

.tit-slide strong {
    font-size: 55px;
    font-weight: 900;
    padding-bottom: 12px;
}


@media(max-width: 1440px) {}

@media(max-width: 1080px) {
    header.movil {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 99999;
    }
    header.movil>.top {
        height: 38px;
        display: flex;
        align-items: center;
    }
    header.movil>.top>.ayuda,
    header.movil>.top>.tel {
        width: 100%;
        text-align: center;
        height: 100%;
    }
    header.movil>.top>.ayuda {
        background-color: #213d49;
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    header.movil>.top>.ayuda::before {
        content: '';
        width: 26px;
        height: 20px;
        background-image: url("../resources/calendar-icon.png");
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        margin-right: 10px;
    }
    header.movil>.top>.ayuda>span {
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }
    header.movil>.top>.tel {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #294859;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }
    header.movil>.top>.tel::before {
        content: '';
        width: 26px;
        height: 20px;
        background-image: "resources/WhatsApp_icon.png/";
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        margin-right: 10px;
    }
    .contenido>.container {
        padding: 0 10%;
    }
}

@media(max-width: 768px) {
    .container {
        padding-right: 30px;
        padding-left: 30px;
    }
    section.contenido {
        padding-left: 10px;
        padding-right: 10px;
    }
    .donde>.container>div {
        width: 100% !important;
        margin-bottom: 50px;
    }
    .contenido>.container {
        padding: 0 7%;
    }
}


html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}


main {
    display: block;
}


h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


a {
    background-color: transparent;
}


b,
strong {
    font-weight: bolder;
}



sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}



img {
    border-style: none;
}



 ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}


.header-text {
    margin-left: 20px;
    font-family: 'Georgia', serif;
    font-size: 1rem;
    color: #333;
    letter-spacing: -0.5px;
    line-height: 1.2;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  }

.round-image {
    margin-top:0px;
    width: 100%;
    border-radius: 20px;
}

.mision-vision-section {
    padding: 50px 0;
    background: linear-gradient(135deg, #0047ab, #007bff);
    color: #fff;
}

.mision-vision-section .card {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
    border-radius: 15px;
    padding: 30px;
    margin: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mision-vision-section .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.mision-vision-section .section-subtitle {
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
}

.mision-vision-section .section-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #e0e0e0!important;
}



.valores-lista {
    font-size: 1rem;
    color: #2c3e50;
}

.valores-ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.valores-ul li {
    background: #f9f9f9;
    padding: 5px 15px;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease;
    line-height: 1.4;
}

.valores-ul li:hover {
    transform: translateY(-3px);
    background-color: #eef4ff;
}

.valor-titulo {
    display: inline;
    font-weight: 600;
    color: #0047ab;
    margin-right: 6px;
}

.container-flex-center {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    padding: 10px;
}

.video-col {
    flex: 1;
    min-width: 300px;
    max-width: 600px;
}

.transformacion-video {
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.section-home-video h2 {
    font-size: 1.8rem;
}

.linea-titulo {
    width: 50px;
    height: 3px;
    background-color: #0047ab;
    margin: 8px auto 0;
    border-radius: 4px;
}

.sticky-image{
    width: 100%!important;
    border-radius: 40%;
}
.footer-section {
    background-color: #002b5b;
    color: #ffffff;
    padding: 30px 0;
    font-size: 0.95rem;
}

.footer-section h5 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: bold;
}

.footer-content p {
    margin: 0;
    line-height: 1.6;
}

.footer-section .copyright-text {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #cccccc;
}

@media (max-width: 768px) {
    .footer-content {
        flex-direction: column;
        text-align: center;
    }
}
#ref-sector-1 {
    scroll-margin-top: 100px;
}
#ref-sector-2 {
    scroll-margin-top: 100px;
}
#ref-sector-3 {
    scroll-margin-top: 100px;
}
#ref-sector-4 {
    scroll-margin-top: 100px;
}
#ref-sector-5 {
    scroll-margin-top: 100px;
}
#ref-sector-6 {
    scroll-margin-top: 100px;
}

#rotating-image {
    transition: opacity 1s ease-in-out;
    opacity: 1;
}

#rotating-image4 {
    transition: opacity 1s ease-in-out;
    opacity: 1;
}

.rotator-container {
    position: relative;
    width: 100%;
    height: auto;
  }
  
  .rotator-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;
    object-fit: cover;
    transition: opacity 1s ease-in-out;
  }
  
.title-color{
    color: #01277E;
  display: flex;
  align-items: center; /* Alinea verticalmente el icono y el texto */
  gap: 0.5rem;          /* Espacio entre el icono y el texto */
    
}

/*Carrusel 1*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  body {
    font-family: sans-serif;
    overflow-x: hidden;
  }

  .slider-container {
    width: 100vw;
    overflow: hidden;
    position: relative;
  }

  .slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
  }

  .slide {
    min-width: 100vw;
    height: 600px; /* o usa por ejemplo 500px si prefieres altura fija */
    background-size: cover;
    background-position: center;
  }

  .dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
  }

  .dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: background-color 0.3s;
  }

  .dot.active {
    background-color: white;
  }
/*Fin carrusel 1*/

/*Carrusel 3d 1*/
  .carousel-3d-wrapper {
    width: 100%;
    height: 50vh;
    /*background: #111;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
    overflow: hidden;
    position: relative;
  }

  .carousel-3d {
    width: 300px;
    height: 200px;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 1s;
  }

  .carousel-3d img {
    position: absolute;
    width: 300px;
    height: 200px;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.4);
    transition: transform 1s;
  }

  .carousel-3d-controls {
    margin-top: 20px;
    display: flex;
    gap: 15px;
  }

  .carousel-3d-btn {
    margin-top:20px;
    padding: 10px 20px;
    background: #fafafa;
    border: none;
    font-size: 1.2rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
  }

  .carousel-3d-btn:hover {
    background: #ccc;
  }
  /*Fin carrusel 3d 1*/

  /*Inicio carrusel 3d 3*/
  .vertical-carousel-3d-wrapper {
    width: 100vw;
    height: 100vh;
    background: #111;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1000px;
    overflow: hidden;
  }

  .vertical-carousel-3d {
    position: relative;
    width: 600px;
    height: 400px;
    transform-style: preserve-3d;
    animation: spin-vertical 20s linear infinite;
  }

  .vertical-carousel-3d .carousel-item {
    position: absolute;
    width: 600px;
    height: 400px;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    transition: transform 1s;
  }

  @keyframes spin-vertical {
    from { transform: rotateX(0deg); }
    to   { transform: rotateX(360deg); }
  }
  /*Fin carrusel 3d 3*/

  /*Inicio Carrusel codepen 1*/

maincarrousel1 {
  height: 80vh!important;
  display: grid;
  place-items: center;
  overflow: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}

.item-carrousel-1 {
  width: 200px;
  height: 300px;
  list-style-type: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  box-shadow: 0 20px 30px rgba(255,255,255,0.3) inset;
  transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;

  &:nth-child(1), &:nth-child(2) {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: none;
    border-radius: 0;
    box-shadow: none;
    opacity: 1;
  }

  &:nth-child(3) { left: 50%; }
  &:nth-child(4) { left: calc(50% + 220px); }
  &:nth-child(5) { left: calc(50% + 440px); }
  &:nth-child(6) { left: calc(50% + 660px); opacity: 0; }
}

.content-carrousel-1 {
  width: min(30vw,400px);
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  font: 400 0.85rem helvetica,sans-serif;
  color: white;
  text-shadow: 0 3px 8px rgba(0,0,0,0.5);
  opacity: 0;
  display: none;

  & .title {
    font-family: 'arial-black';
    text-transform: uppercase;
  }

  & .description {
    line-height: 1.7;
    margin: 1rem 0 1.5rem;
    font-size: 0.8rem;
  }

  & button {
    width: fit-content;
    background-color: rgba(0,0,0,0.1);
    color: white;
    border: 2px solid white;
    border-radius: 0.25rem;
    padding: 0.75rem;
    cursor: pointer;
  }
}

.item-carrousel-1:nth-of-type(2) .content-carrousel-1 {
  display: block;
  animation: show 0.75s ease-in-out 0.3s forwards;
}

@keyframes show {
  0% {
    filter: blur(5px);
    transform: translateY(calc(-50% + 75px));
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.nav-carrousel-1 {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  user-select: none;

  & .btn {
    background-color: rgba(255,255,255,0.5);
    color: rgba(0,0,0,0.7);
    border: 2px solid rgba(0,0,0,0.6);
    margin: 0 0.25rem;
    padding: 0.75rem;
    border-radius: 50%;
    cursor: pointer;

    &:hover {
      background-color: rgba(255,255,255,0.3);
    }
  }
}

@media (width > 650px) and (width < 900px) {
  .content-carrousel-1 {
    & .title        { font-size: 1rem; }
    & .description  { font-size: 0.7rem; }
    & button        { font-size: 0.7rem; }
  }
  .item-carrousel-1 {
    width: 160px;
    height: 270px;

    &:nth-child(3) { left: 50%; }
    &:nth-child(4) { left: calc(50% + 170px); }
    &:nth-child(5) { left: calc(50% + 340px); }
    &:nth-child(6) { left: calc(50% + 510px); opacity: 0; }
  }
}

@media (width < 650px) {
  .content-carrousel-1 {
    & .title        { font-size: 0.9rem; }
    & .description  { font-size: 0.65rem; }
    & button        { font-size: 0.7rem; }
  }
  .item-carrousel-1 {
    width: 130px;
    height: 220px;

    &:nth-child(3) { left: 50%; }
    &:nth-child(4) { left: calc(50% + 140px); }
    &:nth-child(5) { left: calc(50% + 280px); }
    &:nth-child(6) { left: calc(50% + 420px); opacity: 0; }
  }
}
/*Fin Carrusel codepen 1*/
/*Inicio carrusel codepen2*/
.maincarrusel2 {
  padding: 0;
  margin: 0;
}

.bodymaincarrusel2 {
  overflow-x: hidden;
  background: #fed5c8;
}

.list-carrusel-2 {
  height: 200px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%,0%)
}

.list-carrusel-2 li {
  list-style-type: none;
  
  width: 250px;
  height: 250px;
  opacity: .25;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  border-radius: 2px;
  background: #9C89B8;
  transition: transform 1s, opacity 1s;
}

.list-carrusel-2 .act {
  opacity: 1;
}

.list-carrusel-2 .prev-2,
.list-carrusel-2 .next-2 {
  cursor: pointer;
}

.list-carrusel-2 .prev-2 {
  transform: translateX(-220px) scale(.85);
}

.list-carrusel-2 .next-2 {
  transform: translateX(220px) scale(.85);
}

.list-carrusel-2 .hide {
  transform: translateX(-420px) scale(.85);
}

.list-carrusel-2 .new-next {
  transform: translateX(420px) scale(.85);
}

.list-carrusel-2 .hide,
.list-carrusel-2 .new-next {
  opacity: 0;
  transition: opacity .5s, transform .5s;
}

.list-carrusel-2 li img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* or 'contain' if you want to preserve aspect ratio */
  border-radius: 2px;
}

.swipe {
  width: 270px;
  height: 200px;
  position: absolute;
  background-color: green;
  border-radius: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
}
/*Termina carrusel codepen2*/
/*Servicios list*/
.servicios-list {
  list-style-type: disc;      /* viñetas */
  padding-left: 1.5em;        /* margen para viñetas */
  line-height: 1.5;           /* espacio vertical legible */
  font-size: 1rem;            /* tamaño adecuado */
  color: #333;                /* color legible */
  max-width: 700px;           /* ancho máximo para mejor lectura */
  margin: 0 auto;             /* centrar horizontalmente */
}

.servicios-list li {
  margin-bottom: 1em;         /* espacio entre ítems */
}
/* Termina servicios list */
/*Inicia Párrafos*/
.parrafo-ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    color: #01277E;
}

.parrafo-ul li {
    padding: 5px 15px;
    border-radius: 8px;
    transition: transform 0.3s ease;
    line-height: 1.4;
}

.parrafo-ul li:hover {
    transform: translateY(-3px);
    background-color: #eef4ff;
}

.valor-titulo {
    display: inline;
    font-weight: 600;
    color: #0047ab;
    margin-right: 6px;
}
/*Termina párrafos*/
/*Inicio carrusel codepen 3*/
.carrusel-3 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	display: flex;
	flex-direction: column;
	align-items: center;
	
}

.about-title {
	font-size: 7.5rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: -0.02em;
	position: absolute;
	top: 45px;
	left: 50%;
	transform: translateX(-50%);
	pointer-events: none;
	white-space: nowrap;
	font-family: "Arial Black", "Arial Bold", Arial, sans-serif;
	background: linear-gradient(
		to bottom,
		rgb(8 42 123 / 35%) 30%,
		rgb(255 255 255 / 0%) 76%
	);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.carousel-3-container {
	width: 100%;
	max-width: 1200px;
	height: 265px;
	position: relative;
	perspective: 1000px;
}

.carousel-3-track {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card-carrusel-3 {
	position: absolute;
	width: 280px;
	height: 380px;
	background: white;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	cursor: pointer;
}

.card-carrusel-3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.card-carrusel-3.center {
	z-index: 10;
	transform: scale(1.1) translateZ(0);
}

.card-carrusel-3.center img {
	filter: none;
}

.card-carrusel-3.left-2 {
	z-index: 1;
	transform: translateX(-400px) scale(0.8) translateZ(-300px);
	opacity: 0.7;
}

.card-carrusel-3.left-2 img {
	filter: grayscale(100%);
}

.card-carrusel-3.left-1 {
	z-index: 5;
	transform: translateX(-200px) scale(0.9) translateZ(-100px);
	opacity: 0.9;
}

.card-carrusel-3.left-1 img {
	filter: grayscale(100%);
}

.card-carrusel-3.right-1 {
	z-index: 5;
	transform: translateX(200px) scale(0.9) translateZ(-100px);
	opacity: 0.9;
}

.card-carrusel-3.right-1 img {
	filter: grayscale(100%);
}

.card-carrusel-3.right-2 {
	z-index: 1;
	transform: translateX(400px) scale(0.8) translateZ(-300px);
	opacity: 0.7;
}

.card-carrusel-3.right-2 img {
	filter: grayscale(100%);
}

.card-carrusel-3.hidden {
	opacity: 0;
	pointer-events: none;
}

.member-info {
	text-align: center;
	margin-top: 40px;
	transition: all 0.5s ease-out;
}

.member-name {
	color: rgb(8, 42, 123);
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 10px;
	position: relative;
	display: inline-block;
}

.member-name::before,
.member-name::after {
	content: "";
	position: absolute;
	top: 100%;
	width: 100px;
	height: 2px;
	background: rgb(8, 42, 123);
}

.member-name::before {
	left: -120px;
}

.member-name::after {
	right: -120px;
}

.member-role {
	color: #848696;
	font-size: 1.5rem;
	font-weight: 500;
	opacity: 0.8;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	padding: 10px 0;
	margin-top: -15px;
	position: relative;
}
.dots {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 60px;
}

.dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(8, 42, 123, 0.2);
	cursor: pointer;
	transition: all 0.3s ease;
}

.dot.active {
	background: rgb(8, 42, 123);
	transform: scale(1.2);
}

.nav-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(8, 42, 123, 0.6);
	color: white;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 20;
	transition: all 0.3s ease;
	font-size: 1.5rem;
	border: none;
	outline: none;
	padding-bottom: 4px;
}

.nav-arrow:hover {
	background: rgba(0, 0, 0, 0.8);
	transform: translateY(-50%) scale(1.1);
}

.nav-arrow.left {
	left: 20px;
	padding-right: 3px;
}

.nav-arrow.right {
	right: 20px;
	padding-left: 3px;
}

@media (max-width: 768px) {
	.about-title {
		font-size: 4.5rem;
	}

	.card-carrusel-3 {
		width: 200px;
		height: 280px;
	}

	.card-carrusel-3.left-2 {
		transform: translateX(-250px) scale(0.8) translateZ(-300px);
	}

	.card-carrusel-3.left-1 {
		transform: translateX(-120px) scale(0.9) translateZ(-100px);
	}

	.card-carrusel-3.right-1 {
		transform: translateX(120px) scale(0.9) translateZ(-100px);
	}

	.card-carrusel-3.right-2 {
		transform: translateX(250px) scale(0.8) translateZ(-300px);
	}

	.member-name {
		font-size: 2rem;
	}

	.member-role {
		font-size: 1.2rem;
	}

	.member-name::before,
	.member-name::after {
		width: 50px;
	}

	.member-name::before {
		left: -70px;
	}

	.member-name::after {
		right: -70px;
	}
}
/*Fin carrusel codepen 3*/