.header__banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 85vh;
    background-color: var(--fundo-escuro);
}

.banner__texto__container {
    max-width: 1000px;
    height: 100%;
    margin: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    padding-left: 1rem;
    padding-bottom: 5%;
}

.banner__texto {
    height: fit-content;
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.texto__titulo {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#banner__home p {
    font-size: 2.1rem;
    margin: 0;
}

#banner__home h1 {
    font-size: 9rem;
    font-weight: 800;
    margin: -20px 0;
}

#banner__agencias p {
    font-size: 3.1rem;
    font-weight: 700;
    margin: -5px 0;
}

#banner__agencias .titulo {
    font-size: 5rem;
    font-weight: 700;
    margin: -10px 0;
}

.titulo {
    color: var(--azul--claro);
    text-transform: uppercase;
}

.texto-bottom {
    font-size: 1.9rem;
    margin: 3rem 0 4rem 0;
    text-transform: none;
    text-shadow: 3px 3px 8px #000000;
    padding-right: 4rem;
}

.botao--banner {
    width: 80%;
    margin-right: auto;
}

#NavBar {
    position: absolute;
    width: 100%;
    z-index: 9999;
}

@media (max-width: 796px) {  
    .nav__container {
        width: 100%;
        padding: 0 1rem;
    }

    .banner__texto {
        width: 80%;
        margin: 1.5rem auto 0 auto;
        padding: 1rem 0 .5rem 0;
    }

    #NavBar {
        position: relative;
    }

    .banner__texto__container {
        padding-bottom: 30%;
        padding-left: 0;
    }

    #banner__agencias p {
        font-size: 2rem;
        margin: 0;
    }
    
    #banner__agencias .titulo {
        font-size: 3rem;
        margin: -5px 0;
    }

}

@media (max-width: 480px) {  
    .header__banner {
        background-position: 54%;
        height: 75vh;
    }

    #banner__home p {
        font-size: 1.3rem;
    }

    #banner__home h1 {
        font-size: 6.2rem;
    }

    #banner__agencias p {
        font-size: 1.8rem;
        margin: 0;
    }
    
    #banner__agencias .titulo {
        font-size: 2.3rem;
        margin: 0;
    }
}