@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Satisfy&display=swap');

/*
font-family:'Poppins', sans-serif;
font-family: 'Satisfy', cursive;
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}

html{
scroll-behavior: smooth;
}

body{
    font-family:'Poppins', sans-serif;
    background-color: #000000;
}


img{
    max-width: 100%;
}

.container{
    max-width: 1200px;
    margin: 0 auto;
}

.header {
    position: relative;
    min-height: 70vh;
    padding: 50px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: brightness(0.4); /* efecto similar al rgba(0,0,0,0.4) */
}

.menu{
    position: relative;
    z-index: 1;
}

.navbar a {
    color: white; /* Asegúrate que los links sean visibles sobre el video */
}

.menu{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img{
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    top: -190px;
    left: 190px;
    width: 190px;
    height: 190px;
}

.menu .navbar ul li{
    position: relative;
    float: left;
    left: 550px;
}

.menu .navbar ul li a{
    font-size: 18px;
    padding: 20px;
    color: #ffffff;
    display: block;
    font-weight: 600;
}

.menu .navbar ul li a:hover{
    color: #000;
}

#menu{
    display: none;
}

.menu-icono{
    width: 25px;
}

.menu label{
    cursor: pointer;
    display: none;
} 

.header-content img{
    margin-top: -80px;
    width: 350px;
    height: 350px;
    z-index: -1;
}

.header-txt{
    text-align: center;
}

/*.header-txt h1{
    font-size: 75px;
    font-family: 'Satisfy', cursive;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 15px;
}*/

.information-content{
    display: flex;
    justify-content: space-between;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
    margin-top: -50px;
}

#Lista, .extra {
    flex: 1; /* Ambos elementos ocupan el mismo espacio */
    max-width: 45%; /* Ajusta el ancho para evitar que ocupen toda la línea */
    white-space: pre-line; /* Mantiene los saltos de línea */
}

.extra {
    text-align: left; /* Alinear el texto a la izquierda */
}
.contenedor-lista {
    display: flex;
    justify-content: space-between;
    gap: 20px; /* Espacio entre las columnas */
}

.contenedor-lista p{
    font-size: 15px;
}
.information-1{
    flex-basis: 30%;
    margin-top: -15px;
}

.information-c1 h3{
    font-size: 25px;
    padding: 80px;
    text-align: center;
    background-color: #1c1c1c;
    height: 300px;
}
.information-c1 p{
    color: white;
}

.information-d1{
    font-size: 13px;
    padding: 8px;
    text-align: center;
    background-color: #1c1c1c;
    height: 300px;
}
.information-d1 p{
    color: white;
    font-size: 20px;
}


h3{
    font-size: 40px;
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
    color: white;
}

.information-2{
    flex-basis: 70%;
}

.information-b1{
    height: 300px;
}

.information-a1{
    height: 300px;
}

.information-b1 img{
    height: 300px;
    width: 100%;
}

.information-a1 img{
    height: 300px;
    width: 100%;
}

.information-extra {
    display: flex;
    gap: 10px;
    margin-top: -5px;
}

.information-cuadro {
    background-color: #1c1c1c;
    color: white;
    padding: 10px;
    flex: 1;
    height: 307px;
    font-size: 14px;
    text-align: center;
}

.information-cuadro h3{
    font-size: 25px;
}

.information-img-lateral {
    flex: 1;
}

.video-lateral {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px; /* opcional, por estética */
    cursor: pointer;
}


