*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

html{
    overflow-x: hidden;
    width: 100%;
}

body{
    background: #ffffff;
    overflow-x: hidden;
    width: 100%;
    max-width: 100%;
    position: relative;
}

/* Prevenir overflow en todas las secciones */
section {
    max-width: 100%;
    overflow-x: hidden;
}

/* Asegurar que imágenes no se desborden */
img {
    max-width: 100%;
    height: auto;
}

/* HEADER */

.header{
    width: 100%;
    height: 100px;
    background: rgba(255,255,255,0.96);

    display: flex;
    justify-content: space-around;
    align-items: center;

    padding: 0 35px;

    position: fixed;
    top: 0;
    left: 0;

    z-index: 1000;

    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.logo{
    display: flex;
    align-items: center;
    gap: 14px;
}

.logo img{
    width: auto;
    max-width: 100%;
    display: block;
}

/* Logo ExpoMaqser */
.logo img:nth-child(1){
    height: 80px;
}

/* Cámara de la Construcción */
.logo img:nth-child(2){
    height: 72px;
}

/* Facultad de Ingeniería */
.logo img:nth-child(3){
    height: 60px;
}

.menu{
    display: flex;
    gap: 25px;
    margin: 0 35px;
}

.menu a{
    text-decoration: none;
    color: #001b44;
    font-size: 18px;
    font-weight: bold;
    transition: 0.3s;
    text-transform: uppercase;
    white-space: nowrap;
}

.menu a:hover{
    color: #f4b400;
}

.btn-header{
    background: #f4b400;
    color: #001b44;

    padding: 14px 20px;

    text-decoration: none;
    font-weight: bold;

    border-radius: 4px;

    transition: 0.3s;
    white-space: nowrap;
}

.btn-header:hover{
    background: #ffd54d;
}

/* HERO */

.hero{
    width: 100%;
    max-width: 100%;
    min-height: 100vh;

    background:
    linear-gradient(
    rgba(0, 15, 40, 0.72),
    rgba(0, 15, 40, 0.72)
    ),
    url("FOTOS/fondo.jpg.png");

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 160px 90px 80px 130px;

    position: relative;
    overflow-x: hidden;

    color: white;
}

/* CONTENIDO */

.hero-top h1{

    font-size: 92px;

    font-weight: 900;

    line-height: 72px;

    color: #f4b400;
}

.hero-top h1 span{
    color: white;
}

.hero-top h2{

    margin-top: 18px;

    display: inline-block;

    background: #003b8e;

    padding: 12px 28px;

    font-size: 26px;

    font-weight: 900;

    color: white;
}

/* TITULO PRINCIPAL */

.hero-content h3{

    margin-top: 40px;

    font-size: 78px;

    line-height: 96px;

    font-weight: 900;

    text-transform: uppercase;

    color: white;

    max-width: 1200px;
}

.hero-content h3 span{
    color: #f4b400;
}

/* LINEA */

.linea-hero{

    width: 90px;

    height: 5px;

    background: #f4b400;

    margin-top: 30px;

    border-radius: 20px;
}

/* TEXTO */

.texto-hero{

    margin-top: 30px;

    font-size: 28px;

    line-height: 42px;

    color: white;

    font-weight: 700;

    max-width: 850px;
}


/* INFO EVENTO */

.info-evento{

    display: flex;

    align-items: center;

    gap: 55px;

    margin-top: 45px;

    margin-bottom: 40px;

    flex-wrap: wrap;
}

.info-box{

    display: flex;

    align-items: center;

    gap: 18px;
}

.info-box i{

    color: #f4b400;

    font-size: 42px;
}

.info-box strong{

    display: block;

    font-size: 30px;

    font-weight: 900;

    color: white;
}

.info-box span{

    display: block;

    margin-top: 5px;

    font-size: 20px;

    color: rgba(255,255,255,0.85);
}

/* BOTONES */

.botones{

    display: flex;

    align-items: center;

    gap: 18px;

    margin-top: 30px;
}

.btn-amarillo{
    background: #f4b400;
    color: #001b44;

    padding: 18px 35px;

    text-decoration: none;
    font-weight: bold;

    border-radius: 5px;

    transition: 0.3s;
}

.btn-amarillo:hover{
    background: #ffd54d;
}

.btn-transparente{
    border: 2px solid white;
    color: white;

    padding: 18px 35px;

    text-decoration: none;
    font-weight: bold;

    border-radius: 5px;

    transition: 0.3s;
}

.btn-transparente:hover{
    background: white;
    color: #001b44;
}

/* ESTADISTICAS */

.estadisticas{
    margin-top: 80px;

    background: rgba(0, 20, 60, 0.93);

    width: 100%;
    max-width: 1100px;

    display: flex;
    justify-content: space-around;
    align-items: center;

    padding: 35px 25px;

    border-radius: 12px;

    backdrop-filter: blur(5px);
    box-sizing: border-box;
}

.card-estadistica{
    text-align: center;
}

.card-estadistica h4{
    font-size: 42px;
    color: #f4b400;
    font-weight: bold;
}

.card-estadistica p{
    margin-top: 10px;
    color: white;
    font-size: 18px;
    font-weight: bold;
}
/* ========================= */
/* SOBRE EXPOMAQSER */
/* ========================= */

.sobre{
    width: 100%;

    padding: 110px 70px;

    background: #ffffff;

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 40px;
}

/* TEXTO */

/* TEXTO */

.sobre-texto{
    width: 50%;
}
/* TITULO PEQUEÑO */

.sobre-texto h5{

    color: #001b44;

    font-size: 24px;

    font-weight: 900;

    letter-spacing: 4px;

    text-transform: uppercase;

    margin-bottom: 35px;

    position: relative;

    display: inline-block;
}

.sobre-texto h5::after{

    content: "";

    width: 90px;

    height: 5px;

    background: #f4b400;

    position: absolute;

    left: 0;

    bottom: -15px;

    border-radius: 10px;
}

/* TITULO GRANDE */

.sobre-texto h2{

    font-size: 64px;

    line-height: 72px;

    color: #001b44;

    font-weight: 900;

    text-transform: uppercase;

    letter-spacing: -2px;

    margin-bottom: 35px;

    max-width: 650px;
}
.sobre-texto h2 span{

    color: #f4b400;

    display: block;
}

/* PARRAFOS */

.sobre-texto p{

    font-size: 40px;

    line-height: 44px;

    color: #444;

    margin-bottom: 28px;

    max-width: 720px;

    font-weight: 500;
}

.sobre-texto h5{

    color: #001b44;

    font-size: 26px;

    font-weight: 800;

    letter-spacing: 4px;

    text-transform: uppercase;

    margin-bottom: 30px;

    position: relative;

    display: inline-block;
}

.sobre-texto h5::after{

    content: "";

    width: 90px;

    height: 6px;

    background: #f4b400;

    position: absolute;

    left: 0;

    bottom: -15px;

    border-radius: 20px;
}

.sobre-texto h2 span{
    color: #f4b400;

    display: block;

    margin-top: 8px;
}
.sobre-texto h2 span{
    color: #f4b400;
}

.sobre-texto p{
    font-size: 20px;
    line-height: 35px;
    color: #444;
    margin-bottom: 20px;
}

/* BOTON */

.btn-sobre{
    display: inline-block;

    margin-top: 20px;

    border: 2px solid #001b44;

    padding: 18px 35px;

    text-decoration: none;

    color: #001b44;

    font-weight: bold;

    transition: 0.3s;
}

.btn-sobre:hover{
    background: #001b44;
    color: white;
}

/* IMAGENES */

.sobre-imagenes{

    width: 50%;

    display: flex;

    gap: 15px;

    justify-content: center;

    align-items: center;
}

/* EFECTO INCLINADO */
.img-box{

    width: 320px;

    height: 500px;

    overflow: hidden;

    transform: skew(-12deg);

    border-radius: 14px;

    box-shadow: 0 15px 35px rgba(0,0,0,0.20);

    transition: 0.4s;
}
.img-box:hover{
    transform: skew(-12deg) scale(1.03);
}

/* IMAGEN */

.img-box img{
    width: 140%;
    height: 100%;

    object-fit: cover;

    transform: skew(12deg) scale(1.1);

    margin-left: -45px;
}
/* ========================= */
/* EJES TEMÁTICOS */
/* ========================= */

/* ========================= */
/* EJES TEMÁTICOS */
/* ========================= */

.ejes{
    width: 100%;
    max-width: 100vw;
    background: linear-gradient(135deg, #001b44, #003b8e);
    padding: 55px 70px 20px;
    color: white;
    text-align: center;
    box-sizing: border-box;
    overflow-x: hidden;
}

.ejes h2{
    font-size: 36px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 40px;
    position: relative;
    display: inline-block;
}

.ejes h2::after{
    content: "";
    width: 80px;
    height: 5px;
    background: #f4b400;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -14px;
    border-radius: 20px;
}

.ejes-contenedor{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    align-items: stretch;
    gap: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.eje{
    width: 100%;
    padding: 15px 18px 20px;
    border-right: 1px solid rgba(255,255,255,0.35);
}

.eje:last-child{
    border-right: none;
}

.icono{
    font-size: 46px;
    margin-bottom: 18px;
    color: #f4b400;
}

.eje h3{
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.eje p{
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
}

/* INVITADOS ESPECIALES */

.invitados-especiales{
    width: 100%;
    padding: 90px 80px;
    background: #f5f7fa;
    text-align: center;
}

.invitados-especiales h2{
    font-size: 46px;
    color: #001b44;
    font-weight: 900;
    margin-bottom: 15px;
}

.linea-invitados{
    width: 140px;
    height: 5px;
    background: #f4b400;
    margin: 0 auto 35px auto;
    border-radius: 20px;
}

.intro-invitados{
    max-width: 1050px;
    margin: 0 auto 55px auto;
    font-size: 20px;
    line-height: 32px;
    color: #5a6473;
}

.tarjetas-invitados{
    max-width: 1150px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.tarjeta-invitado{
    background: #ffffff;
    border: 2px solid #001b44;
    border-radius: 14px;
    padding: 38px 45px;
    display: flex;
    align-items: center;
    gap: 35px;
    text-align: left;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.tarjeta-invitado img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}

.info-invitado span{
    display: inline-block;
    background: #f4b400;
    color: #001b44;
    font-size: 13px;
    font-weight: 900;
    padding: 7px 15px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.info-invitado h3{
    font-size: 28px;
    color: #001b44;
    font-weight: 900;
    margin-bottom: 12px;
}

.info-invitado p{
    font-size: 19px;
    line-height: 31px;
    color: #5a6473;
}
/* PANELISTAS */

.panelistas{
    width:100%;
    margin-top:0;
    padding:40px 70px 100px;
    background:#f5f7fa;
    text-align:center;
}

.subtitulo-panelistas{
    color: #f4b400;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 4px;
}

.panelistas h2{
    margin-top: 18px;
    font-size: 56px;
    line-height: 66px;
    color: #001b44;
    font-weight: 900;
}

.linea-panelistas{
    width: 120px;
    height: 6px;
    background: #f4b400;
    margin: 25px auto;
    border-radius: 20px;
}

.texto-panelistas{
    max-width: 950px;
    margin: 0 auto 55px auto;
    font-size: 22px;
    line-height: 36px;
    color: #4d5665;
}

.filtros-panelistas{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 45px;
    margin-bottom: 55px;
}

.filtros-panelistas button{
    min-width: auto;
    padding: 12px 18px;
    border-radius: 12px;
    border: 1px solid #ccd3dd;
    background: white;
    color: #001b44;
    font-weight: 900;
    font-size: 15px;
    cursor: pointer;
    transition: 0.3s ease;
    text-transform: uppercase;
}

.filtros-panelistas button:hover{
    background: #001b44;
    color: white;
    transform: translateY(-3px);
}

.filtros-panelistas .activo{
    background: #001b44;
    color: #f4b400;
    border: 1px solid #001b44;
}

.contenedor-panelistas{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}

.card-panelista{
    background: white;
    border-radius: 14px;
    overflow: hidden;
    display: flex;
    min-height: 360px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.10);
    transition: 0.3s;
}

.card-panelista:hover{
    transform: translateY(-8px);
}

.foto-panelista{
    width: 43%;
    background: #001b44;
    clip-path: polygon(0 0, 100% 0, 82% 100%, 0% 100%);
    overflow: hidden;
}

.foto-panelista img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info-panelista{
    width: 57%;
    padding: 38px 30px;
    text-align: left;
}

.info-panelista span{
    background: #f4b400;
    color: #001b44;
    font-size: 13px;
    font-weight: 900;
    padding: 7px 13px;
    border-radius: 4px;
}

.info-panelista h3{
    margin-top: 28px;
    font-size: 31px;
    line-height: 38px;
    color: #001b44;
    font-weight: 900;
}

.info-panelista p{
    margin-top: 12px;
    font-size: 18px;
    color: #4d5665;
}

.info-panelista strong{
    display: block;
    margin-top: 16px;
    color: #001b44;
    font-size: 18px;
}

.pais-panelista{
    margin-top: 14px;
    font-size: 16px;
    color: #5a6473;
    font-weight: 700;
}

.tema-panelista{
    margin-top: 25px;
    padding-top: 20px;
    border-top: 2px solid #e3e7ee;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.tema-panelista i{
    background: #001b44;
    color: white;
    min-width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tema-panelista p{
    margin: 0;
    color: #001b44;
    font-size: 17px;
    line-height: 25px;
    font-weight: 700;
}

.detalle-panelista{
    margin-top: 35px;
    padding-top: 25px;
    border-top: 3px solid #f4b400;
    display: flex;
    align-items: center;
    gap: 15px;
}

.detalle-panelista i{
    font-size: 32px;
    color: #f4b400;
}

.detalle-panelista p{
    margin: 0;
    color: #001b44;
    font-size: 16px;
    font-weight: 900;
}

/* EFECTOS FILTRO PANELISTAS */

.card-panelista.resaltado{

    transform: translateY(-25px) scale(1.06);

    border: 3px solid #f4b400;

    box-shadow:
    0 25px 45px rgba(244,180,0,0.35),
    0 0 30px rgba(244,180,0,0.25);

    z-index: 10;

    position: relative;

    animation: saltoPremium 0.5s ease;
}

.card-panelista.apagado{

    opacity: 0.35;

    filter: grayscale(70%);

    transform: scale(0.96);
}

/* ANIMACION */

@keyframes saltoPremium{

    0%{
        transform: translateY(0px) scale(1);
    }

    50%{
        transform: translateY(-30px) scale(1.08);
    }

    100%{
        transform: translateY(-25px) scale(1.06);
    }

}

/* ========================= */
/* AGENDA */
/* ========================= */

.agenda{
    width:100%;
    min-height:100vh;
    padding:45px 40px;
    background:#fff;
    text-align:center;
}

.subtitulo-agenda{
    color: #f4b400;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 6px;
}

.agenda h2{
    margin-top: 10px;
    font-size: 48px;
    color: #001b44;
    font-weight: 900;
}


.linea-agenda{
    width: 95px;
    height: 5px;
    background: #f4b400;
    margin: 18px auto;
    border-radius: 20px;
}


.texto-agenda{
    max-width: 780px;
    margin: 0 auto 30px auto;
    font-size: 18px;
    line-height: 30px;
    color: #5a6473;
}
/* TABLA */

.tabla-agenda{

    width: 100%;

    border-radius: 18px;

    overflow: hidden;

    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

/* CABECERA */

.agenda-header{

    background: #001b44;

    color: white;

    display: grid;

   
    grid-template-columns: 1.2fr 0.9fr 1.1fr 2.4fr 1.5fr 0.9fr;

    padding: 28px 20px;

    font-size: 20px;

    font-weight: 900;

}

/* FILAS */

.agenda-row{

    display: grid;

    grid-template-columns: 1.2fr 0.9fr 1.1fr 2.4fr 1.5fr 0.9fr;

    align-items: center;

    background: white;

    border-bottom: 1px solid #e3e7ee;

    min-height: 130px;
}

/* DIA */

.dia-box{

    padding: 30px;
}

.dia-box h3{

    font-size: 42px;

    color: #001b44;

    font-weight: 900;
}

.dia-box span{

    display: block;

    margin-top: 15px;

    color: #5a6473;

    font-size: 22px;

    font-weight: 700;
}

.dia-box p{

    margin-top: 10px;

    font-size: 20px;

    color: #5a6473;
}

/* COLUMNAS */

.hora{

    font-size: 22px;

    color: #001b44;

    font-weight: 800;
}

.area{

    font-size: 18px;

    color: #001b44;

    font-weight: 900;

    letter-spacing: 1px;

    text-transform: uppercase;

    padding: 15px;

}

.charla{

    text-align: left;

    padding: 20px;
}

.charla h4{

    font-size: 20px;

    color: #001b44;

    margin-bottom: 10px;

    font-weight: 900;
}

.charla p{

    font-size: 19px;

    line-height: 30px;

    color: #5a6473;
}

.expone{

    font-size: 22px;

    font-weight: 800;

    color: #001b44;

    padding: 20px;
}

/* BADGES */

.badge{

    padding: 12px 20px;

    border-radius: 8px;

    font-size: 14px;

    font-weight: 900;

    display: inline-block;
}

.registro{

    border: 2px solid #f4b400;

    color: #f4b400;
}

.inauguracion{

    background: #001b44;

    color: white;
}

.conferencia{

    border: 2px solid #f4b400;

    color: #f4b400;
}

.networking{

    border: 2px solid #c8ced8;

    color: #5a6473;
}

/* ========================= */
/* INSCRIPCIONES */
/* ========================= */
/* INSCRIPCIONES PREMIUM */
/* ========================= */


/* ========================= */
/* INSCRIPCIONES */
/* ========================= */

.inscripciones{

    width: 100%;
    max-width: 100vw;

    min-height: 100vh;

    padding: 70px 70px;

    position: relative;

    overflow: hidden;

    display: flex;

    align-items: center;

    background:
    linear-gradient(
        90deg,
        rgba(0,20,55,0.96) 0%,
        rgba(0,20,55,0.92) 42%,
        rgba(0,20,55,0.65) 70%,
        rgba(0,20,55,0.28) 100%
    ),
    url("FOTOS/FONDODEINSCRIPCION.png");

    background-size: cover;

    background-position: center right;

    background-repeat: no-repeat;
    box-sizing: border-box;
}

/* DIFUMINADOS */

.inscripciones::before{

    content: "";

    position: absolute;

    width: 700px;

    height: 700px;

    background: rgba(244,180,0,0.08);

    filter: blur(120px);

    top: -250px;

    left: -180px;

    border-radius: 50%;

    z-index: 1;
}

.inscripciones::after{

    content: "";

    position: absolute;

    width: 500px;

    height: 500px;

    background: rgba(255,255,255,0.05);

    filter: blur(120px);

    bottom: -180px;

    right: -100px;

    border-radius: 50%;

    z-index: 1;
}

/* CONTENIDO */

.inscripciones-contenido{
    width: 100%;
    max-width: 1650px;
    margin: auto;
    display: grid;
    grid-template-columns: 1fr minmax(300px, 900px);
    align-items: center;
    gap: 45px;
    position: relative;
    z-index: 5;
    box-sizing: border-box;
}

/* IZQUIERDA */

.info-inscripcion{

    width: 100%;
}

.info-inscripcion span{

    color: #f4b400;

    font-size: 18px;

    font-weight: 900;

    letter-spacing: 3px;
}

.info-inscripcion h2{

    margin-top: 20px;

    font-size: 72px;

    line-height: 78px;

    color: white;

    font-weight: 900;

    max-width: 850px;
}

.info-inscripcion h2 strong{

    color: #f4b400;
}

.info-inscripcion p{

    margin-top: 28px;

    font-size: 21px;

    line-height: 38px;

    color: rgba(255,255,255,0.88);

    max-width: 850px;
}

/* BENEFICIOS */

.beneficios-inscripcion{

    margin-top: 45px;

    display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 35px;
}

.beneficio{

    display: flex;

    align-items: flex-start;

    gap: 15px;
}

.beneficio i{

    color: #f4b400;

    font-size: 36px;

    margin-top: 4px;
}

.beneficio h3{

    color: white;

    font-size: 20px;

    font-weight: 900;

    margin-bottom: 8px;
}

.beneficio p{

    margin: 0;

    font-size: 17px;

    line-height: 28px;
}

/* FECHA */

.fecha-inscripcion{

    margin-top: 45px;

    background: rgba(255,255,255,0.08);

    border: 1px solid rgba(255,255,255,0.12);

    padding: 28px;

    border-radius: 20px;

    display: flex;

    align-items: center;

    gap: 20px;

    backdrop-filter: blur(10px);

    max-width: 900px;
}

.fecha-inscripcion i{

    color: #f4b400;

    font-size: 48px;
}

.fecha-inscripcion h3{

    color: white;

    font-size: 32px;

    font-weight: 900;
}

.fecha-inscripcion p{

    margin-top: 5px;

    font-size: 18px;
}

/* FORMULARIO */

.formulario-inscripcion{

    width: 100%;

    max-width: 560px;

    background: rgba(255,255,255,0.98);

    border-radius: 24px;

    overflow: hidden;

    box-shadow:
    0 25px 55px rgba(0,0,0,0.25);
}

/* HEADER */

.form-header{

    background: #001b44;

    padding: 35px;

    text-align: center;
}

.form-header h3{

    color: white;

    font-size: 34px;

    line-height: 42px;

    font-weight: 900;
}

.form-header p{

    margin-top: 12px;

    color: rgba(255,255,255,0.85);

    font-size: 17px;
}

/* FORM */

.formulario-inscripcion form{

    padding: 35px;
}

.grupo-doble{

    display: flex;

    gap: 15px;
}

.formulario-inscripcion input,
.formulario-inscripcion select{

    width: 100%;

    height: 60px;

    border: 2px solid #e4e8ef;

    border-radius: 10px;

    padding: 0 18px;

    font-size: 16px;

    margin-bottom: 18px;

    outline: none;
}

.formulario-inscripcion input:focus,
.formulario-inscripcion select:focus{

    border-color: #f4b400;
}

/* CHECK */

.check{

    display: flex;

    align-items: center;

    gap: 10px;

    margin-top: 5px;

    margin-bottom: 25px;

    font-size: 15px;

    color: #5a6473;
}

.check input{

    width: 18px;

    height: 18px;

    margin: 0;
}

/* BOTON */

.formulario-inscripcion button{

    width: 100%;

    height: 66px;

    border: none;

    border-radius: 12px;

    background: #f4b400;

    color: #001b44;

    font-size: 22px;

    font-weight: 900;

    cursor: pointer;

    transition: 0.3s;
}

.formulario-inscripcion button:hover{

    transform: translateY(-3px);

    box-shadow:
    0 15px 30px rgba(244,180,0,0.30);
}

/* SEGURIDAD */

.seguridad{

    margin-top: 20px;

    text-align: center;

    color: #7a8392;

    font-size: 14px;
}

.btn-amarillo,
.btn-transparente{

    display: flex;

    align-items: center;

    justify-content: center;

    height: 52px;

    padding: 0 32px;
}

.botones{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.btn-amarillo,
.btn-transparente{
    width: auto;
    min-width: 190px;
    height: 55px;
    padding: 0 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-transparente{
    background: transparent;
}

/* POPUP INICIAL */

.popup{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.65);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-contenido{
    width: 90%;
    max-width: 850px;
    background: white;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 30px 70px rgba(0,0,0,0.35);
}

.cerrar-popup{
    position: absolute;
    top: 25px;
    right: 25px;
    width: 48px;
    height: 48px;
    border: none;
    background: rgba(255,255,255,0.15);
    color: white;
    font-size: 35px;
    cursor: pointer;
}

.popup-header{
    background: #001b44;
    padding: 38px 45px;
}

.popup-header span{
    color: #f4b400;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 4px;
}

.popup-header h2{
    color: white;
    margin-top: 15px;
    font-size: 42px;
    font-weight: 900;
}

.popup-body{
    padding: 45px;
}

.popup-body h3{
    color: #001b44;
    font-size: 32px;
    line-height: 42px;
    font-weight: 900;
    margin-bottom: 25px;
}

.popup-body > p{
    color: #5a6473;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 30px;
}

.popup-info p{
    font-size: 20px;
    color: #001b44;
    margin-bottom: 18px;
}

.popup-info i{
    color: #f4b400;
    margin-right: 12px;
}

.btn-popup{
    display: inline-block;
    margin-top: 25px;
    background: #f4b400;
    color: #001b44;
    padding: 18px 38px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 900;
    font-size: 20px;
}
.titulo-principal div{
    display: block;
}

.titulo-principal .amarillo{
    color: #f4b400;
}

.card-estadistica{
    transition: all 0.35s ease;
    cursor: pointer;
}

.card-estadistica:hover{
    transform: translateY(-12px);
}

.card-estadistica h4{
    transition: all 0.35s ease;
}

.card-estadistica:hover h4{
    transform: scale(1.10);
    color: white;
}
.ejes-contenedor{
    display: grid !important;
    grid-template-columns: repeat(6, 1fr) !important;
    gap: 0 !important;
}

.eje{
    width: 100% !important;
    padding: 15px 16px !important;
    margin-bottom: 120px !important;
}

.ejes .eje p{
    font-size: 16px !important;
    line-height: 26px !important;
    color: #ffffff !important;
}

/* PEGAS ESTO ABAJO */

.ejes{
    margin-bottom: 120px !important;
}


.eje h3{
    font-size: 15px !important;
    line-height: 21px !important;
}

.eje p{
    font-size: 13px !important;
    line-height: 21px !important;
}


.eje .icono{
    font-size: 40px !important;
}
.ejes .eje p{
    font-size: 16px !important;
    line-height: 26px !important;
    color: #ffffff !important;
}

.panelista-pais{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    background: transparent;
}

.panelista-pais img{
    width: 22px;
    height: 15px;
    object-fit: cover;
}

.panelista-pais span{
    background: transparent;
    color: #5a6473;
    font-size: 16px;
    font-weight: 600;
    padding: 0;
    text-decoration: none;
}
.agenda-controles{
    margin: 35px auto 45px auto;
    text-align: center;
}

.selector-carrera{
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 25px;
}

.btn-carrera{
    width: 330px;
    height: 72px;
    border: 2px solid #d7dde8;
    background: white;
    color: #001b44;
    font-size: 18px;
    font-weight: 900;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.btn-carrera.activo{
    background: #001b44;
    color: white;
    border-color: #001b44;
    border-bottom: 5px solid #f4b400;
}

.selector-dia{
    display: flex;
    justify-content: center;
}

.btn-dia{
    width: 140px;
    height: 45px;
    border: 1px solid #d7dde8;
    background: white;
    color: #001b44;
    font-weight: 900;
    cursor: pointer;
    transition: 0.3s;
}

.btn-dia.activo{
    background: #001b44;
    color: white;
}
.break{

    border: 2px solid #8B5CF6;

    color: #8B5CF6;

    background: white;
}
.lunch{

    border: 2px solid #10B981;

    color: #10B981;

    background: white;
}

/* FORMULARIO NUEVO */

.opciones-participacion{
    width: 100%;
    max-width: 900px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 28px;
    box-sizing: border-box;
}

.card-opcion{
    background: rgba(255,255,255,0.96);
    border-radius: 22px;
     padding: 35px 38px;
    text-align: center;
    box-shadow: 0 25px 55px rgba(0,0,0,0.25);
    color: #001b44;
}

.icono-opcion{
    width: 86px;
    height: 86px;
    background: rgba(244,180,0,0.15);
    color: #f4b400;
    border-radius: 50%;
    margin: 0 auto 25px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
}

.icono-opcion.azul{
    background: rgba(0,150,150,0.12);
    color: #009688;
}

.card-opcion h3{
    font-size: 28px;
    line-height: 34px;
    font-weight: 900;
    margin-bottom: 15px;
}

.card-opcion .subtitulo{
    font-size: 16px;
    line-height: 25px;
    color: #5a6473;
    margin-bottom: 25px;
}

.card-opcion span{
    display: block;
    color: #c2952d;
    font-size: 15px;
    font-weight: 900;
}

.card-opcion h2{
    font-size: 58px;
    font-weight: 900;
    margin: 5px 0;
}

.card-opcion small{
    font-size: 15px;
    color: #5a6473;
    font-weight: 700;
}

.card-opcion ul{
    margin: 25px 0;
    padding: 22px;
    list-style: none;
    background: #f5f7fa;
    border-radius: 14px;
    text-align: left;
}

.card-opcion ul li{
    font-size: 15px;
    margin-bottom: 12px;
    color: #3f4a5f;
}

.btn-stand,
.btn-charlas{
    display: block;
    width: 100%;
    padding: 16px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 900;
    font-size: 15px;
    color: white;
}

.btn-stand{
    background: #c2952d;
}

.btn-charlas{
    background: #009688;
}

.nota{
    margin-top: 18px;
    font-size: 13px;
    color: #6b7280;
}
.lado-derecho{
    width: 100%;
    max-width: 900px;
    position: relative;
    left: 80px;
    box-sizing: border-box;
}
.card-opcion{
    width: 100%;
    box-sizing: border-box;
}

@media (max-width: 1200px){
    .inscripciones-contenido{
        grid-template-columns: 1fr;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .opciones-participacion{
        grid-template-columns: repeat(2, 1fr);
        max-width: 750px;
        width: 100%;
        box-sizing: border-box;
    }

    .inscripciones{
        padding: 60px 40px;
    }

    .contenedor-stands{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 700px){
    .opciones-participacion{
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .card-opcion{
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .contenedor-stands{
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .lado-derecho{
        left: 0;
        width: 100%;
        max-width: 100%;
    }
}

.stands {
    padding: 80px 8%;
    background: #f6fbff;
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
    overflow-x: hidden;
}

.titulo-stands {
    text-align: center;
    margin-bottom: 35px;
}

.titulo-stands h2 {
    font-size: 42px;
    color: #002b5c;
    font-weight: 800;
}

.titulo-stands p {
    color: #4a5d75;
    font-size: 25px;
}

.contenedor-stands {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.card-stand{
    background:#fff;
    border-radius:20px;
    padding:28px;
    box-shadow:0 12px 35px rgba(0,43,92,.10);
    transition:.30s;
    position:relative;
    overflow:visible;
    border:1px solid #edf2f7;
}

.card-stand h3{
    font-size:42px;
    color:#002b5c;
    text-align:center;
    font-weight:800;
    margin-top:8px;
    margin-bottom:0;
}

.card-stand span{
    display:block;
    text-align:center;
    color:#6b7280;
    font-size:18px;
    font-weight:700;
    margin-bottom:18px;
    text-transform:uppercase;
}


.card-stand p {
    color: #002b5c;
    line-height: 1.6;
    font-size: 18px;
}

.card-stand hr{
    border:none;
    border-top:1px solid #e6edf5;
    margin:22px 0;
}

.card-stand ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.card-stand li {
    color: #002b5c;
    font-size: 14px;
    margin-bottom: 13px;
    padding-left: 26px;
    position: relative;
}

.card-stand li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #002b5c;
    font-weight: bold;
}
.precio-stand{
    text-align: center;
    margin: 22px 0 12px;
}

.precio-stand span{
    display: block;
    color: #7a8699;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
}

.precio-stand h2{
    font-size:44px;
    font-weight:800;
    color:#0a3470;
    line-height:1;
    margin:0;
}

.precio-stand h2 small{
    font-size:14px;
    font-weight:700;
    vertical-align:middle;
    margin-left:3px;
}

.linea-precio{
    width: 88%;
    height: 4px;
    background: #f4b400;
    border-radius: 50px;
    margin: 24px auto 28px;
}

/* CINTAS DE STANDS */

.badge-stand{
    position: absolute;
    top: 0;
    right: 22px;
    padding: 9px 18px;
    border-radius: 0 0 8px 8px;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    line-height: 1.2;
    z-index: 10;
}

.badge-stand.azul{
    background: #003b8e;
}

.badge-stand.dorado{
    background: #f4b400;
    color: #ffffff;
}

.card-stand{
    position: relative;
}

.stand-top{
    text-align: center;
    padding-top: 38px;
}

.card-stand ul{
    list-style:none;
    padding:0;
    margin-top:22px;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.card-stand li{
    background:#f1f6fc;
    border-radius:8px;
    padding:10px 12px 10px 42px;
    font-size:15px;
    font-weight:600;
    color:#002b5c;
    position:relative;
}

.card-stand li::before{
    content:"✓";
    position:absolute;
    left:12px;
    top:50%;
    transform:translateY(-50%);
    width:22px;
    height:22px;
    background:#005bbb;
    color:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:900;
}

.pie-stand{
    margin-top:28px;
    background:#f8fbff;
    padding:14px 16px;
    border-radius:0 0 14px 14px;
    color:#002b5c;
    font-size:15px;
    font-weight:700;
}

.card-stand{
    min-height: 620px;
    padding: 26px 28px 22px;
}

.stand-top{
    padding-top: 26px;
}

.card-stand h3{
    font-size: 40px;
}

.precio-stand{
    margin: 16px 0 8px;
}

.precio-stand h2{
    font-size: 40px;
}

.linea-precio{
    margin: 18px auto 24px;
}


.card-stand p{
    font-size: 17px;
    line-height: 28px;
}

.card-stand ul{
    margin-top: 18px;
    gap: 8px;
}

.card-stand li{
    padding: 8px 12px 8px 40px;
    font-size: 14px;
}

.pie-stand{
    margin-top: 22px;
    padding: 12px 14px;
}

/* AJUSTE COMPACTO FINAL STANDS */

.stands{
    padding: 55px 7% 60px !important;
}

.contenedor-stands{
    gap: 22px !important;
}

.card-stand{
    padding: 24px 28px 18px !important;
    min-height: 560px !important;
}

.stand-top{
    padding-top: 10px !important;
}

.card-stand hr{
    margin: 18px 0 !important;
}

.precio-stand{
    margin: 14px 0 8px !important;
}

.linea-precio{
    margin: 16px auto 22px !important;
}


.card-stand p{
    font-size: 16px !important;
    line-height: 26px !important;
}

.card-stand ul{
    margin-top: 16px !important;
    gap: 8px !important;
}

.pie-stand{
    margin-top: 18px !important;
}

.card-stand h4{
    color: #005bbb !important;
    font-size: 26px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    line-height: 32px !important;
    margin-top: 20px !important;
    margin-bottom: 14px !important;
}
.card-stand{
    transition: all .35s ease;
}

.card-stand:hover{
    transform: translateY(-10px);
    box-shadow: 0 22px 45px rgba(0,60,120,.18);
}

.card-stand{
    display: flex !important;
    flex-direction: column !important;
}

.pie-stand{
    margin-top: auto !important;
    width: 100%;
}

.badge-stand{
    position: absolute;
    top: -1px;
    right: 34px;
    min-width: 145px;
    height: 38px;
    padding: 0 18px;
    border-radius: 0 0 7px 7px;
    color: white;
    font-size: 13px;
    font-weight: 900;
    line-height: 38px;
    text-align: center;
    z-index: 20;
    box-shadow: 0 8px 16px rgba(0,0,0,0.12);
}

.badge-stand.azul{
    background:#003b8e;
    top:-2px;
    right:20px;
    height:48px;
    width:115px;
    padding-top:8px;
    line-height:16px;
    clip-path:polygon(0 0,100% 0,100% 80%,50% 100%,0 80%);
}

.badge-stand.dorado{
    background:#f4b400;
    left:50%;
    right:auto;
    transform:translateX(-50%);
    width:160px;
    height:32px;
    line-height:32px;
    border-radius:0 0 8px 8px;
    box-shadow:0 4px 10px rgba(0,0,0,.12);
}
.badge-stand.azul{
    top: -18px !important;
    right: 22px !important;
}

.badge-stand.dorado{
    top: -18px !important;
}
.stand-top{
    padding-top: 32px !important;
}




/* REVIVE EXPOMAQSER 2025 */

/* REVIVE EXPOMAQSER 2025 */

.revive-expomaqser{
    background:#001b44;
    color:white;
}

.revive-hero{
    position:relative;
    width:100%;
    height:85vh;
    min-height:720px;
    overflow:hidden;
}


.revive-video{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover;
}

.revive-overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
        90deg,
        rgba(0,16,52,.95) 0%,
        rgba(0,16,52,.82) 38%,
        rgba(0,16,52,.42) 68%,
        rgba(0,16,52,.12) 100%
    );
}

.revive-contenido{
    position:relative;
    z-index:2;
    max-width:850px;
    padding:190px 7% 120px;
}

.revive-etiqueta{
    color:#f4b400;
    font-size:18px;
    font-weight:900;
    letter-spacing:2px;
    text-transform:uppercase;
}

.revive-contenido h2{
    font-size:82px !important;
    line-height:.92;
    font-weight:900;
    margin:18px 0;
    letter-spacing:1px;
}

.revive-contenido h2 strong{
    color:#f4b400;
    display:block;
}

.revive-contenido p{
    font-size:26px;
    line-height:1.6;
    max-width:540px;
    margin-top:22px;
}

.revive-botones{
    display:flex;
    gap:18px;
    margin-top:28px;
    flex-wrap:wrap;
}

.btn-video-revive,
.btn-galeria-revive{
    width:300px;
    height:64px;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:8px;
    font-size:19px;
    font-weight:800;
    text-decoration:none;
}

.btn-video-revive{
    background:#f4b400;
    color:#001b44;
}

.btn-galeria-revive{
    border:2px solid #f4b400;
    color:white;
}

.galeria-expomaqser{
    background: linear-gradient(180deg, #f7f9fc 0%, #eef3f8 100%) !important;
    padding: 90px 7% 95px !important;
    text-align: center;
    position: relative;
}

.galeria-etiqueta{
    color:#f4b400;
    font-weight:900;
    font-size:30px;      /* Tamaño de la letra */
    letter-spacing:5px;  /* Separación entre letras */
    text-transform:uppercase;
}

.galeria-expomaqser h2{
    color:#001b44 !important;
    font-size:54px !important;
    font-weight:900;
    margin:15px 0;
}

.galeria-expomaqser p{
    max-width:900px;
    margin:0 auto 35px;
    font-size:18px;
    color:#4b5563;
}

.galeria-grid{
    display:grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    grid-auto-rows: 230px;
    gap:20px;
}

.galeria-grid img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:22px;
    box-shadow:0 18px 45px rgba(0,27,68,.18);
    transition:.35s ease;
}

.galeria-grid img:hover{
    transform:translateY(-8px) scale(1.02);
}

.galeria-grid img:nth-child(1){
    grid-row:span 2;
}

.galeria-grid img:nth-child(3){
    grid-column:span 2;
}

.btn-galeria-completa{
    display:inline-block;
    margin-top:50px;      /* Antes probablemente tienes 20px o 30px */
    padding:18px 42px;
    border-radius:50px;
}

.revive-expomaqser .revive-contenido{
    width: 850px !important;
    max-width: 850px !important;
}

.revive-expomaqser .revive-contenido h2{
    font-size: 66px !important;
    line-height: .95 !important;
    margin: 18px 0 !important;
}

.revive-expomaqser .revive-contenido h2 strong{
    display: block !important;
    color: #f4b400 !important;
    white-space: nowrap !important;
}

.modal-video{
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.92);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

.modal-video video{
    width: 85%;
    max-width: 1200px;
    border-radius: 14px;
}

.cerrar-video{
    position: absolute;
    top: 25px;
    right: 35px;
    background: transparent;
    border: none;
    color: white;
    font-size: 55px;
    cursor: pointer;
}

.btn-galeria-completa{

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    background:#002d73;
    color:white;

    padding:18px 42px;

    border-radius:50px;

    text-decoration:none;
    font-size:18px;
    font-weight:700;

    transition:.35s;

    box-shadow:0 15px 35px rgba(0,45,115,.28);

}

.btn-galeria-completa:hover{

    background:#f4b400;
    color:#002d73;

    transform:translateY(-5px);

    box-shadow:0 22px 45px rgba(244,180,0,.35);

}

/* AUSPICIANTES */

/* AUSPICIANTES */

.auspiciantes{
    background:linear-gradient(180deg,#ffffff 0%,#f4f7fb 100%);
    padding:130px 8% 140px;
    text-align:center;
}

.contenedor-auspiciantes{
    max-width:1650px;
    margin:0 auto;
}

.subtitulo-auspiciantes{
    display:block;
    color:#f4b400;
    font-size:33px;
    font-weight:900;
    letter-spacing:7px;
    margin-bottom:20px;
}

.auspiciantes h2{
    color:#001b44;
    font-size:64px;
    line-height:1.1;
    font-weight:900;
    text-transform:uppercase;
    margin-bottom:22px;
}

.auspiciantes h2::after{
    content:"";
    display:block;
    width:130px;
    height:5px;
    background:#f4b400;
    margin:26px auto 0;
    border-radius:50px;
}

.auspiciantes p{
    color:#5a6473;
    font-size:22px;
    line-height:1.7;
    max-width:950px;
    margin:0 auto 70px;
}

.img-auspiciantes{
    width:100%;
    max-width:1600px;
    display:block;
    margin:0 auto;
    background:white;
    padding:50px;
    border-radius:28px;
    box-shadow:0 25px 65px rgba(0,27,68,.14);
}


/* =========================================
   NUEVO ORDEN DEL HERO
   ========================================= */

.hero-content{
    width:100%;
    max-width:1750px;
    position:relative;
    z-index:2;
}

.hero-top{
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    width:100%;
}

/* EXPOMAQSER */

.hero-top h1{
    margin:0;
    font-size:95px;
    line-height:.9;
}

/* BOTÓN CONOCE MÁS */

.btn-conoce-hero{
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    gap:35px;

    width:285px;
    margin-top:25px;
    padding:16px 22px;

    border:2px solid #f4b400;
    border-radius:7px;

    color:white;
    background:rgba(0,27,68,.35);

    text-decoration:none;
    font-size:18px;
    font-weight:900;

    transition:.3s ease;
}

.btn-conoce-hero i{
    color:#f4b400;
    font-size:21px;
}

.btn-conoce-hero:hover{
    background:#f4b400;
    color:#001b44;
    transform:translateY(-3px);
}

.btn-conoce-hero:hover i{
    color:#001b44;
}

/* DESCRIPCIÓN */

.hero .texto-hero{
    margin-top:28px;
    max-width:720px;

    font-size:24px;
    line-height:1.45;
    font-weight:800;
}

/* SEGUNDA EDICIÓN */

.hero .badge-edicion{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    width:auto;
    min-width:0;
    margin-top:28px;

    padding:14px 25px;
    border-radius:6px;

    background:#003b8e;
    color:white;

    font-size:22px;
    font-weight:900;
    line-height:1;
    text-align:left;
}

.hero .badge-edicion i{
    color:#f4b400;
}

/* TÍTULO PRINCIPAL */

.hero .titulo-principal{
    margin-top:35px;
    max-width:850px;

    font-size:70px;
    line-height:1.02;
    letter-spacing:0;
}

.hero .titulo-principal div{
    display:block;
}

.hero .titulo-principal .amarillo{
    color:#f4b400;
}

/* JORNADA DE INNOVACIÓN */

.hero .badge-innovacion{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:12px;

    width:auto;
    min-width:0;
    margin-top:28px;

    padding:14px 25px;
    border:2px solid #f4b400;
    border-radius:6px;

    background:rgba(0,27,68,.55);
    color:white;

    font-size:22px;
    font-weight:900;
    line-height:1;
    text-align:left;
}

.hero .badge-innovacion i{
    color:#f4b400;
}

/* FECHA Y LUGAR */

.hero .info-evento{
    margin-top:34px;
    margin-bottom:0;
    gap:55px;
}

.hero .info-box i{
    font-size:36px;
}

.hero .info-box strong{
    font-size:26px;
}

.hero .info-box span{
    font-size:17px;
}

/* BOTÓN REGÍSTRATE */

.hero .botones{
    margin-top:28px;
}

.hero .btn-amarillo{
    min-width:230px;
    height:58px;

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    font-size:16px;
    border-radius:7px;
}

/* ESTADÍSTICAS */

.hero .estadisticas{
    margin-top:55px;
}


/* =========================================
   FOOTER EXPOMAQSER
   ========================================= */

   /* =========================================
   FOOTER EXPOMAQSER - VERSIÓN CORREGIDA
   ========================================= */

.footer-expomaqser{
    width:100%;
    position:relative;
    overflow:hidden;

    background:
        linear-gradient(
            90deg,
            rgba(0,20,55,.98) 0%,
            rgba(0,38,88,.97) 55%,
            rgba(0,59,142,.94) 100%
        );

    color:white;
    padding:75px 6% 0;
}

/* Imagen decorativa del fondo */

.footer-expomaqser::after{
    display: none;
}
/* CONTENEDOR PRINCIPAL */

.footer-contenido{
    width:100%;
    max-width:1500px;
    margin:0 auto;

    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:0;

    position:relative;
    z-index:2;
}

/* COLUMNAS */

.footer-columna{
    min-width:0;
    padding:0 55px 45px;
}

.footer-columna:first-child{
    padding-left:20px;
}

.footer-columna:last-child{
    padding-right:20px;
}

.footer-columna:not(:last-child){
    border-right:1px solid rgba(255,255,255,.28);
}

/* TÍTULOS */

.footer-etiqueta{
    display:block;
    color:#f4b400;

    font-size:21px;
    font-weight:900;
    letter-spacing:.5px;

    margin-bottom:30px;
}

.footer-etiqueta::after{
    content:"";
    display:block;

    width:58px;
    height:4px;

    margin-top:12px;

    background:#f4b400;
    border-radius:20px;
}

/* LOGOS */

.footer-logo{
    display:block;
    object-fit:contain;
    object-position:left center;

    margin-bottom:38px;
}

.footer-logo.camara{
    width:310px;
    max-width:100%;
    height:120px;

    filter:brightness(0) invert(1);
}

.footer-logo.facultad{
    width:330px;
    max-width:100%;
    height:120px;
}

/* TEXTO INTRODUCTORIO */

.footer-intro{
    max-width:410px;

    margin:0 0 30px;

    font-size:19px;
    line-height:1.65;

    color:rgba(255,255,255,.92);
}

/* DATOS DE CONTACTO */

.footer-datos{
    display:flex;
    flex-direction:column;
    gap:18px;
}

.footer-datos p{
    display:grid;
    grid-template-columns:32px 1fr;
    align-items:flex-start;
    gap:14px;

    margin:0;

    font-size:17px;
    line-height:1.55;

    color:rgba(255,255,255,.96);
}

.footer-datos i{
    width:32px;
    color:#f4b400;

    font-size:21px;
    text-align:center;

    margin-top:3px;
}

.footer-columna-centro .footer-datos i{
    color:#d81b50;
}

/* ENLACES Y TEXTOS LARGOS */

.footer-datos span{
    overflow-wrap:anywhere;
}

/* REDES SOCIALES */

.footer-redes{
    display:flex;
    align-items:center;
    gap:14px;

    margin-top:28px;
}

.footer-redes a{
    width:43px;
    height:43px;

    display:flex;
    align-items:center;
    justify-content:center;

    border:2px solid #f4b400;
    border-radius:50%;

    color:#f4b400;
    text-decoration:none;
    font-size:18px;

    transition:.3s ease;
}

.footer-redes a:hover{
    background:#f4b400;
    color:#001b44;
    transform:translateY(-4px);
}

.footer-columna-centro .footer-redes a{
    color:#d81b50;
    border-color:#d81b50;
}

.footer-columna-centro .footer-redes a:hover{
    background:#d81b50;
    color:white;
}

/* COPYRIGHT */

.footer-copy{
    max-width:1500px;
    margin:0 auto;

    position:relative;
    z-index:2;

    padding:25px 20px;

    border-top:1px solid rgba(255,255,255,.25);

    text-align:center;
    font-size:16px;
    color:rgba(255,255,255,.90);
}

/* TABLET */

@media (max-width:1100px){

    .footer-contenido{
        grid-template-columns:1fr 1fr;
    }

    .footer-columna{
        padding:0 40px 45px;
    }

    .footer-columna:nth-child(2){
        border-right:none;
    }

    .footer-columna:last-child{
        grid-column:1 / -1;
        border-top:1px solid rgba(255,255,255,.25);
        padding-top:45px;
    }
}

/* CELULAR */

@media (max-width:750px){

    .footer-expomaqser{
        padding:60px 25px 0;
    }

    .footer-contenido{
        grid-template-columns:1fr;
    }

    .footer-columna{
        padding:0 0 40px;
        border-right:none !important;
        border-bottom:1px solid rgba(255,255,255,.25);
    }

    .footer-columna + .footer-columna{
        padding-top:40px;
    }

    .footer-columna:last-child{
        grid-column:auto;
        border-top:none;
        border-bottom:none;
    }

    .footer-logo.camara,
    .footer-logo.facultad{
        width:280px;
        height:auto;
    }

    .footer-etiqueta{
        font-size:19px;
    }

    .footer-datos p{
        font-size:16px;
    }

    .footer-expomaqser::after{
        width:100%;
        opacity:.12;
    }
}

/* =========================================
   PERFIL PROFESIONAL OSCAR RAMÍREZ
   ========================================= */

.foto-perfil-oscar{
    position:relative;
    cursor:pointer;
}

.indicador-perfil{
    position:absolute;
    left:18px;
    right:35px;
    bottom:18px;

    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;

    padding:11px 12px;

    background:rgba(0,27,68,.90);
    color:white;

    border:1px solid rgba(255,255,255,.35);
    border-radius:6px;

    font-size:13px;
    font-weight:900;

    opacity:0;
    transform:translateY(8px);
    transition:.3s ease;
}

.foto-perfil-oscar:hover .indicador-perfil{
    opacity:1;
    transform:translateY(0);
}

.indicador-perfil i{
    color:#f4b400;
}

.modal-perfil{
    position:fixed;
    inset:0;
    z-index:5000;

    display:none;
    justify-content:center;
    align-items:center;

    padding:30px;

    background:rgba(0,15,40,.72);
    backdrop-filter:blur(5px);
}

.modal-perfil.activo{
    display:flex;
}

.modal-perfil-contenido{
    width:100%;
    max-width:620px;
    max-height:85vh;
    overflow-y:auto;

    position:relative;

    padding:38px 42px;

    background:white;
    border-radius:15px;

    box-shadow:0 25px 60px rgba(0,0,0,.30);
}

.cerrar-perfil{
    position:absolute;
    top:15px;
    right:20px;

    width:38px;
    height:38px;

    border:none;
    background:transparent;

    color:#001b44;
    font-size:34px;
    line-height:1;

    cursor:pointer;
}

.etiqueta-perfil{
    display:inline-block;

    padding:7px 13px;

    background:#f4b400;
    color:#001b44;

    border-radius:4px;

    font-size:13px;
    font-weight:900;
}

.modal-perfil-contenido > h2{
    margin-top:17px;
    padding-right:35px;

    color:#001b44;

    font-size:31px;
    line-height:1.15;
    font-weight:900;
}

.pais-perfil{
    display:block;
    margin-top:9px;

    color:#001b44;
    font-size:17px;
}

.linea-perfil{
    width:100%;
    height:2px;

    margin:21px 0;

    background:#f4b400;
}

.texto-modal-perfil h3{
    margin:0 0 8px;

    color:#001b44;
    font-size:19px;
    font-weight:900;
}

.texto-modal-perfil h3:not(:first-child){
    margin-top:25px;
}

.texto-modal-perfil p{
    margin:0;

    color:#303846;
    font-size:16px;
    line-height:1.65;
    text-align:left;
}

@media(max-width:600px){

    .modal-perfil{
        padding:18px;
    }

    .modal-perfil-contenido{
        padding:32px 25px;
    }

    .modal-perfil-contenido > h2{
        font-size:25px;
    }

    .texto-modal-perfil p{
        font-size:15px;
    }
}

/* =========================================
   GALERÍA COMPLETA EXPOMAQSER 2025
   ========================================= */

.btn-galeria-completa{
    margin-top:50px;
    padding:18px 34px;

    border:none;
    border-radius:40px;

    background:#003b8e;
    color:white;

    font-size:18px;
    font-weight:900;

    cursor:pointer;

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:10px;

    box-shadow:0 15px 30px rgba(0,27,68,0.20);

    transition:0.3s ease;
}

.btn-galeria-completa:hover{
    background:#001b44;
    transform:translateY(-4px);
    box-shadow:0 20px 40px rgba(0,27,68,0.28);
}

.modal-galeria{
    position:fixed;
    inset:0;

    z-index:7000;

    display:none;
    align-items:center;
    justify-content:center;

    padding:30px;

    background:rgba(0,15,40,0.85);

    backdrop-filter:blur(8px);
}

.modal-galeria.activo{
    display:flex;
}

.modal-galeria-contenido{
    width:100%;
    max-width:1350px;
    max-height:90vh;

    overflow-y:auto;

    position:relative;

    padding:45px;

    background:white;

    border-radius:20px;

    box-shadow:0 30px 70px rgba(0,0,0,0.40);
}

.cerrar-galeria{
    position:absolute;

    top:18px;
    right:22px;

    width:42px;
    height:42px;

    border:none;
    background:transparent;

    color:#001b44;

    font-size:38px;
    line-height:1;

    cursor:pointer;
}

.etiqueta-galeria-modal{
    display:inline-block;

    padding:8px 15px;

    background:#f4b400;
    color:#001b44;

    border-radius:5px;

    font-size:14px;
    font-weight:900;
}

.modal-galeria-contenido h2{
    margin-top:18px;

    color:#001b44;

    font-size:46px;
    font-weight:900;
}

.texto-galeria-modal{
    margin-top:10px;
    margin-bottom:30px;

    color:#596273;

    font-size:18px;
}

.grid-galeria-modal{
    display:grid;

    grid-template-columns:repeat(4, 1fr);

    gap:18px;
}

.grid-galeria-modal img{
    width:100%;
    height:230px;

    object-fit:cover;

    border-radius:14px;

    cursor:pointer;

    transition:0.3s ease;

    box-shadow:0 12px 25px rgba(0,27,68,0.16);
}

.grid-galeria-modal img:hover{
    transform:scale(1.03);
}

@media(max-width:1000px){

    .grid-galeria-modal{
        grid-template-columns:repeat(3, 1fr);
    }

}

@media(max-width:750px){

    .modal-galeria{
        padding:15px;
    }

    .modal-galeria-contenido{
        padding:35px 20px;
    }

    .modal-galeria-contenido h2{
        font-size:32px;
    }

    .grid-galeria-modal{
        grid-template-columns:repeat(2, 1fr);
    }

    .grid-galeria-modal img{
        height:180px;
    }

}

@media(max-width:480px){

    .grid-galeria-modal{
        grid-template-columns:1fr;
    }

}

/* =============================================
   CORRECCIONES ADICIONALES PARA OVERFLOW
   ============================================= */

/* Excepciones necesarias */
html, body {
    max-width: 100vw;
    width: 100%;
}

/* Asegurar que las secciones no se desborden */
.hero,
.sobre,
.ejes,
.panelistas,
.agenda,
.inscripciones,
.expomaqser2025,
.auspiciantes,
.footer-expomaqser {
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    box-sizing: border-box;
}

/* Prevenir que contenedores internos se desborden */
.hero-content,
.hero-top,
.sobre-texto,
.sobre-imagenes,
.ejes-contenedor,
.contenedor-panelistas,
.tabla-agenda,
.inscripciones-contenido,
.info-evento,
.botones {
    max-width: 100%;
    box-sizing: border-box;
}

/* Asegurar que las imágenes no se desborden */
.img-box,
.foto-panelista,
.logo img,
img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

/* Estadísticas */
.estadisticas {
    box-sizing: border-box;
    max-width: 100%;
}

.card-estadistica {
    box-sizing: border-box;
}

/* =============================================
   ESTILOS RESPONSIVOS Y MENÚ HAMBURGUESA
   ============================================= */

/* Botón hamburguesa - oculto por defecto */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
}

.menu-toggle span {
    width: 28px;
    height: 3px;
    background: #001b44;
    border-radius: 3px;
    transition: 0.3s;
}

.menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
}

/* =============================================
   MEDIA QUERIES - RESPONSIVE DESIGN
   ============================================= */

/* Tablets y pantallas medianas (hasta 1200px) */
@media (max-width: 1200px) {
    
    /* HEADER */
    .header {
        padding: 0 25px;
        height: 90px;
    }

    .logo img:nth-child(1) {
        height: 65px;
    }

    .logo img:nth-child(2) {
        height: 60px;
    }

    .logo img:nth-child(3) {
        height: 50px;
    }

    .menu {
        gap: 18px;
        margin: 0 20px;
    }

    .menu a {
        font-size: 16px;
    }

    .btn-header {
        padding: 12px 18px;
        font-size: 14px;
    }

    /* HERO */
    .hero {
        padding: 140px 60px 60px 80px;
    }

    .hero-top h1 {
        font-size: 75px;
        line-height: 65px;
    }

    .hero-content h3 {
        font-size: 62px;
        line-height: 78px;
    }

    .texto-hero {
        font-size: 24px;
        line-height: 36px;
    }

    .info-box strong {
        font-size: 26px;
    }

    .info-box span {
        font-size: 18px;
    }

    .estadisticas {
        padding: 28px 20px;
    }

    .card-estadistica h4 {
        font-size: 36px;
    }

    /* SOBRE */
    .sobre {
        padding: 90px 50px;
        flex-direction: column;
    }

    .sobre-texto,
    .sobre-imagenes {
        width: 100%;
    }

    .sobre-texto h2 {
        font-size: 52px;
        line-height: 60px;
    }

    .sobre-texto p {
        font-size: 18px;
        line-height: 32px;
    }

    /* EJES */
    .ejes {
        padding: 45px 50px 20px;
    }

    .ejes-contenedor {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }

    .eje {
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.35);
        padding: 20px;
    }

    .eje:nth-child(3n) {
        border-right: none;
    }

    /* PANELISTAS */
    .panelistas {
        padding: 40px 50px 80px;
    }

    .panelistas h2 {
        font-size: 46px;
        line-height: 56px;
    }

    .contenedor-panelistas {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }

    /* AGENDA */
    .agenda {
        padding: 40px 50px 80px;
    }

    .tabla-agenda {
        overflow-x: auto;
    }

    /* INSCRIPCIONES */
    .lado-derecho{
        left: 40px;
        width: 100%;
        max-width: 850px;
    }

    /* STANDS */
    .contenedor-stands{
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Tablets (hasta 992px) */
@media (max-width: 992px) {
    
    /* Mostrar menú hamburguesa */
    .menu-toggle {
        display: flex;
    }

    .btn-header {
        display: none;
    }

    /* HEADER y MENÚ MÓVIL */
    .header {
        justify-content: space-between;
        height: 80px;
    }

    .menu {
        position: fixed;
        top: 80px;
        left: -100%;
        width: 300px;
        height: calc(100vh - 80px);
        background: rgba(255,255,255,0.98);
        flex-direction: column;
        align-items: flex-start;
        padding: 30px;
        margin: 0;
        gap: 0;
        box-shadow: 2px 0 10px rgba(0,0,0,0.1);
        transition: left 0.3s ease;
        overflow-y: auto;
        z-index: 999;
    }

    .menu.active {
        left: 0;
    }

    .menu a {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid rgba(0,27,68,0.1);
        font-size: 16px;
    }

    .menu a:last-child {
        border-bottom: none;
    }

    /* HERO */
    .hero {
        padding: 120px 40px 50px;
    }

    .hero-top h1 {
        font-size: 60px;
        line-height: 55px;
    }

    .hero-content h3 {
        font-size: 48px;
        line-height: 60px;
    }

    .texto-hero {
        font-size: 20px;
        line-height: 32px;
    }

    .info-evento {
        gap: 35px;
    }

    .estadisticas {
        flex-wrap: wrap;
        gap: 25px;
    }

    .card-estadistica {
        min-width: 45%;
        text-align: center;
    }

    /* SOBRE */
    .sobre {
        padding: 70px 40px;
    }

    .sobre-texto h2 {
        font-size: 42px;
        line-height: 50px;
    }

    .sobre-imagenes {
        flex-direction: row;
        justify-content: center;
    }

    .img-box {
        width: 280px;
        height: 420px;
    }

    /* INSCRIPCIÓN */
    .inscripciones-contenido {
        grid-template-columns: 1fr;
        gap: 35px;
    }
}

/* Móviles grandes (hasta 768px) */
@media (max-width: 768px) {
    
    /* Asegurar que todo respete el ancho de la pantalla */
    html, body {
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }
    
    /* HEADER */
    .header {
        padding: 0 20px;
        height: 75px;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }

    .logo {
        gap: 10px;
    }

    .logo img:nth-child(1) {
        height: 55px;
    }

    .logo img:nth-child(2) {
        height: 50px;
    }

    .logo img:nth-child(3) {
        height: 42px;
    }

    .menu {
        top: 75px;
        height: calc(100vh - 75px);
        max-width: 100vw;
    }

    /* HERO */
    .hero {
        padding: 110px 30px 40px;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }

    .hero-top h1 {
        font-size: 48px;
        line-height: 45px;
    }

    .hero-top h2 {
        font-size: 22px;
        padding: 10px 22px;
    }

    .hero-content h3 {
        font-size: 38px;
        line-height: 48px;
    }

    .texto-hero {
        font-size: 18px;
        line-height: 28px;
    }

    .info-evento {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }

    .info-box i {
        font-size: 32px;
    }

    .info-box strong {
        font-size: 22px;
    }

    .info-box span {
        font-size: 16px;
    }

    .botones {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
    }

    .btn-amarillo,
    .btn-transparente {
        width: 100%;
        max-width: 100%;
        text-align: center;
        justify-content: center;
        box-sizing: border-box;
    }

    .estadisticas {
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        padding: 25px 20px;
        margin-left: 0;
        margin-right: 0;
        box-sizing: border-box;
    }

    .card-estadistica {
        min-width: 100%;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    /* SOBRE */
    .sobre {
        padding: 60px 30px;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }

    .sobre-texto h5 {
        font-size: 20px;
    }

    .sobre-texto h2 {
        font-size: 36px;
        line-height: 44px;
    }

    .sobre-texto p {
        font-size: 17px;
        line-height: 28px;
    }

    .sobre-imagenes {
        flex-direction: column;
        gap: 20px;
    }

    .img-box {
        width: 100%;
        max-width: 350px;
        height: 380px;
    }

    /* EJES */
    .ejes {
        padding: 40px 30px 20px;
    }

    .ejes h2 {
        font-size: 30px;
    }

    .ejes-contenedor {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .eje {
        padding: 18px;
    }

    .icono {
        font-size: 38px;
    }

    .eje h3 {
        font-size: 15px;
    }

    .eje p {
        font-size: 14px;
        line-height: 22px;
    }

    /* PANELISTAS */
    .panelistas {
        padding: 35px 30px 70px;
    }

    .panelistas h2 {
        font-size: 36px;
        line-height: 46px;
    }

    .texto-panelistas {
        font-size: 18px;
        line-height: 30px;
    }

    .filtros-panelistas {
        gap: 10px;
    }

    .filtros-panelistas button {
        padding: 10px 14px;
        font-size: 13px;
    }

    .contenedor-panelistas {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .card-panelista {
        flex-direction: column;
        min-height: auto;
    }

    .foto-panelista {
        width: 100%;
        height: 280px;
        clip-path: none;
    }

    .info-panelista {
        width: 100%;
        padding: 30px 25px;
    }

    .info-panelista h3 {
        font-size: 26px;
        line-height: 34px;
    }

    /* AGENDA */
    .agenda {
        padding: 35px 30px 70px;
    }

    .agenda h2 {
        font-size: 36px;
    }

    .texto-agenda {
        font-size: 18px;
        line-height: 30px;
    }

    .selector-carrera {
        flex-direction: column;
        width: 100%;
    }

    .btn-carrera {
        width: 100%;
        padding: 14px 20px;
        font-size: 15px;
    }

    .selector-dia {
        width: 100%;
        justify-content: space-between;
    }

    .btn-dia {
        flex: 1;
        padding: 12px 8px;
        font-size: 14px;
    }

    .agenda-row {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 20px;
    }

    .dia-box {
        margin-bottom: 10px;
    }

    .hora,
    .area,
    .expone,
    .tipo {
        font-size: 14px;
    }

    .charla h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .charla p {
        font-size: 13px;
    }

    /* INSCRIPCIONES */
    .inscripciones{
        padding: 50px 30px;
    }

    .lado-derecho{
        left: 0;
        width: 100%;
        max-width: 100%;
    }

    .opciones-participacion{
        max-width: 100%;
    }

    /* STANDS */
    .contenedor-stands{
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Móviles (hasta 576px) */
@media (max-width: 576px) {
    
    /* HEADER */
    .header {
        padding: 0 15px;
        height: 70px;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }

    .logo img:nth-child(2),
    .logo img:nth-child(3) {
        display: none;
    }

    .logo img:nth-child(1) {
        height: 50px;
    }

    .menu {
        top: 70px;
        width: 100%;
        max-width: 100vw;
        height: calc(100vh - 70px);
        left: -100%;
        box-sizing: border-box;
    }

    .menu.active {
        left: 0;
    }

    .menu-toggle span {
        width: 25px;
        height: 2.5px;
    }

    /* HERO */
    .hero {
        padding: 100px 20px 35px;
        width: 100%;
        max-width: 100vw;
    }

    .hero-top h1 {
        font-size: 38px;
        line-height: 36px;
        word-wrap: break-word;
    }

    .hero-top h2 {
        font-size: 18px;
        padding: 8px 18px;
    }

    .hero-content h3 {
        font-size: 30px;
        line-height: 38px;
        word-wrap: break-word;
        max-width: 100%;
    }

    .texto-hero {
        font-size: 16px;
        line-height: 24px;
        max-width: 100%;
    }

    .badge-innovacion {
        font-size: 14px;
        padding: 10px 18px;
    }

    .info-box i {
        font-size: 28px;
    }

    .info-box strong {
        font-size: 20px;
    }

    .info-box span {
        font-size: 14px;
    }

    .btn-amarillo {
        padding: 15px 25px;
        font-size: 15px;
    }

    .card-estadistica h4 {
        font-size: 32px;
    }

    .card-estadistica p {
        font-size: 16px;
    }

    /* SOBRE */
    .sobre {
        padding: 50px 20px;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }

    .sobre-texto h5 {
        font-size: 18px;
        margin-bottom: 25px;
    }

    .sobre-texto h2 {
        font-size: 30px;
        line-height: 38px;
        margin-bottom: 25px;
    }

    .sobre-texto p {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 18px;
    }

    .btn-sobre {
        width: 100%;
        text-align: center;
        padding: 15px 25px;
        font-size: 14px;
    }

    .img-box {
        max-width: 300px;
        height: 340px;
    }

    /* EJES */
    .ejes {
        padding: 35px 20px 15px;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }

    .ejes h2 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .ejes-contenedor {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .eje {
        padding: 20px 15px;
        border-right: none;
        border-bottom: 1px solid rgba(255,255,255,0.35);
    }

    .eje:last-child {
        border-bottom: none;
    }

    .icono {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .eje h3 {
        font-size: 15px;
        margin-bottom: 12px;
    }

    .eje p {
        font-size: 14px;
        line-height: 22px;
    }

    /* PANELISTAS */
    .panelistas {
        padding: 30px 20px 60px;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }

    .subtitulo-panelistas {
        font-size: 16px;
    }

    .panelistas h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .texto-panelistas {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 40px;
    }

    .filtros-panelistas {
        gap: 8px;
        margin-bottom: 45px;
    }

    .filtros-panelistas button {
        padding: 9px 12px;
        font-size: 12px;
    }

    .card-panelista {
        border-radius: 12px;
    }

    .foto-panelista {
        height: 250px;
    }

    .info-panelista {
        padding: 25px 20px;
    }

    .info-panelista span {
        font-size: 12px;
        padding: 6px 11px;
    }

    .info-panelista h3 {
        margin-top: 20px;
        font-size: 23px;
        line-height: 30px;
    }

    .info-panelista p {
        font-size: 16px;
    }

    .info-panelista strong {
        font-size: 16px;
    }

    .detalle-panelista {
        margin-top: 25px;
        padding-top: 20px;
    }

    .detalle-panelista i {
        font-size: 28px;
    }

    .detalle-panelista p {
        font-size: 14px;
    }

    /* AGENDA */
    .agenda {
        padding: 30px 20px 60px;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }

    .subtitulo-agenda {
        font-size: 16px;
    }

    .agenda h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .texto-agenda {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 35px;
    }

    .selector-carrera {
        gap: 10px;
    }

    .btn-carrera {
        padding: 12px 16px;
        font-size: 14px;
    }

    .selector-dia {
        gap: 8px;
    }

    .btn-dia {
        padding: 10px 6px;
        font-size: 13px;
    }

    .agenda-row {
        padding: 18px 15px;
        border-radius: 10px;
    }

    .dia-box h3 {
        font-size: 22px;
    }

    .dia-box span {
        font-size: 13px;
    }

    .dia-box p {
        font-size: 12px;
    }

    .hora,
    .area,
    .expone {
        font-size: 13px;
    }

    .charla h4 {
        font-size: 15px;
        line-height: 22px;
    }

    .charla p {
        font-size: 12px;
    }

    .badge {
        padding: 6px 10px;
        font-size: 11px;
    }

    /* POPUP */
    .popup-contenido {
        width: 95%;
        max-width: 450px;
    }

    .popup-header {
        padding: 25px 20px;
    }

    .popup-header h2 {
        font-size: 32px;
    }

    .popup-body {
        padding: 30px 20px;
    }

    .popup-body h3 {
        font-size: 24px;
        line-height: 32px;
    }

    .popup-body p,
    .popup-info p {
        font-size: 16px;
    }

    .btn-popup {
        width: 100%;
        padding: 15px 28px;
        font-size: 15px;
    }

    /* INSCRIPCIÓN */
    .inscripciones {
        padding: 60px 20px;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }

    .inscripciones-contenido{
        width: 100%;
        max-width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .opciones-participacion{
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .card-opcion{
        width: 100%;
        max-width: 100%;
        padding: 30px 25px;
        box-sizing: border-box;
    }

    .contenedor-stands{
        grid-template-columns: 1fr;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .stands{
        padding: 60px 20px;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }

    .info-inscripcion h2 {
        font-size: 38px;
        line-height: 46px;
    }

    .info-inscripcion p {
        font-size: 16px;
        line-height: 26px;
    }

    /* FORMULARIO */
    .formulario-inscripcion {
        padding: 30px 20px;
    }

    .formulario-inscripcion h3 {
        font-size: 24px;
    }

    .form-grupo {
        grid-template-columns: 1fr;
    }

    .btn-enviar {
        padding: 15px;
        font-size: 15px;
    }
}

/* Móviles pequeños (hasta 400px) */
@media (max-width: 400px) {
    
    /* Forzar que todo respete el ancho de la pantalla */
    html, body {
        width: 100%;
        max-width: 100vw;
        overflow-x: hidden;
    }
    
    * {
        max-width: 100%;
    }
    
    .hero,
    .sobre,
    .ejes,
    .panelistas,
    .agenda,
    .inscripciones {
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        max-width: 100vw;
        box-sizing: border-box;
    }
    
    .hero-top h1 {
        font-size: 32px;
        line-height: 30px;
        word-wrap: break-word;
    }

    .hero-content h3 {
        font-size: 26px;
        line-height: 34px;
        word-wrap: break-word;
    }

    .texto-hero {
        font-size: 14px;
        line-height: 22px;
    }

    .sobre-texto h2 {
        font-size: 26px;
        line-height: 34px;
    }

    .panelistas h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .agenda h2 {
        font-size: 24px;
    }

    .btn-carrera,
    .btn-dia {
        font-size: 12px;
        padding: 10px 12px;
        box-sizing: border-box;
    }

    .foto-panelista {
        height: 220px;
        max-width: 100%;
    }
    
    .estadisticas {
        width: 100%;
        max-width: 100%;
        padding: 20px 15px;
        margin: 0;
    }
    
    .info-evento {
        width: 100%;
        max-width: 100%;
    }
}