/* Estilo automático para a página: politica-de-privacidade */
header.preto-branco{
    background-color: rgba(255, 255, 255, 0.89);

    .logo-header.logo-branca{
        display: none;
    }
    .logo-header.logo-preta{
        display: block;
    }

    .nav-link{
        color: #000;
    }
}

header{
    .icon-branco{
        display: none;
    }
    .icon-preto{
        display: block;
    }
    li{
        list-style-type: none;
    }
    .nav-link.btn-portal{
        color: #fff;
    }
    .separador-mob {
        display: flex;
    }
}



#politica-qualidade {
    padding: 30px 0;

    h1{
        font-weight: 500;
        font-size: 32px;
        line-height: 31px;
        vertical-align: middle;
        color: #1D1D1B;
    }
    h2{
        font-weight: 400;
        font-size: 32px;
        line-height: 31px;
        text-align: center;
        vertical-align: middle;
        margin-bottom: 40px;
    }
    h3{
        font-weight: 500;
        font-size: 24px;
        line-height: 100%;
        vertical-align: middle;
        margin: 40px 0 20px;
        color: #1D1D1B;
    }
    h4 {
        font-weight: 500;
        font-size: 22px;
        line-height: 160%;
        vertical-align: middle;
    }
    .text-politica {
        font-weight: 400;
        font-size: 16px;
        color: #575756;
        line-height: 160%;
    }
    .atualizacao{
        font-weight: 400;
        font-size: 14px;
        color: #575756;
        line-height: 160%;
    }
}


/* EFEITO */
#politica-qualidade:before {
    background-image: url(../img/efeito-8.png);
    background-size: contain;
    display: inline-block;
    width: 192px;
    height: 1153px;
    content: "";
    position: absolute;
    top: -150px;
    right: 0;
    background-repeat: no-repeat;
    z-index: 0;
}

@media all and (max-width: 1700px) { 
    #politica-qualidade:before {
        display: none;
    }
}



/* MOBILE */
@media all and (max-width: 767px) { 
    .navbar-toggler:focus{
       box-shadow: none !important; 
    }
    header.preto-branco {
        background-color: rgb(255, 255, 255) !important;
    }
    .text-mob {
        padding: 0 30px;
    }

    header {
        button.navbar-toggler{
            border: none;
        }
        .social-header {
            padding: 0;

            .separador-mob {
                display: flex;
                justify-content: space-between;

                .d-left {
                    display: flex;
                }
            }
        }
        .menu{
            filter:invert(100%) sepia(0%) saturate(19%) hue-rotate(325deg) brightness(99%) contrast(106%);
        }
    }



}


/* TABLET */
@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-toggler:focus{
       box-shadow: none !important; 
    }
    header.preto-branco {
        background-color: rgb(255, 255, 255) !important;
    }
    .text-mob {
        padding: 0 30px;
    }

    header {
        button.navbar-toggler{
            border: none;
        }
        .social-header {
            padding: 0;

            .separador-mob {
                display: flex;
                justify-content: space-between;

                .d-left {
                    display: flex;
                }
            }
        }
        .menu{
            filter:invert(100%) sepia(0%) saturate(19%) hue-rotate(325deg) brightness(99%) contrast(106%);
        }
    }
}

/* WIDE */
@media (min-width: 1400px) and (max-width: 2600px) {
}

