/*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*/


/*seccion1*/

/* 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;
    }
}

/*seccion2*/

/*FotoPrincipal*/
.FotoPrincipal {
    margin-top: 5rem;
    height: 100vh;
}

.FotoPrincipal .tarjeta1 {
    height: 100%;
    width: 100%;
}

.FotoPrincipal .tarjeta1 img {
    height: 100%;
    width: 100%;
}


.FotoPrincipal .card-text {
    font-size: 20px;
}


@media only screen and (max-width: 600px) {
    .FotoPrincipal {
        width: 100%;
        height: 50vh;
        margin-top: 4rem;
    }

    .FotoPrincipal .tarjeta1 {
        width: 100%;
        height: 100%;
    }



    .containerGral1 .TextoHabitacion {
        height: 100%;
    }

    .containerGral1 .TextoHabitacion {
        height: 25rem;
        padding: 2rem;
    }

    .containerGral1 .TextoHabitacion h2 {
        font-size: 20px;

    }

    .containerGral h2 {
        text-align: center;
        font-size: 20px;
    }

    .text {
        font-size: 18px;
        height: 18rem;
    }

}
@media only screen and (max-width: 482px){
    
    .containerGral1 .TextoHabitacion {
        height: 20rem;
    }
}


@media only screen and (max-width: 390px) {
    
    .containerGral1 .TextoHabitacion .text {
        font-size: 14px;

    }

}


@media only screen and (max-width: 312px){
    
    .containerGral1 .TextoHabitacion {
        height: 34rem;
    }
}

@media only screen and (max-width: 300px) {

    .containerGral1 .TextoHabitacion {
        height: 29.5rem;
        padding: 1rem;
    }

    .containerGral1 .TextoHabitacion h2 {
        font-size: 15px;
    }

    .containerGral1 .TextoHabitacion p {
        font-size: 12.5px;
    }

}


/*seccion4*/
.containerImgText {
    display: flex;
    flex-direction: column;
    font-family: "Playfair Display SC", serif;
    font-weight: 400;
    height: 100vh;
    padding: 1rem 25rem;
}

.item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    height: 49%;
}

.item.reverse {
    flex-direction: row-reverse;
    height: 49%;
}

.image {
    width: 40%;
    height: 100%;
    border-radius: 10px;

}

.textNuevo {
    width: 48%;
    text-align: left;
    background-color: rgb(255, 255, 255);
    color: rgb(121, 66, 14);
    ;
    padding: 10px;
    border-radius: 10px;
}

.textNuevo h2 {

    color: #4d270f;
    font-family: "Playfair Display SC", serif;
    font-weight: 900;
    font-style: oblique;
}


@media (max-width: 1417px) {

    .containerImgText {
        height: 100%;
        padding: 5rem 20rem;
        
    }

    .item,
    .item.reverse {
        flex-direction: column;
        align-items: center;
        height: 100%;
    }

    .image,
    .textNuevo {
        width: 100%;
    }

    .textNuevo {
        text-align: center;
    }

    .textNuevo h2 {
        font-size: 20px;

    }

    .textNuevo p {
        font-size: 15px;
    }


}

@media (max-width: 1025px) {
    .containerImgText {
        height: 100%;
        padding: 5rem 8rem;
        
    }

    .item,
    .item.reverse {
        flex-direction: column;
        align-items: center;
        height: 100%;
    }

    .image,
    .textNuevo {
        width: 100%;
    }

    .textNuevo {
        text-align: center;
    }

    .textNuevo h2 {
        font-size: 20px;

    }

    .textNuevo p {
        font-size: 15px;
    }

}

@media (max-width: 768px) {

    .containerImgText {
        width: 100%;
        height: 115rem;
        padding: 0;
    }

    .item,
    .item.reverse {
        flex-direction: column;
        align-items: center;
        height: 100%;
    }

    .image,
    .textNuevo {
        width: 100%;
    }

    .textNuevo {
        text-align: center;
    }

    .textNuevo h2 {
        font-size: 20px;

    }

    .textNuevo p {
        font-size: 15px;
    }


}
@media only screen and (max-width: 769px) {
    .containerImgText {
        width: 100%;
        height: 180rem;
        padding: 0;
    }

}

/*fin del nevo articulo*/





/*seccion5*/

.container1 {
    padding-top: 4rem;
    align-items: flex-start;
}

.container1 img {
    width: 100%;
    height: 100%;

}

.TextoHabitacion {
    border-radius: 10px;
    background-color: white;
    width: 100%;
    font-family: "Playfair Display SC", serif;
    font-weight: 900;
    font-style: normal;
    padding: 5rem;
    display: block;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.TextoHabitacion h2 {

    color: #4d270f;
    font-family: "Playfair Display SC", serif;
    font-weight: 900;
    font-style: oblique;
}

.TextoHabitacion p {
    color: rgb(121, 66, 14);
    font-family: "Playfair Display SC", serif;
    font-weight: 400;
    font-style: italic;
}

/*seccion6*/

/*Slider de imagen*/

.text-center {
    padding-top: 1rem;
    background-color: rgb(226, 208, 184);
    color: rgb(121, 66, 14);
    ;
    font-family: "Playfair Display SC", serif;
    font-weight: 900;
    font-style: italic;
    margin: 0;
    font-size: 2.5rem;
}

/*carousel*/
#Fotoscarousel {
    background-color: rgb(226, 208, 184);
    ;
}

#Fotoscarousel img {

    border-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

#Fotoscarousel .carousel-item img {
    height: 100vh;
    width: 100%;
    padding-bottom: 1rem;
}

@media only screen and (max-width: 600px) {
    #Fotoscarousel .carousel-item img {
        height: 20rem;
    }
}



/*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) {

    .containterFooter a {
        height: 1rem;
    }

    .cFooter {
        height: 22rem;

    }

    .cFooter .containterFooter {
        height: 11rem;
    }
}

@media only screen and (max-width: 300px) {


    .cFooter {
        height: 22rem;
    }

    .cFooter .lista {
        height: 12rem;

    }

    .cFooter .lista .item {
        font-size: 12px;
    }
}

/*fin del footer*/

/*fin del footer*/