/* Estilo automático para a página: politica-de-privacidade */
#cabecalho {
    background: linear-gradient(180deg, #E7454A 0%, #C73B41 23.14%, #B6363C 46.81%, #8B272C 81.49%);
    padding: 100px 0;
    text-align: center;

    .navegacao{
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        margin-bottom: 18px;

        li{
            font-weight: 500;
            font-size: 13px;
            line-height: 100%;
            color: #fff;
            list-style-type: none;
            
            img{
                margin: 0 12px;
            }
            
            span{
                
                color: #fff;
                font-weight: 600;
                font-size: 13px;
                line-height: 100%;
                text-align: right;

            }
        }
    }
    h1{
        font-weight: 800;
        font-size: 42px;
        line-height: 160%;
        text-align: center;
        color: #fff;
    }
}


#politica{
    padding: 80px 0;

    h2{
        font-weight: 500;
        font-size: 36px;
        line-height: 45px;
        color: #111827;
        margin-bottom: 20px;
        text-align: center;
        
        span{
            font-weight: 600;
            color: #E7454A;
            
        }
    }
    
    .atualizacao{
        text-align: center;
        font-weight: 400;
        font-size: 16px;
        line-height: 25px;
        color: #3C3C3B;
    }

    h3{
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
        color: #A63137;
        margin-bottom: 30px;
    }
    
    h4{
        color: #A63137;
        font-weight: 500;
        font-size: 22px;
        line-height: 100%;
        letter-spacing: 0%;
        margin: 40px 0 20px;
    }

    .text-provacidade{
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
        letter-spacing: 0%;
        color: #3C3C3B;
    }
}



/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
    
}

/* MOBILE */
@media all and (max-width: 767px) { 

    #politica {
        padding: 80px 15px;
    }
}