.elementor-769 .elementor-element.elementor-element-beeaee8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-769 .elementor-element.elementor-element-03538db{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-03538db */<style>
/* Reset global mais forte para garantir box-sizing consistente */
* {
    box-sizing: border-box !important;
}

/* Reset MAIS AGRESSIVO para os containers do Elementor usando o ID da seção */
#player1-footer-section.elementor-section,
#player1-footer-section.elementor-section > .elementor-container,
#player1-footer-section.elementor-section > .elementor-container > .elementor-column,
#player1-footer-section.elementor-section > .elementor-container > .elementor-column > .elementor-widget-wrap,
#player1-footer-section.elementor-section > .elementor-container > .elementor-column > .elementor-widget-container,
#player1-footer-section.elementor-section .elementor-element {
    padding: 0px !important;
    margin: 0px !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
    overflow: hidden !important;
    position: relative !important;
    float: none !important;
    box-sizing: border-box !important;
}
/* Alvo específico para o widget HTML para garantir zero padding */
#player1-footer-section .elementor-widget-html {
    padding: 0px !important;
    margin: 0px !important;
}


/* Wrapper principal do nosso footer (amarelo + preto) */
.player1-footer-main-container {
    width: 100% !important;
    overflow: hidden !important;
    line-height: initial !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

/* Seção do Footer Amarelo */
.player1-footer-wrapper {
    background-color: #ffe01a !important;
    width: 100% !important;
    min-height: 280px !important; /* Altura mínima flexível */
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important; /* Centraliza verticalmente o conteúdo (texto + social) */
    position: relative !important;
    overflow: hidden !important;
    padding: 25px 20px !important; /* Espaçamento interno: top/bottom/laterais */
    box-sizing: border-box !important;
}

/* Logo da Player1 como imagem de fundo (pseudo-elemento) - Desktop/Tablet */
.player1-footer-wrapper::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-image: url('https://esportshub.com.br/wp-content/uploads/2025/02/imagem_2025-07-31_145525369.png') !important; /* Logo original para desktop */
    background-repeat: no-repeat !important;
    background-position: 85% center !important;
    background-size: 60% auto !important;
    opacity: 1 !important;
    z-index: 0 !important;
    pointer-events: none !important;
}

/* Conteúdo interno do footer amarelo (texto e ícones) */
.player1-footer-content {
    position: relative !important;
    z-index: 1 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 1200px !important;
    flex-wrap: wrap !important;
    gap: 30px !important;
    box-sizing: border-box !important;
}

