body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

/*header*/
nav {
    height: 5rem;
    background-color: black;
    font-family: 'Playfair Display', serif;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    color: rgb(255, 255, 255);
}

nav .foto1 {
    width: 4rem;
    height: 4rem;
}

nav .foto2 {
    width: 8rem;
    height: 4rem;
}

.Idioma {
    justify-content: left;
    font-family: 'Playfair Display', serif;
    font-weight: 900;
}
 

@media only screen and (min-width: 601px) {
    .SeccionNav a {
        display: inline;
    }
    .navbar-toggler {
        display: none; 
    }
}


@media only screen and (max-width: 600px) {
    nav .foto1 {
        width: 2.5rem;
        height: 2.5rem;
    }

    nav .foto2 {
        width: 5rem;
        height: 2.5rem;
    }

    .SeccionNav a {
        display: none;
    }
    
    .navbar-toggler {
        display: inline;
    }
}

.dropdown-menu{
    background-color: transparent; /* Fondo transparente */
    border: none; /* Sin bordes */
    box-shadow: none; /* Sin sombra */
}

.offcanvas .dropdown-toggle {
    color: black !important; /* Color negro para el texto */
}

/*fin del header*/

/*main*/


/* enlace wp*/
.Logowp .fixed {
    position: fixed;
    bottom: 5rem;
    right: 0;
    padding-right: 3rem;
    z-index: 1;
  }
  
  .fixed img {
    height: 5rem;
    border-radius: 6rem;
  }

  
@media only screen and (max-width: 600px)
{
    .Logowp .fixed {
        position: fixed;
        bottom: 5rem;
        right: 0;
        padding-right: 1rem;
        z-index: 1;
      }

    .fixed img {
        height: 3rem;
        border-radius: 6rem;
      }
}


.carousel {
    font-family: 'Playfair Display',serif;
  font-weight: 400;
    font-style: italic;
    position: relative;
    height: 75vh; /* Ajusta según necesites */
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(5px) brightness(50%);
    position: absolute;
    z-index: -1;
}

.info-cabana {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    max-width: 600px;
    width: 90%;
    text-align: center;
    z-index: 2; /* Asegura que el contenedor esté por encima de la imagen */
}
@media only screen and (min-width: 768px)
 {

    .info-cabana {
        max-width: 600px; 
    }
}

@media only screen and (max-width: 400px){
    .carousel{
        padding-top: 6rem;
    }
    .info-cabana {
        max-width: 600px; 
        padding-top: 6rem;
    }
}

@media only screen and (max-width: 375px){
    .info-cabana {
        max-width: 600px; 
        margin-top: 2.5rem;
        padding-top: 0.5rem;
    }
}

/*fin del main*/
/*footer*/
.cFooter {
    height: 16rem;
    font-family: 'Playfair Display',serif;
    text-align: center;
    background-color: rgb(0, 0, 0);

}

.cFooter .containterFooter{
    height: 5rem;
}


.fImg {

    width: 3rem;
    height: 5rem;
}

.iRedes {

    width: 40px;
    height: 40px;
}

.item {

    font-size: 18px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 1.6em;
}


.lista {
    list-style-type: none;
}

@media only screen and (max-width: 600px) {

    .cFooter {
        height: 20rem;
    
    }
    .cFooter .containterFooter{
        height: 9rem;
    }
}


@media only screen and (max-width: 300px){
    
    .cFooter .lista .item 
    {
        font-size: 15px;
    }
}
/*fin del footer*/