@font-face {
    font-family: 'Mistral';
    src: url('fonts/MistralW01.woff2') format('woff2'),
     url('fonts/MistralW01.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
}

body {
    font-family: 'Lato', sans-serif;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.home {
    width: 100%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    color: aliceblue;
}

.barrasYclima {
    display: flex;
    flex-direction: column;
}

.barraExcursiones {
    background-color: #323639;
    width: 100vw;
    display: flex;
    flex-direction: row;
    color: aliceblue;
    padding: 15px 0;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 40px;
    font-size: 12px;
    gap: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


.aqui {
    /* background-color: #828282; */
    color: aliceblue;
    /* border: solid 2px #1A73E8; */
    /* background-color: #1A73E8; */
    background-color: #1A73E8;
    border-radius: 5px;
    padding: 5px 15px;
    margin-left: 3px;
    font-weight: 600;
}

.circuloEinfo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 25px;
    left: 0;
    width: 100vw;
    height: 60px;
    background-color: #007BFF;
    z-index: 9;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 10px 0px 0px 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


/* .containerTiempo {
    width: 30%;
    padding: 20px 0;
    z-index: 11;
    background-color: transparent;
    position: relative;
    display: flex;
    justify-content: center;
} */

.containerTiempo2 {
    z-index: 11;
    background-color: transparent;
    position: relative;
    display: flex;
    justify-content: center;
}

.tiempo3 {
    width: 45px;
    height: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background-color: #828282; */
    /* color: aliceblue; */
    color: aliceblue;
    border: solid 2px #1A73E8;
    font-size: 105%;
    z-index: 11;
    text-align: center;
    border-radius: 50%;
    font-size: 85%;
    padding: 2px;
}


/* .tiempo1 {
    width: 45px;
    height: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: aliceblue;
    color: #007BFF;
    font-size: 105%;
    z-index: 11;
    text-align: center;
    border: solid 1px aliceblue;
    border-radius: 50%;
    font-size: 65%;
} */

.barras {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;

}

.barra1,
.barra {
    color: aliceblue;
    font-size: 12px;
    display: flex;
    align-items: center;
}

.barra i,
.barras i {
    margin-right: 5px;
}

.titulo {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    text-align: center;
    margin: -40px 0 80px 0;
    font-size: 150%;
    /* text-shadow: 0 4px 8px rgba(0, 0, 0, 0.688); */


    h5 {
        font-weight: 200;
        font-size: 50%;
    }

    h6 {
        font-weight: 200;

    }

    h1 {
        font-weight: bolder;
    }

}

.video-background {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.video-background video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    /* filter: blur(2px); */
    display: block;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.tiempo {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: rgba(240, 248, 255, 0.192);
    color: black;
    border-radius: 5px;
    padding: 10px;
    color: #007BFF;
    margin-bottom: 30px;
}

.btnDisponibilidad {
    width: 50%;
    padding: 15px 10px;
    border-radius: 5px;
    background-color: aliceblue;
    color: #202124;
    text-align: center;
    margin: 15px 0px;
    i{
        color: aliceblue;
        font-size: 18px;
    }
}

.btnLlegar {
    width: 50%;
    padding: 15px 10px;
    border-radius: 5px;
    background-color: aliceblue;
    color: #202124;
    text-align: center;
    margin: 0 0 40px 0;
    i{
        color: #1A73E8;
    }
}

.btnReservar {
    width: 50%;
    padding: 15px 10px;
    border-radius: 5px;
    /* background-color: green; */
    background-color: #1A73E8;
    color: aliceblue;
    text-align: center;
    margin: 10px 0 0 0;
}


/* 3 CARACTERISTICAS */
.caracteristicas {
    display: flex;
    justify-content: center;
    /* Centra los círculos horizontalmente */
    gap: 20px;
    /* Espaciado entre los círculos */
    margin: 20px 0 20px 0;
    /* Margen superior opcional */
}

.circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #f4f4f4;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 10px;
}

.circle i {
    font-size: 14px;
    color: #007BFF;
    margin-bottom: 4px;
}

.circle h5 {
    font-size: 12px;
    margin: 0;
    color: #333;
    text-align: center;
    line-height: 1.2;
}

.circle h5 span {
    font-weight: 600;
}








.bienvenida-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 40px;
    background: linear-gradient(to bottom, #f5f5f5, #ffffff);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 20px;
}

.bienvenida-texto {
    flex: 1;
    max-width: 500px;
    text-align: left;
}

.bienvenida-texto h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #0056b3;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bienvenida-texto p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #333;
    text-align: justify;
}

.btn-reservar2 {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #007BFF;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100%;
}

.btn-reservar:hover {
    background-color: #0056b3;
}







/*CARRUSEL CLUB  ///////////////////////////////////// */
.carouselClub {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.carouselClub-images {
    display: flex;
    transition: transform 0.5s ease-in-out;
    transform: translateX(0);
    width: 100%;
}

.carouselClub-images img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    flex-shrink: 0;
}



/*SECCION SERVICIOS CLUB  ///////////////////////////////////// */
.serviciosDelClub {
    width: 100%;
    height: 55vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: aliceblue;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 25px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    h3 {
        margin: 0 0 10px 0;
        color: #0156B3;
    }

    i {
        color: #0156B3;
    }

    p {
        font-size: 14px;
        color: #333333;
    }

    .listaQueIncluye {
        width: 65%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;

        hr {
            margin-bottom: 4px;
            width: 100%;
            border: 0;
            height: 1px;
            background-color: #c3c3c3;
        }

    }
}


hr {
    margin-top: 10px;
}

.avisoReglamento {
    background-color: aliceblue;
    border-radius: 5px;
    padding: 10px;
    text-align: justify;
    margin-top: -10px;
    color: #686868;
}




/* HORARIO DE SILENCIO */
.horarioDeSilencio {
    width: 65%;
    display: flex;
    flex-direction: column;
    margin: 40px 0 10px 0;
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #3C3C3C;
    color: aliceblue;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.horario {
    padding: 30px 0;

    h3 {
        margin-top: 5px;
    }

    i {
        color: gold;
    }
}

.hora {
    background-color: gold;
    width: 100%;
    padding: 5px 0;
    color: #3C3C3C;
    font-size: 13px;
}

#horaVelocidad{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 10px 0;
}

#velocidadContainer{
    margin-top: 30px;
}

.prohibidoMotoRuido {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #F6F6F6;
    border-radius: 0 0 10px 10px;
    color: #333333;
}

.moto {
    width: 50%;
    padding: 15px 0 20px 0;
    font-size: 14px;
    border-right: 1px solid rgb(202, 202, 202);

    i {
        color: red;
    }
}

#ruido {
    border-right: none;
}







