/* Footer Section */
section.pagina-footer {
    width: 100%;
    padding: 100px 8% 50px;
    background-color: rgb(10, 25, 49);
    color: white;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer-logo {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
    display: block;
    margin-left: 0;
}

.footer-conteudo {
    width: 100%;
    display: grid;
    grid-template-columns: 2.5fr 3.5fr 3fr;
    gap: 20px;
    margin-bottom: 30px;
}

.footer-conteudo .footer-col {
    display: flex;
    flex-direction: column;
}

.footer-conteudo .footer-col-titulo {
    margin-bottom: 10px;
}

.footer-conteudo .footer-col-titulo h3 {
    font-size: 24px;
    text-transform: capitalize;
    color: var(--amarelo-z4);
}

.footer-conteudo .footer-col-desc {
    display: flex;
    flex-direction: column;
}

.footer-col-desc i {
    color: var(--amarelo-z4);
    margin-right: 10px;
}

.footer-col-1 .footer-col-desc p {
    line-height: 1.4;
    color: white;
}

.footer-col-1 .footer-col-desc span {
    margin-bottom: 17px;
    display: inline-block;
}

.footer-col-1 .footer-col-desc span:nth-child(1) {
    margin-top: 15px;
}

.footer-col-1 .footer-social-media {
    display: flex;
    margin-top: 20px;
    margin-bottom: 40px;
    justify-content: center;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.footer-col-1 .footer-social-media a {
    text-decoration: none;
    margin-right: 0;
    margin-bottom: 0;
    height: auto;
}

.footer-col-1 .footer-social-media a i {
    width: auto;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    background-color: transparent;
    border: none;
    font-size: 24px;
    color: white;
    transition: all 0.3s ease;
}

.footer-col-1 .footer-social-media a i:hover {
    background-color: transparent;
    color: var(--amarelo-z4);
    transform: scale(1.1);
}

.footer-col-1 .social-media-title {
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 6px 18px;
    background-color: #F7F7F7;
    color: var(--fundo-z4);
    border-radius: 70px 10px 70px 10px;
    display: inline-block;
    text-align: center;
    width: auto;
}

.noticia-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.btn-noticia-btn {
    background-color: white;
    border-radius: 15px;
    padding: 13px 36px;
    min-width: 260px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-top: 20px;
}

.btn-noticia-btn:hover{
    background-color: white;
    transform: translateY(-2px);
}

.btn-area-footer {
    border-radius: 15px;
    padding: 13px 36px;
    min-width: 260px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

.btn-area-footer:hover {
    transform: translateY(-2px);
}

.footer-col-2 .footer-col-desc a {
    text-decoration: none;
    font-size: 16px;
    color: white;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.footer-col-2 .footer-col-desc a:hover {
    color: var(--amarelo-z4);
}

.footer-col.footer-col-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.footer-col-1 .footer-col-titulo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.footer-col-1 .footer-col-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.footer-col-1 .social-media-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.footer-col-1 .footer-social-media {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.footer-col.footer-col-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer-col-2 .contact-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 0;
}

.footer-col-2 .footer-col-titulo {
    text-align: center;
    margin-bottom: 25px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer-col-2 .footer-col-titulo h3 {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
}

.footer-col-2 .footer-col-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}

.footer-col-2 .footer-col-desc a {
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    width: fit-content;
    max-width: 100%;
    gap: 10px;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
}

.footer-col-2 .footer-col-desc a i {
    flex-shrink: 0;
    width: 16px;
    display: inline-block;
    text-align: center;
}

.footer-col-2 .footer-col-desc p {
    text-align: center;
    margin: 0 auto;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    position: relative;
    padding-left: 0;
    white-space: nowrap;
}

.footer-col-2 .footer-col-desc p::before {
    content: '\f3c5';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    color: var(--amarelo-z4);
    margin-right: 10px;
    flex-shrink: 0;
    width: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.footer-col.footer-col-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.footer-col-3 .footer-col-desc {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.direito-copia {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 0;
    text-align: center;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative;
    z-index: 10;
}

.direito-copia p,  b {
    color: #081F3E;
    font-size: 0.9rem;
}


/* Responsive */
@media (max-width: 768px) {
    .pagina-footer .footer-conteudo {
        grid-template-columns: 1fr;
    }
    
    .footer-col-2 .footer-col-titulo {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    
    .footer-col-2 .footer-col-titulo h3 {
        text-align: center;
        margin: 0 auto;
        padding-left: 0;
        width: fit-content;
    }
    
    .footer-col-2 .footer-col-desc {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        width: 100%;
        
    }
    
    .footer-col-2 .footer-col-desc a {
        font-size: 14px;
        justify-content: center;
        padding-top: 2px;
        margin-top: 15px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    /* Reset para mobile - telefone centralizado */
    .footer-col-2 .footer-col-desc a:first-child {
        margin-left: auto;
        margin-right: auto;
        transform: translateX(0);
    }
    
    .footer-col-2 .footer-col-desc p {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .footer-col.footer-col-1 {
        align-items: center;
        text-align: center;
    }

    .footer-col-1 .footer-col-titulo {
        justify-content: center;
        padding-left: 0;
    }

    .footer-col-1 .footer-col-desc {
        align-items: center;
        text-align: center;
        padding-right: 0;
    }

    .footer-col-1 .social-media-title {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .footer-col-1 .footer-social-media {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .footer-col.footer-col-2 {
        align-items: center;
        text-align: center;
    }
}