/*
Theme Name:   Generatepress-child
Description:  Tema hijo postmarketing
Author:       Emanuel
Author URL:   https://postmediamarketing.com/
Template:     generatepress 
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  generatepress-child
*/

/* Añade aquí tus estilos personalizados */


/* ===========================================
   SECCIÓN TALLERES - COMPLETA
   =========================================== */

.seccion-talleres {
    width: 100%;
    padding: 100px 0;
    background: #f8f9fa;
    position: relative;
}

.contenedor-talleres {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Encabezado */
.encabezado-talleres {
    text-align: center;
    margin-bottom: 70px;
}

.titulo-talleres {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 3.5rem;
    color: #000000;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.linea-divisora-talleres {
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, #4229c0, #b78529);
    margin: 0 auto 25px;
    border-radius: 2px;
    position: relative;
}

.descripcion-talleres {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    color: #666666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

/* Grid de talleres */
.grid-talleres {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 60px;
}

/* Card de taller */
.card-taller {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.card-contenido {
    display: flex;
    background: white;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    min-height: 300px;
}

.card-taller:hover .card-contenido {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}

/* Parte izquierda - Texto */
.card-texto {
    flex: 1;
    padding: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
}

.card-header {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}

.badge-taller {
    padding: 6px 12px;
    border-radius: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.badge-taller i {
    font-size: 0.8rem;
}

.card-titulo {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.card-descripcion {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 20px;
    flex-grow: 1;
    opacity: 0.9;
}

.card-fecha {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 25px;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
}

/* Botón Más Info */
.btn-mas-info {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 4px 25px;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    width: fit-content;
    background-color: #42229c !important;
    border: 2px solid #42229c !important;
    text-transform: uppercase;
}

.btn-mas-info:hover {
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.btn-flecha {
    font-size: 1.2rem;
    transition: transform 0.3s ease;
}

.btn-mas-info:hover .btn-flecha {
    transform: translateX(3px);
}

/* Parte derecha - Imagen */
.card-imagen {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.imagen-contenedor {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
}

.imagen-taller {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.imagen-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    opacity: 0;
}

.card-taller:hover .imagen-overlay {
    opacity: 0.9;
}

.overlay-texto {
    color: white;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    transform: translateY(20px);
    transition: transform 0.3s ease;
    opacity: 0;
}

.card-taller:hover .overlay-texto {
    transform: translateY(0);
    opacity: 1;
}

/* Placeholder para imagen */
.imagen-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.imagen-placeholder i {
    font-size: 3rem;
    margin-bottom: 15px;
    opacity: 0.8;
}

.imagen-placeholder span {
    font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
}

/* Botón Ver Todos */
.contenedor-boton-vermas {
    text-align: center;
    margin-top: 40px;
}

.btn-ver-todos {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: white;
    color: #4229c0;
    padding: 15px 35px;
    border-radius: 10px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    border: 2px solid #4229c0;
    transition: all 0.3s ease;
}

.btn-ver-todos:hover {
    background: #4229c0;
    color: white;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(66, 41, 192, 0.3);
}

.btn-ver-todos i {
    transition: transform 0.3s ease;
}

.btn-ver-todos:hover i {
    transform: translateX(5px);
}

/* ===========================================
   PÁGINA INDIVIDUAL DE TALLER
   =========================================== */

.contenedor-taller-individual {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

/* Encabezado del taller */
.encabezado-taller-individual {
    margin-bottom: 50px;
}

.imagen-destacada-taller {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.imagen-principal-taller {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.info-taller-header {
    text-align: center;
}

.titulo-taller-individual {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 3rem;
    color: #000000;
    margin: 0 0 25px 0;
    line-height: 1.2;
}

.meta-taller {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(66, 41, 192, 0.1);
    padding: 10px 20px;
    border-radius: 8px;
    color: #4229c0;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.meta-item i {
    font-size: 1.2rem;
}

/* Contenido principal */
.contenido-taller {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
}

.subtitulo-taller {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    color: #000000;
    margin: 0 0 20px 0;
    position: relative;
    padding-bottom: 10px;
}

.subtitulo-taller::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    background: #4229c0;
}

.texto-descripcion {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    line-height: 1.7;
    color: #444444;
}

.texto-descripcion p {
    margin-bottom: 20px;
}

/* Sidebar */
.sidebar-taller {
    position: relative;
}

.card-info-taller {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 100px;
}

.titulo-sidebar {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    color: #000000;
    margin: 0 0 25px 0;
    text-align: center;
}

.info-detalles {
    margin-bottom: 30px;
}

.detalle-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.detalle-item:last-child {
    border-bottom: none;
}

.detalle-item i {
    color: #4229c0;
    font-size: 1.3rem;
    width: 30px;
}

.detalle-label {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    color: #666666;
    margin-bottom: 3px;
}

.detalle-valor {
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #000000;
}

.btn-inscribirse {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(90deg, #4229c0, #5a3ac9);
    color: white;
    padding: 15px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    width: 100%;
    border: none;
    cursor: pointer;
}

.btn-inscribirse:hover {
    background: linear-gradient(90deg, #5a3ac9, #4229c0);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(66, 41, 192, 0.3);
}

/* Sección de contacto */
.seccion-contacto-taller {
    background: linear-gradient(135deg, #f8f9ff, #ffffff);
    padding: 50px;
    border-radius: 15px;
    text-align: center;
    margin: 60px 0;
    border: 2px solid #eef2ff;
}

.titulo-contacto {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 2.2rem;
    color: #000000;
    margin: 0 0 15px 0;
}

.descripcion-contacto {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    color: #666666;
    margin-bottom: 30px;
}

/* Formulario */
.formulario-inscripcion {
    max-width: 800px;
    margin: 0 auto;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    grid-column: span 2;
}

.form-group label {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin-bottom: 8px;
    color: #555;
}

.form-group input,
.form-group textarea {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #4229c0;
    box-shadow: 0 0 0 3px rgba(66, 41, 192, 0.1);
}

.btn-enviar-formulario {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: linear-gradient(90deg, #4229c0, #5a3ac9);
    color: white;
    padding: 15px 35px;
    border-radius: 8px;
    border: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-enviar-formulario:hover {
    background: linear-gradient(90deg, #5a3ac9, #4229c0);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(66, 41, 192, 0.3);
}

/* Navegación */
.navegacion-talleres {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 20px;
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid #e0e0e0;
}

.nav-item {
    display: flex;
    flex-direction: column;
}

.nav-label {
    font-family: 'Poppins', sans-serif;
    font-size: 0.9rem;
    color: #888888;
    margin-bottom: 5px;
}

.nav-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #4229c0;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    transition: all 0.3s ease;
    padding: 10px 0;
}

.nav-link:hover {
    color: #5a3ac9;
    transform: translateX(5px);
}

.nav-anterior .nav-link:hover {
    transform: translateX(-5px);
}

.nav-volver {
    text-align: center;
}

/* ===========================================
   ANIMACIONES
   =========================================== */

[data-animate="fadeInDown"] {
    animation: fadeInDown 0.8s ease forwards;
    opacity: 0;
}

[data-animate="fadeInUp"] {
    animation: fadeInUp 0.8s ease forwards;
    opacity: 0;
}

[data-animate="fadeIn"] {
    animation: fadeIn 1s ease forwards;
    opacity: 0;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* ===========================================
   RESPONSIVE
   =========================================== */

@media screen and (max-width: 1024px) {
    .seccion-talleres {
        padding: 80px 0;
    }
    
    .titulo-talleres {
        font-size: 3rem;
    }
    
    .grid-talleres {
        grid-template-columns: 1fr;
        gap: 30px;
        max-width: 700px;
        margin: 0 auto 50px;
    }
    
    .card-contenido {
        flex-direction: column;
        min-height: auto;
    }
    
    .card-texto {
        padding: 30px;
    }
    
    .card-imagen {
        height: 250px;
    }
    
    .card-titulo {
        font-size: 1.6rem;
    }
    
    /* Página individual */
    .contenido-taller {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .card-info-taller {
        position: static;
    }
    
    .imagen-principal-taller {
        height: 350px;
    }
    
    .titulo-taller-individual {
        font-size: 2.5rem;
    }
}

@media screen and (max-width: 767px) {
    .seccion-talleres {
        padding: 60px 0;
    }
    
    .titulo-talleres {
        font-size: 2.5rem;
    }
    
    .descripcion-talleres {
        font-size: 1.1rem;
        padding: 0 10px;
    }
    
    .encabezado-talleres {
        margin-bottom: 50px;
    }
    
    .grid-talleres {
        gap: 25px;
    }
    
    .card-texto {
        padding: 25px;
    }
    
    .card-titulo {
        font-size: 1.5rem;
    }
    
    .card-imagen {
        height: 200px;
    }
    
    .btn-mas-info {
        padding: 10px 20px;
        font-size: 0.95rem;
    }
    
    .btn-ver-todos {
        padding: 12px 25px;
        font-size: 1rem;
    }
    
    /* Página individual */
    .contenedor-taller-individual {
        padding: 40px 20px;
    }
    
    .titulo-taller-individual {
        font-size: 2.2rem;
    }
    
    .meta-taller {
        gap: 15px;
    }
    
    .meta-item {
        padding: 8px 15px;
        font-size: 0.9rem;
    }
    
    .subtitulo-taller {
        font-size: 1.6rem;
    }
    
    .texto-descripcion {
        font-size: 1rem;
    }
    
    .navegacion-talleres {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .nav-anterior,
    .nav-siguiente {
        text-align: center;
    }
    
    .seccion-contacto-taller {
        padding: 30px;
    }
    
    .form-grid {
        grid-template-columns: 1fr;
    }
    
    .form-group.full-width {
        grid-column: span 1;
    }
}

@media screen and (max-width: 480px) {
    .seccion-talleres {
        padding: 40px 0;
    }
    
    .titulo-talleres {
        font-size: 2rem;
    }
    
    .descripcion-talleres {
        font-size: 1rem;
    }
    
    .card-texto {
        padding: 20px;
        order: 2;
    }
    
    .card-titulo {
        font-size: 1.4rem;
    }
    
    .card-descripcion {
        font-size: 0.95rem;
    }
    
    .card-imagen {
        height: 180px;
    }
    
    .badge-taller {
        font-size: 0.8rem;
        padding: 5px 10px;
    }
    
    .btn-mas-info {
        width: 100%;
        justify-content: center;
        margin-top: -50rem;
    }
    
    /* Página individual */
    .titulo-taller-individual {
        font-size: 1.8rem;
    }
    .card-contenido{
        display: flex;
    }
}




/***************************************************************************************/
/* ============================================
   HERO UNIVERSAL - TODAS LAS PÁGINAS
   Clases con prefijo 'global-' para evitar conflictos
   ============================================ */

.global-hero-section {
    position: relative;
    width: 100%;
    height: 75vh;
    min-height: 500px;
    margin-top: -9.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'Poppins', sans-serif;
    
    /* Animación de entrada */
    animation: globalHeroFadeIn 1.2s ease-out;
}

/* Overlay con gradiente */
.global-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0) 100%
    );
    z-index: 2;
}

/* Contenedor del contenido */
.global-hero-overlay .global-container {
    position: relative;
    z-index: 3;
    padding: 0 20px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

/* Título principal */
.global-hero-title {
    color: #ffffff;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    
    /* Animación del título */
    animation: globalSlideUpFade 0.8s ease-out 0.3s both;
}

/* Subtítulo */
.global-hero-subtitle {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 1px;
    margin-top: 0.5rem;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    
    /* Animación del subtítulo (delay) */
    animation: globalSlideUpFade 0.8s ease-out 0.6s both;
}

/* ============================================
   ANIMACIONES - Con prefijo global
   ============================================ */

@keyframes globalHeroFadeIn {
    0% {
        opacity: 0;
        transform: scale(1.05);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes globalSlideUpFade {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ============================================
   MEDIA QUERIES - TABLET (768px - 1024px)
   ============================================ */

@media screen and (max-width: 1024px) and (min-width: 768px) {
    .global-hero-section {
        height: 70vh;
        min-height: 450px;
        margin-top: -8rem;
    }
    
    .global-hero-title {
        font-size: 1.4rem;
        letter-spacing: 1.5px;
    }
    
    .global-hero-subtitle {
        font-size: 1rem;
    }
}

/* ============================================
   MEDIA QUERIES - MÓVIL (hasta 767px)
   ============================================ */

@media screen and (max-width: 767px) {
    .global-hero-section {
        height: 60vh;
        min-height: 400px;
        margin-top: -7rem;
    }
    
    .global-hero-title {
        font-size: 1.2rem;
        letter-spacing: 1px;
        padding: 0 15px;
    }
    
    .global-hero-subtitle {
        font-size: 0.9rem;
        padding: 0 20px;
        line-height: 1.5;
    }
    
    .global-hero-overlay {
        background: linear-gradient(
            135deg,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.4) 50%,
            rgba(0, 0, 0, 0.6) 100%
        );
    }
}

/* ============================================
   MÓVILES PEQUEÑOS (hasta 480px)
   ============================================ */

@media screen and (max-width: 480px) {
    .global-hero-section {
        height: 55vh;
        min-height: 350px;
        margin-top: -10rem;
    }
    
    .global-hero-title {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }
    
    .global-hero-subtitle {
        font-size: 0.85rem;
    }
}

/* ============================================
   PANTALLAS GRANDES (1440px+)
   ============================================ */

@media screen and (min-width: 1440px) {
    .global-hero-section {
        height: 75vh;
        max-height: 900px;
    }
    
    .global-hero-title {
        font-size: 3.8rem;
    }
    
    .global-hero-subtitle {
        font-size: 1.2rem;
    }
}

/* ============================================
   SOPORTE PARA FONT FAMILY POPPINS
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');



















/* templates-parts/conferencias/css/conferencias.css */

:root {
    --conferencia-transition: all 0.3s ease;
}

.seccion-conferencias {
    width: 100%;
    max-width: 1400px;
    margin: 40px auto 0px;
    padding: 70px 70px;
}

/* Grid de conferencias en la parte superior */
.conferencias-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
    width: 100%;
}

/* Estilo de cada item de conferencia (solo el header) */
.conferencia-item {
    background: #fff;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: var(--conferencia-transition);


    
}

.conferencia-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.conferencia-item.active {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.conferencia-header {
    position: relative;
    padding: 20px 12px;
    text-align: center;
    transition: var(--conferencia-transition);
    
    /* Flexbox para centrar contenido verticalmente */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
    /* Altura fija para todos los headers */
    min-height: 12rem; /* Ajusta este valor según necesites */
    height: 160px; /* Altura fija */
    max-height: 160px; /* No permitir que crezca más */
    
    width: 100%;
    box-sizing: border-box;
}

/* Triángulo inferior - solo visible cuando está activo */
.conferencia-item.active .conferencia-header::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 48%;
    transform: translateX(-50%) rotate(135deg);
    width: 0;
    height: 0;
    border-left: 35px solid #fff;
    border-right: 15px solid transparent;
    border-top: 30px solid;
    border-top-color: inherit;
    z-index: 10;
    background-color: #fff;
}

.conferencia-icono-titulo {
    width: 86px;
    height: 40px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.conferencia-icono-titulo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.conferencia-titulo {
    color: #fff;
    font-size: 2rem;
    margin: 0;
    font-weight: 600;
    line-height: 1;
    word-break: break-word;
}

/* Área de contenido expandido - ÁREA FIJA */
.conferencia-contenido-area {
    background: transparent;
    border-radius: 0px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0);
    padding: 40px;
    margin-top: 20px;
    width: 100%;
    min-height: 400px;
    animation: slideUp 0.4s ease-out;
}

.conferencia-contenido-area .linea-divisora {
    height: 1px;
    background: #e0e0e0;
    margin: 0 0 30px;
    width: 100%;
}

/* Grid de 2 columnas para el contenido */
.conferencia-detalles {
    display: grid;
    grid-template-columns: 25% 75%;
    gap: 40px;
    width: 100%;
}

/* Columna izquierda - 25% */
.conferencia-icono-texto {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}

.conferencia-icono-texto img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    aspect-ratio: 1;
    object-fit: cover;
    border: 4px solid #f0f0f0;
    transition: var(--conferencia-transition);
}

.conferencia-icono-texto img:hover {
    transform: scale(1.05);
    border-color: #ddd;
}

/* Columna derecha - 75% */
.conferencia-info {
    width: 100%;
}

.conferencia-subtitulo {
    color: #000000;
    font-size: 3rem;
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'poppins';
    text-transform: uppercase;
    line-height: 1.1;
}

.conferencia-descripcion {
    color: #666;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.conferencia-lista {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 30px;
}

.conferencia-lista li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #555;
    font-size: 1rem;
}

.conferencia-lista li i {
    font-size: 1.2rem;
    min-width: 24px;
}

/* Estilos para iconos de lista */
.lista-icon-check-circle { color: #4CAF50; }
.lista-icon-check { color: #4CAF50; }
.lista-icon-star { color: #FFC107; }
.lista-icon-arrow-right { color: #007cba; }
.lista-icon-chevron-right { color: #007cba; }

.conferencia-boton {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 30px;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: var(--conferencia-transition);
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.conferencia-boton:hover {
    filter: brightness(90%);
    transform: translateX(5px);
}

.conferencia-boton i {
    transition: var(--conferencia-transition);
}

.conferencia-boton:hover i {
    transform: translateX(3px);
}

/* Mensaje cuando no hay conferencia seleccionada */
.no-conferencia-seleccionada {
    text-align: center;
    padding: 80px 20px;
    color: #999;
    font-size: 1.2rem;
    background: #f9f9f9;
    border-radius: 20px;
}

/* Responsive */
@media (max-width: 1200px) {
    .conferencias-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .seccion-conferencias {
        padding: 0 20px;
    }
    
    .conferencias-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .conferencia-contenido-area {
        padding: 0px;
    }
    
    .conferencia-lista {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .seccion-conferencias {
        padding: 0 15px;
        margin: 20px auto;
    }
    
    .conferencias-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .conferencia-detalles {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .conferencia-icono-texto {
        max-width: 180px;
    }
    
    .conferencia-subtitulo {
        font-size: 1.5rem;
        text-align: center;
    }
    
    .conferencia-descripcion {
        text-align: center;
    }
    
    .conferencia-lista li {
        justify-content: center;
    }
    
    .conferencia-boton {
        width: 100%;
        justify-content: center;
    }
}

/* Animaciones */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes slideUp {
    from { 
        opacity: 0;
        transform: translateY(20px);
    }
    to { 
        opacity: 1;
        transform: translateY(0);
    }
}

.conferencia-item {
    animation: fadeIn 0.4s ease-out forwards;
}

.conferencia-item:nth-child(2) { animation-delay: 0.05s; }
.conferencia-item:nth-child(3) { animation-delay: 0.1s; }
.conferencia-item:nth-child(4) { animation-delay: 0.15s; }
.conferencia-item:nth-child(5) { animation-delay: 0.2s; }
.conferencia-item:nth-child(6) { animation-delay: 0.25s; }



/* templates-parts/conferencias/css/conferencias.css */

/* Estilos para la lista - FORZADOS */
.conferencia-lista {
    list-style: none !important;
    padding: 0 !important;
    margin: 20px 0 25px 0 !important;
    display: block !important;
    width: 100% !important;
}

.conferencia-lista li {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    margin-bottom: 12px !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    width: 100% !important;
}

.conferencia-lista li i {
    font-size: 1.2rem !important;
    min-width: 24px !important;
    width: 24px !important;
    height: 24px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.conferencia-lista li span {
    display: inline-block !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    color: #555 !important;
    flex: 1 !important;
}

/* Colores de iconos */
.lista-icon-check-circle { color: #b78529 !important; }
.lista-icon-check { color: #b78529 !important; }
.lista-icon-star { color: #FFC107 !important; }
.lista-icon-arrow-right { color: #007cba !important; }
.lista-icon-chevron-right { color: #007cba !important; }

/* Responsive para la lista */
@media (max-width: 768px) {
    .conferencia-lista li {
        justify-content: flex-start;
        text-align: left;
    }
}
.site-main-conferencias{
    background-color: #fff;
}