/*------------------section-banner--------------------*/

.sec-banner {
    flex-direction: column;
    display: flex;
    justify-content: center;
    height: 110vh;
    background-image: url(../img/img-banner/banner-gg.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.headiline {
    width: 50%;
    padding-right: 40px;
    flex-direction: column;
    display: flex;
    justify-content: center;
}

.titulo {
    font-size: 48px;
    width: 90%;
    padding-left: 20px;
    color: #ffffff;
    font-weight: 600;
}

.descricao {
    margin-top: 7px;
    font-size: 22px;
    color: #ffffff;
    padding-left: 20px;
    font-weight: 300;
}
.sec-banner mark{
    background-color: #ffffff00 ;
    color: var(--verdePrincipal);
    color: var(--azulPrincipal);
    padding: 0;
}

@media (max-width: 1400px) {
    .sec-banner {
        flex-direction: column;
        display: flex;
        justify-content: center;
        height: 120vh;
        background-image: url(../img/img-banner/banner-gg.webp);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center;
    }
}
@media (max-width: 992px) {

    .sec-banner {
        background-image: url(../img/img-banner/BannerMob.jpg);
        height: 100vh;
        padding: 0; 
        justify-content: start;
        align-items: center;
        background-size: cover;
        background-position: top;
    }
    .row-banner{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 100px;
    }
    .headiline {
        width: 85%;
        padding: 0px;
    }

    .titulo {
        font-size: 2.1em;
        width: 90%;
        padding: 0px;
        color: #ffffff;
        font-weight: 600;
    }
    .descricao {
        font-size: 1.2em;
        padding: 0px;
    }
}