body {
    font-family: 'Garamond', serif;
}

.main-background {
    background-image: url('/assets/img/fondo1-01.webp');
    background-position: bottom;
    background-size: cover;
    width: 100%;
    height: 95vh;
}

img.logo {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70vw;
    height: auto;
}

.divider-origin {
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-image: url('/assets/img/fondo2-01.webp');
    width: 100%;
    height: fit-content;
    position: relative;
    z-index: 100;

    h2 {
        color: #83A289;
        font-size: 5vmin;
        text-align: center;
        font-weight: 500;
    }

    p {
        color: #83A289;
        font-size: 5vmin;
        text-align: center;
        font-weight: 500;
    }

    hr {
        width: 50%;
        height: 6px;
        background-color: #83A289;
        border: none;
        margin-top: 10vh;
        margin-bottom: 10vh;
        opacity: 1;
    }

    .facts {
        .fact {
            margin: 15px;
            height: 200px;
        }

        p {
            text-align: left;
            font-size: 4vmin;
            margin-left: 1vw;
        }

        img {
            width: 10vmin;
        }
    }
}

.divider-whatsapp {
    background-image: url('/assets/img/fondo3-01.webp');
    width: 100%;
    height: fit-content;
    background-repeat: no-repeat;
    position: relative;
    z-index: 100;

    a {
        margin-top: 6rem;
        margin-bottom: 6rem;
        text-decoration: none;
    }

    a>img {
        width: 15vmin;
        height: 15vmin;
    }

    a>p {
        color: #fff;
        font-size: 6vmin;
        text-align: center;
    }
}

.divider-comparison {
    background-image: url('/assets/img/fondo4-01.webp');
    width: 100%;
    height: fit-content;
    background-repeat: no-repeat;
    background-position: bottom;
    box-shadow: inset 0 20px 20px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 100;

    .divider-comparison-why {
        color: #fff;
        text-align: center;
        max-height: 80vmin;

        .divider-comparison-why-question {
            h2 {
                font-size: 7vmin;
                max-width: 80%;
                margin: auto;
            }
        }

        .divider-comparison-why-answer {
            padding-top: 10vmin;

            ul>li {
                padding: 2vh;
                font-size: 5vmin;
                list-style-type: none;

            }

            ul>li::before {
                content: "•";
                padding-right: 1vmin;
                font-size: 3vmin;
            }
        }
    }
}