.our{
    margin-top: -50px;
    padding: 250px 0;
    background: linear-gradient(
        rgba(0,0,0,0.4),
        rgba(0,0,0,0.4)
    ),
    url(img/img3.jfif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.our h2{
    font-size: 35px;
    color: white;
    text-transform: uppercase;
}

.ofert-content {
    display: flex;
    justify-content: center;  /* centra horizontalmente */
    align-items: center;      /* centra verticalmente (si es necesario) */
    margin-top: -50px;
    width: 100%;
}

.ofert-1 {
    display: flex;
    justify-content: center;
    width: 100%;
}

.ofert-1 img {
    max-width: 100%;
    height: auto;
    display: block;
}
.bg{
    margin-top: -50px;
    padding: 250px 0;
    background: linear-gradient(
        rgba(0,0,0,0.4),
        rgba(0,0,0,0.4)
    ),
    url(img/2.jfif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

.bg h2{
    font-size: 35px;
    color: #ffffff;
    text-transform: uppercase;
}

.reserva-bg{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 100px 0PX;
}

.reserva-bg h2{
    color: #fff;
}

form{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.campo-1{
    margin-bottom: 15px;
}

.campo{
    margin: 5px;
    padding: 15px 15px;
    width: 250px;
    background-color: #1c1c1c;
    border: 3px solid #ffffff;
    outline: none;
    border-radius: 10px;
    color: rgb(99, 93, 93);
}

.btn-1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: none;
    background-color: transparent;
    color: #2fff00;
    cursor: pointer;
    transition: transform 0.3s ease, color 0.3s ease;
}

.btn-1 svg {
    width: 40px;
    height: 40px;
    fill: currentColor;
    transition: transform 0.3s ease, fill 0.3s ease;
}

.btn-1:hover {
    transform: scale(1.1);
    color: #00cc00; /* color de hover */
}


#button-up{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    border: 4px solid transparent;
    transition: all 300ms ease;
    transform: scale(0);
}
#button-up:hover{
    transform: scale(1);
}

/*Footer*/
footer{
    position: relative;
    width: 100%;
    background: #1effe5;
    min-height: 50px;
    padding: 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.social-icon ul{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;  
}

.social-icon ul a img{
    width: 40px;
    height: 40px;
    margin: 10px;
}

.social-icon ul a svg{
    width: 40px;
    height: 40px;
    margin: 10px;
}

footer .menu_footer{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    flex-wrap: wrap;
}

.social-icon li,
footer .menu_footer{
    list-style: none;
}

.social-icon li a{
    font-size: 2em;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5;
}

.social-icon ul a svg:hover{
    transform: translateY(-10px);
}

.social-icon ul a img:hover{
    transform: translateY(-10px);
}

footer .menu_footer li a{
    font-size: 1.2em;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    transition: 0.5;
    text-decoration: none;
    opacity: 0.75;
}

footer .menu_footer li a:hover{
    opacity: 1;
}

footer p{
    color: #fff;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 1.1em;
}

footer .wave{
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(img/wave1.png);
    background-size: 1000px 100px;
}

footer .wave#wave1{
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animatewave 4s linear infinite;
}

footer .wave#wave2{
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animatewave_02 4s linear infinite;
}

footer .wave#wave3{
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animatewave 3s linear infinite;
}

footer .wave#wave4{
    z-index: 900;
    opacity: 0.7;
    bottom: 20px;
    animation: animatewave_02 3s linear infinite;
}

@keyframes animatewave{
    0%{background-position-x: 1000px;}
    100%{background-position-x: 0px;}
}

@keyframes animatewave_02{
    0%{background-position-x: 0px;}
    100%{background-position-x: 1000px;}
}

.contacto h1{
    color: white;
}

.contacto p{
    font-size: 20px;
}

@media(max-width:991px){
    .menu{
        padding: 20px;
    }

    .logo img{
        display: none;
    }

    .menu label{
        display: initial;
    }

    .menu .navbar{
        position: absolute;
        top: 100%;
        left: -550px;
        right: 0;
        background-color:#000;
        display: none;
    }

    .menu .navbar ul li{
        width: 100%;
        color: #313030;
    }

    .menu .navbar ul li a:hover{
        color: #ffffff;
    }

    #menu:checked ~ .navbar{
        display: initial;
    }

    .menu-icono{
        width: 25px;
    }

    .header{
        min-height: 0vh;
    }

    .header-content{
        padding: 100px 30px;
    }

    .information-content{
        display: flex;
        flex-direction: column;
        margin-top: -10px;

    }
    .information-c1 h3{
        margin-top: 5px;
        padding: -5px; 
    }
    .information-c1 p{
        padding: -5px;
    }

    .information-extra {
        flex-direction: column;
    }

    .information-cuadro {
        width: 100%;
        height: auto;
        padding: 15px;
        font-size: 14px;
    }

    .information-img-lateral {
        width: 100%;
    }

    .information-img-lateral img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }


    .our{
        margin-top: 0;
        padding: 150px 30px;
    }

    .ofert-content {
        margin-top: 0;
        flex-direction: column;
        align-items: center;
        margin-right: 0;
    }

    .ofert-1 img {
        width: 90%;
        height: auto;
    }

    .bg{
        margin-top: 0;
        padding: 40px;
    }

    .reserva-bg{
        margin-top: 0;
        padding: 30px;
        height: 500px;
    }


}
