@charset "UTF-8";
/* CSS Document */

/************************************************************/
/*-------------------Importar las fuentes-------------------*/
/************************************************************/

@font-face {
    font-family: "gelion_black";
    src: url(../fonts/gelion/Gelion_Black.ttf);
}

/******************************************************************/
/*-------------------Fin importacion de fuentes-------------------*/
/******************************************************************/

#bannerLogo {
    width: 25%;
}

/* Seccion Descripcion */
.sectionDescripcion {
    min-height: 600px;
    background-image: url(../img/2025/14BGDesktop.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FD6400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
}

.descripcionContainer {
    max-width: 900px;
    text-align: center;
    color: #fff;
}

.descripcionContainer p {
    font-size: 2rem;
    font-family: "gelion_medium";
    line-height: 1.8;
    margin-bottom: 1.5rem;
    text-align: justify;
}

.descripcionContainer p.final {
    text-align: center;
    font-size: 2.25rem;
    margin-top: 2rem;
}

.descripcionContainer strong {
    font-weight: bold;
}

/* Responsive para la sección de descripción */
@media (max-width: 768px) {
    .sectionDescripcion {
        background-image: url(../img/2025/13BGMobile.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #FD6400;
        padding: 60px 30px;
        min-height: 500px;
    }

    .descripcionContainer p {
        font-size: 1.75rem;
    }

    .descripcionContainer p.final {
        font-size: 1.125rem;
    }
}

/* Seccion Jurados */
.sectionJurados {
    padding-bottom: 20px;
    min-height: 800px;
    background-color: #FD6400;
    background: no-repeat center/cover url(../img/2025/18BGDesktop.png);
}

.sectionJuradosTwo {
    min-height: 800px;
    background-color: #FD6400;
}

.encabezadoJurados {
    padding: 70px 0;
    text-align: center;
    font-size: 5.5rem;
    letter-spacing: -2px;
    color: #ffffff;
    font-family: "gelion_black";
    text-transform: uppercase;
}

/* fotos jurados */
.imgJurados img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.gridJurados {
    max-width: 90%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 20px;
    justify-content: center;
    align-items: center;
    padding-bottom: 75px;
}

.gridJurados img {
    width: 100%;
    height: auto;
    max-width: 1200px;
    margin: auto;
    pointer-events: none;
}

.sectionJurados>div {
    margin: 0 auto;
}

.sectionJuradosTwo>div {
    margin: 0 auto;
}

.sectionJuradosTwo {
    background-image: url(../img/bakground_jurados.png);
    background-size: cover;
    background-position: center;
    background-color: #FFB300;
    background-repeat: no-repeat;
}

.sectionJuradosTwo .gridJurados {
    padding-top: 90px !important;
}

/* Seccion Ubicacion */
.sectionUbicacion {
    min-height: 600px;
    background-color: #ffffff;
    background: no-repeat bottom/cover url(../img/2025/20BGDesktop.png);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
}

.ubicacionContainer {
    max-width: 900px;
    text-align: center;
    color: #fff;
}

.tituloUbicacion {
    font-size: 3rem;
    font-family: "gelion_black";
    line-height: 1.3;
    margin-bottom: 2.5rem;
    color: #fff;
    text-transform: none;
}

.ubicacionContainer p {
    font-size: 2rem;
    font-family: "gelion_medium";
    line-height: 1.8;
    margin-bottom: 1.5rem;
    text-align: justify;
    color: #fff;
}

.ubicacionContainer strong {
    font-weight: bold;
}

.mapaContainerImageDesktop {
    display: block;
}

.mapaContainerImageMobile {
    display: none;
}

.btn-basic{
    font-family: "gelion_medium";
    margin:0;
    display: block;
    text-decoration: none;
    display: block;
    font-size: 18px;
    background-color: transparent;
    border: 2px solid white;
    color: white;
    padding: 10px 20px;
    width: auto;
    transition: .2s 
ease;
    background-color: transparent;
}

.btn-basic:hover {
    background: #ff1493;
    color: #fff;
  }

.btn-ver-mas-jueces {
    background-color: rgb(49, 0, 146);
    color: #fff;
    border: 2px solid rgb(49, 0, 146);
    &:hover {
        background-color: #fff;
        color: rgb(49, 0, 146);
    }
}

/* Responsive para la sección de ubicación */
@media (max-width: 768px) {
    .sectionUbicacion {
        background: no-repeat bottom/cover url(../img/2025/19BGMobile.png);
        padding: 60px 30px;
        min-height: 500px;
    }

    .tituloUbicacion {
        font-size: 2rem;
        margin-bottom: 2rem;
    }

    .ubicacionContainer p {
        font-size: 1.75rem;
    }
}

.shortlistTitle {
    margin: 60px 0px 20px 0 !important;
}

@media (max-width: 768px) and (min-width: 481px) {

    /* Banner Home tablet*/
    .homeBackground {
        background: no-repeat bottom/contain url(../img/2025/hero/hero_desktop.png);
        width: 100%;
        min-height: 400px !important;
        background-color: #310092;
    }

    .title {
        font-size: 3rem !important;
    }
}

@media (max-width: 600px) {
    .homeBackground {
        background: no-repeat bottom / cover url(../img/2025/hero/volcan_fest_2025_mob.png);
        width: 100%;
        min-height: 600px !important;
        background-color: #310092;
    }

    .sectionJurados {
        background: no-repeat center/cover url(../img/2025/17BGMobile.png);
    }

    .mapaContainerImageDesktop {
        display: none;
    }

    .mapaContainerImageMobile {
        display: block;
    }
}