:root {
    --rojo: #E50914;
    --fondo: #141414;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background: var(--fondo);
    font-family: Georgia, 'Times New Roman', Times, serif;;
}
#menu{
    position: relative;
    padding: 5px 0;
}
#menu ul {
list-style:none;
margin:0;
padding:0;
text-align: center;
}
#menu ul a {
display:block;
color:#ADAAAA;
text-decoration:none;
font-weight:400;
font-size:25px;
padding:20px;
}
#menu ul li {
position:relative;
float:left;
margin:0;
padding:0;
background-color:transparent;
}
#menu ul li:hover {
background:#f9fafc42;
}
#menu ul ul {
display:none;
position:absolute;
top:100%;
left:0;
background:transparent;
padding:0;
}
#menu ul ul li {
float:none;
width: 150px;
}
#menu ul ul a {
line-height:120%;
padding:10px 10px;
}
#menu ul li:hover > ul {
display:block;
}


#seccion1{
    margin-bottom: 780px; 
}
.main-contenedor {
    margin-top: 650px;
}
.pelicula-principal {
    font-size: 16px;
    height: 800px;
    min-height: calc(100vh - 60px + 100px);
    color: #fff;
    background: linear-gradient(rgba(0, 0, 0, 0.301) 0%, rgba(0, 0, 0, 0.253) 100%), url(bg1.jpg);
    background-position: center center;
    background-size: cover;
    margin-bottom: 3.12em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}
.pelicula-principal .contenedor {
    margin: 0 auto;
    margin-bottom: 6.25em;
}
.pelicula-principal .titulo {
    font-weight: 600;
    font-size: 1em;
    margin-bottom: 1em;
    text-align: center;
}
.pelicula-principal .descripcion {
    font-size: 1.3em;
    line-height: 1.75em;
    margin-bottom: 1.25em;
    text-align: center;
    margin-top: 10%;
    margin-right: 12%;
    margin-left: 12%;
    background-color: #77777765;
    font-family: Georgia, 'Times New Roman', Times, serif;
}


#seccion2{
    margin-bottom: 100px; 
}
.contenedor-carousel {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    scroll-behavior: smooth;
    background-color: transparent;
}
.contenedor-carousel .carousel {
    display: flex;
    flex-wrap: nowrap;
}
.contenedor-carousel .carousel .pelicula {
    min-width: 17.5%;
    transition: .3s ease all;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    animation: carousel 50s linear infinite;
}
.contenedor-carousel .carousel .pelicula img {
    height: 300px; 
    width: 230px; 
    max-width: 100%; 
    border-radius: 5px;
}
.peliculas-recomendadas .contenedor-principal {
    display: flex;
    align-items: center;
    position: relative;
}
@keyframes carousel{
    100%{
        transform: translateX(-2560px);
    }
}


#seccion3{
    margin-bottom: 80px; 
}
.transport ul{
    list-style: none;
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    column-gap: 20px;
}
.transport li{
    text-align: center;
    color:#ffffff4D;
}
.transport a {
    color: #ffffff4D;
    text-decoration: none;
}
.transport a:hover {
    color: white;
    text-decoration: none;
}
.transport li i{
    display: block;
    margin-bottom: 20px;
    font-size: xxx-large;
    color:#fff;
}


