.rede-social-home{
    min-height: 15.4vh;
}

.social-network-title {
    font-family: 'Inter', sans-serif !important;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    color: #121212;
}

.social-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 8px;
    position: relative;
    transition: transform 0.3s ease !important;
    margin: 4px;
    width: 48px !important;
    height: 48px !important;
    color: #085cfc !important;
}

.social-btn:hover,
.social-btn:focus,
.social-btn:focus-visible {
    transform: scale(1.1) !important;
    color: #085cfc !important;
    background: none !important;
    background-image: none !important;
    box-shadow: none !important;
    outline: 2px solid #085cfc;
    outline-offset: 2px;
}

.social-btn:hover {
    outline: none;
}

.social-btn i,
.social-btn i::before {
    color: #085cfc !important;
}

.social-btn i {
    align-items: center;
    display: inline-flex;
    font-size: 42px !important;
    height: 44px;
    justify-content: center;
    line-height: 1;
    width: 44px;
}

.height-top-social-banner .social-network {
    width: min(100%, 310px);
    padding: 12px 16px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(27, 47, 83, 0.06);
}

.social-network .fab,
.social-network .bi {
    font-size: 42px !important;
}

.social-icons-container {
    display: flex !important;
    gap: 12px;
    align-items: center;
}

.selos-home__content {
    width: 100%;
    padding: 8px 0;
}

.selos-home__list {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
    margin-top: 8px;
}

.selos-home__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 80px;
    width: 80px;
    height: 80px;
    text-decoration: none;
}

.selo-premiacao {
    display: block;
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.mobile-selos-home {
    margin: 20px 4px 8px;
    padding: 12px 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.mobile-selos-home__title {
    margin: 0 0 14px;
    color: #121212;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.mobile-selos-home__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
    overflow: visible;
}

.mobile-selos-home__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 80px;
    width: 80px;
    min-height: 80px;
    text-decoration: none;
}

.mobile-selos-home__image {
    display: block;
    width: auto;
    max-width: 100%;
    height: 80px;
    object-fit: contain;
}

/* Responsividade */
@media (max-width: 768px) {
    .social-network-title {
        font-size: 14px;
        margin-bottom: 15px;
    }
    
    .social-btn {
        width: 40px !important;
        height: 40px !important;
    }
    
    .social-network .fab {
        font-size: 36px !important;
    }

    .social-network .bi {
        font-size: 36px !important;
    }
    
    .social-icons-container {
        gap: 8px;
    }
}

@media (max-width: 480px) {
    .social-icons-container {
        gap: 6px;
        justify-content: center !important;
    }
    
    .social-btn {
        width: 36px !important;
        height: 36px !important;
    }
    
    .social-network .fab {
        font-size: 34px !important;
    }

    .social-network .bi {
        font-size: 34px !important;
    }
}

/* Ajustes específicos apenas para as redes sociais do footer */
.br-footer .social-btn {
    overflow: hidden; /* Evita que o ícone saia dos limites */
    margin: 2px; /* Menor margem no footer */
}

.br-footer .social-network .fab {
    font-size: 24px !important; /* Reduzido apenas no footer */
}

.br-footer .social-icons-container {
    gap: 8px; /* Menor espaçamento no footer */
    justify-content: center; /* Centraliza os ícones no footer */
}

/* Responsividade específica para o footer */
@media (max-width: 768px) {
    .br-footer .social-network .fab {
        font-size: 20px !important;
    }
    
    .br-footer .social-icons-container {
        gap: 6px;
    }
}

@media (max-width: 480px) {
    .br-footer .social-network .fab {
        font-size: 18px !important;
    }
    
    .br-footer .social-icons-container {
        gap: 4px;
    }
}
