@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body {
    overflow-x: hidden; /* Desactiva el scroll horizontal */
    font-family: 'Raleway', sans-serif;
    background-color: #0D1117;
}

.title{
    color: #EEEEEE;
    font-size: 2.778vw;
}

.containerShows{
    max-width: 100%;
    padding-left: 3.25vw;
    padding-right: 3.25vw;
    display: flex;
    flex-direction: column;
}

.containerTitleShows{
    margin-top: 1.097vw;
    margin-bottom: 1.944vw;
    padding-left: 0.8vw;
}


.subtitleShows{
    color: #FFFFFF;
}


/*/////////////////////////// Tarjetas ///////////////////////////*/

.tarjetaShow{
    width: 22.778vw;
    height: 15.764vw;
    display: flex;
    flex-direction: row;
}

.tarjetaFocus{
}

.tarjetaFocus .bordesDer img{
    border-right: #653CD2 0.119vw solid;
    border-top: #653CD2 0.119vw solid;
    border-bottom: #653CD2 0.119vw solid;
}

.tarjetaFocus .bordesIz{
    border-left: #653CD2 0.119vw solid;
    border-top: #653CD2 0.119vw solid;
    border-bottom: #653CD2 0.119vw solid;
}

.tarjetaShow:hover {
    cursor: pointer;
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}

.tarjetaShow:hover .bordesDer img {
    border-right: #653CD2 0.15vw solid;
    border-top: #653CD2 0.15vw solid;
    border-bottom: #653CD2 0.15vw solid;
}

.tarjetaShow:hover .bordesIz {
    border-left: #653CD2 0.15vw solid;
    border-top: #653CD2 0.15vw solid;
    border-bottom: #653CD2 0.15vw solid;
}

.tarjetaFocus .descripcionTarjetaMenuTematico{
    padding-bottom: 0.5vw;
}

.tarjetaCol1{
    background-color: #1E2A31;
    color: #EEEEEE;
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: start;
    padding-right: 0.9vw !important;
}

.subtituloTarjeta{
    font-size: 0.972vw;
    margin-top: 0.972vw;
    padding-left: 0.5vw;
    padding-top: 0.2vw;
    width: 100%;
}

.descripcionTitle{
    font-size: 1.667vw;
    padding-left: 0.4vw;
    padding-bottom: 0.5vw;
    width: 100%;
}

.descripcionTarjeta{
    font-size: 0.764vw;
    font-weight: 200;
    padding-left: 0.6vw;
    width: 100%;
}

.imgTarjetasShows{
    width: 11.25vw;
    height: 15.694vw;
    object-fit: cover;
}

.bordesIz{
    border-top-left-radius: 0.556vw;
    border-bottom-left-radius: 0.556vw;
}

.bordesDer{
    border-top-right-radius: 0.556vw;
    border-bottom-right-radius: 0.556vw;
}

.tarjetaTematicoMenu:hover {
    cursor: pointer;
    transform: translateY(-5px);
    transition: all 0.3s ease-in-out;
}

.tarjetaTematicoMenu:hover .bordesDer img {
    border-right: #653CD2 0.15vw solid;
    border-top: #653CD2 0.15vw solid;
    border-bottom: #653CD2 0.15vw solid;
}

.tarjetaTematicoMenu:hover .bordesIz {
    border-left: #653CD2 0.15vw solid;
    border-top: #653CD2 0.15vw solid;
    border-bottom: #653CD2 0.15vw solid;
}

.tarjetaTematicoMenu:hover .descripcionTarjetaMenuTematico {
    padding-bottom: 0.5vw;
}

/*/////////////////////////// Menus ///////////////////////////*/

.hideMenu{
    display: none;
}


/* Tarjetas de menú tematico */
#menuTematico{
    margin-bottom: 4vw;
}

.tarjetaTematicoMenu{
    width:  22.778vw;
    height: 7.847vw;
    display: flex;
    flex-direction: row;
}

.tarjetaTematicoMenu div{
    justify-content: end;
}

.tarjetaTematicoMenu .subtituloTarjeta{
    position: relative;
    /*top: 1.2vw;*/
}

.imgTarjetaTematicoMenu{
    width: 11.25vw;
    height: 7.847vw;
    object-fit: cover;
}

.descripcionTarjetaMenuTematico{
    font-size: 0.764vw;
    padding-left: 0.5vw;
    padding-bottom: 0.5vw;
    width: 100%;
    color: #EEEEEE;
    font-weight: 200;
}



