
@media screen and (max-width: 760px) {
    /*----HERO----*/
    section.sobre{
        margin-bottom: 35em;
        height: 100vh;
    }
    section.hero-site{
        background-image: url(bg-moba-gestor.webp);
        height: 100vh;
        display: flex;
        
    }
    .hero-site .txt-hero{
        width: 100%;
        margin: auto;
        padding-bottom: 18em;
    }
    
    .hero-site .txt-hero h1{
    font-size: 2.1em;
    line-height: 40px;
    }

    .hero-site .txt-hero p{
    font-size: 18px;
    }



    .btn-contato button{
        
        width: 350px;
        height: 70px;
    }

    /*=============================*/
    .btn-contatoo button{
        width: 100%;
     
    }
    .hero-sitee .txt-hero h1{
        font-size: 2.4em;
        line-height: 50px;
    }
    .hero-sitee .txt-hero p{
        font-size: 18px;

    }

.txt-img img{
    display: none;
}
.txt-img, .beneficios{
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    margin: auto;
}

.beneficios .bene-box{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #111520;
    background-image: linear-gradient(to left, #0C1017, #111520 40% );
    padding: 30px;
    border-radius: 15px;
}

.beneficios .bene-box .img-bene-box img{
    max-width: 35px;
}

.beneficios h2{
    font-size: 1.8em;

}
.beneficios .pa{
    font-size: 18px;
    font-weight: 400;
    margin: 20px 0;
    line-height: 28px;
}

.bene-box .txt-bene-box h4{
    font-size: 1.2em;
    margin: 5px 0;
    background-image: linear-gradient(to right, #0898df, #3aaee8 );
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-weight: 800;
}
.bene-box .txt-bene-box p{
    font-weight: 400;
}


    /*------FOOTER-----*/
    footer .middle-footer a{
        color: #fff;
        margin: 15px 0;
        display: block;
    
    }
    footer .bottom-footer p{
        font-size: 14px;
    }
    
    .container .sobre-box{
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        color: #ffffff;
        gap: 40px;
    }
    
.sobre-box .pedro img{
    z-index: -999999;
    width: 100%;;
   filter: drop-shadow(1px 1px 10px #0898df);
}

.titulo-page h2 {
    font-size: 1.5em;
    
}

.titulo-page p {
    font-size: 1.5em;
    color: #ffffff;
}

.sobre-box .pedro-txt h1{
    font-size: 2em;
    margin-bottom: 20px;
    text-align: center;
}

.card {
    width: calc(50% - 20px); /* Cartões ocupam 50% da largura */
}

    

}

@media (max-width: 480px) {
    .card {
        width: 80%; /* Cartões ocupam 90% da largura */
        margin: 0 auto 40px auto; /* Centraliza os cartões e adiciona margem inferior */
    }
    
    .cta-btn {
        padding: 10px 20px; /* Botão menor para telas menores */
    }
}
