@font-face {
    font-family: 'Bagoss Standard';
    src: url('../fonts/BagossStandard-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Bagoss Medium';
    src: url('../fonts/BagossStandard-Medium.woff') format('woff');
}

*{
    font-family: 'Bagoss Standard';
    color: #44220C;
    margin: 0;
    padding: 0;
    font-weight: 100;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body{
    background-color: #3F6CFF;
    overflow-x: hidden;
}

.visuallyhidden{
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

.ofcover{ width: 100%; height: 100%; object-fit: cover; }

.desktop{ display: block; }
.mobile{ display: none; }

@media (max-width: 760px) {
    .desktop{ display: none; }
    .mobile{ display: block; }
}

.fullscreen{ width: 100vw; height: 100vh; }





.naranja{
    background-color: #44220C;
}

.btn{
    background-color: #44220C;
    color: #E9B5F6;
    padding: 0 35px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;
}

.btn:hover{
    transform: scale(1.05);
}


.box-100{
    width: 100%;
    height: 100%;
    text-align: center;
}
.box-50{
    width: 50%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.box-33{
    width: 33.33%;
    height: 100%;
    text-align: center;
}
.box-25{
    width: 25%;
    height: 100%;
    text-align: center;
}




/* oO Header Section Oo ------------------------------------------------------------------------------------------------------------------------------ */
header {
    background-color: #3F6CFF; /* Fondo igual que el body */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 30px;
    width: 100%;
}

.tickets {
    position: fixed; /* Mantenerlo fijo en la pantalla */
    top: 0px; /* Mantenerlo a 30px desde la parte superior */
    left: 50%; /* Centrar horizontalmente */
    transform: translateX(-50%); /* Ajustar el punto de referencia horizontal al centro */
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    z-index: 1000; /* Asegurarse de que esté por encima de otros elementos */
}

.tickets a{
    font-family: 'Bagoss Medium';
}


header .box-33{
    z-index: 2;
}

.logo-header p{
    text-align: left;
    font-size: 16px;
    z-index: 1;
    text-transform: uppercase;
    color: #44220C;
}

.idiomas{
    text-align: right;
    font-size: 16px;
    text-transform: uppercase;
    z-index: 1;
}
.idiomas nav ul{
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.idiomas nav ul li a{
    font-size: 16px;
    font-family: 'Bagoss Medium';
}

.idioma{
    transition: all 0.6s;
}
.idioma.active{
    text-decoration: underline;
}
.idioma:hover{
    transform: scale(1.05);
}



/* oO Hero Section Oo ------------------------------------------------------------------------------------------------------------------------------ */
article.hero-container {
    position: fixed;
    top: 0;
}

section.hero{
    position: relative;
    height: 100vh;
}

.hero .background{
    width: 100vw;  
    height: 100vh;
    object-fit: cover;
}

.center {
    width: 100vw;
    height: 100%;
    top: 0;
    position: absolute;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.center h1 {
    font-size: 140px;
    line-height: 1;
    color: #44220C; 
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: 'Bagoss Medium';
    /* mix-blend-mode: difference; */
}
.center h2 {
    font-size: 140px;
    line-height: 0.7;
    color: #44220C; 
    margin-bottom: 0px;
    font-family: 'Instrument Serif', sans-serif;
    /* mix-blend-mode: difference; */
}

.center h3 {
    font-size: 120px;
    line-height: 1;
    color: #44220C; 
    text-transform: uppercase;
    margin-bottom: 0px;
    font-family: 'Instrument Serif', sans-serif;
    /* mix-blend-mode: difference; */
}

.center h4 {
    font-size: 60px;
    line-height: 0.6;
    color: #44220C; 
    margin-bottom: 0px;
    font-family: 'Instrument Serif', sans-serif;
    /* mix-blend-mode: difference; */
}

.bottom{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.bottom h3 {
    font-size: 16px;
    line-height: 26px;
    color: #44220C; 
    text-transform: uppercase;
    font-family: 'Instrument Serif', sans-serif;
    /* mix-blend-mode: difference; */
}





/* oO CONTENIDO Oo ------------------------------------------------------------------------------------------------------------------------------ */

.container-scroll{
    position: absolute;
    top: 100vh;
    z-index: 1;
    width: 100vw;
    background-color: #3F6CFF;
}

article.contenido{
    
}

/* oO Programa Section Oo ------------------------------------------------------------------------------------------------------------------------------ */

section.programa {
    padding: 50px 20px;
    background-color: #3F6CFF; /* Fondo igual que el body */
    text-align: center;
}
.programa h2 {
    font-size: 25px;
    color: #44220C; /* Color principal */
}

.programa h3 {
    font-size: 50px;
    margin-bottom: 0px;
    line-height: 1;
    color: #44220C; /* Color principal */
    font-family: 'Instrument Serif', sans-serif;
}
.programa-item{
    margin-bottom: 45px;
}









/* oO Ponentes Section Oo ------------------------------------------------------------------------------------------------------------------------------ */
.ponentes {
    padding: 30px;
    text-align: center;
    margin: 0 auto;
    max-width: 1600px;
}

.ponentes-principales,
.ponentes-resto {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.ponente-item {
    padding: 1.5vw;
}

.ponente-item .pic{
    aspect-ratio: 3/4; 
    max-height: 700px;
}

.ponente-item img{
    border-radius: 25px;
}

.ponente-item video{
    border-radius: 25px;
}

.ponente-item h3 {
    font-size: 50px;
    margin: 15px 0 10px;
    line-height: 1;
    font-family: 'Instrument Serif', sans-serif;
}
.ponente-item h4{
    font-size: 25px;
    line-height: 1.2;
}

.ponente-item p {
    font-size: 16px;
    line-height: 1.2;
    margin: 30px 0;
}

.ponente-item a {
    font-family: 'Bagoss Medium';
}

.ponente-item p a{
    font-size: 16px;
    line-height: 1.2;
    margin: 30px 0;
    
}
.ponente-item p a:hover{
    transition: all 0.6s;
}
.ponente-item p a{
    color:#44220C;
    font-family: 'Bagoss Medium';
}

.ponente-item p a:hover{
    text-decoration: underline;
    transform: scale(1.05);
}

/* Estilo específico para ponentes principales */
.ponentes-principales .ponente-item {

}

/* Estilo específico para ponentes secundarios */
.ponentes-resto .ponente-item {

}



.curtain-slider {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.curtain-slider .plane {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.curtain-slider .plane.active {
    opacity: 1;
    z-index: 1;
}








.banner-tickets{ padding: 60px 0;}
.banner-tickets a{
    font-family: 'Bagoss Medium';
    background-color: #44220C;
    color: #E9B5F6;
    padding: 0 50px;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    transition: all 0.3s;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;
}



/* oO Footer Section Oo ------------------------------------------------------------------------------------------------------------------------------ */
footer{
    width: 100vw;
    background-color: #E9B5F6;
    color: #44220C;
    padding: 30px 20px 0;
    text-align: center;
}

footer p,a{
    font-size: 50px;
    line-height: 0.9;
    margin-bottom: 0px;
    color: #44220C;
    transition: all 0.6s;
    font-family: 'Instrument Serif', sans-serif;
}
footer a:hover{
    text-decoration: underline;
    transform: scale(1.05);
}

footer h4{
    font-size: 20px;
    text-decoration: none;
    font-family: 'Bagoss Medium';
}
footer h4 a{
    font-size: 20px;
    text-decoration: none;
    font-family: 'Bagoss Medium';
}


footer .foot-tit p{
    font-size: 80px;
    margin-bottom: 0px;
    color: #44220C;
    text-transform: uppercase;
    line-height: 0.8;
    font-family: 'Bagoss Medium';
}

footer .logo{
    margin-top: 120px;
}

footer .logo img{
    height: 30px;
}



footer .logos{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    padding-bottom: 60px;
    
}

footer .logos img{
    height: 20px;
}




/* Responsividad */
@media (max-width: 760px) {
    .ponentes-principales,
    .ponentes-resto {
        flex-direction: column;
        align-items: center;
    }

    .ponente-item {
        width: 90%;
    }
}




@media (max-width: 1280px) {

}

@media (max-width: 1180px) {

}
@media (max-width: 920px) {
    .center h1 {
        font-size: 15vw;
        line-height: 0.9;
        color: #44220C; 
        text-transform: uppercase;
        margin-bottom: 0px;

    }
    .center h2 {
        font-size: 15vw;
        line-height: 0.7;
        color: #44220C; 
        margin-bottom: 0px;
        margin-top: 3px;
    }
    
    .bottom{
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }
    
    .bottom h3 {
        font-size: 16px;
        line-height: 26px;
        color: #44220C; 
        text-transform: uppercase;
    } 
    
    .ponentes {
        padding: 15px;
        text-align: center;
    }
    .ponente-item {
        padding: 15px;
    }

    footer .foot-tit p {
        font-size: 15vw;
        margin-bottom: 0;
        color: #44220C;
        text-transform: uppercase;
        line-height: 1;
    }
}
@media (max-width: 760px) {
    

    
}
@media (max-width: 560px) {
    html{overflow-x: hidden;}
    body{ font-size: 80%; }
    h1, h2 {
        font-size: 25px;
        line-height: 25px;
        
    }
    .center h1 {
        font-size: 14vw;
        line-height: 0.9;
        color: #44220C; 
        text-transform: uppercase;
        margin-bottom: 0px;

    }
    .center h2 {
        font-size: 12vw;
        line-height: 0.7;
        color: #44220C; 
        margin-bottom: 0px;

    }
    .center h3 {
        font-size: 18vw;
    }



    .center h4 {
        font-size: 10vw;
    }

    .logo-header{display: none;}
    .idiomas nav ul {
        gap: 10px;
    }

    h3{font-size: 22px;}

    .box-100, .box-50, .box-33, .box-25{
        width: 100%;
        height: 100%;
    }
    .tickets{
        height: 100px;
    }
    
    .footer .logo img{
        max-width: 90%;

    }
}