/* 
Estilos landing
*/

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Thin.woff2') format('woff2'),
        url('../fonts/Gotham-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Black.woff2') format('woff2'),
        url('../fonts/Gotham-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/Gotham-Light.woff2') format('woff2'),
        url('../fonts/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}




:root {
    --us-primary: #006DB2;
    --us-secondary: #014259;
    --us-tertiary: #A38041;
    --us-tertiary-dark: #7b5e27;
    --us-cta: #BD0A31;
    --us-cta-dark: #880320;
    --us-gray: #DEDFE3;
    --us-light-gray: #F3F3F3;

}

body {
    font-family: 'Gotham';
    color: var(--us-secondary);
    font-weight: 300;
    overflow: unset!important;
}

html {
    scroll-behavior: smooth;
}

.rounded {
    border-radius: 1rem !important;
}

/*-Textos-*/

a {
    color: var(--us-secondary);
}

a:hover {
    color: var(--us-primary);
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 900;
    color: var(--us-secondary);
}

.h1 {
    font-size: clamp(3rem, 7vw, 5rem);
    line-height: clamp(3rem, 7vw, 5rem);
    margin-bottom: 2rem;
    color: white;
}

.h2 {
    font-size: clamp(1.9rem, 5vw, 3rem);
    line-height: clamp(2.1rem, 6vw, 3.4rem);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.h3 {
    font-size: 1.5rem;
    line-height: 1.6rem;
    margin-bottom: .75rem;
    text-transform: uppercase;
}

.h6,
h6 {
    font-size: 1rem;
    line-height: 1.8rem;
}

.lead {
    font-size: 1.8rem;
    line-height: 2.1rem;
    font-weight: 100;
    margin-bottom: 1.5rem;
}

b,
strong {
    font-weight: 900;
}

/*-Botónes-*/
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--us-cta);
    --bs-btn-border-color: var(--us-cta);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--us-cta-dark);
    --bs-btn-hover-border-color: var(--us-cta-dark);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--us-cta-dark);
    --bs-btn-active-border-color: var(--us-cta-dark);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--us-cta);
    --bs-btn-disabled-border-color: var(--us-cta);
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--us-tertiary);
    --bs-btn-border-color: var(--us-tertiary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--us-tertiary-dark);
    --bs-btn-hover-border-color: var(--us-tertiary-dark);
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--us-tertiary);
    --bs-btn-disabled-border-color: var(--us-tertiary);
}

/*---Header---*/
#masthead .navbar .navbar-brand img {
    width: 10rem;
    height: auto;
}

#masthead .navbar .navbar-nav {
    gap: .5rem;
}

#masthead .navbar .navbar-nav .nav-link {

    color: var(--us-secondary);
    border-radius: .5rem;
}

#masthead .navbar .navbar-nav .nav-link.active {
    background-color: var(--us-light-gray);
    color: var(--us-primary);
}

@media (max-width:989px) {

    #masthead .navbar .navbar-nav .nav-link {

        padding: .5rem;
        margin-bottom: .5rem;
    }

    #masthead .navbar .navbar-nav .nav-item:not(:last-child) {

        border-bottom: 1px solid var(--us-gray);
    }
}

/*---landing---*/
main.pagina-inicio {
    position: relative;
}

/*BF Black Friday promo banner*/
.bf-banner {
    background-color: yellow;
    color: black;
    text-transform: uppercase;
    padding-top: .25rem;
    padding-bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;

}



.bf-banner span {
    font-weight: 900;
    font-size: clamp(1.4rem, 5vw, 1.9rem);
    text-transform: uppercase;
}

.bf-banner span+span {
    color: var(--us-cta);
}

.bf-banner p {
    font-size: clamp(0.7rem, 3vw, 1.3rem);
    color: black;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: .2rem;
}


/*-landing-hero-*/

