@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', 'Bebas Neue', sans-serif;
}

body{
    /* font-family: 'Montserrat', sans-serif; */
    background-color: #ffffff;
    color: #333;
    width: 100svw;
    overflow-x: hidden;
}

.btn{
    background-image: linear-gradient(to right, #7CB258, #0C7D32);
    border: none;
    color: #fff;
    padding: 1.1em 1em;
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    font-weight: 800;
    letter-spacing: 0.06em;
    align-items: center;
    font-size: 1.8em;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 7em;
    width: 17em;
    height: auto;
    -webkit-border-radius: 7em;
    -moz-border-radius: 7em;
    -ms-border-radius: 7em;
    -o-border-radius: 7em;
}

.hero{
    /* position: relative; */
    text-align: center;
    width: 100svw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* padding: 50px 20px; */
    & .img-hero{
        width: 100%;
        background-image: linear-gradient(135deg, #c5c0ba, #d4d4d2);
        & .hero-img {
            margin-top: 2em;
            margin-bottom: -0.2em;
            max-width: 50%;
            height: auto;
        }
    }

    & .arrow-down {
        margin-block: 4em;
        width: 2.3em;
    }
    & h2{
        font-family: 'Montserrat', serif;
        font-size: 2rem;
        font-weight: 500;
        color: #000;
        margin: 1em 0;
    }
    & h1{
        font-size: 3.5em;
        font-weight: 500;
        color: #000;
        margin: 1em 0;
    }

    & .div{
        /* padding: 20px; */
        /* background-color: #f9f9f9; */
        border: 2px solid #ccc;
        /* border-radius: 5px; */
        width: 45%;
        align-self: center;
        margin-block: 2em;
    }

    & .p1{
        font-size: 1.6rem;
        line-height: 1.5;
        color: #000;
        margin: 1em 0;

    }

    & .p2{
        font-size: 1.4rem;
        line-height: 1.5;
        color: #000;
        margin: 1em 0;
        margin-bottom: 4em;
    }

    & .footer-hero {
        margin-top: 8em;
    }
}
.video{
    background-image: url('/assets/bg-video.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* min-height: 60vh; */

    & h2{
        padding: 3em;
        color: #fff;
        font-size: 2em;
    }

    & video{
        width: 30%;
        /* height: 20%; */
        margin-bottom: 5em;
    }

}

.identifica{
    background-color: #606060;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    & h3{
        margin-top: 2em;
        font-size: 3em;
        font-weight: 500;
        letter-spacing: 0.06em;
        margin-bottom: 0.1em;
    }
    & .subli{
        border: #ccc solid 2px;
        width: 47%;
        margin-bottom: 5em;
    }
    & .item{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        /* gap: 3em; */
        width: 100%;
        margin-block: 2em;
        padding-left: 6em;
        & img{
            width: 1.7em;
            height: 1.7em;
            object-fit: contain;
            display: block;
            margin-right: 2em;
        }
        & p{
            font-size: 2em;
            font-weight: 400;
            margin-right: 1em;
            line-height: 1.2;
            /* width: 80%; */
            flex: 1;
        }
    }
    & a {
        margin-bottom: 3em;
        margin-top: 1em;
    }

}
    .configurando{
        /* background-color: #606060; */
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    & h2{
        margin-top: 2em;
        font-size: 3em;
        font-weight: 600;
        letter-spacing: 0.06em;
        margin-bottom: 0.3em;
    }

    & .div{
        border: #ccc solid 2px;
        width: 80%;
        margin-bottom: 5em;
    }

    & .check{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        /* gap: 3em; */
        width: 100%;
        margin-block: 2em;
        padding-left: 12em;
        & img{
            width: 1.7em;
            height: 1.7em;
            object-fit: contain;
            display: block;
            margin-right: 2em;
        }
        & p{
            font-size: 2em;
            font-weight: 400;
            margin-right: 1em;
            line-height: 1.2;
            /* width: 80%; */
            flex: 1;
        }
    }
    & .check:last-child {
    margin-bottom: 6em;
    }

    
}
.bonus{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #000;
    & .presente{
        width: 100%;
        width: 4em;
        margin-bottom: 2em;
    }

    & h2{
        font-size: 2.5em;
        font-weight: 600;
        margin-bottom: 1em;
    }
    & img{
        width: 100%;
        width: 60%;
        height: auto;
        margin-bottom: 1em;
        padding-block: 3em;
    }
    & p{
        font-size: 3em;
        width: 60%;
        font-weight: 600;
        letter-spacing: 0.06em;
        margin-bottom: 1em;

    }
    & .mac{
        /* width: 100%; */
        width: 50%;
        margin-bottom: 2em;
    }

    & .preco{
        border: #ccc solid 2px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 2em;
        flex-direction: column;
        width: 60%;
        border-radius: 5%;
        -webkit-border-radius: 5%;
        -moz-border-radius: 5%;
        -ms-border-radius: 5%;
        -o-border-radius: 5%;
        /* padding: 1em; */
        & p{
            font-weight: 400;
            /* padding: 1em; */
            width: 100%;

        }
        & .risco{
            text-decoration: line-through;
            text-decoration-color: red;
            font-size: 2.7em;
            color: #000;
            margin-bottom: 0.5em;
        }
        & h3{
            font-size: 3em;
            font-weight: 500;
            /* margin-block: 1em; */
        }
        & h2{
            font-size: 6em;
            font-weight: 600;
            /* margin-block: 1em; */
            color: #0C7D32;
            & span{
                font-size: 2em;
            }
        }
    }
    & a{
        margin-top: -2em;
    }
}
.garantia{
    background-image: url('assets/bg-video.webp');
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3em;
    color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    min-height: 100vh;

    & img{
        width: 10em;
        height: auto;
        margin-block: 3em;
    }
    & h2{
        font-size: 2.5em;
        font-weight: 600;
        margin-bottom: 1em;
    }
    & p{
        font-size: 1.5em;
        text-align: center;
        margin-bottom: 1em;
        width: 60%;
        font-weight: 300;
        letter-spacing: 0.06em;
    }
}
.faq{
    background-color: #f9f9f9;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3em;

    & h2{
        font-size: 3em;
        font-weight: 600;
        letter-spacing: 0.06em;
        margin-bottom: 0.3em;
    }

    & .div{
        border: #ccc solid 2px;
        width: 40%;
        margin-bottom: 5em;
    }

    & .pergunta{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        flex-direction: column;
        /* gap: 3em; */
        width: 100%;
        margin-block: 2em;
        /* padding-left: 12em; */

        & .item{
            display: flex;
            align-items: center;
            text-align: left;
            justify-content: left;
            & img{
                width: 2em;
                /* height: 1.7em; */
                object-fit: contain;
                display: block;
                margin-right: 2em;
            }
            & p{
                font-size: 2.5em;
                font-weight: 800;
                margin-right: 1em;
                letter-spacing: 0.06em;
                line-height: 1.2;
                /* width: 80%; */
                flex: 1;
            }
        }
        & p{
            margin-block: 1em;
            font-size: 2em;
            font-weight: 400;
            width: 60%;
            /* margin-right: 1em; */
            line-height: 1.2;
            /* width: 80%; */
            flex: 1;
            margin-bottom: 1em;
        }
        & .div{
            width: 80%;
            border: #ccc solid 1px;
        }
        & .contato{
            margin-bottom: 10em;
            & a{
                text-decoration: none;
                color: #000;
            }
        }
    }
}
.footer{
    background-image: url('assets/footer.webp');
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3em;
    color: #ccc;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    min-height: 100vh;

    & img{
        margin-top: -25em;
        width: 30em;
    }
    & h4{
        margin-top: 3em;
        font-size: 2em;
        font-weight: 300;
        margin-bottom: 1em;
        letter-spacing: 0.06em;
    }
    & h2{
        font-size: 5em;
        letter-spacing: 0.05em;
        font-weight: 400;
        margin-bottom: 1em;
    }
    & p{
        font-size: 1.8em;
        width: 60%;
        margin-bottom: 3em;
    }
    & a{
        text-decoration: none;
        color: #fff;
        background-color: #0C7D32;
        transition: background-color 0.3s ease;
        padding: 1em 2em;
        font-size: 1.7em;
        font-weight: 600;
        border-radius: 0.5em;
    }
}
/* =============== ESTILOS DO MODAL - DESKTOP =============== */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* Estilo para quando o modal estiver visível */
.modal-overlay.visible {
    opacity: 1;
}

.modal-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    max-width: 500px;
    width: 90%;
    position: relative;
    text-align: center;
}

.modal-close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 28px;
    cursor: pointer;
    color: #888;
}

.modal-content h2 {
    font-size: 2em;
    margin-bottom: 0.5em;
}

.modal-content p {
    font-size: 1.1em;
    margin-bottom: 1.5em;
    color: #555;
}

#lead-form .form-group {
    margin-bottom: 15px;
    text-align: left;
}

#lead-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333;
}

#lead-form input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
}

#form-submit-btn {
    width: 100%;
    margin-top: 10px;
}