/* Alterar visual do bloco redes sociais */
.redes-sociais {
    border-top: 0;
    position: relative!important;
    padding-bottom: 10px!important;
}

/* Alterar cor de fundo do menu superior */
#cabecalho .menu.superior {
    background-color: #ffffff !important; /* Aqui a cor em HEXADECIMAL */
}

/* Alterar cor das letras do menu superior e tamanho das letras */
#cabecalho > .conteiner > .menu.superior strong.titulo.cor-secundaria {
    color: #808080;
    text-transform: uppercase;
    font-size: 12px;
}

/* Alterar cor do fundo da barra do topo */
body .barra-inicial {
    background-color: #ffffff;
}

body.barra-inicial .float-contact,
body.barra-inicial .float-items,
body.barra-inicial .float-modal,
body.barra-inicial .float-whats,
body.barra-inicial .float-messenger {
    display: none !important;
}

/* Alterar cor dos ícones das redes sociais */
.barra-inicial .icon-facebook {
    background: #808080;
}

.barra-inicial .icon-instagram {
    background: #808080;
}

.barra-inicial .icon-pinterest {
    background: #808080;
}

.barra-inicial .icon-bold {
    background: #808080;
}
#barraNewsletter {
    display: none !important;
}

#component-header-logo-content #component-header-logo-v1 img {
    max-width: 110%;
    max-height: 100% !important;
}

.post #corpo p{
    text-align: left;!;
}

.post #corpo p:first-child img{
    width: 100% !important;
    object-fit:cover;
}

#fancybox-loading {
    display: none;
}