.mw-privacidade-main .content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px 0;
}
.mw-privacidade-aside{
    width: 31%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.mw-privacidade{
    background-color: white;
    border-radius: 20px;
    padding: 40px;
    font-family: "Poppins", sans-serif;
    width: 66%;
    text-align: justify;

}
.mw-privacidade h1{
    color: var(--defaultBlue);
    font-weight: bold;
    font-size: 20px;
}
.mw-privacidade h2 {
    font-size: 16px;
    line-height: 26px;
    margin: 20px 0;
}
.mw-privacidade hr{
    height: 1px;
    width: 100%;
    margin: 10px 0;
    background-color: #e4e4e488;
}
.mw-privacidade p{
    font-size: 16px;
    line-height: 28px;
    margin:10px 0;
}
.mw-privacidade ul{
    margin-left: 20px;
}
.mw-privacidade li{
    font-size: 14px;
    line-height: 26px;
    margin: 20px 0;
    line-height: 16px;
}
.mw-privacidade li ul{
    margin-top:10px;
    margin-bottom: 10px;
    font-size: 15px;
}
.mw-privacidade li ul li{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
}
.mw-privacidade strong{font-weight: bold;}

/* SECTION CONTATOS INICIA AQUI! */
.mw-section-contatos{
    width: 100%;
    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    padding: 40px;
    box-sizing: border-box;
    margin-bottom: 40px;
    justify-content: center;
}

.mw-contatos{
    display: flex;
    flex-direction: column;
}
.mw-contatos-box{
    border: 1px solid #3e88d7;
    border-radius: 20px;
    padding: 15px;
    margin: 10px;
    box-sizing: border-box;
}

.mw-contatos-box h2{
    color: #3e88d7;
    font-weight: bold;
    font-size: 16px;
    margin: 10px 0;;
}

.mw-contatos-info{
    margin: 25px 0;
}
.mw-contatos-info h3{
    color: #484848;
    font-weight: bold;
    font-size: 14px;
}
.mw-contatos-info p{
    font-size: 14px;
    color: #8f8f93;
    font-weight: 400;
    overflow: hidden;
    margin: 5px 0;
}

.mw-contatos-zap {
    color: #3e88d7 !important;
    font-weight: bold !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.mw-contatos-zap img{
    margin-right: 10px !important;
    width: 16px;
    height: 16px;
}

.mw-h2-fullblue{
    background-color:#3e88d7;
    padding: 10px 40px;
    color: white;
    text-align: center;
    border-radius: 25px;
    font-weight: bold;
  }

/* cores variaveis */

.mw-bg-blue{
  background-color: #2363a9;
}

.mw-bg-orange{
  background-color: #eb7f0a;
}

.mw-bg-green{
  background-color: #088e4d;
}

.mw-bg-red{
  background-color: #d51c17;
}
.mw-bg-greensmooth{
  background-color: #95c148;
}


.mw-section-title{
  width: 100%;
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hr-bottom{
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

body{
    background-color: #f5f5f5;
    font-family: "Poppins-regular", sans-serif;
  }
  
/* responsividade */

/* SECTION CONTATOS TERMINA AQUI! */

@media(max-width:1200px){
    .mw-widget-newsletter-conteudo .img-newsletter {
        position: absolute;
        right: -10px;
        top: 0px !important;
        width: 120px !important;
    }
}
@media(max-width:900px){
    .mw-widget-newsletter-conteudo .img-newsletter{
        display: block;
    }
    .mw-privacidade-aside{
        width: 100%;
        margin-top: 20px;
    }
    .mw-widget-newsletter-conteudo .img-newsletter {
        top: -25px !important;
    }
    .mw-privacidade{
        width: 100%;
    }
    .mw-privacidade-main .content{
        flex-direction: column;
    }
}
@media (min-width: 250px) and (max-width: 780px) {
   
    .mw-section-contatos{
      flex-direction: column !important;
    }
    
    .mw-section-contatos{
        flex-direction: column;
    }
  
    
  }
  
@media (max-width:386px){
    .mw-widget-newsletter-conteudo .img-newsletter {
        top: 0px !important;
    }
}