/* Estilização do texto "BORA TROCAR UMA IDEIA?" */
.player1-footer-text {
    color: #000 !important;
    font-family: 'Oswald', 'Arial Black', Gadget, sans-serif !important;
    font-size: 4.5em !important;
    font-weight: 900 !important;
    text-transform: uppercase !important;
    line-height: 1.05 !important;
    text-align: left !important;
    flex: 1 !important;
    min-width: 280px !important;
    max-width: 65% !important;
    padding-left: 10px !important;
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

/* Container dos ícones sociais */
.player1-footer-social {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 10px !important;
    flex-shrink: 0 !important;
}

/* Linhas de ícones */
.player1-social-top-row,
.player1-social-bottom-row {
    display: flex !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

/* Estilização dos ícones da linha superior (LinkedIn, Email) */
.player1-social-top-row a {
    background-color: #000 !important;
    color: #ffe01a !important;
    border-radius: 5px !important;
    width: 45px !important;
    height: 45px !important;
    line-height: 45px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 1.4em !important;
    text-decoration: none !important;
    transition: background-color 0.3s, color 0.3s !important;
    box-sizing: border-box !important;
}
.player1-social-top-row a:hover {
    background-color: #333 !important;
    color: #fff !important;
}

/* Estilização dos ícones da linha inferior (Instagram, Twitch, etc.) */
.player1-social-bottom-row a {
    background-color: transparent !important;
    color: #000 !important;
    font-size: 1.6em !important;
    padding: 0 !important;
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    transition: color 0.3s !important;
    box-sizing: border-box !important;
}
.player1-social-bottom-row a i {
    line-height: 1 !important;
}
.player1-social-bottom-row a:hover {
    color: #333 !important;
}

/* Nova Tarja Preta do Copyright */
.player1-copyright-strip {
    background-color: #000 !important;
    width: 100% !important;
    padding: 18px 20px !important;
    text-align: center !important;
    position: relative !important;
    z-index: 1 !important;
    box-sizing: border-box !important;
}

/* Estilização do Texto de Copyright dentro da tarja preta */
.player1-footer-copyright {
    color: #fff !important;
    font-family: Arial, sans-serif !important;
    font-size: 0.95em !important;
    text-align: center !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* --- Responsividade (para Tablets e Desktops menores) --- */
@media (max-width: 1024px) {
    .player1-footer-wrapper {
        min-height: 280px !important;
        padding: 20px 15px !important;
    }

    .player1-footer-wrapper::before {
        background-position: center bottom -10px !important;
        background-size: 70% auto !important;
        opacity: 0.9 !important;
    }

    .player1-footer-content {
        flex-direction: column !important;
        align-items: center !important;
        gap: 25px !important;
    }

    .player1-footer-text {
        font-size: 3.5em !important;
        text-align: center !important;
        max-width: 85% !important;
        min-width: unset !important;
        padding-left: 0 !important;
        line-height: 1.1 !important;
    }

    .player1-footer-social {
        align-items: center !important;
        width: 100% !important;
    }
    .player1-social-top-row,
    .player1-social-bottom-row {
        justify-content: center !important;
    }

    .player1-social-top-row a {
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
        font-size: 1.2em !important;
    }

    .player1-social-bottom-row a {
        width: 28px !important;
        height: 28px !important;
        line-height: 28px !important;
        font-size: 1.3em !important;
    }

    .player1-copyright-strip {
        padding: 12px 15px !important;
    }
    .player1-footer-copyright {
        font-size: 0.8em !important;
    }
}

/* --- Responsividade (para Celulares - principal ajuste para a imagem fornecida) --- */
@media (max-width: 768px) {
    .player1-footer-wrapper {
        min-height: 380px !important; /* Aumentado para melhor espaçamento vertical */
        padding: 30px 15px !important; /* Aumentado padding top/bottom */
    }

    .player1-footer-wrapper::before {
        background-image: url('https://esportshub.com.br/wp-content/uploads/2025/02/P1-Simbol.png') !important; /* NOVA URL PARA MOBILE */
        background-position: center 80px !important; /* Posiciona no centro, mais afastado do topo para texto */
        background-size: 70% auto !important; /* Ajuste o tamanho da nova logo */
        height: 100% !important; /* Ocupa altura total do wrapper */
        top: 0 !important;
        opacity: 0.6 !important; /* Reduz bastante a opacidade para ser mais discreta */
    }

    .player1-footer-content {
        gap: 25px !important;
    }

    .player1-footer-text {
        font-size: 2.2em !important;
        max-width: 95% !important;
        line-height: 1.2 !important;
        padding-left: 0 !important;
        text-align: center !important;
    }

    .player1-social-top-row a {
        width: 38px !important;
        height: 38px !important;
        line-height: 38px !important;
        font-size: 1.1em !important;
    }

    .player1-social-bottom-row a {
        width: 26px !important;
        height: 26px !important;
        line-height: 26px !important;
        font-size: 1.2em !important;
    }

    .player1-copyright-strip {
        padding: 10px 10px !important;
    }
    .player1-footer-copyright {
        font-size: 0.75em !important;
    }
}

/* --- Responsividade (para Celulares muito pequenos) --- */
@media (max-width: 480px) {
    .player1-footer-wrapper {
        min-height: 340px !important;
        padding: 25px 10px !important;
    }
    .player1-footer-wrapper::before {
        background-image: url('https://esportshub.com.br/wp-content/uploads/2025/02/P1-Simbol.png') !important; /* NOVA URL PARA MOBILE */
        background-size: 80% auto !important; /* Ajuste ainda maior para preencher */
        background-position: center 60px !important; /* Posiciona mais para baixo */
        height: 100% !important;
        top: 0 !important;
        opacity: 0.5 !important; /* Ainda mais sutil */
    }
    .player1-footer-text {
        font-size: 1.9em !important;
        max-width: 100% !important;
        line-height: 1.25 !important;
    }
    .player1-social-top-row a {
        width: 35px !important;
        height: 35px !important;
        line-height: 35px !important;
        font-size: 1em !important;
    }
    .player1-social-bottom-row a {
        width: 24px !important;
        height: 24px !important;
        line-height: 24px !important;
        font-size: 1.1em !important;
    }
    .player1-copyright-strip {
        padding: 8px 8px !important;
    }
    .player1-footer-copyright {
        font-size: 0.7em !important;
    }
}
</style>/* End custom CSS */