/* .mw-page-containe{
    font-family: ;
} */

.mw-header-privacy-container{
    width: 100%;
    height: 121px;
    background-color: var(--defaultBlue);
    color: white;
    display: flex;
    justify-content: space-around;
    align-items: center;

} 

.mw-header-privacy-container-div{
   max-width: 1200px;
   min-width: 1200px;
   display: flex;
   align-items: center;
   margin: 0 auto;
}

.mw-h1{
    margin: 0 0 0 20.32px;
    font-size: 25px;
    font-weight: 900;
}
.mw-privacy-container{
    max-width: 1200px;
    margin: 0 auto;
    margin: 20px 0;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 35px 50px;
    font-size: 15px;
    font-weight: 600;
    color: #777777;
    line-height: 2;
}

.mw-privacy-container ul{
    list-style: disc;
    padding-left: 50px;
    margin-bottom: 20px;
    color: #4A4A4A;
}

.mw-privacy-container ul li{
    list-style: disc;
    color: #4A4A4A;
}

.mw-privacy-container ol{
    list-style: decimal;
    padding-left: 16px;
    margin-bottom: 20px;
    
}

.mw-privacy-container ol li{
    list-style: decimal;
    padding-left: 10px;
    margin-bottom: 10px;
    color: #777777;
}


.mw-long-text{
    margin-bottom: 25px;
    line-height: 2;
    color:#777777;
}


.mw-long-text .mw-strog-destaque{
    font-size: 15px;
    font-weight: bold;
    color: #4A4A4A;
}

.mw-text-topic{
    margin-bottom: 20px;
    color: #4A4A4A;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 2;
}

.mw-long-text-topic{
    line-height: 2;
    margin-bottom: 25px;
}

@media (max-width: 1210px){

    .mw-header-privacy-container{
        justify-content: unset;
        
    }

    .mw-header-privacy-container div{
        min-width: 1000px;
        margin: 0;
    }

    
}

@media (max-width: 1000px){
    .mw-header-privacy-container{
        height: 102px; 
    }

    .mw-header-privacy-container div{
        min-width: unset;
        max-width: unset;
        margin-left: 20px;
     }
    
    .mw-h1{
        margin: 0 0 0 13.02px;
        font-size: 18px;
    }

    .mw-privacy-container{
        background-color: white;
        width: 100%;
        padding: 30px 20px;
        margin: 20px auto;
    
        font-size: 13px;
        
    }

    .mw-privacy-container ul{
        padding-left: 40px;

    }

    
}