.landing-hero {
    height: 75vh;
    min-height: 40rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
    color: white;
    background-image: url(../img/estados-unidos-hero-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    position: relative;
    z-index: 0;
}

.landing-hero::after {
    position: absolute;
    content: '';
    inset: 0;
    background-color: black;
    opacity: .7;
    z-index: -1;
}

.landing-hero .infobanner {
    padding: .5rem 1rem;
    background-color: var(--us-tertiary);
    width: fit-content;
}

/*-landing-how-*/

.landing-how {

    padding-top: 7rem;
    padding-bottom: 7rem;

}

/*-landing-about-*/

.landing-about {

    padding-top: 7rem;
    padding-bottom: 7rem;
    color: white;

}

/*-landing-why-*/

.landing-why {

    padding-top: 7rem;
    padding-bottom: 7rem;

}

.landing-why .card {

    border: 0;
    padding: 2rem;
    border: 2px solid var(--us-tertiary);
    border-radius: 0;
    height: 100%;

}

.landing-why .card svg {

    width: 6rem;
    height: 6rem;
    margin-bottom: 1rem;
    fill: var(--us-tertiary);

}

.landing-why .card svg path {

    fill: var(--us-tertiary);

}

/*-landing-nosotros-*/

.landing-nosotros {

    padding-top: 7rem;
    padding-bottom: 7rem;
    background-color: var(--us-light-gray);

}

.landing-nosotros .card {

    border: 0;
    padding: 2rem;
    border: 2px solid var(--us-tertiary);
    border-radius: 0;
    height: 100%;

}

.landing-nosotros .card svg {

    width: 6rem;
    height: 6rem;
    margin-bottom: 1rem;

}

/*-landing-personaliza-*/

.landing-personaliza {

    padding-top: 7rem;
    padding-bottom: 7rem;

}

.landing-personaliza .card {

    border: 0;
    padding: 1rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    border-radius: .5rem;
    height: 100%;

}

.landing-personaliza .card figure {
    position: relative;
    margin-bottom: 0;

}

.landing-personaliza .card figure img:nth-child(1) {
    position: absolute;
    bottom: 3rem;
    right: 2rem;
    aspect-ratio: 1;
    height: 4rem;
    width: 4rem;
    border-radius: 30rem;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.landing-personaliza .card figure img:nth-child(2) {

    border-radius: .5rem;
    width: 100%;
    margin-bottom: 1.5rem;

}

.landing-personaliza .card>p {

    font-size: 1.2rem;
    color: var(--us-secondary);

}

.landing-personaliza .card .precio {
    margin-bottom: 1rem;

}

.landing-personaliza .card .precio p {
    font-weight: 900;
    color: var(--us-secondary);
    font-size: 2rem;
    margin-bottom: 0;

}

.landing-personaliza .card .precio span.small {
    font-style: italic;
    color: var(--us-primary);
    font-size: .9rem;

}

.landing-personaliza .card ul {
    list-style: none;
    padding-left: 3rem;
}

.landing-personaliza .card ul li {
    position: relative;
}

.landing-personaliza .card ul li::after {
    content: '';
    position: absolute;
    top: 0.2rem;
    left: -2.6rem;
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    aspect-ratio: 1;
    background-color: var(--us-tertiary);
    background-image: url(../img/white-check.svg);
    background-size: 75%;
    background-position: center;
    background-repeat: no-repeat;

}

.landing-personaliza .card ul li p {
    color: var(--us-primary);
}

/*-landing-cta-*/
.landing-cta {
    padding-top: 5rem;
    color: white;
    background-image: url(../img/estados-unidos-hero-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}

.landing-cta::after {
    position: absolute;
    content: '';
    inset: 0;
    background-color: black;
    opacity: .7;
    z-index: -1;
}

.landing-cta .h2 {
    color: white;
    text-transform: none;
}

.landing-cta .cta-numbers {
    padding-top: 5rem;
    padding-bottom: 7rem;
    background-color: var(--us-secondary);
    color: white;
}

.landing-cta .cta-numbers .cifra {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 900;
}

.landing-cta .cta-numbers .cifra-dinamico {
    display: flex;
    font-size: clamp(3rem, 15vw, 5rem);
    line-height: clamp(3rem, 15vw, 5rem);
}

.landing-cta .cta-numbers .cifra-objeto {
    font-size: clamp(1.8rem, 11vw, 2rem);
    line-height: clamp(1.9rem, 12vw, 2.2rem);
    text-transform: uppercase;
}

.landing-cta .cta-numbers .cifra-matiz {
    font-size: clamp(1rem, 8vw, 1.2rem);
    line-height: clamp(1.5rem, 9vw, 1.9rem);
    text-transform: uppercase;
}

/*-landing-experiencias-*/
.landing-experiencias {
    padding-top: 7rem;
    padding-bottom: 7rem;
}

/*Carrusel tipográfico*/
.dual-ticker {
    overflow: hidden;
    opacity: .3;
    margin-bottom: -5rem;
}

.ticker-group {
    display: flex;
    gap: 3rem;
}

.ticker-row {
    --speed: 60s;
    --gap: 4rem;
    --color: white;
    --stroke-color: var(--us-secondary);
    line-height: 1;
    overflow: hidden;
    mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 6%, #000 94%, transparent 100%);
}

.ticker-track {
    display: flex;
    gap: var(--gap);
    width: max-content;
    will-change: transform;
    animation: ticker var(--speed) linear infinite;
}

.ticker-row.right .ticker-track {
    animation-direction: reverse;
}

.ticker-text {
    font-weight: 800;
    font-size: clamp(2.2rem, 8vw, 8rem);
    letter-spacing: .03em;
    text-transform: uppercase;
    white-space: nowrap;
    color: var(--us-secondary);
}


.ticker-row.outline .ticker-text {
    color: transparent;
    -webkit-text-stroke: .03em var(--stroke-color);
    text-stroke: .08em var(--stroke-color);
    /* fallback si el navegador lo soporta */
}


@keyframes ticker {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }


}

@media (prefers-reduced-motion: reduce) {
    .ticker-track {
        animation: none;
        transform: translateX(0);
    }
}


/*Carrusel cards*/
.cards-carousel {
    --cc-gap: 24px;
    position: relative;
    width: 100%;
    margin-bottom: 3rem;
}

.cards-carousel .cc-viewport {
    overflow: hidden;
    width: 100%;
}

.cards-carousel .cc-track {
    display: flex;
    gap: var(--cc-gap);
    transition: transform .45s ease;
    will-change: transform;
    padding: 2rem 1rem;

    padding-inline-end: var(--cc-gap);
}

.cards-carousel .cc-item {

    flex: 0 0 100%;
    max-width: 100%;
}

.cards-carousel .cc-indicators {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.cards-carousel .cc-dot {
    width: 1.2rem;
    height: 1.2rem;
    border: 0;
    border-radius: 999px;
    background: var(--us-gray);
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, opacity .2s ease;
    opacity: .9;
}

.cards-carousel .cc-dot:hover {
    transform: scale(1.15);
    opacity: 1;
}

.cards-carousel .cc-dot.active {
    background: var(--us-secondary);
}


.cards-carousel .card {
    border: 0;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
    border-radius: 1rem;
    color: var(--us-secondary);
}

/*Video carrusel*/

.ytc-carousel {
    --ytc-gap: 24px;
    position: relative;
    width: 100%;
}

.ytc-viewport {
    overflow: hidden;
    width: 100%;
}

.ytc-track {
    display: flex;
    gap: var(--ytc-gap);
    transition: transform .45s ease;
    will-change: transform;
    padding-inline-end: var(--ytc-gap);
}

.ytc-item {
    flex: 0 0 100%;
    max-width: 100%;
}

.ytc-indicators {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.ytc-dot {
    width: 1.2rem;
    height: 1.2rem;
    border: 0;
    border-radius: 999px;
    background: var(--us-gray);
    cursor: pointer;
    transition: transform .2s ease, background .2s ease, opacity .2s ease;
    opacity: .9;
}

.ytc-dot:hover {
    transform: scale(1.15);
    opacity: 1;
}

.ytc-dot.active {
    background: var(--us-secondary);
}

.ytc-carousel .card {
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

@media (prefers-reduced-motion: reduce) {

    .ytc-track,
    .ytc-dot {
        transition: none;
    }
}

/*-Landing-confianza-*/

.landing-confianza {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-color: var(--us-light-gray);
}

.landing-confianza .card {
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding: 1rem;
}

.landing-confianza .card img {
    margin-bottom: 1.5rem;
    width: 100%;
    border-radius: .5rem;
}

/*-Landing-confianza-*/

.landing-info-cta img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*-Landing-faq-*/

.landing-faq {
    padding-top: 7rem;
    padding-bottom: 7rem;
    background-color: var(--us-light-gray);
}

.landing-faq .accordion {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    --bs-accordion-active-bg: var(--us-gray);
}

.landing-faq .accordion .accordion-item {
    display: flex;
    flex-direction: column;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

.landing-faq .accordion .accordion-item .accordion-header,
.landing-faq .accordion .accordion-item .accordion-button {
    border-radius: 0 !important;
}

.landing-faq .accordion .accordion-item .accordion-button {
    font-weight: 900;
    color: var(--us-secondary);
    font-size: 1.2rem;
}

.landing-faq .accordion .accordion-item .accordion-button:focus {
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

/*--Formulario--*/
.wpcf7-form {
    color: var(--us-secondary);
}


.wpcf7-form label {
    width: 100%;
}

.wpcf7-form button,
.wpcf7-form input:not([type="checkbox"]),
.wpcf7-form optgroup,
.wpcf7-form select,
.wpcf7-form textarea {
    border: none;
    border-bottom: 1px solid var(--us-secondary);
    width: 100%;
}

.wpcf7-form .aceptacion p,
.wpcf7-form .aceptacion a {
    margin-bottom: 0;
    font-size: .8rem;
    color: var(--us-secondary);
    padding: 0;
}

.wpcf7-submit {
    display: inline-block;
    padding: .5rem 1rem;
    border-radius: .5rem;
    color: white;
    text-align: center;
    text-decoration: none;
    background-color: var(--us-cta);
    border: none;
    display: block;
    width: 100%;
    margin: .5rem 0;
}

.wpcf7-submit:hover {
    background-color: var(--us-cta-dark);
}

.wpcf7-form-control-wrap {
    width: 100%;
    display: block;
}

/*---Footer---*/
footer.landing-footer {
    border-top: .3rem solid var(--us-tertiary);
    padding-top: 3rem;
    padding-bottom: 3rem;
}

footer.landing-footer .legal-links button {
    text-decoration: none;
    color: var(--us-secondary);
}

footer.landing-footer .cta-btn {
    position: fixed;
    bottom: 2rem;
    left: 1rem;
    background-color: var(--us-cta);
    color: white;
    width: 6rem;
    height: 6rem;
    aspect-ratio: 1;
    border-radius: 50rem;
    animation: soft-shake 2s ease-in-out infinite;
    animation-delay: 0s;
    animation-delay: 4s;
    border: none;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    font-weight: 900;
    line-height: 1rem;
    font-size: .7rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: .2rem;
    transition: .3s ease-in-out;
}

footer.landing-footer .cta-btn:hover {
    background-color: var(--us-cta-dark);
}

@keyframes soft-shake {
    0% {
        transform: translateX(0);
    }

    10% {
        transform: translateX(-3px) rotate(-1deg);
    }

    20% {
        transform: translateX(3px) rotate(1deg);
    }

    30% {
        transform: translateX(-3px) rotate(-1deg);
    }

    40% {
        transform: translateX(3px) rotate(1deg);
    }

    50% {
        transform: translateX(-2px);
    }

    60% {
        transform: translateX(2px);
    }

    70% {
        transform: translateX(-1px);
    }

    80% {
        transform: translateX(1px);
    }

    90% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(0);
    }
}

footer.landing-footer .cta-btn svg {
    width: 2rem;
    height: 2rem;
}

/*BF Black Friday promo footer*/

footer.landing-footer .cta-btn .bf-promo-btn {
    position: absolute;
    top: -30%;
    right: -30%;
    background-color: yellow;
    color: black;
    aspect-ratio: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    text-transform: uppercase;
    gap: 0;
    rotate: 10deg;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

footer.landing-footer .cta-btn .bf-promo-btn>span:nth-child(2) {
    display: block;
    color: var(--us-cta);
}


@media (min-width:990px) {
    footer.landing-footer .cta-btn {

        bottom: 3rem;
        right: 3rem;
        width: 7rem;
        height: 7rem;
        aspect-ratio: 1;
        border-radius: 50rem;
        line-height: 1rem;
        font-size: .9rem;

    }
}