/* Globales */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin:0;
    padding:0;
    border: 0;
    box-sizing: border-box;
}

html {
    scrollbar-color: #FCB49E #FBF5E6;
    scroll-behavior: smooth;
}

html, body {
    width: 100%; 
    margin: 0;
    padding: 0;
    background: radial-gradient(circle, rgba(241,238,226,1) 24%, rgba(250,230,191,1) 52%, rgba(251,245,230,1)82%);
}

body {
    background-color: #FBF5E6;
    color: #2D2C28;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-style: normal;
    justify-content: center;
}

.intro {
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    font-weight: 400;
    margin: 1.5em;
    font-size: 2.3dvh;
}

section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    padding: 0 1.8rem;
}

hr {
    width: 99%;
    height: 4px;                
    background-color: #2D2C28;
    border-radius: 50%;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #2D2C28;
    }

ul {
    list-style: none; 
    padding: 1rem;
}

li {
    list-style: none;
}

ul li {
    margin-bottom: 20px; 
}

h2, h3 {
    font-family: 'Montserrat';
    margin: 5px 0;
}

h5, h6{
    text-decoration: underline;
}
.logo-texto { 
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
}

/* Nav */

.headerContenedor {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px; 
    margin-bottom: 1rem;
}

.contenedorHamburguesa {
    display: flex;
    justify-content: right;
    align-items: center;
    width: 100%;
    height: 100%;
}