/*SECCION CONOCE  ///////////////////////////////////// */
.containerConoce {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 40px;
    background: linear-gradient(to bottom, #f5f5f5, #ffffff);
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin: 30px 20px 0 20px;
}

.conoce-texto {
    flex: 1;
    max-width: 500px;
    text-align: left;
}

.conoce-texto h2 {
    font-size: 28px;
    margin-bottom: 15px;
    color: #0056b3;
    display: flex;
    align-items: center;
    text-align: center;
    gap: 10px;
}

.conoce-texto i {
    font-size: 16px;
    color: #0056b3;
}

.conoce-texto p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #333;
    text-align: justify;
}



















/*CARDS CABANAS///////////////////////////////////// */
.cardCabana {
    width: 80%;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #d8ebff;
    overflow: hidden;
}

.carouselCabana {
    width: 100%;
    height: 175px;
    /* Ajusta la altura según necesites */
    overflow: hidden;
    position: relative;
    /* Importante para manejar el desplazamiento */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.carouselCabana-images {
    display: flex;
    transition: transform 0.5s ease-in-out;
    transform: translateX(0);
    /* Empieza desde la primera imagen */
    width: 100%;
}

.carouselCabana-images img {
    width: 100%;
    /* La imagen ocupará todo el espacio del carrusel */
    height: 100%;
    object-fit: contain;
    /* Muestra toda la imagen sin recortarla */
    flex-shrink: 0;
    /* Evita que las imágenes se colapsen */
}


.icon-containerCabana {
    width: 100%;
    height: 20px;
    border-bottom: 2px black;
    background-color: #3C3C3C;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 5px 0;
}

.icon-containerCabana i {
    font-size: 12px;
    /* Ajusta el tamaño según tus necesidades */
    color: #c3c3c3;
}


.titles {
    padding: 10px 20px;
    text-align: left;
}

.titles p {
    font-size: 14px;
    color: #555;
}

.titles h2 {
    font-size: 25px;
    margin-bottom: 5px;
    color: #333;
}

.titles span {
    font-size: 14px;
    color: #777;
}

.icon-container {
    display: flex;
    justify-content: space-around;
    padding: 10px 20px;
}

.actions {
    display: flex;
    justify-content: center;
    padding: 10px;
}

.btnVermas {
    width: 80%;
    background-color: #1A73E8;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    margin: 0 0 10px 0;
}

.btnVermas:hover {
    opacity: 0.9;
}

.cardCabanaCielo {
    width: 80%;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background-color: #D8EBFF;
    overflow: hidden;
}

.carouselCabanaCielo {
    width: 100%;
    height: 175px;
    /* Ajusta la altura según necesites */
    overflow: hidden;
    position: relative;
    /* Importante para manejar el desplazamiento */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.carouselCabanaCielo-images {
    display: flex;
    transition: transform 0.5s ease-in-out;
    transform: translateX(0);
    /* Empieza desde la primera imagen */
    width: 100%;
}

.carouselCabanaCielo-images img {
    width: 100%;
    /* La imagen ocupará todo el espacio del carrusel */
    height: 100%;
    object-fit: contain;
    /* Muestra toda la imagen sin recortarla */
    flex-shrink: 0;
    /* Evita que las imágenes se colapsen */
}






.location-card {
    width: 80%;
    max-width: 375px;
    margin: 20px auto;
    background-color: #F6F6F6;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(137, 21, 21, 0.1);
    h2 {
        font-size: 18px;
        margin-bottom: 15px;
        color: #1A73E8;
    }
}

.map-container {
    width: 100%;
    height: 200px;
}

#google-map {
    width: 100%;
    height: 100%;
}

.directions-btn {
    display: block;
    width: 75%;
    margin: -20px auto 0;
    padding: 10px;
    background-color: #1A73E8;
    color: white;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 5px;
    position: relative;
    z-index: 10;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.directions-btn:hover {
    background-color: #0056b3;
}

.info-container {
    padding: 20px 35px;
}



ul {
    list-style: none;
    padding-left: 0;
}

li {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #dadada;
}

.place {
    font-weight: bold;
    color: #333333;
}

.distance {
    color: #1A73E8;
}











/*COPY FINAL  ///////////////////////////////////// */
.containerFinal {
    width: 100vw;
    display: flex;
    height: 80vh;
    justify-content: center;
    align-items: center;

    h2 {
        font-size: 200%;
    }

}

.final {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px 20px 50px 20px;
    background-color: transparent;
    color: aliceblue;
    gap: 15px;
    z-index: 15;
    position: absolute;
    /* text-shadow: 0 8px 8px rgb(0, 0, 0); */

    
}

.cursiva {
    /* font-style: italic; */
    font-family: Mistral;
    font-size: 140%;
    font-weight: 400;

}

#cursivaLunaCielo{
    color: #323639;
    font-size: 120%;
    font-weight: 400;
}

#btnDispoFinal {
    margin: 10px 0;
    width: 56%;
    background-color: green;
    color: aliceblue;
    text-shadow: none;

    i{
        color: aliceblue;
        font-size: 18px;
        color: aliceblue;
    }
}

