.elementor-662 .elementor-element.elementor-element-6448dafc{--display:flex;}.elementor-662 .elementor-element.elementor-element-2b4d8b4d .elementor-drop-cap{margin-inline-end:10px;}.elementor-662 .elementor-element.elementor-element-6a51586{--display:flex;}.elementor-662 .elementor-element.elementor-element-10c2c46{--display:flex;}.elementor-662 .elementor-element.elementor-element-be69558{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-2b4d8b4d *//* === RESET PARA EVITAR CONFLITOS COM TEMA WORDPRESS === */
.curadoria-container * {
    box-sizing: border-box;
}

.curadoria-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 40px 20px !important;
}

/* === ESTILOS PARA A PÁGINA DE CURADORIA === */
.curadoria-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Arial', sans-serif;
}

.curadoria-header {
    text-align: center;
    margin-bottom: 60px;
}

.curadoria-header h1 {
    font-size: 2.5em;
    color: #6B4FA0;
    margin-bottom: 15px;
    font-weight: 700;
}

.curadoria-header p {
    font-size: 1.2em;
    color: #555;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.curadoria-intro {
    background: linear-gradient(135deg, #EDE9F5 0%, #F5F0FA 100%);
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 50px;
    border-left: 5px solid #6B4FA0;
}

.curadoria-intro p {
    color: #333;
    line-height: 1.8;
    margin: 0;
    font-size: 1.05em;
}

.categoria-section {
    margin-bottom: 70px !important;
    clear: both !important;
}

.categoria-title {
    font-size: 1.8em;
    color: #3A4A5C;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #6B4FA0;
    display: inline-block;
}

.categoria-subtitle {
    color: #777;
    font-size: 1.1em;
    margin-bottom: 30px;
    font-style: italic;
}

.livros-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
    margin-top: 30px !important;
    width: 100% !important;
}

/* Força 2 colunas em tablets */
@media (max-width: 1024px) {
    .livros-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Força 1 coluna em celulares */
@media (max-width: 768px) {
    .livros-grid {
        grid-template-columns: 1fr !important;
    }
}

.livro-card {
    background: white !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
}

.livro-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(107, 79, 160, 0.2);
}

.livro-imagem {
    width: 100%;
    height: 320px;
    object-fit: cover;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4em;
    color: #6B4FA0;
}

.livro-conteudo {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.livro-titulo {
    font-size: 1.3em;
    color: #1A1A2E;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.3;
}

.livro-autor {
    color: #6B4FA0;
    font-size: 0.95em;
    margin-bottom: 15px;
    font-weight: 600;
}

.livro-descricao {
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95em;
    flex-grow: 1;
}

.livro-badge {
    display: inline-block;
    background: #EDE9F5;
    color: #6B4FA0;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.85em;
    font-weight: 600;
    margin-bottom: 15px;
}

.livro-cta {
    display: block;
    background: linear-gradient(135deg, #6B4FA0 0%, #8B6FC0 100%);
    color: white;
    text-align: center;
    padding: 14px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    margin-top: auto;
}

.livro-cta:hover {
    background: linear-gradient(135deg, #5A3E8F 0%, #7A5FB0 100%);
    transform: scale(1.02);
}

.nota-afiliados {
    background: #FFF9E6;
    border-left: 4px solid #C49A1E;
    padding: 20px;
    margin: 50px 0;
    border-radius: 8px;
}

.nota-afiliados p {
    color: #666;
    font-size: 0.95em;
    line-height: 1.6;
    margin: 0;
}

/* Responsivo */
@media (max-width: 1024px) {
    .curadoria-header h1 {
        font-size: 2.2em;
    }
    
    .categoria-title {
        font-size: 1.6em;
    }
}/* End custom CSS */
/* Start custom CSS *//* === RESET PARA EVITAR CONFLITOS COM TEMA WORDPRESS === */
.curadoria-container * {
    box-sizing: border-box;
}

.curadoria-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 40px 20px !important;
}

/* === ESTILOS PARA A PÁGINA DE CURADORIA === */
.curadoria-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: 'Arial', sans-serif;
}

.curadoria-header {
    text-align: center;
    margin-bottom: 60px;
}

.curadoria-header h1 {
    font-size: 2.5em;
    color: #6B4FA0;
    margin-bottom: 15px;
    font-weight: 700;
}

.curadoria-header p {
    font-size: 1.2em;
    color: #555;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.curadoria-intro {
    background: linear-gradient(135deg, #EDE9F5 0%, #F5F0FA 100%);
    padding: 30px;
    border-radius: 12px;
    margin-bottom: 50px;
    border-left: 5px solid #6B4FA0;
}

.curadoria-intro p {
    color: #333;
    line-height: 1.8;
    margin: 0;
    font-size: 1.05em;
}

.categoria-section {
    margin-bottom: 70px !important;
    clear: both !important;
}

.categoria-title {
    font-size: 1.8em;
    color: #3A4A5C;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 3px solid #6B4FA0;
    display: inline-block;
}

.categoria-subtitle {
    color: #777;
    font-size: 1.1em;
    margin-bottom: 30px;
    font-style: italic;
}

.livros-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 30px !important;
    margin-top: 30px !important;
    width: 100% !important;
}

/* Força 2 colunas em tablets */
@media (max-width: 1024px) {
    .livros-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Força 1 coluna em celulares */
@media (max-width: 768px) {
    .livros-grid {
        grid-template-columns: 1fr !important;
    }
}

.livro-card {
    background: white !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
}

.livro-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(107, 79, 160, 0.2);
}

.livro-imagem {
    width: 100%;
    height: 320px;
    object-fit: cover;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 4em;
    color: #6B4FA0;
}

.livro-conteudo {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.livro-titulo {
    font-size: 1.3em;
    color: #1A1A2E;
    margin-bottom: 10px;
    font-weight: 700;
    line-height: 1.3;
}

.livro-autor {
    color: #6B4FA0;
    font-size: 0.95em;
    margin-bottom: 15px;
    font-weight: 600;
}

.livro-descricao {
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95em;
    flex-grow: 1;
}

.livro-badge {
    display: inline-block;
    background: #EDE9F5;
    color: #6B4FA0;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.85em;
    font-weight: 600;
    margin-bottom: 15px;
}

.livro-cta {
    display: block;
    background: linear-gradient(135deg, #6B4FA0 0%, #8B6FC0 100%);
    color: white;
    text-align: center;
    padding: 14px 20px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    margin-top: auto;
}

.livro-cta:hover {
    background: linear-gradient(135deg, #5A3E8F 0%, #7A5FB0 100%);
    transform: scale(1.02);
}

.nota-afiliados {
    background: #FFF9E6;
    border-left: 4px solid #C49A1E;
    padding: 20px;
    margin: 50px 0;
    border-radius: 8px;
}

.nota-afiliados p {
    color: #666;
    font-size: 0.95em;
    line-height: 1.6;
    margin: 0;
}

/* Responsivo */
@media (max-width: 1024px) {
    .curadoria-header h1 {
        font-size: 2.2em;
    }
    
    .categoria-title {
        font-size: 1.6em;
    }
}/* End custom CSS */