.elementor-3120 .elementor-element.elementor-element-30498d1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3120 .elementor-element.elementor-element-db21373{--e-image-carousel-slides-to-show:4;}.elementor-3120 .elementor-element.elementor-element-db21373 .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide-image{border-style:solid;border-width:4px 4px 4px 4px;border-color:#FFFFFF;border-radius:10px 10px 10px 10px;}@media(max-width:767px){.elementor-3120 .elementor-element.elementor-element-db21373{--e-image-carousel-slides-to-show:1;}}/* Start custom CSS for html, class: .elementor-element-093fc5b */:root {
    --button-color: linear-gradient(120deg, #4dcb5b 30%, #98e2a0 40%,#98e2a0 60%, #4dcb5b) 70%;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    background: 
    url(https://ananoleto.com/wp-content/uploads/2025/08/letras-fundo-mobile.webp) no-repeat center center fixed,
    radial-gradient(circle, #808080 0%, #333333 100%);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    overflow-x: hidden; 
}




.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100dvh;
    overflow: hidden;
    
    & h2 {
    font-family: "Cinzel", serif;
    color: #fff;
    text-align: center !important;
    
            text-wrap: balance;
}

    & .headline {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        padding: 0px 20px;
        margin: 50px 0px;
        position: relative;
        z-index: 3;

        & .logo {
            width: 150px;
            height: auto;
        }

        & p {
            text-align: center;
            font-size: 13px;
            font-weight: 400;
            margin: 20px 0px;
            color: #fff;
            text-wrap: balance;
        }

        & button {
            background: var(--button-color);
            background-size: 300% 300%;
            background-position: 100%;
            border: none;
            width: 90%;
            color: white;
            padding: 20px 0;
            text-align: center;
            position: fixed;
            bottom: 20px;
            border-radius: 30px;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 12px;
            cursor: pointer;
            transition: all 0.3s ease-in-out;
            animation: light-sweep 3s infinite ease-in-out;

            & i {
                margin-left: 10px;
                font-size: 20px; 
            }
            
        }
        & button:hover {
            transform: translate(0px, -5px);
        }

    }

    .image {
        width: 90%;
        height: auto;
        position: relative;
        margin-top: -100px;

        & .poltrona {
            width: 100%;
            height: auto;
            position: relative;
            z-index: 1;
        }

        & .name-with-rotation {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 60%;
            height: auto;
            position: absolute;
            margin-top: -100%;

            & .circle-01 {
                width: 100%;
                height: auto;
                scale: 1.1;
                animation: rotate 7s infinite linear;
            }

            & .name {
                width: 100%;
                height: auto;
                margin-top: -100%;
                animation: rotate 10s infinite linear reverse;
            }

            & .circle-02 {
                width: 100%;
                height: auto;
                margin-top: -100%;
                scale: 0.78;
                animation: rotate 10s infinite linear;
            }
        }
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes light-sweep {
    0% {
        background-position: 0%;
    }
    50% {
        background-position: 100%;
    }
    100% {
        background-position: 0%;
    }
}

@media screen and (min-width: 768px) {
    body {
        background: 
        url(https://ananoleto.com/wp-content/uploads/2025/08/letras-fundo.webp) no-repeat center center fixed,
        radial-gradient(circle, #808080 0%, #333333 100%);
        background-size: contain;  
    }
    .container {
        width: 1000px;
        margin: 0px auto;
        height: 100dvh;
        flex-direction: row;
         & h2 {
    text-align: left !important;
    width: 100%;
}
        & .headline {
            gap: 20px;
            & .logo {
                width: 200px;
                align-self: start;
            }
            & p {
                font-size: 18px;
                text-align: left;
            }

            & button {
                width: 100%;
                font-size: 1em;
                position: static;

                & i {
                    margin-left: 20px;
                    font-size: 1em;
                }
            }
        }

        .image {
            width: 80%;
            margin-top: 0px;
            & .poltrona {
                width: 100%;
                margin: auto;
            }
        }
    }
}/* End custom CSS */
/* Start custom CSS for image-carousel, class: .elementor-element-db21373 */.elementor-3120 .elementor-element.elementor-element-db21373 .swiper-wrapper{
    -webkit-transition-timing
    -function: linear
    !important;
    transition-timing-function: 
    linear !important;
}
.elementor-3120 .elementor-element.elementor-element-db21373{
    pointer-events: none;
}/* End custom CSS */