.contenedorLogo {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logoDesktop {
    display: none;    
    max-width: 80px;
    width: 80px;
    height: auto;
    padding: 0;
    margin: 0 0 1rem 0; 
}

.logoMobile {
    display: flex;  
    max-width: 12vw;
    width: 12vw;
    height: auto;
    padding: 0;
    margin-top: 0.5rem;
}

.textoLogo-desktop {
    display: none;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

.textoLogo-mobile {
    display: block;    
    font-size: 6vw;    
    white-space: nowrap;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    
}

.navMobile {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.hamburger {
    display: inline-block;
    border: none;
    cursor: pointer;
    width: 10.5vw; 
    position: relative;
    margin: 0.5rem;
    margin-top: 0.5rem;
}

.hamburger span {
    display: block;
    background-color: #FCB49E;
    border: #2D2C28 4px solid;
    box-shadow: 3px 3px 0px -1px #2D2C28;
    border-radius: 15%;
    height: 12px; 
    width: 100%; 
    margin: 5px 0;
    transition: all 0.3s ease;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5); 
    display: none;
    z-index: 1;
}

.dropdown {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat';
    font-weight: bold;
    font-size: 6vw;
    display: flex;          
    flex-direction: column; 
    height: 70vh; 
    position: fixed;
    top: 0;
    right: 0;
    width: 60vw;
    background-color: #FBF5E6;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 2;
}

.dropdownFooter {
    display: flex;
    flex-direction: row;
    position: absolute;
    font-size: 3vw;
    bottom: 0;
    width: 100%;
    font-family: 'Montserrat';
    background-color: #FCB49E;
    align-items: center;
;
}

.dropdownFooter img {
    width: 8vw;
    height: 8vw;
}

.dropdownAnidado {
    display: none;
    padding-left: 20px;
    font-family: 'Montserrat';
    font-weight: lighter;
}

.menuChecked:checked ~ .dropdown {
    display: block;
}

.menuChecked:checked ~ .overlay {
    display: block;
}

.btnCerrar {
    background: transparent;
    border: none;
    font-size: 2rem;
    color: #2D2C28;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 20px;
}


.userLogo {
    display: block;
    margin: 0.1vw;
    border: 4px #2D2C28 solid;
    border-radius: 25%;
    box-shadow: 4px 4px 0px 1px #2D2C28;
    background-color: #FCB49E;
    width: 10vw;    
    height: fit-content;
    min-width: 50px;
}

.hrDesk {
    display: none;
}

.headerIcon {
    display: none;
}

.nav {
    display: none; 
}

.subNav {
    display: none; 
    margin-top: 1rem;
    background-color: #FCB49E;
    border-radius: 10px;
    padding: 10px;
}

.subnavList {
    display: flex;
    flex-direction: column; 
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.subnavList li {
    margin: 0.5rem 0;
}

.subnavList li a {
    text-decoration: none;
    color: #2D2C28;
}

.subnavList li:hover {
    background-color: #2D2C28;
    color: #FCB49E;
}

.eventos-toggle:checked + .subnav-toggle-label + .subNav {
    display: block;
}

.eventos {
    position: relative;
}

.foro {
    position: relative;
}


.contenedor-botones {
    text-align: center;
}

.subnav-toggle-label {
    cursor: pointer; 
    display: inline-block; 
    background-color: #FCB49E;
    padding: 5px;
}

.subNav {
    padding-left: 20px; 
    background-color: #F0F0F0; 
    margin-top: 5px;
}

.subnavList {
    list-style-type: none;
    padding: 0;
}

.subnavList li {
    margin-bottom: 10px; 
}

.subnavList li a {
    text-decoration: none;
    color: #2D2C28;
}

.subnavList li a:hover {
    color: #FCB49E;
}

  /* Dropdown Hamburguesa */

input[type="checkbox"] {
    display: none;
}

.nested-dropdown {
    display: none;
}

.eventos input[type="checkbox"]:checked + .nested-dropdown {
    display: block;
}

.eventos input[type="checkbox"] {
    display: none; 
}

.eventos a {
    cursor: pointer;
}

.eventos input[type="checkbox"]:checked + .nested-dropdown {
    display: block; 
}


.eventos input[type="checkbox"]:not(:checked) + .nested-dropdown {
    display: none;
}

/* .dropdown ul li:hover > .nested-dropdown, */
.dropdown ul li:focus-within > .nested-dropdown {
    display: block;
}

.dropdown-fuente {
    font-weight: lighter;
}

/* Botones */

.boton {
    display: inline-block;
    padding: 10px 20px;
    color: rgb(0, 0, 0);
    border: 4px #2D2C28 solid;
    border-radius: 1rem;
    box-shadow: 4px 4px 0px 1px #2D2C28;
    background-color: transparent;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    transition: background-color 0.3s;
    margin: 1rem;
}

.boton:hover {
    background-color: grey;
}

.boton-eventos {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

/* Estilo Borde */

.bordeImg {
    box-shadow: 8px 8px 0px 6px #2D2C28;
    border: 5px solid #2D2C28;
    border-radius: 3rem;
    object-fit: cover;

}

/* Banner */

.banner {
    margin: 0 1rem 1rem 1rem;
}

.contenedor-banner {
    position: relative;
    display: flex;
    max-width: 900px;
    justify-content: center;
    align-items: flex-start;
    box-shadow: 8px 8px 0px 6px #2D2C28;
    border: 5px solid #2D2C28;
    border-radius: 3rem;
    overflow: hidden;
}

.clase {
    background-color: red;
}

.banner-texto {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #FCB49E;
    padding: 1rem;
    text-align: center;
    margin: -10px 0 0 0;
    padding-top: 1rem;
    border-bottom: 5px solid #2D2C28;
}

.banner-titulo {
    padding-top: 0.5rem;
    margin-top: 1rem;
}

/* Inicio */

.contenedor {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    margin: 0 auto; 
}

.principal {
    width: 100%;
    display: flex;
    flex-direction: column; 
    align-items: center; 
    justify-content: center;
    order: 1; 
    margin: 1.8rem;
}

.principal-texto {
    margin-bottom: 1em;
    text-align: center;
    order: 4;
}

.lateral {
    width: 100%;
    display: flex;
    flex-direction: column; 
    align-items: center;
    gap: 1rem; 
    order: 3;
}

.imagenPrincipal {
    max-width: 100%;
    height: auto; 
    object-fit: cover; 
    box-shadow: 8px 8px 0px 2px #2D2C28;
    border: 5px solid #2D2C28;
    border-radius: 3rem;
}

.imagenLateral {
    max-width: 100%;
    height: auto; 
    object-fit: cover; 
    box-shadow: 8px 8px 0px 2px #2D2C28;
    border: 5px solid #2D2C28;
    border-radius: 3rem;
    margin-bottom: 1rem;
}

/* Destacados */

.destacados-titulo {
    margin: 1.5rem;
}

.destacados-texto {
    max-width: 40em;
}

.imagenDestacada {
    display: block;
    width: 70%;     
    height: auto;
    margin: 0 auto;
}

.peliculaDestacada {
    display: block;
    width: 70%;     
    height: auto;
    margin: 0 auto;
}

.estrellas {
    margin: 0;
    font-size: 50px;
}

.estrellas-evento {
    margin: 0.3rem 0 0 0;
    font-size: 20px;
}

.estrellas-color {
    color: #FCB49E;
    -webkit-text-stroke: 2px black;
}

.estrellas-vacia {
    color: transparent;
    -webkit-text-stroke: 2px black;
}

.carrusel-destacados {
    display: flex;
    max-width: 75vw;
    border: 2px solid #2D2C28;
    border-radius: 5px;
    overflow-x: scroll;
}

.img-carrusel {
    width:200px;
    height: auto;
}

/* Calendario */

.contenedor-eventos {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.calendario {
    display: grid;
    grid-template-rows: auto auto 1fr;
    grid-template-columns: repeat(7, 1fr);
    gap: 18px;
    width:fit-content;
    padding: 14px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 3px solid #000000;
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    margin: 0.5rem;
}

/* Encabezado del mes */
.mes {
    grid-column: span 7;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
}

/* Contenedor de los días */

.contenedor-dias {
    grid-column: span 7;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 18px;
    padding: 9px;
    padding-right: 8px;
    padding-left: 8px; 
    background-color: #FCB49E;
    border: 2px solid #2d2c28;
    border-radius: 25px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 3vw;
    overflow: hidden;
}

.dia-seleccionado{
    cursor: pointer;
    background-color: #2D2C28; 
    border: 3px solid #FCB49E;
    border-radius: 50%; 
    padding: 3px 5px 3px 5px;
    color: #ffffff; 
    font-weight: bold;
}
.dia-evento{
    cursor: pointer;
    background-color: #FCB49E;
    border: 3px solid #2D2C28;
    border-radius: 50%;
    padding: 3px 5px 3px 5px;
}

/* Carrusel inicio */

.carrusel-inicio {
    display: flex;
    width: 100%;
    height: 50vh;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
}

.imagen-carrusel {
    flex: 0 0 100%;     
    scroll-snap-align: center;
    width: 100%;      
    height: auto; 
    object-fit: cover; 
}

.btnCarrusel-inicio {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.7rem;
}

.carrusel-galeria {
    margin: 0.5rem;
    flex-direction: column;
}

.galeria-descripcion {
    position: relative; 
    left: 0; 
    margin: 1rem 0 1rem 2rem;
    width: 85vw;
}

.btnCarrusel {
    width: 20px; 
    height: 20px;
    margin: 0 8px;
    background-color: transparent;
    border: 3px solid #2D2C28;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.link-carrusel:hover > .btnCarrusel {
    box-shadow: inset 0 0 0 2px #FBF5E6; 
    background-color: #FCB49E;  
}

.btnCarrusel.active {
    box-shadow: inset 0 0 0 2px #FBF5E6;
    background-color: #FCB49E;
}


/* Galeria */

.img-galeria {
    max-width: 90%;
    height: auto; 
    object-fit: cover; 
    box-shadow: 8px 8px 0px 2px #2D2C28;
    border: 5px solid #2D2C28;
    border-radius: 3rem;
    margin-bottom: 1rem;
}

/* carrusel galeria */
.slider_container {
    display: flex;
    width: 100%;
    height: 75vh;
    overflow-x: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 2em;
}

.slider_item {
    flex: 0 0 100%;     
    height: auto; 
    object-fit: cover; 
    scroll-snap-align: center;
}

/* Carta eventos */

.carta-evento {
    margin: 0.5rem 0.1rem 0.6rem -0.1rem;
    background-color: #FCB49E;
    box-shadow: 3px 3px 0px 2px #2D2C28;
    border: 2px solid #2D2C28;
    border-radius: 3rem;
}

.carta-titulo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px;
    font-size: 18px;
}

.contenido-evento {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}

.carta-img {
    width: 80%;
    height: 100%;
    box-shadow: 3px 3px 0px 2px #2D2C28;
    border: 2px solid #2D2C28;
    border-radius: 3rem;
}

.carta-texto {
    margin: 2rem;
    max-width: 80%;
}

.carta-eventoPerfil {
    margin-bottom: 2rem;
}

.datos-evento {
    text-align: center;
    margin-bottom: 1rem;
}

.inicio-sesion {
    min-width: fit-content;
    width: 90%;
    background-color: #FCB49E;
    border: 3px solid #2D2C28;
    border-radius: 25px;
    padding: 1rem;
    text-align: center;
}

.inicio-sesion ul li h3 {
    font-weight: bold;
}

.inicio-sesion input {
    border: 1px solid none;
    border-radius: 5px;
    padding: 8px;
    margin: 8px auto;
    width: 100%;
}

.inicio-sesion h3 {
    text-align: start;
    text-decoration: none;
    font-weight: 400;
}

.inicio-sesion h4 {
    text-decoration: underline;
    font-weight: 400;
}

.inicio-sesion h5 {
    text-decoration: none;
    font-weight: 400;
}

.label-inicio {
    text-align: start;
}

.boton-sesion {
        display: inline-block;
        padding: 15px 45px;
        color: rgb(0, 0, 0);
        border: 4px #2D2C28 solid;
        border-radius: 1rem;
        box-shadow: 4px 4px 0px 1px #2D2C28;
        background-color: #FBF5E6;
        text-decoration: none;
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
        transition: background-color 0.3s;
        margin: 0 0 1rem 0;
    }

    .boton-sesion:hover {
        background-color: grey;
    }

    .contenedor-registro {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center;        
    }

    .contenedor-registro div {
        margin: 0.5rem; 
    }

    .img-registro {
        display: none;
        width: 34vh;
        height: auto;
        object-fit: fill;
        border-radius: 25px;
        box-shadow: 16px 20px 13px -13px rgba(135,132,132,0.75);
        opacity: 0.9;
    }

/* Footer */
footer {
    background-color: #FCB49E;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 2rem;
}

footer div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 1rem;
}

.emailInfo {
    display: flex;      
    align-items: center;
    justify-content: center; 
    margin: 0 auto;
}

.infoFooter {
    display: flex;
    flex-direction: column;
    font-family: 'Montserrat';
    font-weight: bold;    
    align-items: center; 
    justify-content: center;
}

.footerLinks {
    font-family: 'Montserrat';
    font-weight: bold;  
    font-size: 100%;
    display: flex;
    justify-content: center;
}

.logoFooter {
    width: 6vw;
    height: 6vw;
    min-width: 78px;
    min-height: 78px;
    margin-top: 2rem;
}

.footerIcon {
    /* max-width: 25px; */
    width: 52px;
    height: auto;
    margin: 0.5rem 0.2rem;
}

.rights {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
    width: 100%;
    font-size: 0.8rem;
}

.contenedor-comentarios {
    width: 100%;
    margin-top: 1.5rem;
}

.comentarios {
    display: flex;
    align-items: start;
    max-width: 100%;
    margin: 20px;
}   

.img-comentarios {
    border: 2px solid #2D2C28;
    border-radius: 5px;
    width: 80px;
    height: 80px;
    margin-right: 15px;
}

/* Reseñas */

.reseña {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding: 0;
    margin: 0;
}   

.comentario-usuario {
    margin: 5px 0 15px 0;
}

.nombre-usuario {
    margin-left: 15px;
}

.puntuacion-usuario {
    display: flex;
    align-items: center;
    line-height: 12px;
    margin: 5px 0 15px 0;
}

.puntuacion-usuario h5 {
    margin-left: 5px;
    font-weight: 400;
    text-decoration: none;
}

.hr-resena {
    margin: 1rem;
}

/* Perfil */

.perfil {
    display: flex;
    width: 90vw;
    margin-bottom: 2rem;
}


.perfil-img {
    max-width: 100%;
    width: 90%;
    min-width: 30vw;
    min-height: 70%;
}

.perfil-datos {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.perfil-datos h4, p {
    margin: 5px;
}

.perfil div h4 {
    font-size: 22px;
    margin-bottom: 0.5rem;
}

.calendario-titulo {
    margin: 1rem;
}

.perfil-destacados {
    margin-top: 2rem;
}


.perfil-seleccion {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
}

.perfil-seleccion div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
}

.perfil-seleccion figure,figcaption {
    margin: 1rem;
    text-align: center;
}

.perfil-seleccion .imagenDestacada {
    width: 100%;
    height: 30vw;
    box-shadow: 6px 6px 0px 0px #2D2C28;
    border: 5px solid #2D2C28;
    border-radius: 1rem;
    object-fit: cover;
}

.perfil-seleccion figcaption {
    display: block;
    width: 100%;
    margin-top: 1.5rem;
    
}



#arte_popular {
    margin-top: 1rem;
}

#arte_popular h2 {
    margin-bottom: 1rem;
}

.galeria-descripcion2 {
    margin-top: 1rem;
}

.texto-inicioSesion {
    text-align: center;
    margin: 1rem;
}

.resultado-encuesta {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 1rem;
    padding: 2rem;
    max-width: 80vw;
}

.resultado-encuesta .carta-img {
    margin: 1rem;
}

.resultado-encuesta iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: 40vw;
}

