:root {
    --navbar-color: ;
    --filter_color: #b0a9e5;
    --filter_color_mobile: #000000;
    --background_url: 1/FUNDO_CAMPANHA_TIGRE_SITE_IHGxx9K.jpg;
    --background_url_mobile: 1/Prancheta_4.png;
    --background_color: #e47f0c;
    --background_color_mobile: #000000;
}

header.masthead {
    position: relative;
    
        background: url(/media/1/FUNDO_CAMPANHA_TIGRE_SITE_IHGxx9K.jpg) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
    min-height: 82vh;
}

header.masthead:before {
    content: "";
    
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}

header.masthead h1, header.masthead .h1 {
    font-size: 2rem;
}


    @media (min-width: 768px) {
        header.masthead {
            min-height: 82vh;
            
            
        }
        header.masthead h1, header.masthead .h1 {
            font-size: 3rem;
        }
    }

    /* Ajustes para dispositivos menores */
    @media (max-width: 768px) {
        header.masthead {
            min-height: 82vh;
            padding-top: 4rem;
            padding-bottom: 4rem;
            background-position: center center;
            
                background: url(/media/1/Prancheta_4.png) no-repeat center center;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
            
        }
        header.masthead:before {
            content: "";
            
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            left: 0;
            opacity: 0.5;
        }
    }

    @media (max-width: 480px) {
        header.masthead {
            height: 82vh;
            padding-top: 2rem;
            padding-bottom: 2rem;
            background-size: contain;
            
                background: url(/media/1/Prancheta_4.png) no-repeat center center;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
            
        }
    }
