/* Menu Insta */
@media screen and (max-width: 767px){
#menuinsta > div > div > div > li.slick-slide:nth-child(1) > a:before {
background-image:
url(https://cdn.awsli.com.br/1859/1859601/arquivos/5-tapetes.png);
}
    
}

.slick-list .slick-slide figure img {
    width: 124px;
    height: 124px;
    border-radius: 50%;
    object-fit: cover; /* This ensures the image covers the container without distortion */
}
article.slick-slide.slick-active p,
article.slick-slide p {
    max-width: 307px;
    width: auto !important;
}
#cabecalho > div.conteiner {
  background: #26335D;
}
#rodape .institucional {
    background-color: var(--cor-tituloContato);
}
.conteudo-topo .inferior i {
    color: white !important;
}
.conteudo-topo .inferior i:hover {
    color: #656976 !important;
}
ul.gateways-rodape {
    background: white !important;
}