body {
    font-family: 'Montserrat', sans-serif;
}


/* HOME SECCION 1 */

#Section-1 {
    position: relative;
    min-width: 100vh;
}

.contenedor {
    width: 100%;
    height: 100vh;
    display: flex;
    overflow: hidden;
}

.slider {
    width: 100%;
    height: 100vh;
    transition: 3s;
}

.slide {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center center;
}


.carousel-titulo {
    font-size: clamp(35px, 2.5vw + 1rem, 74px);
    font-weight: 900;
    width: 55%;
    text-align: center;
    margin-top: 10%;
    margin-bottom: 5%;
    z-index: 5;
}

.carousel-titulo,
.carousel-texto {
    opacity: 0;
    /* Comienza invisible */
    transform: translateY(50px);
    /* Comienza debajo */
    transition: opacity 3s ease-out, transform 3s ease-out;
    /* Transición para la animación */
}

.carousel-texto.visible,
.carousel-titulo.visible {
    opacity: 1;
    /* Hacer visible */
    transform: translateY(0);
    /* Mover a la posición original */
}

.carousel-titulo p {
    color: transparent;
    background: linear-gradient(to bottom, rgb(255, 255, 255, 100%), rgba(255, 255, 255, 0.005));
    background-clip: text;

    transition: ease-in .4s;
}

.carousel-texto {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 5;
}


.carousel-texto .texto {
    width: 40%;
    height: auto;
    display: flex;
    justify-content: flex-start;
    margin-top: 0%;
    margin-left: -10%;
}

.carousel-texto p {
    /* font-size: clamp(18px, 2vw + 1rem, 31px); */
    font-size: clamp(18px, 1.3vw + .6rem, 30px);
    text-align: justify;
    font-weight: 500;
    word-wrap: break-word;
    color: white;
}

.imagen {
    width: 50%;
    display: flex;
    justify-content: flex-start;
    margin-top: 0%;
    margin-left: 10%;
}


/* HOME SECCION 2 */

.home-ii-texto {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
}

.home-ii-titulo {
    color: #691B32;
    font-size: clamp(48px, 3vw + 1rem, 64px);
    font-weight: 700;
    word-wrap: break-word;
    margin-bottom: 10%;
    margin-top: 50%;
    width: auto;
    text-align: center;
}

.home-ii-pregunta {
    width: auto;
    height: auto;
    color: black;
    font-size: clamp(24px, 1vw + 1rem, 35px);
    font-weight: 500;
    word-wrap: break-word;
    text-align: center;
}

.home-cards {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    max-height: 900%;
    background: linear-gradient(90deg, #691B32 0%, #A02142 100%);
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.10);
    border-radius: 23px;
    border-left: 0.50px #691B32 solid;
    border-right: 0.50px #691B32 solid;
    border-bottom: 1px #691B32 solid;
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
}

.home-cards img {
    width: 40%;
    height: 100%;
    margin-bottom: 25%;
    margin-top: 10%;
}

.card-hover {
    transition: transform 0.3s ease;
}

.card-hover:hover {
    transform: perspective(600px) rotateY(-10deg) translateX(-10px);
    cursor: pointer;

}

.hover-text {
    position: absolute;
    top: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: clamp(15px, 2.5vw + 1rem, 25px);
    transition: opacity 0.3s ease;
    width: 300px;
    text-align: center;
}


/* HOME SECCION 3 */

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#Section-3 .container {
    position: relative;
    z-index: 1;
    color: black;
}

.home-iii-contenido {
    width: 100vw;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
}

.home-iii-titulo {
    width: 100%;
    height: 100%;
    color: #691B32;
    font-size: clamp(48px, 3vw + 1rem, 64px);
    font-weight: 700;
    word-wrap: break-word;
    margin-left: 5%;
    margin-bottom: 2%;
}

.home-iii-informacion {
    width: 98.7vw;
    background: linear-gradient(90deg, rgba(105, 27, 50, 0.90) 0%, rgba(160, 33, 66, 0.90) 100%);
    padding-bottom: 5%;
}

.home-iii-informacion .titulo {
    width: 100%;
    height: 100%;
    color: white;
    font-size: clamp(45px, 2vw + 1rem, 60px);
    font-weight: 700;
    word-wrap: break-word;
    text-align: center;
}

.home-iii-informacion .mesa {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.home-iii-informacion .mesa-titulo {
    color: white;
    font-size: clamp(24px, 2vw + 1rem, 40px);
    font-weight: 500;
    word-wrap: break-word;
    margin-left: 5%;
}

.home-iii-informacion .mesa-container {
    display: flex;
    gap: 5%;
    margin-right: 20%;
    margin-top: 10%;
}

.mesa-i,
.mesa-ii,
.mesa-iii {
    color: white;
    font-size: clamp(18px, 2vw + 1rem, 31px);
    font-weight: 500;
    word-wrap: break-word;
    width: 250px;
    text-align: center;
}

.home-iii-informacion .linea {
    margin-top: 3%;
    width: 100%;
    height: 100%;
    border: 3px white solid;
    margin-bottom: 3%;
}

.home-iii-informacion .tablero {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.home-iii-informacion .tablero-titulo {
    color: white;
    font-size: clamp(24px, 2vw + 1rem, 40px);
    font-weight: 500;
    word-wrap: break-word;
    margin-left: 5%;
}

.home-iii-informacion .tablero-botones-container {
    display: flex;
    gap: 10px;
    margin-right: 20%;
}

.home-iii-informacion .tablero-botones {
    background: #B69863;
    border-radius: 45px;
    color: white;
    font-size: clamp(15px, 1vw + 1rem, 30px);
    font-weight: 500;
    word-wrap: break-word;
}


/* HOME SECCION 4 */

.home-iv-texto {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    height: auto;
}

.home-iv-titulo {
    color: #691B32;
    font-size: clamp(48px, 3vw + 1rem, 64px);
    font-weight: 700;
    word-wrap: break-word;
    margin-bottom: 10%;
    margin-top: 50%;
    width: auto;
    text-align: center;
}

.home-iv-pregunta {
    width: 130%;
    height: auto;
    color: black;
    font-size: clamp(24px, 1vw + 1rem, 35px);
    font-weight: 500;
    word-wrap: break-word;
}


/* HOME SECCION 5 */

.vs {
    align-items: center;
}

.qr {
    width: 65%;
    height: 240px;
    flex-shrink: 0;
    border-radius: 15px;
    background: #691B32;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.qr .titulo {
    color: var(--color-white-solid, #FFF);
    font-size: clamp(20px, 2vw + 1rem, 35px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}

.qr .subtitulo {
    color: var(--color-white-solid, #FFF);
    font-size: clamp(14px, 1vw + 0.5rem, 23px);
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 60%;
    margin-top: 2%;
}