/* ===================== */
/* FUNDO DO FOOTER */
/* ===================== */

.pkp_brand_footer{

	display:none;
}
.pkp_footer {
    background-color: #003366 !important;
    padding: 30px 20px;
    font-family: Arial, sans-serif;
    color: #fff !important;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
}

.pkp_structure_footer_wrapper {
    background-color: #041525 !important;
    padding: 30px 20px;
    font-family: Arial, sans-serif;
    color: #fff !important;
    text-align: center;
    font-size: 15px;
    line-height: 1.5;
}


/* ===================== */
/* COLUNAS DO FOOTER */
/* ===================== */

.footer-columns {
    display: flex;
    justify-content: space-between;
    text-align: left;
    gap: 40px;
    max-width: 1100px;
    margin: auto;
    padding-top: 20px;
}

.footer-col {
    flex: 1;
}

.footer-col h3 {
    color: #ffffff !important;   /* TITULOS EM BRANCO */
    font-size: 18px;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.footer-col p,
.footer-col a {
    color: #ffffff !important;   /* TEXTOS E LINKS EM BRANCO */
    font-size: 14px;
    line-height: 1.6;
}

.footer-col a:hover {
    text-decoration: underline;
}


/* ===================== */
/* ÍCONES DE REDES SOCIAIS */
/* ===================== */

.social-icons {
    margin-top: 10px;
    display: flex;
    gap: 15px;
}

.social-icon i {
    font-size: 22px;
    color: #ffffff !important;
    transition: 0.3s;
}

.social-icon i:hover {
    transform: scale(1.2);
    opacity: 0.7;
}


/* ===================== */
/* MOBILE */
/* ===================== */

@media (max-width: 768px) {
    .footer-columns {
        flex-direction: column;
        text-align: center;
    }

    .footer-col {
        margin-bottom: 25px;
    }

    .social-icons {
        justify-content: center;
    }
}