.resultado-titulo {   
    text-align: center;
}

.resultado-titulo h3 {
    margin-top: 1rem;
}

/* Galeria */

.galeria {
    display: grid;
    gap: 10px;
    padding: 10px;
    grid-template-columns: 1fr;
  }

  .galeria img {
    width: 90vw;
    height: auto;
    display: block;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

#pintura, #urbano, #escultura {
    text-align: center;
    margin: 1rem;
}

#setenta, #ochenta, #dosMil {
    text-align: center;
    margin: 1rem;
}

.sticky {

    background-color: #FBF5E6;
    position: sticky;
    top: 0;
    padding: 0.5rem;
    width: 100vw;
    text-align: center;
}

.sticky a {
    margin: 0.2rem;
    text-transform: uppercase;
}


@media (min-width: 560px) {
    .dropdown {
        font-size: 4vw;
    }
}

/* TABLET */

@media (min-width: 768px){

    .galeria {
        grid-template-columns: repeat(2, 1fr);
    }

    .galeria img {
        width: 100%;
        height: 400px;
    }

    .contenedor {
    display: flex;
    max-width: 90em;
    flex-direction: row;
    gap: 20px;             
    } 

    .destacados {
    display: flex;
    gap: 20px;
    margin-bottom: 2rem;
    } 

    .imagenDestacada {
        width: 25%;
        height: 100%;
        min-width: 30%;
    }

    .peliculaDestacada {
        max-width: 100%;
        min-width: 30%;
        height: 100%;
        width: 25%;
    }

    .principal {
        flex: 2;    
        order: 1;
    }

    .lateral {
        flex: 1;
        order: 2;
    }

    .principal-texto {
        order: 3;
        flex: 1 1 100%;
    }


    .imagenLateral {
        margin: 0;
    }

    /* Estilo Botones */

    .boton-eventos {
        flex-direction: row;
    }

    /* Eventos*/

    .contenido-evento {
        flex-direction: row;
        
    }

    /* Footer */

    footer div {
        flex-direction: row;
    }

    .footerLinks {
        font-family: 'Montserrat';
        font-weight: bold;  
        font-size: 100%;
    }

     /* Nav */

    
    .nav {
        display: flex;
        align-items: center;
        text-transform: uppercase;
    }

    .nav ul {
        display: flex;
    }

    .subNav {
        display: none;
        margin: 0;
        width: 100%;
        background-color: #FBF5E6;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        padding: 10px;
    }

    #toggle-subnav:checked ~ .subNav {
        display: block;
    }

    .nav li:focus-within ~ div > .subNav {
        display: none;
    }

    .nav li {
        font-family: 'Montserrat';
        font-weight: bold;
        font-style: normal;
        font-size: 1.5vw;
        margin: 0 2vw;
        padding: 0.5rem;
        border: 2px solid transparent;
    }

    .nav li:hover {
        border: 2px solid #2D2C28;
        background-color: #FCB49E;
        border-radius: 5px;
    }

    .headerIcon {
        display: block;
        border: 2px #2D2C28 solid;
        border-radius: 50%;
        background-color: #FCB49E;
        opacity: 0.8;
        width: 3em;
        height: 3em;
        box-shadow: 4px 4px 0px 1px #2D2C28;
    }
