header.banner .logo-header {
    filter: brightness(.1);
}

.acesso-grid::before {
    background-color: #001e27;
}

.selo-banner {
    width: 90px;
    height: 90px;
}

.banner h1 {
    font-size: 3rem;
}

@media(max-width: 769px) {
    .textos-petroleo-mob .bg-azul {
        background-color: #001e27 !important;
        color: #fff;
    }

    .textos-petroleo-mob .texto-azul-logo {
        color: #001e27;
    }
}  

@media(min-width: 992px) {  
    .banner {
        background: url(/assets/images/presente/selosdevides-rt.svg), linear-gradient(90deg, #00e2f4 45%, #001e27 30%);
        background-position: 100% 100%;
        background-size: 20%, auto;
        background-repeat: no-repeat;
    }

    .banner h1 {
        font-size: 6rem;
        line-height: .8;
    }

    .textos-petroleo-mob p {
        color: #fff;
    }
}