/*///////////////////////////*/


/* Menu general*/
.menuGeneral{
    padding-right: 0.8vw;
    padding-left: 0.8vw;
}

.menuDescripcion{
    background-color: #222831;
    color: #EEEEEE;
    width: 100%;
    height: 14.722vw;
    border-radius: 0.694vw;
    padding: 2vw 6vw 2vw 1vw;
    gap: 1vw;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
}

.titleDescripcionMenu{
    font-size: 1.667vw;
    color: #EEEEEE;
}

.subtitlesMenus{
    margin-bottom: 1.944vw;
}

.descripcionTarjetaMenuDesplegable{
    font-size: 0.972vw;
    font-weight: 200;
}

.imgMenuDesplegable{
    width: 19.306vw;
    height: 26.944vw;
    border-radius: 0.694vw;
    object-fit: cover;
}

.tarjetonesMenu{
    display: flex;
    justify-content: space-between;
    margin-top: 1vw;
    padding-right: 0.9rem;
    padding-left: 0.9rem;
}

.tarjetonMenu{
    width: 32%;
    height: 29.653vw;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-color: #222831;
    border-radius: 0.694vw;
    padding: 1.25vw;

}

.titleTarjetonMenu{
    font-size: 1.528vw;
    color: #EEEEEE;
}

.descripcionTarjetonMenu{
    font-size: 0.903vw;
    font-weight: 200;
    text-align: justify;
}

.imgTarjetonCarrousel{
    width: 9.153vw;
    height: 9.431vw;
    object-fit: cover;
    border-radius: 0.694vw;
}

.carrouselImgTarjetones {
    position: relative;
    top: -0.3vw;
    display: flex;
    justify-content: center;
    align-items: end;
    height: 100%;
}

.carrouselTarjetones{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 15vw;

}

.flechaCarrouselTarjetonIz{
    width: 1.25vw;
    height: 1.25vw;
    background-color: #5858EE;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #222831;
    font-size: 1vw;
}

.flechaCarrouselTarjetonIz:hover {
    background-color: #EEEEEE;
}

.flechaCarrouselTarjetonDer{
    width: 1.25vw;
    height: 1.25vw;
    background-color: #5858EE;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #222831;
    font-size: 1vw;
}

.flechaCarrouselTarjetonDer:hover {
    background-color: #EEEEEE;
}

.contadorImgCarrousel{
    position: relative;
    top: 5.5vw;
    right: 8.7vw;
    width: 0;
    font-size: 0.903vw;
    font-weight: 200;
    font-family: "Lato", sans-serif;
}

.modal {
    display: none; /* Inicialmente oculto */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.modal-content {
    width: 30%;
    animation: zoom 0.5s;
}

.close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
}

.set{
    width: 100%;
    height: 29.028vw;
    background-color: #222831;
    color: #EEEEEE;
    border-radius: 0.694vw;
    padding: 2vw 2vw 2vw 2vw;
    gap: 1vw;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    margin-top: 1vw;
}

.imgCarrouselSet{
    width: 30.208vw;
    height: 16.042vw;
    border-radius: 0.694vw;
    object-fit: cover;
}

.carrouselSet{
    width: 100%;
    margin-top: 0;
    justify-content: center;
    gap: 1.111vw;
}

.titleTarjetaSet{
    font-size: 1.528vw;
    color: #EEEEEE;
}

.descripcionTarjetaSet{
    font-size: 0.972vw;
    font-weight: 200;
    text-align: justify;
}

.set .carrouselTarjetones .contadorImgCarrousel{
    top: 8.8vw;
    right: 20vw;
}
/*///////////////////////////*/


/*///////////////////////////// ANIMACIONES ////////////////////////*/


/*////////////// ANIMACIONES MENUS DESPLEGABLES /////////////*/

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeIn {
    animation: fadeIn 0.5s ease-out;
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-10px);
    }
}

.fadeOut {
    animation: fadeOut 0.5s ease-out;
    opacity: 0;
    pointer-events: none;
}


/*////////////// ANIMACIONES CARRUSELES TARJETONES /////////////*/
.fade-in {
    animation: fadeIn 0.5s forwards;
}

.fade-out {
    animation: fadeOut 0.5s forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}


/*////////////// ANIMACIONES MODAL /////////////*/
@keyframes zoom {
    from {
        transform: scale(0.5);
    }
    to {
        transform: scale(1);
    }
}

.modal.fade-out {
    opacity: 0;
}

/*////////////////////////////////////////////////////////////////*/