.divider-slogan {
    background-image: url('/assets/img/fondo5-01.webp');
    position: relative;
    z-index: 100;

    p {
        margin-top: 10vmin;
        margin-bottom: 10vmin;
        text-align: center;
        color: #83A289;
        font-size: 6vmin;
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
}

.divider-discount {
    background-image: url('/assets/img/foto6-01.webp');
    width: 100%;
    height: 150vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;

    .discount-background {
        position: fixed;
        left: 50%;
        bottom: auto;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: beige;
        width: 80%;
        height: fit-content;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        opacity: 0;
        visibility: hidden;
        transition: opacity 100ms ease-out, visibility 100ms ease-out;
        will-change: opacity, transform;
        z-index: 50;
        pointer-events: auto;

        a {
            text-decoration: none;
            color: black;
        }

        p {
            padding-top: 6vmin;
            padding-bottom: 6vmin;
            font-size: 7vmin;
            text-align: center;
        }
    }

}

.divider-slogan-2 {
    background-image: url('/assets/img/fondo7-01.webp');
    background-position: center;
    position: relative;
    z-index: 100;

    p {
        margin-top: 10vmin;
        margin-bottom: 10vmin;
        text-align: center;
        color: #83A289;
        font-size: 6vmin;
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
}

.divider-offer {
    background-image: url('/assets/img/fondo8-01.webp');
    width: 100%;
    height: fit-content;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 100;

    p.inspirations {
        margin-top: 12vmin;
        margin-bottom: 12vmin;
        font-size: 7vmin;
        text-align: center;
        max-width: 70%;
        margin-left: auto;
        margin-right: auto;
    }

    .offer-item {
        margin-bottom: 12vmin;

        img {
            width: 20vmin;
        }

        p {
            font-size: 4vmin;
        }
    }
}

.divider-whatsapp-2 {
    background-image: url('/assets/img/fondo9-01.webp');
    background-position: center;
    position: relative;
    z-index: 100;

    a {
        margin-top: 2rem;
        margin-bottom: 2rem;
        text-decoration: none;
    }

    a>img {
        width: 20vmin;
        height: 20vmin;
    }

    a>p {
        font-weight: bold;
        margin-top: 5vmin;
        margin-bottom: 5vmin;
        text-align: center;
        color: #5A705F;
        font-size: 6vmin;
        max-width: 60%;
    }
}

.divider-distributor {
    background-image: url('/assets/img/fondo10-01.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
    z-index: 100;

    .distributor-title p {
        margin-top: 13vmin;
        margin-bottom: 5vmin;
        text-align: center;
        color: #fff;
        font-size: 8vmin;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        border: #fff 3px solid;
    }

    .join-text p {
        margin-bottom: 13vmin;
        text-align: center;
        color: #fff;
        font-size: 6vmin;
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

    .distributor-benefit {
        height: 200px;

        img {
            width: 10vmin;
        }

        p {
            font-size: 4vmin;
            color: #ECE0D0;
        }
    }
}

footer.divider-footer {
    background-image: url('/assets/img/fondo11-01.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: fit-content;
    position: relative;
    z-index: 100;

    .visit-us {
        height: 200px;
        margin-top: 4vh;
        margin-bottom: 10vmin;

        p {
            color: #fff;
        }

        p.visit-us-text {
            font-size: 5vmin;
        }

        p.location-text {
            margin-left: 1vw;
            font-size: 4vmin;
        }

        img {
            width: 10vmin;
        }
    }

    p.disclaimer {
        color: #fff;
        text-align: center;
        font-size: 5vmin;
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10vmin;
    }
}

/* Reveal-on-scroll: add this class to elements to animate them into view.
   The script will add `reveal` to all <p> elements automatically unless they
   have the `no-reveal` class. */
.reveal-target {
    /* marker class for elements that should be observed */
    will-change: opacity, transform;
}

.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1000ms cubic-bezier(.2, .9, .3, 1), transform 1000ms cubic-bezier(.2, .9, .3, 1);
    will-change: opacity, transform;
}

.reveal.in-view {
    opacity: 1;
    transform: none;
}

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

    .reveal,
    .reveal.in-view {
        transition: none;
        transform: none;
        opacity: 1;
    }
}

/* Grow on hover: subtle scale effect for certain <a> elements */
.grow-on-hover {
    transition: transform 200ms ease;
    will-change: transform;
}

.grow-on-hover:hover {
    transform: scale(1.05);
}

@media (prefers-reduced-motion: reduce) {
    .grow-on-hover {
        transition: none;
        transform: none;
    }
}

/* Blur-to-clear animation for images on scroll */
@keyframes blur-to-clear {
    from {
        filter: blur(10px);
        opacity: 0;
    }

    to {
        filter: blur(0px);
        opacity: 1;
    }
}

.blur-reveal {
    opacity: 0;
    filter: blur(10px);
    transition: opacity 1200ms cubic-bezier(0.2, 0.9, 0.3, 1), filter 1200ms cubic-bezier(0.2, 0.9, 0.3, 1);
    will-change: opacity, filter;
}

.blur-reveal.in-view {
    opacity: 1;
    filter: blur(0px);
}

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

    .blur-reveal,
    .blur-reveal.in-view {
        transition: none;
        filter: none;
        opacity: 1;
    }
}

/* Sticky WhatsApp Button */
.whatsapp-sticky-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: transform 200ms ease;
    will-change: transform;
}

.whatsapp-sticky-button img {
    width: 80px;
    height: 80px;
    display: block;
}

.whatsapp-sticky-button:hover {
    transform: scale(1.15);
}

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

    .whatsapp-sticky-button,
    .whatsapp-sticky-button:hover {
        transition: none;
        transform: none;
    }
}