
/* WHATSAPP ÍCONE */
.whatsapp-fixo {
position: fixed;
bottom:6px;
left:10px;
z-index: 999;
}

.container {
    max-width: 1300px !important;
}

/* ÍCONES REDES SOCIAIS TOPO */
.lista-redes .icon-facebook {
    background-color: transparent ;
}
.lista-redes .icon-instagram {
    background: none;
}
.lista-redes .icon-bold {
    background-color: transparent ;
}
.lista-redes ul li {
    border-left: none;
}

.banner.lateral .flexslider .slides li img {
    width: 100%;
}

/* Código novo */
/* Centralizar o conteúdo do rodapé */
.footer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
}

/* Centralizar as colunas do rodapé */
.footer-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 10px 0;
    width: 100%;
}

/* Centralizar o texto e os ícones das redes sociais */
.footer-section p,
.footer-section ul {
    text-align: center;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

/* Centralizar os ícones das redes sociais */
.footer-section.social ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* Ajustar o espaçamento entre os ícones das redes sociais */
.footer-section.social ul li {
    margin: 0 10px;
}


.produto-detalhes {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.produto-detalhes-detalhes {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.principal {
    text-align: center;
}


