.elementor-13 .elementor-element.elementor-element-1b7a266{--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;}:root{--page-title-display:none;}/* Start custom CSS *//* CÓDIGO CSS ISOLADO PARA NÃO CONFLITAR COM O ELEMENTOR */

.conteudo-cerebrarte * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.conteudo-cerebrarte {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9f9f9;
}
.conteudo-cerebrarte .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}
.conteudo-cerebrarte .header {
    background-color: white;
    padding: 15px 0;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0; /* Adicionado para garantir o alinhamento correto */
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.conteudo-cerebrarte .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.conteudo-cerebrarte .logo {
    height: 50px;
}
.conteudo-cerebrarte .header nav a {
    text-decoration: none;
    color: #4a80e3;
    font-weight: 600;
    margin-left: 20px;
    transition: color 0.3s ease;
}
.conteudo-cerebrarte .header nav a:hover {
    color: #ff6b6b;
}
.conteudo-cerebrarte .hamburger-menu {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}
.conteudo-cerebrarte .hamburger-menu span {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
    transition: all 0.3s ease-in-out;
}
.conteudo-cerebrarte .hero {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    overflow: hidden;
}
.conteudo-cerebrarte .hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.conteudo-cerebrarte .hero-content {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 40px;
    border-radius: 10px;
}
.conteudo-cerebrarte .hero h1 {
    font-family: 'Nunito', sans-serif;
    font-size: 3.5rem;
    font-weight: 900;
    margin-bottom: 20px;
}
.conteudo-cerebrarte .hero p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto 30px auto;
}
.conteudo-cerebrarte .btn-principal {
    background-color: #ffc107;
    color: #333;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.conteudo-cerebrarte .btn-principal:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
.conteudo-cerebrarte .section-title {
    font-family: 'Nunito', sans-serif;
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 60px;
    color: #333;
}
.conteudo-cerebrarte .livros-section { padding: 100px 0; background-color: #fff; }
.conteudo-cerebrarte .livro-container { display: flex; align-items: center; gap: 60px; margin-bottom: 80px; }
.conteudo-cerebrarte .livro-container.reverse { flex-direction: row-reverse; }
.conteudo-cerebrarte .livro-imagem { flex: 1; }
.conteudo-cerebrarte .livro-imagem img { width: 100%; max-width: 400px; border-radius: 10px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.conteudo-cerebrarte .livro-descricao { flex: 1; }
.conteudo-cerebrarte .livro-descricao h3 { font-family: 'Nunito', sans-serif; font-size: 2rem; color: #4a80e3; margin-bottom: 15px; }
.conteudo-cerebrarte .btn-comprar { background-color: #4a80e3; color: white; padding: 12px 25px; border-radius: 8px; text-decoration: none; font-weight: 600; transition: background-color 0.3s ease; display: inline-block; margin-bottom: 15px; }
.conteudo-cerebrarte .btn-comprar:hover { background-color: #3b6ac9; }
.conteudo-cerebrarte .sobre-section { padding: 100px 0; text-align: center; }
.conteudo-cerebrarte .sobre-section p { max-width: 700px; margin: 0 auto; }
.conteudo-cerebrarte .galeria-section { padding: 100px 0; background-color: #f0f4ff; }
.conteudo-cerebrarte .slider-container { position: relative; max-width: 900px; margin: 0 auto; overflow: hidden; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.conteudo-cerebrarte .slider-wrapper { display: flex; transition: transform 0.5s ease-in-out; }
.conteudo-cerebrarte .slide { min-width: 100%; box-sizing: border-box; }
.conteudo-cerebrarte .prev-btn, .conteudo-cerebrarte .next-btn { position: absolute; top: 50%; transform: translateY(-50%); background-color: rgba(0, 0, 0, 0.5); color: white; border: none; padding: 10px; font-size: 24px; border-radius: 50%; width: 50px; height: 50px; cursor: pointer; opacity: 0; transition: opacity 0.3s ease; display: flex; align-items: center; justify-content: center; z-index: 10; }
.conteudo-cerebrarte .slider-container:hover .prev-btn, .conteudo-cerebrarte .slider-container:hover .next-btn { opacity: 1; }
.conteudo-cerebrarte .prev-btn { left: 15px; }
.conteudo-cerebrarte .next-btn { right: 15px; }
.conteudo-cerebrarte .apps-section { padding: 100px 0; background-color: #fff; }
.conteudo-cerebrarte .apps-container { display: flex; justify-content: center; gap: 40px; flex-wrap: wrap; }
.conteudo-cerebrarte .app-card { background-color: #f8f9fa; border-radius: 15px; padding: 30px; text-align: center; width: 300px; box-shadow: 0 5px 15px rgba(0,0,0,0.08); display: flex; flex-direction: column; align-items: center; }
.conteudo-cerebrarte .app-icon { width: 100px; height: 100px; border-radius: 20px; margin-bottom: 20px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
.conteudo-cerebrarte .app-card h3 { font-family: 'Nunito', sans-serif; font-size: 1.8rem; color: #333; margin-bottom: 15px; }
.conteudo-cerebrarte .app-card p { flex-grow: 1; margin-bottom: 25px; }
.conteudo-cerebrarte .play-store-btn img { width: 200px; max-width: 100%; height: auto; transition: transform 0.3s ease; }
.conteudo-cerebrarte .play-store-btn:hover img { transform: scale(1.05); }
.conteudo-cerebrarte .contato-section { padding: 100px 0; background-color: #fff; text-align: center; }
.conteudo-cerebrarte .contato-subtitulo { font-size: 1.1rem; margin-bottom: 40px; color: #666; }
.conteudo-cerebrarte .contato-opcoes { display: flex; flex-direction: column; align-items: center; gap: 20px; }
.conteudo-cerebrarte .contato-card { background-color: #f8f9fa; padding: 30px 40px; border-radius: 10px; text-decoration: none; color: #333; width: 100%; max-width: 400px; box-shadow: 0 4px 10px rgba(0,0,0,0.05); transition: transform 0.3s ease, box-shadow 0.3s ease; }
.conteudo-cerebrarte .contato-card:hover { transform: translateY(-5px); box-shadow: 0 8px 20px rgba(0,0,0,0.1); }
.conteudo-cerebrarte .contato-card h3 { font-family: 'Nunito', sans-serif; font-size: 1.5rem; margin-bottom: 10px; color: #4a80e3; }
.conteudo-cerebrarte .footer { background-color: #333; color: white; padding: 40px 0; }
.conteudo-cerebrarte .footer .container { display: flex; flex-direction: column; align-items: center; gap: 15px; }
.conteudo-cerebrarte .social-links { display: flex; gap: 15px; }
.conteudo-cerebrarte .social-icon svg { width: 28px; height: 28px; transition: transform 0.3s ease; }
.conteudo-cerebrarte .social-icon:hover svg { transform: scale(1.1); }
.conteudo-cerebrarte .whatsapp-flutuante { position: fixed; bottom: 20px; right: 20px; background-color: #25D366; color: white; width: 60px; height: 60px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,0,0,0.2); z-index: 100; transition: transform 0.3s ease; }
.conteudo-cerebrarte .whatsapp-flutuante:hover { transform: scale(1.1); }
.conteudo-cerebrarte .animar { opacity: 0; transform: translateY(50px); transition: opacity 0.8s ease-out, transform 0.8s ease-out; }
.conteudo-cerebrarte .animar.visivel { opacity: 1; transform: translateY(0); }

@media (max-width: 820px) {
    .conteudo-cerebrarte .main-nav { display: none; flex-direction: column; position: absolute; top: 80px; left: 0; width: 100%; background-color: white; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
    .conteudo-cerebrarte .main-nav.active { display: flex; }
    .conteudo-cerebrarte .main-nav a { display: block; padding: 15px; text-align: center; border-top: 1px solid #eee; margin-left: 0; }
    .conteudo-cerebrarte .hamburger-menu { display: block; }
    .conteudo-cerebrarte .hamburger-menu.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
    .conteudo-cerebrarte .hamburger-menu.active span:nth-child(2) { opacity: 0; }
    .conteudo-cerebrarte .hamburger-menu.active span:nth-child(3) { transform: rotate(-45deg) translate(7px, -7px); }
    .conteudo-cerebrarte .hero h1 { font-size: 2.5rem; }
    .conteudo-cerebrarte .livro-container, .conteudo-cerebrarte .livro-container.reverse { flex-direction: column; text-align: center; }
    .conteudo-cerebrarte .apps-container { flex-direction: column; align-items: center; }
}
/* --- CÓDIGO DE CORREÇÃO DE EMPILHAMENTO --- */
.conteudo-cerebrarte .hero {
    z-index: 1;
}

.conteudo-cerebrarte .hero-content {
    position: relative;
    z-index: 2;
}/* End custom CSS */