#seccion4{
    margin-bottom: 20px; 
}
.bigTitle{
    margin-bottom: 20px;
    font-size: xx-large;
    text-align: center;
}
.negrita {
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #ffffff96;
}
.checkin{
    display: grid;
    grid-template-columns: 24.25% 24.25% 24.25% 24.25%;
    column-gap: 1%;
    grid-template-rows:  300px 300px;
    row-gap: 10px;
}
.checkin .item{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.checkin a {
    color: rgba(255, 255, 255, 0.445);
}
.checkin img{
    width:100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}
.checkin .item .content{
    position: absolute;
    bottom:10px;
    left:10px;
    font-size: 15px;
}
.checkin .item .content .des{
    opacity: 1;
    font-size: 15px;
}
.checkin .item:nth-child(1){
    grid-column-start: 1;
    grid-column-end: 3;
}
.checkin .item:nth-child(2){
    grid-column-start: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
.checkin .item .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #01201fbe; 
    padding: 10px; 
    opacity: 0; 
    visibility: hidden; 
    transition: all 200ms ease-out;
}
.checkin .item:hover .info {
    opacity: 1;
    visibility: visible;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #FFF;
    font-size: 15px;
}
.checkin .item:hover .info p{
    opacity: 1;
    visibility: visible;
    font-family: 'Open Sans', sans-serif;
    color: #FFF;
    font-size: 12px;
}
        


.contact-section {
    background-color: #000;
    padding: 5% 0;
    text-align: center;
}
.contact-container {
    margin-top: 50px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #01201f;
    border-radius: 10px;
}
.contact-container h1 {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
    color: #ffffff96;
}
.contact-container ul {
    list-style: none;
    padding: 0;
    font-size: 16px;
    max-width: 700px;
    margin: 1px auto;
    color: #ffffff4D;
}
.contact-buttons {
    margin-top: -5px;
}
.contact-buttons a {
    display: inline-block;
    margin: 10px 20px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
    padding: 10px 20px;
    transition: background-color 0.3s, color 0.3s;
    cursor: pointer;
}
.contact-buttons i {
    margin-right: 10px;
}
.whatsapp-button {
    background-color: #25d366;
    border: 2px solid #25d366;
} 
.whatsapp-button.selected {
    background-color: #00af9c;
    border: 2px solid #00af9c;
}  
.whatsapp-button:hover {
    background-color: #00af9c;
    color: #000;
}
.whatsapp-button2 {
    position: fixed;
    bottom: 30px;
    right: 20px;
    background-color: #25d366; 
    color: #fff;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 9999; 
    transition: background-color 0.3s ease;
}
.whatsapp-button2:hover {
    background-color: #128C7E; 
}
.whatsapp-button2 i {
    font-size: 25px;
}
.whatsapp-button2 a {
    text-decoration: none;
    color: inherit;
}
.fa-whatsapp {
    color: #fff;
}

    
footer {
    background-color: #01201f;
    padding: 20px 0;
    text-align: left;
    color: #ffffff83;
    font-size: 14px;
}
footer p{
    margin-left: 50px;
}


@media screen and (max-width: 800px) {
    #menu ul a {
        font-size:10px;
        padding:10px;
    }
    #seccion1{
        margin-bottom: 780px; 
    }
    .pelicula-principal {
        font-size: 9px;
    }
    #seccion2{
        margin-bottom: 100px; 
    } 
    .contenedor-carousel .carousel .pelicula {
        min-width: 50%;
        animation: carousel 100s linear infinite;
    }
    .contenedor-carousel .carousel .pelicula img {
        height: 300px; 
        width:180px; 
    }
    #seccion3{
        margin-bottom: -20px; 
    }
    .transport ul {
        padding-top: 30px; 
        grid-template-columns: repeat(2, 1fr); 
        column-gap: 5px; 
    }
    .transport li {
        font-size: small; 
        margin-bottom: 100px;
    }
    .transport li i {
        font-size: medium; 
        margin-bottom: 20px; 
        font-size: xx-large;
    }
    #seccion4{
        margin-bottom: 50px; 
    }
    .bigTitle {
        margin: 30px 0 10px 0;
        margin-right: 5px;
    }
    .checkin{
        grid-template-columns: auto auto;
        grid-template-rows: 300px 300px 300px 300px;
        grid-template-columns: 90%;
        margin-left: 30px;
        grid-template-rows: 300px 300px 300px 300px 300px 300px;
    }
    .checkin .item:nth-child(2){
        grid-column-start: unset;
        grid-column-end: unset;
        grid-row-start: unset;
        grid-row-end: unset;
    }
    .checkin .item:nth-child(1){
        grid-row-start: 1;
        grid-row-end: 3;
        grid-column-start: 1;
        grid-column-end: 2;
    }
    .checkin .item:nth-child(5){
        grid-column-start: 2;
        grid-row-start: 3;
        grid-row-end: 5;
    }
    .checkin .item:nth-child(1),
    .checkin .item:nth-child(5){
        grid-column-start: unset;
        grid-column-end: unset;
        grid-row-start: unset;
        grid-row-end: unset;
    }
    .contact-container {
        text-align: center;
        max-width: 350px;
        margin: 0 auto;
        padding: 10px;
        background-color: #01201f;
        border-radius: 10px;
    }
    .contact-container h1 {
        font-size: 20px;
        margin-top: 10px;
    }
    .contact-container p {
        font-size: 14px;
    }
    .contact-container ul {
        font-size: 12px;
    }
    .contact-buttons a {
        margin: 10px 10px;
        padding: 8px 16px;
        font-size: 14px;
    }
    .whatsapp-button2 i {
        font-size: 20px;
    }
    footer{
        font-size: 9px;
    }
}