/* COR PRINCIPAL */
:root{
--cor-principal: #ffffff;
}
/* DESKTOP FUNDO */
@media screen and (min-width:768px) {
.secao-banners {
 background-image: url(https://cdn.awsli.com.br/1242/1242028/arquivos/fundo-desktopBG.png);
 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/1242/1242028/arquivos/fundo-mobileFinalV2.png) !important;
 background-repeat: no-repeat !important;
 background-size: 130% !important;
    background-position: top !important;
}
}
    