/* DESKTOP FUNDO */
@media screen and (min-width:768px) {
#corpo {
 background-color: white;
 margin-top: 135px!important;
 background-repeat: no-repeat;
 padding-top: 100px;
}
}
/* MOBILE FUNDO */
@media screen and (max-width:767px) {
body {
 background-color: white !important;
 background-repeat: no-repeat !important;
 background-size: 400% !important;
 background-position: top !important;}
 .g_ .logo a > img{max-height: 600px !important;}
}

.barra-inicial .canais-contato span, .barra-inicial .canais-contato a, .barra-inicial .canais-contato i {
    color: #FFFFFF;
}