.video-background-final {
    position: relative;
    height: 90vh;
    overflow: hidden;
}

.video-background-final video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    filter: blur(1px);
    display: block;
}

.overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Ajusta la opacidad según lo necesites */
    z-index: 14; /* Debe estar entre el carrusel (z-index: 14) y el texto (z-index: 15) */
}

.custom-carousel{
    z-index: 14;
    position: absolute;
}




 /*FOOTER////////////////////////////////// */
 footer {
    width: 100vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #323639;
    height: 80px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #888;
    margin-top: -25px;
    z-index: 20;

    p {
        font-size: 10px;
    }

    hr {
        margin-top: 4px;
        margin-bottom: 2px;
        width: 40%;
        border: 0;
        height: 0.5px;
        background-color: #c3c3c34e;
    }
}

.desarrolladoPor{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.containerLogoSat {
    width: 12%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;


    a {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    img {
        width: 100%;
        padding: 5px;
        opacity: 0.5;
        
    }
}






.linkTexto{
    color: #0156B3;
    font-weight: 600;
}




.velocidadMaxima{
    width: 15%;
}










#modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Ocultar modal en celulares (480px o menos) */
@media (max-width: 480px) {
    #modal {
        display: none !important;
    }
}

.modal-content {
    background: white;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
    margin: 40px;

}

.modal-content i {
    font-size: 50px;
    color: #1A73E8;
}

button {
    background-color: #1A73E8;
    border: none;
    color: white;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 20px;
}

























.barraExcursiones2 {
    background-color: #323639;
    width: 100vw;
    display: flex;
    flex-direction: row;
    color: aliceblue;
    padding: 15px 0;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    height: 40px;
    font-size: 12px;
    gap: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;

}

.containerTiempo22 {
    z-index: 11;
    background-color: transparent;
    position: relative;
    display: flex;
    justify-content: center;
}

.tiempo32 {
    width: 45px;
    height: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: aliceblue;
    background-color: #1A73E8;
    /* border: solid 2px #1A73E8; */
    /* background-color: aliceblue; */
    font-size: 105%;
    z-index: 11;
    text-align: center;
    border-radius: 50%;
    font-size: 85%;
    padding: 2px;
}



.titulo2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: center;
    text-align: center;
    font-size: 150%;
    margin-top: 30px;
    /* position: relative; */
    display: inline-block;

    h5 {
        font-weight: 200;
        font-size: 50%;
        /* position: absolute;
        top: 10px;
        left: 29px; */
    }
    
    h1 {
        font-weight: 500;
        font-family: Mistral;
        font-size: 250%;
        /* position: relative;
        word-spacing: 8px; */
    }

    /* #localizacion{ */
        /* top: 70px;
        left: 97px */

        /* text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 50%; */
    /* } */
}

