.conteudo{
    width: 100%;
    padding-bottom: 100px;
}
.conteudo .banner{
    min-height: 290px;
    padding-top: 115px;
    padding-bottom: 50px;
    margin-bottom: 50px;
    overflow: hidden;
    position: relative;
    background-image: url(../imagens/header/bg1.png), url(../imagens/header/bg2.png);
    background-repeat: no-repeat, no-repeat;
    background-position: left bottom, right top;
    background-size: auto;
}
.conteudo ol{
    list-style-position: inside;
}
.conteudo ul{
    list-style: disc;
    list-style-position: inside;
}
.conteudo p,
.conteudo a,
.conteudo li{
    font-size: 14px;
}

/* MEDIA DESKTOP */
@media screen and (max-width: 1600px){

}

@media screen and (max-width: 1440px){

}

@media screen and (max-width: 1366px){

}

@media screen and (max-width: 1280px){

}

@media screen and (max-width: 1100px){

}

/* MOBILE */
@media screen and (max-width: 1000px){
    
}

@media screen and (max-width: 800px){
    
}

@media screen and (max-width: 600px){
    
}

@media screen and (max-width: 480px){

}

@media screen and (max-width: 400px){

}

@media screen and (max-width: 375px){

}