:root {
    --ad-menu-size: 360px;
}

.text-gold{
    color: #9F7700;
}

.text-justify {
    text-align: justify !important;
}

.navbar {
    min-height: 100px !important; 
}

.border-bottom {
    border-bottom: 2px solid #9F7700 !important;
}

.footer {
    padding: 1rem;
    border-top: 2px solid;
    border-color: #9F7700;
    color: #FFF;
    z-index: 1;
}

@media screen {
    
}

@media (max-width: 768px) {
    .texto-banner {
        margin-top: -12vh;
        /* só aplica em telas <= 768px */
    }
}