/* DESKTOP FUNDO */ @media screen and (min-width:768px) { 
    #corpo {    
    background-color: white;    
    margin-top: 135px!important;    
    background-image: url(https://cdn.awsli.com.br/1135/1135705/arquivos/fundo.png);    
    background-repeat: no-repeat;    
    padding-top: 100px; 
} }

/* MOBILE FUNDO */ @media screen and (max-width:767px) { 
    body {    
    background-color: white !important;    
    background-image: url(https://cdn.awsli.com.br/1135/1135705/arquivos/fundo.png) !important;   
    background-repeat: no-repeat !important;    
    background-size: 400% !important;    
    background-position: top !important;
} }

.lista-redes i {
    background: transparent!important;
    line-height: 35px;
    font-size: 30px;
}
.titulo-categoria:after {
    background: #d0d0d0;
    width: 30%;
    height: 1px;
    content: "";
    display: block;
    margin-top: 25px;
}
.titulo-categoria:before {
    background: #d0d0d0;
    width: 30%;
    height: 1px;
    content: "";
    display: block;
    margin-top: 25px;
}


@media screen and (max-width: 767px){
#cabecalho > div.atalhos-mobile.visible-phone.fundo-secundario.borda-principal > ul > li.fundo-principal > a {
    color: #45d4fb;
}
#cabecalho > div.atalhos-mobile.visible-phone.fundo-secundario.borda-principal > ul > li.fundo-principal {
    background: transparent;
        display: block;
}
}

