/* COR PRINCIPAL */
:root{
--cor-principal: #ffffff;
}
/* DESKTOP FUNDO */
@media screen and (min-width:768px) {
.secao-banners {
background-image: url(https://cdn.awsli.com.br/1099/1099374/arquivos/fundo-branco.jpg);
margin-top: 152px!important;
background-repeat: no-repeat;
background-position: center top;
}}
/* MOBILE FUNDO */
@media screen and (max-width:767px) {
body {
background-image: url(https://cdn.awsli.com.br/1099/1099374/arquivos/fundo-preto.jpg) !important;
background-repeat: no-repeat !important;
background-size: 130% !important;
background-position: top !important;
}}