/* CORES DO TEMA */
:root{
--cor- fundobotao : #ffffff ;
--cor- botao : #141414 ;
--cor- titulovitrine : #141414 ;
--cor- fundopix : #141414 ;
--cor- textopix : #ffffff ;
--cor- rodapetitulo : #141414 ;
--cor- fundorodape : #e9e9e9 ;
--cor- textorodape : #707070 ;
--cor- newsletter : #ffffff ;
--cor- textonewsletter : #141414 ;
--cor- newsfundobotao : #e9e9e9 ;
--cor- newsbotao : #141414 ;
}


/* MOBILE ICONES
@media screen and (max-width:767px) {
#menuinsta > div > div > div > li.slick-slide.slick-slide:nth-child(1) > a:before {
content: "\f553";
font-size: 0;
background-image: url(https://cdn.awsli.com.br/1991/1991560/arquivos/caneta_ico.png) !important;
background-size: 100%;
height: 50px;
border-radius: 150px;
line-height: 50px;
width: 50px;
margin: 0 auto;
}
}


/* DESKTOP ICONES
@media screen and (min-width:768px) {
.menu.superior .nivel-um>li:nth-child(1)>a:before{
content: "\f553";
font-size: 0;
background-image: url(https://cdn.awsli.com.br/1991/1991560/arquivos/caneta_ico.png) !important;
background-size: 100%;
background-position: center top;
background-repeat: no-repeat;
height: 40px;
line-height: 50px;
width: 40px;
margin: 0 auto;
border-radius: 150px;
}
}
*/