/* .containerBotones{
    width: 100%;
    height: 45%;
    background-color: #202124;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
} */

.containerBotones{
    width: 100%;
    height: 45%;
    background-color: transparent;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 80px;

    /* background-color: #323639bb;
    bottom: 0;
    position: absolute; */

}


.botonesConsultaYllegar {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 75%;
    gap: 10px;
    margin: 0 0 20px 0;
    font-size: 90%;
}

.btnDisponibilidad2{
    width: 50%;
    height: 48px;
    border-radius: 5px;
    background-color: green;
    color: aliceblue;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    letter-spacing: 0.2px;
    gap: 3px;
    transition: background-color 0.3s, color 0.3s;
    /* text-align: center;
    line-height: 48px; */
    

    i{
        color: aliceblue;
        font-size: 18px;
        font-weight: bold;
        line-height: normal;
    }
}

/* Efectos hover y active */
.btnDisponibilidad2:hover {
    background-color: green;
    color: white;
    i{
        color: white;
    }
}

.btnDisponibilidad2:active {
    background-color: darkgreen;
}

.btnLlegar2{
    width: 50%;
    border-radius: 5px;
    height: 48px;
    background-color: aliceblue;
    color: #1A73E8;
    color: #323639;
    transition: background-color 0.3s, color 0.3s;
    text-align: center;
    line-height: 48px;
    font-weight: 700;
    i{
        color: #1A73E8;
        font-size: 18px;
    }
}

.btnLlegar2:hover {
    background-color: #1A73E8;
    color: white;
    i{
        color: white;
    }
}

.btnLlegar2:active {
    background-color: #0F5AC5;
}

.btnReservar2 {
    width: 75%;
    height: 48px;
    line-height: 48px;
    /* padding: 15px 10px; */
    border-radius: 5px;
    background-color: #1A73E8;
    color: aliceblue;
    text-align: center;
    margin: 10px 0 0 0;
    /* border: solid 1px aliceblue; */
    transition: background-color 0.3s;
}

.btnReservar2:hover {
    background-color: #0F5AC5;
}

.btnReservar2:active {
    background-color: #0C4AA3;
}

.video-background2 {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.video-background2 video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
    /* filter: blur(0.4px); */
    display: block;
    margin-top: 35px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}





