@font-face {
    font-family: 'outersans';
    src: url('./made_outer_sans/MADE\ Outer\ Sans\ Alt\ Bold\ PERSONAL\ USE.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sansserif';
    src: url('./sf-pro-display/SFPRODISPLAYBOLD.OTF') format('opentype');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background-color: #1D1D1F;

    /* Elimina el fondo del body */

}

#mainNavbar {
    /* background-color: #000000bc;
    background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(0, 0, 0, 0.500));
    backdrop-filter: blur(10px); */
    -webkit-backdrop-filter: blur(10px);
    background-color: black;
    border: none;
    z-index: 9999999;
    transition: background 0.3s ease;
    opacity: 1;
}


.btn-card {

    background-color: #ffffff00;
    color: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    border: 2px solid rgb(255, 255, 255);
    z-index: 1;
}

.btn-card:hover {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    transform: translateY(-3px);

}

.btn-card-dark {

    background-color: #ffffff00;
    color: rgb(0, 0, 0);
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    text-decoration: none;
    border: 2px solid rgb(0, 0, 0);
    z-index: 1;
}

.btn-card-dark:hover {
    background-color: #000000;
    color: rgb(255, 255, 255);
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    transform: translateY(-3px);

}


li {
    font-family: "sansserif", sans-serif;
    font-size: 14px;
    padding-inline: 10px;
    font-weight: 100;
    font-style: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
}


.carousel-container {
    position: relative;
}

/* @media (max-width: 900px) {
    .carousel-container {
        margin-top: 115px;
    }
}
 */
#carouselprincipal {
    border-radius: 20px;
    margin: 0px;
    margin-top: 0px;
    /* o lo que mida tu navbar (aprox 80-100px si tiene padding) */
    margin-bottom: 0px;
    transition: margin 0.3s ease;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 50px 15px rgba(0, 0, 0, 0.75);
}

/* Si el usuario tiene zoom muy bajo (viewport más chico), le damos margen */
/* @media (min-width: 2500px) {
    #carouselprincipal {
        overflow: hidden;
        margin: 250px;
        margin-top: 150px;
        margin-bottom: 120px;
    }

    #carouselescenario {
        overflow: hidden;
        margin: 250px;
        margin-top: 150px;
        margin-bottom: 120px;
    }

} */

/* Si usas .background-blur (opcional): */
.background-blur {
    position: fixed;
    /* Fijo para evitar cortes */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: black;

    opacity: 1;
}

#carouselescenario {
    border-radius: 20px;
    margin: 0px;
    margin-top: 0px;
    /* o lo que mida tu navbar (aprox 80-100px si tiene padding) */
    margin-bottom: 0px;
    transition: margin 0.3s ease;
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 50px 15px rgba(0, 0, 0, 0.75);
}

.texto-encima,
.texto-encima2 {
    position: absolute;
    font-size: 3rem;
    font-weight: bold;
    color: white;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
    transform: translateY(20px);
    pointer-events: none;
    z-index: 9999;
    font-family: 'outersans', sans-serif;
}

.texto-encima {
    top: 10%;
    right: 5%;
}

.texto-encima2 {
    top: 20%;
    left: 5%;
}



.texto-encima.visible,
.texto-encima2.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Tamaños personalizados */
.texto-escenario,
.texto-escenario2 {
    font-size: 5vw;
    line-height: 1.2;
    text-transform: uppercase;
}

.texto-pequeño,
.texto-pequeño2 {
    color: #00FFEF;
    font-weight: bold;
    font-size: 2vw;
    line-height: 1.2;
    text-transform: uppercase;
}

.texto-degradado,
.texto-degradado2 {
    color: #FFFFFF;
    font-size: 1.2em;
    display: inline-block;
    position: absolute;
    right: 0px;
}

.texto-degradado2 {
    left: 0px;

}

