@import url('https://fonts.googleapis.com/css2?family=Alice&family=Archivo:ital,wght@0,100..900;1,100..900&family=Arimo:ital,wght@0,400..700;1,400..700&family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

font-face {
    font-family: pptelegraf;
    src: url('/assets/fonts/PPTelegraf-Regular.woff2');
}

@font-face {
    font-family: pptelegraf-light;
    src: url('/assets/fonts/PPTelegraf-UltraLight.woff2');
}

@import url("https://p.typekit.net/p.css?s=1&k=wng3kxv&ht=tk&f=27034.27040.27042&a=37382337&app=typekit&e=css");

@font-face {
    font-family: "marydale";
    src: url("https://use.typekit.net/af/3a9361/00000000000000007735b54c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
        url("https://use.typekit.net/af/3a9361/00000000000000007735b54c/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),
        url("https://use.typekit.net/af/3a9361/00000000000000007735b54c/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

@font-face {
    font-family: "marydale";
    src: url("https://use.typekit.net/af/5c2715/00000000000000007735b54e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff2"),
        url("https://use.typekit.net/af/5c2715/00000000000000007735b54e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("woff"),
        url("https://use.typekit.net/af/5c2715/00000000000000007735b54e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n9&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 900;
    font-stretch: normal;
}

@font-face {
    font-family: "marydale";
    src: url("https://use.typekit.net/af/a8ff5a/00000000000000007735b550/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
        url("https://use.typekit.net/af/a8ff5a/00000000000000007735b550/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),
        url("https://use.typekit.net/af/a8ff5a/00000000000000007735b550/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
    font-stretch: normal;
}

.tk-marydale {
    font-family: "marydale", sans-serif;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    overflow-x: hidden;
    scroll-behavior: smooth;

}

:root {
    --color-azul: #203877;
    --color-negro: rgb(33, 37, 41);
    --color-gris: rgb(232, 232, 232);
    --color-azul-claro: #F0F4FD;
    --color-hover: #FFB6C1;
    --color-crema: #F2EFED;
    --color-azul-oscuro: #000C2B;
}

#dominicana,
#chile,
#canes,
#amsterdam,
#roma,
#miami,
#newyork,
#washington {
    font-family: roboto;
    font-weight: bold;
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "pptelegraf";
    line-height: 37px;
    color: var(--color-azul);
    overflow: hidden;
}

.navbar {
    background-color: #E8E8E8;
    --bs-navbar-padding-y: 0.75rem;
}

.navbar-brand {
    font-family: 'Alice', sans-serif;
    font-size: 18px !important;
    text-transform: uppercase;
    color: #2A3F77 !important;
}

.nav-link {
    font-family: 'pptelegraf', sans-serif;
    padding: 4px 8px !important;
    font-size: 14px !important;
    text-transform: uppercase;
    color: #2A3F77 !important;
    border: 1px solid transparent !important;
}

.nav-link:hover {
    color: darkgray !important;
}

.cta-link {
    border: 1px solid #2A3F77 !important;
    margin-left: 6px;
}

.cta-link:hover {
    border: 1px solid darkgray !important;
}

nav a.get-it-now {
    display: inline-block;
    position: relative;
    padding: 6px 24px;
    border-radius: 20px;
    text-decoration: none;
    overflow: hidden;
    color: black;
    background-color: white;
    z-index: 1;
    font-family: 'Roboto', sans-serif;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase;
}

nav a.get-it-now .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

nav a.get-it-now .icon img {
    width: 20px;
}

nav a.get-it-now::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    transform: scaleX(0);
    transform-origin: left center;
    z-index: -1;
    transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

nav a.get-it-now:hover::before {
    transform: scaleX(1);
    background-color: #E8E8E8;
}

.container-fluid {
    max-width: 1200px;
  }

.CTA {
    color: white;
    font-family: 'pptelegraf', sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid white;
    padding: 6px 10px;
}

@media only screen and (max-width: 992px) {
    .navbar-collapse {
        text-align: center;
        padding: 20px;
    }

    .navbar-collapse a {
        font-size: 18px !important;
    }

    a.get-it-now {
        font-size: 1rem;
        padding: 10px 24px;
        border-radius: 25px;
    }
}


.container h4 {
    font-family: "roboto";
    margin-bottom: -5px;
}

p {
    font-family: 'pptelegraf', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 25px;
    color: var(--color-negro);
}

body {
    overflow-x: hidden;
}

/*HEADER*/


.header {

    background-color: var(--color-azul);

}

.header__content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.logo a:hover {
    text-decoration: none;
}

nav {}

.header__content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

.header__content li {
    margin: 0 10px;
    padding: 5px;

}

.header__content a {
    color: var(--color-azul);
    text-decoration: none;
    font-size: 14px;
    font-family: "roboto";

}

.header__content ul>:last-child {
    border: 1px solid white;
}

.header__content a {
    transition: all 0.2s linear;
}

.header__content a:hover {
    color: rgb(187, 186, 186);
}

.image-container {
    margin: 2rem;
}






/*Body*/

.sections h1 {
    text-align: center;
    width: 34%;
    font-size: 38px;
    line-height: 42px;
    font-weight: 500;
    margin: 2.4rem auto;
    margin-bottom: 1rem;
    font-family: "Alice";
}

.barra {
    height: 2px;
    border-radius: 4px;
    width: 300px;
    background-color: var(--color-azul);
    margin-left: auto;
    margin-right: auto;
}

.sec1 {
    background-color: #fff !important;
}

.sec1 .sec1__content h2 {
    font-family: "Alice";
}

.sec1__content {
    display: grid;
    grid-template-columns: 40% auto;
    padding: 2rem 0;
}

.sec1__content__left a {
    font-size: 26px;

}

.sec1__content__right {}

.sec1__content__right h4 {
    font-size: 18px;
    font-weight: bold;
}

.sec1__content__right p {
    line-height: 22px;
    font-family: "roboto";
    margin-bottom: 1rem;
}

.image-container {
    position: relative;
    width: calc(100% - 4rem);
    height: auto;
    margin-bottom: -1rem;
    overflow-y: hidden;

}

.image-container img {
    width: 100%;
    height: 340px;
    object-fit: fill;
}


.sec2 {
    display: grid;
}

.img__hover {
    width: 50%;

}

.img__hover img {
    width: 100%;
    /* Asegura que la imagen ocupe todo el ancho del contenedor */
    transition: transform 0.5s ease;
}

.img__hover img:hover {
    transform: scale(1.05);
}

.sec2__content {
    display: grid;
    grid-template-columns: 40% auto;
    padding: 2rem 0;
}

.sec2__content__left {}

.sec2__content__left h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    font-family: "Alice";

}

.sec2__content__right {}

.sec2__content__right h4 {
    font-size: 18px;
    font-weight: bold;
}

.sec2__content__right p {
    line-height: 24px;
    font-family: "roboto";
    margin-bottom: 1rem;
}

.sec2img {
    margin: 0;
}

.sec3__content {
    display: grid;
    grid-template-columns: 50% 50%;
    place-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.sec3__content__card {
    background-color: var(--color-azul);
    border-radius: 4px;
    display: grid;
    grid-template-rows: 150px max-content;
    overflow: hidden;
    position: relative;
    /* Asegura que el contenedor de la imagen tenga posición relativa */
}

.sec3__content__card img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    position: relative;
    /* Asegura que la imagen esté posicionada dentro de su contenedor */
}

.sec3__img__container {
    height: 400px;
    overflow: hidden;
}

.sec3__content__card img:hover {
    transform: scale(1.05);
}



.sec3__card__body {
    padding: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: .6rem;
    position: relative;
    z-index: 1;
    /* Asegura que el texto esté encima de la imagen */
}

.sec3__card__body p {
    color: var(--color-azul-claro);
    font-size: 16px;
    font-family: "roboto";
    line-height: 24px;
    font-weight: 300;
}

.sec3__card__body h3 {
    color: var(--color-azul-claro);
    font-weight: 500;
    font-size: 26px;
    font-family: "Alice";
}

.sec4 {
    margin: 2rem 0;
}

.timeline * {
    overflow: initial;
}

.sec4__content {}

.sec4__content h2 {

    text-align: center;
    width: 40%;
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
    margin: 2.4rem auto;
}



.sec5 {

    margin: 2rem 0;
    position: relative;
}

.sec5 h2 {
    font-family: "Alice";
}

.sec5__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.sec5__header img {
    width: 80px;
}

.sec5__huella.sec5__huella {
    width: 25px;
    position: absolute;
}

@media (max-width: 1023px) {
    .sec5__huella {
        /* pointer-events: none; */
        /* Desactiva la interacción en dispositivos móviles */
    }
}

/* Wrapper para el scroll horizontal */
.sec5__mapa__wrapper {
    overflow-x: auto;
    /* Permite el scroll horizontal */
    width: 100%;
}

/* Estilo del contenedor del mapa */
.sec5__mapa {
    position: relative;


}

/* Imagen del mapa */
.sec5__mapa__blue {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Para que la imagen se ajuste correctamente */
}

/* Estilo de las huellas */
.sec5__huella {
    position: absolute;
    width: 25px;
    /* Tamaño de la huella */
}

/* Posicionamiento específico de cada huella */
.huella1 {
    left: 27%;
    bottom: 5.5%;
}

.huella2 {
    left: 26.2%;
    bottom: 50%;
}

.huella3 {
    left: 20%;
    bottom: 60%;
}

.huella4 {
    left: 23.2%;
    bottom: 75%;
}

.huella5 {
    left: 26.3%;
    bottom: 77.8%;
}

.huella6 {
    left: 73.5%;
    bottom: 77.3%;
}

.huella7 {
    left: 69%;
    bottom: 79.5%;
}

.huella8 {
    left: 69%;
    bottom: 90%;
}

/* Estilo de la brújula */
.sec5__brujula {
    max-width: 150px;
    width: 14%;
    position: absolute;
    left: 3%;
    bottom: 5%;
}



.sec6 {
    margin: 4rem auto;

}

.sec6__upper {
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--color-negro);
    margin-bottom: 2rem;
}

.sec6 h2 {
    font-family: "Alice";
}

.sec6__upper>h2 {
    line-height: 27px;
    margin-bottom: 1rem;
    font-size: 28px;
}

.sec6__bottom__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.sec6__bottom>h2 {
    line-height: 27px;
    margin-bottom: 1rem;
    font-size: 28px;

}

.sec6__upper__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.sec6__content.sec6__content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-evenly;
    gap: 2rem;
    font-family: "roboto";
}

.sec6__card {
    display: flex;
    flex-direction: column;
}

.sec6__card h2 {
    font-size: 18px;
}

.sec6__card p {
    line-height: 24px;
    font-size: 15px;
}





.sec7 {
    width: 100%;
    margin: 2rem auto;
}



/* Swiper Styles */
.swiper-container {
    width: 100%;
    height: 300px;
    margin: 40px 0;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
    .swiper-slide {
        flex: 1 0 25%;
        max-width: 25%;
    }

}

.sec8 {
    background-color: var(--color-crema);
    padding: 2.4rem;
}

.sec8__content {
    display: grid;
    gap: 1rem;
}

.sec8__content h2 {
    text-align: center;
    width: 60%;
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
    margin-top: 2.4rem;
    justify-self: center;
}

.sec8__content p {
    line-height: 30px;
    text-align: center;
    width: 70%;
    align-self: center;
    justify-self: center;
}

.sec8__content a {
    color: var(--color-azul);
    justify-self: center;
    font-weight: 600;
    text-decoration: underline;
}

.tatiana__firma {
    display: flex;
    align-items: center;
    gap: 5px;
}

.tatiana__firma.tatiana__firma p {
    width: auto;
    font-family: roboto;
}

.tatiana__firma.tatiana__firma img {
    width: 7px;
    align-self: self-end;
    padding-bottom: 5px;
}

/*FOOTER*/
.footer {
    background-color: var(--color-azul-oscuro);
    color: white;
    padding: 40px 0;
    display: flex;
    justify-content: center;
    position: relative;
    font-family: "roboto";
}

.footer__content {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3rem;
}

.footer__data {
    flex: 1 1 200px;
    min-width: 250px;
}

.footer__data h2 {
    font-size: 20px;
    position: relative;
    color: var(--color-azul-claro);
    font-weight: 500;
    font-family: "roboto";
}

.icono img {
    width: 14px;
}

/* .footer__data h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: var(--color-gris);
} */
.footer__data a,
.footer__data p {
    color: white;
    text-decoration: none;
    display: block;
    margin: 10px 0;
    transition: color 0.3s, transform 0.3s;
    line-height: 26px;
    margin-top: 0;
    font-family: "roboto";
}

.footer__data a:hover,
.footer__data a:focus {
    color: var(--color-azul-claro);
}

.footer__social-icons {
    display: flex;
    flex-direction: column;


}

.footer__social-icons a {
    color: var(--color-azul-claro);
    font-size: 22px;
    transition: color 0.3s, transform 0.3s;
}

.footer__social-icons a:hover,
.footer__social-icons a:focus {
    color: var(--color-hover);
    text-decoration: underline;
}



.footer__info {
    width: 100%;
    margin-top: 20px;
    color: var(--color-gris);
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}

.footer__info span {
    display: block;
    margin: 5px 0;
}

@media (max-width: 768px) {
    .footer {
        padding: 20px 0;
    }

    .footer__content {
        width: 90%;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer__data h2::after {
        width: 100%;
    }

    .footer__info {
        flex-direction: column;
        align-items: center;
    }

    .footer__data {
        flex: 1 1 100px;
        min-width: 250px;
    }

    .footer__social-icons {
        display: flex;
        gap: 15px;
        justify-content: center;
    }

    .sec8__content {
        display: grid;
        gap: 1rem;
    }

    .sec1__content {
        display: grid;
        grid-template-columns: 40% auto;
        padding: 2rem 0;
        margin-top: 3rem;
    }

    .sections.sections h1 {
        margin-bottom: 1rem;
        font-size: 33px;
        line-height: 37px;
        width: 85%;
    }
}

@media(width < 770px) {

    /* .icono span{
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        position: static;
       } */
    .sections h1 {
        font-size: 30px;
        line-height: 38px;
    }

    .sec5 h2 {
        font-size: 26px;
        line-height: 30px;
    }

    .img__hover {
        width: 95%;
        margin-left: 0;
    }
}

@media (width > 770px) {

    h1 {
        min-width: 450px;
    }

    .sec8 h2 {
        width: 30%;
        min-width: 417px;
        font-family: 36px;
        line-height: 33px;
        margin-bottom: 10px;
        font-family: "Alice";
        font-weight: 500;
        color: var(--color-azul-oscuro);
        font-size: 36px;
    }

    .sec6__bottom__content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 2rem;
    }

    /* .icono span{
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
         position: absolute;
      } */
    .sec5 h2 {
        font-size: 34px;
        line-height: 40px;
    }
}





* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

:root {
    --color-azul: rgb(42, 63, 119);
    --color-negro: rgb(33, 37, 41);
    --color-gris: rgb(232, 232, 232);
    --color-azul-claro: #F0F4FD;
    --color-hover: #FFB6C1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto";
    line-height: 37px;
    color: var(--color-azul);
}

p {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 37px;
    color: var(--color-negro);
}

body {
    overflow-x: hidden;
}

/*HEADER*/
.header {
    background-color: var(--color-azul);
}

.header__content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    color: white;

}

.header a {
    color: white;
}

.container {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;

}

.logo a:hover {
    text-decoration: none;
}

nav {}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;
}

a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.footer__content a:hover {
    text-decoration: underline;
}

.image-container {
    width: calc(100% - 4rem);

}

.hamburger {
    display: none;
    cursor: pointer;
    border: 0.5px solid gray;
    padding: 6px 14px;
    border-radius: 4px;
}

.hamburger i {
    font-size: 24px;
    color: white;
}

/* Body */

.sec1 {
    background-color: var(--color-azul-claro);
}

.sec1__content {
    display: grid;
    grid-template-columns: 40% auto;
    padding: 2rem 0;
    margin-top: 2rem;
}

.sec1__content__left a {
    font-size: 26px;
}

.sec1__content__right {}

.sec1__content__right h4 {
    font-size: 18px;
}

.sec1__content__right p {
    line-height: 22px;
    font-family: "roboto";
    margin-bottom: 1rem;
}

.sec2 {
    display: grid;
}

.img__hover {
    width: 55%;
    overflow: hidden;
}

.sec2__content {
    display: grid;
    grid-template-columns: 40% auto;
    padding: 2rem 0;
}

.sec2__content__left {}

@media screen and (max-width: 768px) {
    .sec2__content__left {
        width: 80%;
        margin-top: 2rem;
        overflow-x: visible;
    }
    
}

.sec2__content__left h2 {
    font-size: 37px;
    font-weight: 600;
    line-height: 36px;
}

.sec2__content__right {}

.sec2__content__right p {
    line-height: 22px;
    font-family: "roboto";
    margin-bottom: 1rem;
}

.sec3__content {
    display: grid;
    grid-template-columns: 50% 50%;
    place-content: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.sec3__content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sec3__content__card {
    background-color: var(--color-azul);
    border-radius: 4px;
    display: grid;
    grid-template-rows: 400px max-content;
    overflow: hidden;
}

.sec3__card__body {
    padding: 1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: .6rem;
}

.sec3__card__body p {
    color: var(--color-azul-claro);
    font-size: 16px;
    font-family: "roboto";
    line-height: 24px;
    font-weight: 300;
}

.sec3__card__body h3 {
    color: var(--color-azul-claro);
    font-weight: 500;
    font-size: 26px;
}

.sec4 {
    margin: 2rem 0;
}

.sec4__content {}

.sec4__content h2 {
    text-align: center;
    width: 40%;
    font-size: 42px;
    line-height: 50px;
    font-weight: 500;
    margin: 2.4rem auto;
}

.sec5 {
    margin: 2rem 0;
    position: relative;
}



.sec6 {}

.sec6__content.sec6__content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-evenly;
    gap: 2rem;
    font-family: "roboto";
}

.sec6__card {
    display: flex;
    flex-direction: column;
}

.sec6__card h2 {
    font-size: 18px;
}

.sec6__card p {
    line-height: 22px;
    font-size: 15px;
}

.sec7 {
    margin-bottom: 0;
}

.sec7__content {
    display: grid;
    grid-template-columns: 60% auto;
    align-items: center;
    justify-content: space-evenly;
    gap: 2rem;
}

.sec7__content__right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sec7__content__right h2 {
    font-size: 26px;
}

.sec7__content__right p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.sec8 {
    display: grid;
    text-align: center
}

.sec8 p {
    width: 60%;
    line-height: 22px;
}

.sec8 img {
    width: 100%;
}

.sec8 span {
    font-size: 24px;
    font-weight: 600;
}

.sec9 {
    display: grid;
}

.sec9__content {
    display: grid;
    grid-template-columns: 60% auto;
    align-items: center;
    justify-content: space-evenly;
    gap: 2rem;
}

.sec9__content__right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sec9__content__right h2 {
    font-size: 26px;
}

.sec9__content__right p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

.sec10 {
    margin: 2rem 0;
}

.sec10 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sec10__content {
    display: grid;
    grid-template-columns: 65% auto;
    justify-content: space-evenly;
    gap: 2rem;
}

.sec10__content__right {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sec10__content__right h2 {
    font-size: 26px;
}

.sec10__content__right p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 2rem 0;
    background-color: var(--color-azul);
}

.footer__logo img {
    width: 80%;
}

.footer__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.footer__nav a {
    color: white;
}

.footer__contact {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.footer__contact img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

footer p {
    color: var(--color-gris);
}

/* RESPONSIVE STYLES */
@media (max-width: 768px) {
    .container {
        width: 90%;
    }



    .sections h1 {
        width: 90%;
    }

    .sec1__content,
    .sec2__content,
    .sec7__content,
    .sec9__content,
    .sec10__content {
        grid-template-columns: 1fr;
    }

    .sec3__content {
        grid-template-columns: 1fr;
    }

    .sec6__content.sec6__content {
        grid-template-columns: 1fr;
    }

    .sec6__bottom__content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .sec6__upper__content {
        display: grid;
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .sec1__content__left {
        width: 80%;
        margin-bottom: 2rem;
    }

    .sec1__content__left h4 {
        font-size: 38px;
        font-weight: 500;
        width: max-content;

    }

    .img__hover {
        width: 95%;
        margin-left: 0;
    }

    .sec2__content__left {
        width: 80%;
        margin-bottom: 2rem;
    }

    .sec2__content__left h2 {
        font-size: 38px;
        font-weight: 500;
        margin-top: -2rem;

    }

    .sec3__card__body {

        padding: 2rem;
    }

    .sec3__content__card {
        grid-template-rows: 400px max-content;

    }

    .sec4__content h2 {
        width: 100%;
    }

    .sec6__content.sec6__content {
        gap: 1rem;
    }

    .sec8 {
        padding: 1rem;
    }

    .sec8__content h2 {
        width: 60%;
        font-size: 34px;
        line-height: 38px
    }

    .sec8__content p {
        width: 105%;
    }

    .sec8__content a {
        font-size: 18px;
        padding-bottom: 2rem;
    }

    .footer__data h2::after {
        height: 0px;
    }

    .footer__data {
        text-align: left;
    }

    .footer__content {
        /* width: 90%; */
        flex-direction: column;
        align-items: baseline;
        /* text-align: center; */
        margin-left: auto;
        margin-right: auto;
        max-width: 90%;
        gap: 15px;
    }

    .footer__data a {
        text-decoration: underline;
        margin: 0;
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .footer__social-icons {
        display: flex;
        gap: 15px;
        /* justify-content: center; */
        flex-direction: column;
        /* align-items: center; */
        gap: 10px;
        justify-content: center;
        /* align-items: center; */
    }

    .footer__info {
        flex-direction: column;
        align-items: baseline;
    }

    .footer__social-icons a.icono {
        text-decoration: none;
    }

    .footer__social-icons a:hover,
    .footer__data a:hover {
        color: var(--color-crema);
        transform: scale(1);
        text-decoration: underline;
    }

    .footer__data {
        flex: 0;
        min-width: auto;
    }

    .footer__data h2,
    .footer__data p {
        margin: 0;
    }
}


/*TIMELINE*/


.timeline {
    position: relative;
    max-width: 1200px;
    margin: 10px auto;
}


.timeline__img__container {
    position: absolute;
    /* height: 80%; */
    width: auto;
    left: 105%;
    top: 4rem;
    border: 1px solid var(--color-azul);
    max-width: 94%;
    width: 468px;
    max-height: 80%;
    max-width: 79%;
    overflow: hidden;
}

.timeline img {


    width: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    position: relative;
    /* Asegura que la imagen esté posicionada dentro de su contenedor */
}

.timeline img:hover {
    transform: scale(1.05);
}

.right-container .timeline__img__container {
    left: -82%;
}

.containers {
    position: relative;
    width: 50%;
    opacity: 0;
}

@keyframes movedown {
    0% {
        opacity: 0;
        transform: translateY(-30px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}

.animate {
    animation: movedown 1s linear forwards;
}

.containers:nth-child(1) .animate {
    animation-delay: 0s;
}

.containers:nth-child(2) .animate {
    animation-delay: 1s;
}

.containers:nth-child(3) .animate {
    animation-delay: 2s;
}

.containers:nth-child(4) .animate {
    animation-delay: 3s;
}

.containers:nth-child(5) .animate {
    animation-delay: 4s;
}

.containers:nth-child(6) .animate {
    animation-delay: 5s;
}

.text__box {
    padding: 20px 30px;
    position: relative;
    font-size: 15px;
}

.text__body {
    padding: 10px 0px;
    border-radius: 6px;

    background-color: #fff;
    margin-top: 2rem;
}

.text__body.text__body h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.text__body p {
    line-height: 22px;
}

.left-container {
    left: 0;
    text-align: right;

}

.right-container {
    left: 50%;
}

.left-container .text__body p {}

.right-container .text__body p {}

.container__punto {
    position: absolute;
    width: 25px;
    height: 25px;
    right: -16px;
    top: 27px;
    z-index: 100;
    background-color: white;
    padding-top: 5px;
}

.container__punto__content {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background-color: var(--color-azul);
}

.right-container .container__punto {
    left: -9.5px;
}

.timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    background-color: var(--color-azul);
    top: 0;
    left: 50%;
    margin-left: -3px;
    z-index: -1;
    height: 0;
    /* Inicialmente la línea está oculta */
}

@keyframes moveline {
    0% {
        height: 0;
    }

    100% {
        height: 100%;
    }
}

.line-animate::after {
    animation: moveline 6s linear forwards;
}

.text__box h2 {
    font-size: 15px;
    background-color: #F0F4FD;
    border: 1px solid rgb(42, 63, 119);
    width: max-content;
    padding: 6px 30px;
    border-radius: 50px;
    color: rgb(42, 63, 119);
    margin: 0;
    position: absolute;
    right: 1.2rem;
    font-family: "roboto";
    padding: 5px 30px;
    line-height: 22px;

}

.right-container .text__box h2 {
    position: absolute;
    left: 1.2rem;
}

.text__box h3 {
    margin: 0;
    margin-bottom: 10px;
    color: rgb(42, 63, 119);
}

.text__box p {
    margin-top: 5px;
    margin-bottom: 0;
    font-family: "roboto";
}

.text__body {

    width: 76%;

}

.left-container .text__body {
    margin-left: auto;
}

@media (max-width: 768px) {

    .timeline::after {
        left: 31px;
    }

    .containers {
        width: 100%;

    }

    .left-container {
        text-align: left;
    }

    .left-container .text__body {
        margin-left: 2rem;
    }

    .container__punto {
        position: absolute;
        width: 25px;
        height: 25px;
        left: 6px;
        top: 27px;
        z-index: 100;
        background-color: white;
        padding-top: 5px;
    }

    .right-container {
        left: 1rem;
    }

    .right-container .container__punto {
        left: 5px;
    }

    .text__box h2 {
        position: relative;
        left: 1rem;
        padding: 4 30px;
        line-height: 22px;
        font-size: 15px;
    }

    .left-container {
        margin-left: 1rem;
    }

    .text__body.text__body {
        margin-top: 0;
    }

    .right-container .text__body {
        margin-left: 2rem;
        margin-top: 3rem;
    }

    .left-container .text__box h2 {
        position: absolute;
        left: 10rem;
    }

    .right-container .text__box h2 {
        position: absolute;
        left: 2.5rem;
        margin: 0px;
    }

    .right-container .text__body {
        margin-left: 1rem;
        margin-top: 2rem;
    }

    .left-container .text__box h2 {
        position: absolute;
        left: 2.5rem;
    }

    .left-container .text__body {
        margin-top: 2rem;
        margin-left: 1rem;
    }

    .timeline__img__container {
        position: static;
    }

}

@media(width > 1100px) {
    .sec3__card__body {
        padding: 2rem;
        padding-bottom: 3rem;
    }

}

@media(width < 800px) {
    .text__box h3 {
        line-height: 22px;
    }

    .sections h1 {
        width: 65%;
    }

}

@media(width > 1200px) {
    .sections h1 {
        text-align: center;
        width: 42%;
        font-size: 38px;
        line-height: 42px;
        font-weight: 500;
        margin: 2.4rem auto;
        margin-bottom: 1rem;
    }

}


.image-container {
    position: relative;
    display: inline-block;
}

.zoom-image {
    width: 1200px;
}

.zoom-lens {
    position: absolute;
    border: 3px solid #000;
    width: 110px;
    height: 110px;
    visibility: hidden;
    /* La lente de zoom es invisible hasta que se activa */
    background-repeat: no-repeat;
    pointer-events: none;
    border-radius: 50%;
    /* Hace que la lente sea circular */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    /* Añade una sombra para que se vea más como una lupa */
}


@media (width < 1000px) {
    .sections .timeline__h1 {
        width: 75%;
    }

    .sec3__content__card {
        grid-template-rows: auto max-content;
    }

    .sec3__img__container {
        height: auto;
        overflow: hidden;
    }
}

@media(width > 770px) {
    .right-container {
        margin-bottom: 1rem;
    }

    .right-container.timeline img {
        left: -80%;
    }

    .text__box.imagen {
        height: 300px;
    }
}

@media (width > 1000px) {


    .sec6__bottom__content {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 2rem;
    }

    .text__box.imagen {
        height: 400px;
    }
}

/*CAROUSEL*/
.wrapper {
    display: flex;
    position: relative;
    margin-bottom: 5px;
    width: 100%;
    max-width: 1550px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--color-crema);
}

.wrapper * {
    overflow: hidden;
}

.wrapper2 * {
    overflow: hidden;
}

.wrapper i {
    top: 50%;
    height: 44px;
    width: 44px;
    color: #343F4F;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
}

.wrapper i:active {
    transform: translateY(-50%) scale(0.9);
}

.wrapper i:hover {
    background: #f2f2f2;
}

.wrapper i:first-child {
    left: 5px;
    display: none;
}

.wrapper i:last-child {
    right: 5px;
}

.wrapper .carousel {
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.carousel.dragging {
    cursor: grab;
    scroll-behavior: auto;
}

.carousel.dragging img {
    pointer-events: none;
}

.carousel img {
    height: 340px;
    object-fit: cover;
    user-select: none;
    margin-left: 5px;
    width: calc(100% / 4);
}

.carousel img:first-child {
    margin-left: 0px;
}

@media screen and (max-width: 900px) {
    .carousel img {
        width: calc(100% / 2);
    }

    .header__content li {
        margin: 0;
    }
}

@media screen and (max-width: 550px) {
    .carousel img {
        width: 100%;
    }
}









.wrapper2 {
    display: flex;
    max-width: 1550px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--color-crema);
}

.wrapper2 i {
    top: 50%;
    height: 44px;
    width: 44px;
    color: #343F4F;
    cursor: pointer;
    font-size: 1.15rem;
    position: absolute;
    text-align: center;
    line-height: 44px;
    background: #fff;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: transform 0.1s linear;
    border: 1px solid #ccc
}

.wrapper2 i:active {
    transform: translateY(-50%) scale(0.9);
}

.wrapper2 i:hover {
    background: #f2f2f2;
}

.wrapper2 i:first-child {
    left: 5px;
    display: none;
}

.wrapper2 i:last-child {
    right: 5px;
}

.wrapper2 .carousel2 {
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
}

.carousel2.dragging {
    cursor: grab;
    scroll-behavior: auto;
}

.carousel2.dragging img {
    pointer-events: none;
}

.carousel2 img {
    height: 340px;
    object-fit: cover;
    user-select: none;
    margin-left: 5px;
    width: calc(100% / 4);
    object-fit: cover;
}

.carousel2 img:first-child {
    margin-left: 0px;
}

@media screen and (max-width: 1024px) {
    .image-container img {
        width: auto;
        margin: 0;
        height: 85dvh;
        max-height: 85dvh;

    }

    .sec5__mapa {
        position: relative;
        min-width: 1200px;
        /* Ancho mínimo del mapa */
        height: 750px;
        /* Altura fija */
        overflow-y: hidden;

    }

    .image-container {
        height: max-content;
        object-fit: cover;
        margin: 0;
        width: 100%;
        overflow-x: scroll;
    }

    .huella1 {
        left: 24%;
        bottom: 5%;
    }

    .huella2 {
        left: 23.2%;
        bottom: 50%;
    }

    .huella3 {
        left: 16.5%;
        bottom: 60%;
    }

    .huella4 {
        left: 19.8%;
        bottom: 75%;
    }

    .huella5 {
        left: 23.8%;
        bottom: 77.8%;
    }

    .huella6 {
        left: 76.5%;
        bottom: 77.8%;
    }

    .huella7 {
        left: 71.5%;
        bottom: 79.5%;
    }

    .huella8 {
        left: 71%;
        bottom: 90%;
    }

    .header__content {
        width: 95%;
    }

    .header__content li {
        margin: 0;
    }

    .menu {
        display: none;
        flex-direction: column;
        width: 100%;
    }

    .menu.active {
        display: flex;
        position: absolute;
        top: 4rem;
        flex-direction: column;
        left: 0;
        z-index: 10;
    }

    .menu ul {
        flex-direction: column;
        background-color: var(--color-azul);
        color: white;
        width: 100%;
        left: 0;
        margin-bottom: 7;
        padding-bottom: 2rem;
        border-bottom: 1px solid gray;
        margin-top: -6px;
        padding-top: .7rem;
    }

    .menu ul>:last-child {
        border: 1px solid white;
    }

    .menu ul li {
        text-align: center;
        margin: 0 12px;
        transition: all 0.3s ease-in-out;
        padding: 2px;

    }

    .menu ul li a {

        transition: all 0.2s ease-in-out;
    }

    .menu ul li:hover {
        color: gray;

    }

    .menu ul li a {
        text-transform: uppercase;
        display: block;
        font-size: 15px;
        padding: 4px 8px;
        font-family: "roboto";
        font-weight: 400;
    }

    .menu ul li a:hover {
        text-decoration: none;
        color: gray;
    }

    .hamburger {
        display: block;
    }

    .hamburger.active i {
        transform: rotate(90deg);
    }

    .zoom-lens {
        width: 150px;
        height: 150px;
    }

}

@media screen and (max-width: 900px) {
    .carousel2 img {
        width: calc(100% / 2);
    }
}

@media screen and (max-width: 550px) {
    .carousel2 img {
        width: 100%;
    }

}

@media(width > 1800px) {
    .header a {
        font-size: 22px;
    }

    .sections h1 {
        font-size: 54px;
        line-height: 52px;
        max-width: 750px;
    }

    .container h4 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .container p {
        font-size: 24px;
        line-height: 32px;
    }

    .container h2 {
        font-size: 38px;
        line-height: 38px;
    }

    .sec6__card h2 {
        font-size: 26px;
    }

    .text__box h2 {
        font-size: 24px;
    }

    .text__box h3 {
        font-size: 24px;
        line-height: 24px;
    }

    .text__box p {
        font-size: 20px;
        line-height: 24px;
        margin-top: 5px;
    }

    .sec8 span {
        font-size: 20px;
    }

    .sec8 a {
        font-size: 20px;
    }

    .footer__data h2 {
        font-size: 24px;
        margin-bottom: 10px;
        width: 50%;
        line-height: 32px;
    }

    .footer__data p {
        font-size: 18px;
    }

    .footer__data a {
        font-size: 18px;
    }

    .footer__data i {
        transform: scale(1.05);
    }

    .footer__info span {
        font-size: 18px;
    }
}

@media(width <450px) {
    .sec8__content {
        display: grid;
        gap: 1rem;
    }

    .sec8__content h2 {
        width: 105%;
        font-size: 34px;
        line-height: 38px;
    }

    .sections {

        margin: 0;
        overflow-x: hidden;
    }

    .container {
        /* margin-left: 1.4rem; */
    }

    .container h4 {
        line-height: 24px;
        margin-bottom: 10px;
    }

    .sections h1 {
        font-size: 28px;
        line-height: 32px;
    }

    .barra {
        width: 190px;
    }

    .sec1__content__left {
        width: 100%;
        margin-bottom: 2rem;
        font-size: 26px;
    }

    .sec1__content__left h2 {
        font-size: 32px;
        line-height: 34px;
    }

    .sec2__content__left {
        width: 100%;
        margin-bottom: 2rem;
        font-size: 26px;
    }

    .sec2__content__left h2 {
        font-size: 32px;
        line-height: 34px;
        font-weight: 600;
    }

    .image-container {
        height: 80dvh;
        object-fit: cover;
        margin: 1rem;
        margin-bottom: -10px;
    }

    .footer__data p {
        font-size: 15px;
        line-height: 20px;
    }

    .footer__data span {
        font-size: 15px;
        line-height: 20px;
        font-family: "roboto";
    }

    .footer__data h2 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 7px
    }

    .footer__social-icons>:first-child {
        margin-top: 10px;
    }

    .sec3__content__card {
        grid-template-rows: auto max-content;
    }

    .text__body {
        width: 87%;
    }

    .timeline__img__container {
        max-width: 95%;
    }

    .sections .timeline__h1 {
        width: 80%;
        font-size: 32px;
        line-height: 34px;
    }

    .sections.sections h1 {
        margin-bottom: 1rem;
        font-size: 29px;
        line-height: 32px;
        width: 85%;
        font-weight: 600;
    }

    .image-container img {
        width: auto;
        height: 85dvh;
    }

    .image-container {
        height: max-content;
        object-fit: cover;
        margin: 0;
        overflow-x: scroll;
        width: 100%;
    }

}

@media(width < 450px) {

    .sec5__huella.sec5__huella {
        width: 17px;
    }

}



.footer__social-icons a {
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: 16px;
    margin: 0;
}