/* Import Google Fonts */
@import url("//fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");

/* Strong Tag */
#listagemProdutos .titulo-categoria strong{
 font-family:'raleway';
 text-align:center;
 font-weight:400 !important;
}

.pagina-consultores .conteudo h1{
    border:0!important;
    font-weight:bold;
    text-align:center;
}
.pagina-consultores .conteudo{
    text-align:center;
    font-size:16px;
}
.pagina-pagina .conteudo.span9{width:100%;max-width:100%;margin:0;}
@media(min-width:990px){
    #theme_footer-content1,
    #theme_footer-content3{
        max-width:100%;
        width:380px;
    }
    .menu li{padding:0 15px;}
}
#consultores{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 6rem;
    justify-content: start;
    margin: 1rem auto;
    max-width: 1008px;
}
#consultores .item{}
#consultores .item a:hover img{
    transform: scale(1.05);
    box-shadow:0px 10px 17px rgb(0 0 0 / 20%)
}
#consultores .item a{
    display: flex;
    text-decoration:unset;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    text-transform: uppercase;
    font-size: 18px;
}
#consultores .item a img{
    width: 180px;
    border-radius: 10px;
    transition: all .2s;
}
#consultores .item a strong{}
@media(max-width:990px){
    #consultores{gap:2rem}
    #consultores .item img{width:150px!important;}
}
.g_ .mini-banner .modulo img+label {
    opacity: 0;
}