/* Container do Seletor no Footer */
.footer select.language-nice-select {
    display: block;
    margin: 20px auto 0;
    position: relative;
    z-index: 10;
}

/* Estilo Base Aprimorado */
.language-nice-select {
    min-width: 120px;
    height: 40px;
    padding: 0 30px 0 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 38px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    transition: all 0.3s ease;
}

/* Hover & Focus States */
.language-nice-select:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

.language-nice-select:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

/* Fazendo o select abrir para cima */
@media (min-width: 768px) {
    .language-nice-select {
        position: relative;
    }

    .language-nice-select option {
        direction: rtl;
        /* Inverte a ordem visual */
    }

    select.language-nice-select {
        transform: translateY(0);
        margin-bottom: 150px;
        /* Espaço para o menu abrir */
    }
}

/* Estilo para Dispositivos Móveis */
@media (max-width: 767px) {
    .language-nice-select {
        min-width: 100px;
        height: 36px;
        font-size: 13px;
        line-height: 34px;
    }

    .footer select.language-nice-select {
        margin-top: 15px;
    }
}

/* Estilo para as opções (customização limitada) */
.language-nice-select option {
    background: #333;
    color: #fff;
    padding: 10px;
    direction: ltr;
    /* Mantém o texto normal */
}

.footer-bottom {
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 20px;
}

.bottom-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

/* Social links em linha, centralizados */
.social-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Garante que o select abra pra cima */
.language-nice-select.open-up .list {
    top: auto !important;
    bottom: 100% !important;
}

.conteudo {
    background: rgba(0, 0, 0, 0.6) !important;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3) !important;
    padding: 20px;
    border-radius: 12px;
    color: #fff;
    transition: all 0.3s ease;
}

.conteudo:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.payment-processors {
    padding: 4rem 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title {
    font-size: 2.5rem;
}

.title-line {
    display: block;
}

.processors-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 2rem;
    align-items: center;
}

.processor-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    padding: 15px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.processor-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.processor-logo {
    max-width: 100%;
    max-height: 50px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Responsividade */
@media (max-width: 768px) {
    .section-title {
        font-size: 2rem;
    }

    .processors-grid {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
        gap: 1.5rem;
    }

    .processor-item {
        height: 70px;
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .payment-processors {
        padding: 2.5rem 0;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .processors-grid {
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
        gap: 1rem;
    }

    .processor-item {
        height: 60px;
    }
}

.post-share-and-tag {
    margin: 30px 0;
    padding: 20px 0;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.social {
    display: flex;
    align-items: center;
    gap: 15px;
}

.social span {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.social a:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.social a i {
    font-size: 16px;
}

/* Cores específicas para cada rede social */
.cl-facebook {
    background-color: #3b5998;
}

.cl-twitter {
    background-color: #1da1f2;
}

.cl-pinterest {
    background-color: #0077b5;
    /* LinkedIn */
}

.social a:nth-child(4) {
    /* WhatsApp tem cor diferente */
    background-color: #25d366;
}

/* Efeito de hover específico */
.cl-facebook:hover {
    background-color: #344e86;
}

.cl-twitter:hover {
    background-color: #1991db;
}

.cl-pinterest:hover {
    background-color: #00669e;
}

.social a:nth-child(4):hover {
    background-color: #1fbb5a;
}

/* Adicione isso para um efeito mais moderno */
.social a {
    position: relative;
    overflow: hidden;
}

.social a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
    transform: scale(0);
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.social a:hover::after {
    transform: scale(1.5);
    opacity: 0;
}

/* Responsividade */
@media (max-width: 768px) {
    .social {
        flex-wrap: wrap;
    }

    .social span {
        width: 100%;
        margin-bottom: 10px;
    }
}

.logo {
    max-width: 270px !important;
    max-height: 40px !important;
}

.margin_top {
    margin-top: 150px;
}