/*  ***************************************************************************** */
/* Estilos para el párrafo */
.descripcion-ticketera {
    font-family: sans-serif;
    /* Fuente normal */
    font-size: 1rem;
    /* Tamaño estándar */
    font-weight: normal;
    /* Sin negrita */
    text-align: center;
    /* Centrado como el título */
    color: white;
    /* Color de texto */
    width: 100%;
    max-width: 600px;
    /* Ancho máximo opcional */
    margin: 0 auto;
    /* Centrado horizontal */
    padding-top: 10px;
    /* Espacio arriba */
    line-height: 1.5;
    /* Interlineado */
}

/* ******************************** FILTRO QUE CUBRE TODO ******************************************* */

/* .color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00FFEF;
    opacity: 0.3;
    z-index: 1;
}
 */
.texto-con-overlay {
    position: relative;
    z-index: 2;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 5vw;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* *********************** swiper sliders ************************** */

.swiper-coverflow {
    width: 100%;
    border-color: none;
}

.swiper-slide-coverflow {
    width: 100%;
    max-width: 450px;
    height: 500px;

    /* <-- Aumenta este valor para PC */
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    padding: 20px;
    border-color: none;

}

.navbar-brand img {
    margin-left: 25px;
}

@media (max-width: 768px) {
    .swiper-slide-coverflow {
        max-width: 100%;
        /*         height: 580px;
 */
        /* Que ocupe más espacio en pantallas pequeñas */
    }

    .navbar-brand img {
        width: 60px;
        margin-left: 1px;

    }
}

.swiper-img-coverflow {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    border-color: black;
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    cursor: pointer;
    transition: transform 0.3s ease;
}

.swiper-img-coverflow:hover {
    transform: scale(1.1);
    transition: transform 0.3s ease-out;
    box-shadow: 0px 4px 4px 0px #00FFEF;

}

/* ******************************* ticketera section ******************************************************* */

.ticketera-section {
    background-color: #000;
    overflow: hidden;
}

.ticketera-title {
    font-family: 'Montserrat', sans-serif;
    color: rgb(0, 0, 0);
    line-height: 1.2;
}

.ticketera-subtitle {
    font-size: 2rem;
    font-weight: 600;
    color: #000000;
}

.ticketera-main-title {
    font-size: 4rem;
    font-weight: 800;

    background: linear-gradient(90deg, #00FFEF, #00bfff, #0066ff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.ticketera-description {
    font-family: 'Open Sans', sans-serif;
    color: #ccc;
    max-width: 90%;
}


.ticketera-title2 {
    font-family: 'Montserrat', sans-serif;
    color: rgb(0, 0, 0);
    line-height: 1.2;
}

.ticketera-subtitle2 {
    font-size: 2rem;
    font-weight: 600;
    color: #000000;
}

.ticketera-main-title2 {
    font-size: 4rem;
    font-weight: 800;

    background: linear-gradient(90deg, #000c0c, #000000, #000000);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}





@media (max-width: 768px) {
    .ticketera-subtitle {
        font-size: 1.5rem;
    }

    .ticketera-main-title {
        font-size: 3rem;
    }

    .ticketera-content {
        text-align: center;
    }

    .conteiner-quienes {
        text-align: center;
    }

    .ticketera-description {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .experiencias-content {
        text-align: center;
    }
}


.fondo-ticketera {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
        url('https://res.cloudinary.com/dynpy0r4v/image/upload/v1746217624/arenalimanorte/qivgxiqqjgjmjnxkkhjz.png') no-repeat center center;
    height: 100%;
    padding: 20px;
    /* altura de toda la pantalla */
    background-size: cover;
    position: relative;
}

/* ********************************** EXPERIENCIAS SECTION *************************************** */

.experiencias-section {
    /*     background-color: #000;
 */
    color: white;
}

#carouselprincipal3 {
    border-radius: 30px;
    overflow: hidden;
}



.experiencias-title {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 2rem;
}

.experiencias-main-title {
    font-size: 4rem;
    font-weight: 800;
    background: linear-gradient(90deg, #00FFEF, #00bfff, #0066ff);
    /*     text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #FF2D95 0px 0px 20px, #FF2D95 0px 0px 30px, #FF2D95 0px 0px 40px, #FF2D95 0px 0px 50px, #FF2D95 0px 0px 75px, 2px 2px 20px rgba(0,255,239,0);
 */
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.experiencias-subtitle {
    font-size: 2rem;
    font-weight: 600;
    display: block;
    color: #00FFEF;
}

.eventos-lista {
    font-family: 'Open Sans', sans-serif;
}

.evento-item {
    border-left: 3px solid #FF8C00;
    padding-left: 15px;
}

.evento-nombre {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: white;
}

.evento-desc {
    font-size: 1rem;
    color: #ccc;
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .experiencias-main-title {
        font-size: 2.5rem;
    }

    .experiencias-subtitle {
        font-size: 2rem;
    }

    .evento-nombre {
        font-size: 1.25rem;
    }
}

/* **************************** swiper sliders experiencias ************************************** */


/* *********************** swiper sliders ************************** */

.swiper-coverflow2 {
    width: 100%;
}


.swiper-slide-coverflow2 {
    width: 100%;
    max-width: 450px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    padding: 20px;
    border-color: none;

}

@media (max-width: 768px) {
    .swiper-slide-coverflow2 {
        max-width: 100%;
        height: 580px;

        /* Que ocupe más espacio en pantallas pequeñas */
    }
}

.swiper-img-coverflow2 {
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    border-color: black;
    overflow: hidden;
    /*     box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
 */
    cursor: pointer;
    transition: transform 0.3s ease;
}

.swiper-img-coverflow2:hover {
    transform: scale(1.1);

    transition: transform 0.3s ease-out;
    box-shadow: 0px 4px 4px 0px #00FFEF;

}

.card-overlay {
    padding: 20px;
    background-color: #000;

}

/* ***************************** QUIENES SOMOS ************************************** */
.quienes-section {
    position: relative;
}

.container-quienes {
    position: relative;
    background-color: #000;
    color: white;
    padding: 3rem 1rem;
    z-index: 2;
    text-align: center;
    overflow: hidden;
}

/* Esta es la sombra que sube a cubrir parte de la imagen */
.container-quienes::before {
    content: "";
    position: absolute;
    top: -100px;
    /* Sube encima de la imagen */
    left: 0;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, black, transparent);
    z-index: 999999999;
}

/*  **************************** NAV BAR ************************************** */
.nav-item {
    position: relative;
    display: inline-block;
}

.nav-item::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: currentColor;
    left: 0;
    bottom: 0;
    transition: width 0.3s ease;
}

.nav-item:hover::after {
    width: 100%;
}

@media (max-width: 991.98px) {

    .navbar-collapse.show,
    .navbar-collapse.collapsing {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.500); /* Fondo oscuro semi-transparente */
        backdrop-filter: blur(8px); /* Efecto blur */
        -webkit-backdrop-filter: blur(8px); /* Compatibilidad con Safari */
        z-index: 999; /* Z-index menor que el del logo */
        height: 100vh !important;
        padding-top: 80px; /* Espacio para el logo */
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    

    /* Aseguramos que el logo permanezca visible */
    .navbar-brand {
        position: relative;
        z-index: 1001;
        /* Z-index mayor que el del navbar-collapse */
    }

    /* Ajustes para los elementos del menú */
    .navbar-collapse.show .navbar-nav,
    .navbar-collapse.collapsing .navbar-nav {
        height: auto;
        margin: auto 0;
    }

    /* Hacer los items del menú más grandes */
    .navbar-collapse.show .nav-item,
    .navbar-collapse.collapsing .nav-item {
        margin: 15px 0;
    }

    .navbar-collapse.show .nav-link,
    .navbar-collapse.collapsing .nav-link {
        font-size: 1.5rem;
        padding: 10px 0;
    }

    

    /* Posición del botón cerrar */
    .navbar-toggler.collapsed {
        z-index: 1050;
        position: relative;
    }

    .navbar-toggler:not(.collapsed) {
        position: relative;

        z-index: 1050;
    }
}