.titulosMenu {
    text-transform: uppercase;
}

    .logoDesktop {
        display: block;
        
    }

    .contenedorLogo {
        align-items: center;
    }


    .textoLogo-desktop {
        display: block;
    }

    .navDesktop {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .logoMobile {
        display: none; 
    }

    .navMobile {
        display: none; 
    }

    .hrMobile {
        display: none;
    }

    .hrDesk {
        display: block;
    }

    input[type="checkbox"] {
        display: block;  
    }

    .contenido-evento {
        align-items: start;
    }

    .carta-img {
        width: 400px;
        margin: 0 0 2rem 1rem;
        max-width: 100%;
    }

    .inicio-sesion {
        width: 40%;
        display: block;
        margin: 0 auto;
    }

    .contenedor-sinopsis {
        max-width: 30vw;
    }
    
    .perfil-seleccion {
        font-size: 1rem;
    }

    .carrusel-galeria {
        margin: -1rem;}
    
        .resultado-encuesta {
            max-width: 55vw;
        }

    .contenedor-dias {
        font-size: 16px;
    }

    .perfil-img {
        max-width: 100%;
        width: 90%;
        min-width: auto;
        min-height: auto;
    }

    .img-registro {
        display: block;
        width: 45vh;
    }
}

/* DESKTOP */

@media (min-width: 1200px) {
    .img-registro {
        width: 45vh;
    }
    
    .galeria {
        grid-template-columns: repeat(3, 1fr);
    }

    .galeria img {
        width: 400px;
        height: 400px;
      }

      .peliculaDestacada {
        width: 100%;
        max-width: 360px;
        height: auto;
        margin: 0 5% 0 0;
    }

    .carta-img {
        width: 80%;
    }
}