body,
html {
    overflow-x: hidden
}

.header,
header {
    background: #777a30;
    padding: 15px 50px;
    display: flex;
    width: 100%
   
}
header {
     position: relative;
}

body,
header {
    box-sizing: border-box
}

body,
header nav ul {
    margin: 0;
    padding: 0
}

header nav a,
nav ul li a.active {
    padding: 8px 15px;
    border-radius: 20px
}

header nav a{
    transition: all 0.3s ease;
}

header nav a:hover{
    background-color: #a0a05f;
    color: #f0eeee;
    transform: translateY(-2px);
}

.banner button,
.card button {
    transition: transform .3s;
    cursor: pointer
}

.banner,
.header,
footer,
header {
    width: 100%
}

footer ul,
header nav ul {
    list-style: none;
    padding: 0
}

.boton-reserva,
.campo-completo {
    grid-column: 1/-1
}

.banner-Resrva,
.banner_menu,
.card,
.card-menu {
    overflow: hidden
}

.btn-banner,
footer li,
header nav a {
    text-decoration: none
}

/*Se modifico el color de #656624 a 4d4d4d */
nav ul li a.active {
    color: #4d4d4d; 
    background: #dcdca0;
}

body {
    font-family: Georgia, serif;
    background: #f7f3eb;
    color: #4d4d4d
}

.banner button:hover,
.banner-contenido-menu span:hover,
.btn-reserva:hover,
.card button:hover,
.contenido-card span:hover {
    transform: scale(1.1);
    background: #a76a6a
}

.header,
header {
    justify-content: space-between;
    align-items: center
}

header .logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0
}

header nav ul {
    display: flex;
    flex-direction: row;
    gap: 15px;
    justify-content: center;
    align-items: center
}

.banner-div{
    background-image: url("../Imagen/BannerIndex.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.banner-div h1{
    font-size: 50px;
    margin-bottom: -30px;
}

.banner,
.banner-div {
    min-height: 700px;
    display: flex;
    justify-content: center;
    text-align: center
}

header nav a {
    color: #fff;
    font-size: 16px
}

.banner {
    align-items: center
}

.banner-div {
    align-items: center;
    filter: brightness(75%);
    color: #fff
}

.banner-contenido,
.banner-contenido h1 {
    color: #fff;
    padding: 30px;
    border-radius: 10px
}

.banner h1 {
    color: #fff;
    font-size: 52px;
    margin-bottom: 10px
}

.banner p {
    color: #ffffff;
    margin-bottom: 20px
}

.banner button {
    padding: 10px 20px;
    border: none;
    background: #8c5555;
    color: #ffffff;
    border-radius: 20px
}

.favoritos,
.menu {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto
}

.favoritos h2 {
    color: #5b5b35;
    margin-bottom: 30px
}

.productos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px
}

.card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

.card-menu:hover,
.card:hover {
    transform: translateY(-5px)
}

.img-producto {
    height: 160px;
    background: #d9d9d9
}

.card h3 {
    padding: 10px
}

.card p {
    padding: 0 10px;
    font-size: 14px
}

.card button {
    margin: 15px 10px;
    padding: 8px 15px;
    border: none;
    border-radius: 15px;
    background: #8c5555; /*Obscuro para contraste*/
    color: #fff
}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(72, 58, 46, .65);
    backdrop-filter: blur(4px);
    justify-content: center;
    align-items: center;
    z-index: 1000
}

.promo-info,
.promo-info h1 {
    align-items: center;
    text-align: center
}

.modal-contenido {
    width: 500px;
    max-width: 90%;
    background: #fdfaf6;
    border-radius: 20px;
    padding: 35px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .25);
    position: relative
}

.modal-contenido h2 {
    color: #8f9242;
    font-size: 36px;
    margin-bottom: 18px;
    border-bottom: 2px solid #d9a4a4;
    padding-bottom: 12px
}

.modal-contenido p {
    margin: 12px 0;
    font-size: 17px;
    color: #5f544d;
    line-height: 1.6
}

#cerrar,
.modal-contenido strong {
    color: #8f9242
}

#descripcion {
    color: #5f544d;
    font-size: 17px;
    line-height: 1.7;
    margin-bottom: 25px
}

.linea-modal {
    border: none;
    height: 2px;
    background: #d9a4a4;
    margin: 22px 0;
    border-radius: 20px
}

.promocion,
.ubicacion {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto
}

#cerrar {
    position: absolute;
    right: 22px;
    top: 15px;
    font-size: 34px;
    cursor: pointer;
    transition: .3s
}

#cerraar:hover {
    color: #d9a4a4;
    transform: rotate(90deg)
}

.promocion {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 20px
}

.promo-info {
    background: #656624;
    color: #fff;
    padding: 10px;
    border-radius: 15px
}

.promo-info h1 {
    margin-top: 15px
}

.promo-info h2 {
    color: #ffffff;
    margin-top: 10px;
    text-align: center;
    align-items: center
}

.promo-imagen {
    background: #d9d9d9;
    border-radius: 15px;
    min-height: 400px;
    cursor: pointer;
    transition: transfor, .3s
}

.about-img,
.contacto-img,
.icono img,
.mapa,
.testimonio,
button {
    cursor: pointer;
    transition: transform .3s
}

.about-img:hover,
.contacto-img:hover,
.mapa:hover,
.promo-imagen:hover,
.testimonio:hover {
    transform: scale(1.02)
}

.ubicacion {
    text-align: center
}

.ubicacion h2 {
    margin-bottom: 10px;
    color: #5b5b35
}

.mapa {
    margin-top: 20px;
    height: 400px;
    background: #d9d9d9;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

.testimonios {
    background-color: #f5f2eb;
    padding: 60px 20px;
    text-align: center
}

.testimonios h2 {
    font-size: 28px;
    margin-bottom: 40px;
    color: #4a4a2a
}

.contenedor-testimonios {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap
}

.testimonio {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    width: 400px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    text-align: left
}

.img-cliente img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
}

.texto p {
    font-size: 15px;
    color: #555;
    margin-bottom: 10px;
}

.texto h3 {
    margin: 0;
    font-size: 16px;
    color: #5b5b35;
}

.texto span {
    font-size: 13px;
    color: #555555;
}

.estrellas {
    color: #f5bbb9;
    margin-bottom: 4px;
    font-size: 15px;
}

footer {
    background: center/contain no-repeat #777a30;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 15px;
    gap: 30px 40px;
    min-height: 190px;
    height: auto;
}

.footer-logo {
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    margin-left: 65px;
    margin-top: 10px;
}

.icono,
.item-contacto img {
    background: rgba(255, 255, 255, .8);
}

.footer-menu,
.footer-menu a {
    color: #fff;
    gap: 5px;
    text-align: left;
    text-decoration: none;
    display: inline-block; /*para habilitar padding*/
    padding: 10px 0;
    
}

.footer-menu h4 {
    margin-bottom: 11px;
}

footer ul {
    margin: 0;
}

footer li {
    margin: -1px 0;
    color: #fff;
}

.footer-contacto h4 {
    margin-bottom: 20px;
}

.item-contacto {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
    margin-left: -5px;
    margin-top: -2px;
}

.item-contacto img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
}

.icono,
.icono img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.item-contacto span {
    color: #fff;
    font-size: 16px;
}

.iconos-redes {
    display: flex;
    gap: 30px;
}

.icono {
    display: flex;
    justify-content: center;
    margin-left: 5px;
    margin-top: 20px;
}

.icono img:hover {
    transform: scale(1.15);
}

/*-----------------------------------INDEX TERMINADO----------------------------------------------------*/

/*-----------------------------------RESERVA------------------------------------------------------------*/
.banner-contenido-reserva {
    width: 480px;
    height: 70%;
    background: #f7f3eb;
    border-radius: 0 180px 180px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    color: #2f2f2f
}

.banner-Resrva {
    height: 450px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.banner-contenido-menu p,
.banner-contenido-reserva p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    text-align: left
}

.banner-contenido-reserva h1 {
    font-size: 42px;
    margin: 0 0 15px;
    font-family: Georgia, serif
}

.banner-contenido-menu::after,
.banner-contenido-reserva::after {
    content: "";
    width: 300px;
    height: 100px;
    background-image: url('../Imagen/florLarga.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
    margin-top: 30px
}

.FlorLarga {
    width: 450px;
    height: 100px;
    margin-top: -30px;
    margin-right: -10px
}

.formulario {
    width: 100%;
    background: #f3eade;
    margin-top: 0;
    min-height: 1400px;
    height: auto
}

.formulario h1,
.formulario p {
    text-align: center;
    padding-top: 0;
    color: #484919
}

.reservacion {
    background: #fdf8f6;
    padding: 100px;
    border-radius: 30px;
    max-width: 1100px;
    margin: 50px auto
}

.form-reserva {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px
}

.campo {
    display: flex;
    gap: 20px;


}

.icono-Formulario {
    color: #d7a29d;
    margin-top: 15px;
    width: 60px;
    height: 55px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.contenido {
    flex: 1
}

.contenido label {
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
    color: #2f2f2f
}

.contenido input,
.contenido textarea,.contenido select {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid#e7b8b8;
    border-radius: 8px;
    background:0 0;
    font-size: 15px;
    outline: 0
}


.contenido input,
.contenido select{
    height: 45px;
}

.contenido textarea{
    resize: vertical;
    min-height: 100px;
}

.contenido input:focus,
.contenido select:focus,
.contenido textarea:focus{
    border-color: #c47c7c;
    box-shadow: 0 0 5px rgba(196,124,124,.3);
}

.contenido textarea {
    resize: none
}

.boton-reserva {
    text-align: center
}

.boton-reserva button {
    width: 50%;
    padding: 14px;
    border: none;
    border-radius: 10px;
    background: #8c5555;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer
}

.boton-reserva p {
    margin-top: 15px;
    font-size: 16px;
    color: #333
}

.info-importante {
    background: #f5f1ea;
    padding: 50px 30px
}

.info-importante h2 {
    text-align: center;
    color: #5b5b35;
    font-size: 40px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px
}

.info-importante h2 img {
    width: 50px
}

.lista-info {
    max-width: 900px;
    margin: auto
}

.item-info {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px
}

.icono-info {
    width: 45px;
    height: 45px;
    background: #f3ded9;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    flex-shrink: 0
}

.hero,
.item {
    align-items: center
}

.icono-info img {
    width: 60%;
    height: 60%;
    object-fit: cover
}

.item-info h3 {
    margin: 0 0 5px;
    font-size: 20px;
    color: #2f2f2f
}

.item-info p {
    margin: 0;
    color: #444;
    line-height: 1.5;
    font-size: 24px
}

.separador-flor {
    display: block;
    margin: 20px auto;
    width: 400px;
    height: 50px
}

.box,
.hero,
.info {
    display: flex
}

.hero {
    height: 450px;
    background-size: cover;
    background-position: center
}

.hero-text {
    width: 480px;
    height: 70%;
    background: #f7f3eb;
    border-radius: 0 180px 180px 0;
    padding: 25px
}

.hero-text img {
    max-width: 60%;
    display: block;
    margin: 10px auto 0 10%;
    width: 400px;
    height: 100px
}

.hero h1 {
    font-size: 40px
}

.info {
    justify-content: space-around;
    align-items: flex-start;
    background: #efe7df;
    flex-direction: row;
    padding: 40px 20px;
    gap: 40px
}

.about,
.contacto {
    padding: 20px;
    gap: 30px
}

.box {
    width: 45%;
    text-align: center;
    flex-direction: column;
    justify-content: space-between
}

.box p {
    font-size: 15px
}

.divider {
    width: 2px;
    height: 400px;
    background: #d4b2a6;
    display: block
}

.about,
.contacto,
.item {
    display: flex
}

.about-img,
.contacto-img {
    width: 50%;
    height: 500px;
    background-size: cover;
    border-radius: 30px
}

.about-text,
.contacto-info {
    width: 50%
}

.about-text h2 {
    text-align: center;
    color: #5b5b35
}

.contacto {
    background: #efe7df
}

.contacto-info h2 {
    text-align: center;
    color: #5b5b35;
    margin-left: 35px
}

.item {
    gap: 10px;
    margin: 10px 0 10px 100px
}

.item img {
    width: 25px
}

button {
    margin-top: 15px;
    padding: 12px 20px;
    background: #8c5555;
    border: none;
    color: #fff;
    border-radius: 10px
}

.Botonwhat:hover {
    background: #a76a6a;
    transform: scale(1.05)
}

.Botonwhat {
    margin: 30px auto 0;
    display: block;
    width: 90%;
    max-width: 300px
}

.tazacafe,
.vision {
    margin: 15px auto;
    height: auto
}

.about-text p,
.box p {
    text-align: justify;
    line-height: 1.6
}

.box h2 {
    color: #5b5b35
}

.tazacafe {
    width: 200px
}

.vision {
    width: 400px
}

.Img-Separador {
    width: 120px;
    height: auto;
    display: block;
    margin: 10px auto 25px;
    opacity: .8
}
/*----------------------------------RESERVA TERMINA--------------------------------------------------------*/

/*----------------------------------MENU-------------------------------------------------------------------*/
.banner_menu {
    height: 450px;
    display: flex;
    align-items: center;
    background: #f3eade
}

.banner-contenido-menu {
    width: 480px;
    height: 70%;
    background: #f7f3eb;
    border-radius: 0 180px 180px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    color: #2f2f2f
}

.banner-contenido-menu h1 {
    font-size: 42px;
    margin: 0 0 20px;
    font-family: Georgia, serif
}

.banner-contenido-menu span,
.contenido-card span {
    margin-top: 10px;
    text-align: center;
    transition: transform .3s;
    cursor: pointer
}

.banner-contenido-menu span {
    width: 100px;
    border: none;
    background: #8c5555;
    color: #fff;
    padding: 10px 15px;
    border-radius: 20px
}

.categoria-menu {
    margin-bottom: 60px
}

.categoria-menu h2 {
    text-align: center;
    color: #4a4a4a;
    background: #dcd7b5;
    padding: 15px;
    border-radius: 30px;
    margin-bottom: 30px
}

.productos-menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 35px
}

.card,
.card-menu {
    transition: transform .3s
}

.card-menu {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .12);
    display: flex;
    flex-direction: column;
    transition: transform .3s
}

.btn-banner,
.cerrar {
    font-weight: 700;
    transition: .3s
}

.card-menu img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

.contenido-card {
    padding: 15px
}

.contenido-card h3 {
    color: #5b5b35;
    margin-bottom: 10px
}

.contenido-card p {
    font-size: 15px;
    line-height: 1.5;
    min-height: 60px
}

.contenido-card span {
    display: inline-block;
    background:#8c5555;
    color: #fff;
    padding: 8px 15px;
    border-radius: 15px;
    font-size: 13px;
    font-weight: 700
}

/*------------------------------------------MENU TERMINA---------------------------------------------------*/

/*------------------------------------------GALERIA-------------------------------------------------------*/

.banner-galeria {
    width: 100%;
    height: 450px;
    background-image: url('../Imagen/FotografiaProfesional.webp');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center
}

.banner-contenido-galeria {
    width: 480px;
    height: 70%;
    background: #f7f3eb;
    border-radius: 0 180px 180px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    color: #2f2f2f;
}

.banner-contenido-galeria h1 {
    font-size: 42px;
    color: #2f2f2f;
    margin: 0 0 15px;
    font-family: Georgia, serif
}

.banner-contenido-galeria p {
    color: #2f2f2f;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 20px 0;
}

.btn-banner {
    display: inline-block;
    width: fit-content;
    background: #f5bbb9;
    color: #3a3a07;
    padding: 12px 30px;
    border-radius: 30px;
    margin-top: 20px;
    text-align: center;
    border: none;
    cursor: pointer;
    font-weight: 700;
    transition: transform 0.3 ease;
}

.btn-banner:hover {
    background: #efaaaa;
    transform: translateY(-2px)
}

.galeria {
    width: 95%;
    max-width: 1600px;
    margin: 80px auto;
    text-align: center
}

.decoracion-galeria {
    width: 180px;
    margin-bottom: 20px
}

.texto-galeria {
    color: #6b6b6b;
    font-size: 16px;
    margin-bottom: 40px
}

.contenedor-galeria {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px
}

.contenedor-galeria img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    transition: transform .3s
}

.contenedor-galeria img:hover {
    transform: scale(1.03)
}

.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.lightbox img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 15px;
    box-shadow: 0 0 20px rgba(255, 255, 255, .2);
}

.cerrar {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 50px;
    cursor: pointer;
}

.cerrar:hover {
    transform: scale(1.2);
}

/*------------------------------------------GALERIA TERMINA---------------------------------------------------*/
/* ===========================
   CELULARES Y TABLETS
=========================== */

.menu-toggle{
    display:none;
}

/* ===========================
        TABLETS
=========================== */
@media screen and (min-width:768px) and (max-width:1024px){

    footer{
        display:grid;
        grid-template-columns:0.9fr 1fr 1fr 0.9fr;
        justify-content:center;
        align-items:start;
        gap:20px;
        padding:30px 0px;
        text-align:center;
    }

    /* Logo */
    .footer-logo{
        width:70px;
        height:70px;
        margin:30px auto 0;
        
    }

    /* Columnas */
    .footer-menu,
    .footer-contacto,
    .footer-redes{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:flex-start;
        padding:2px;
        margin-right:50px;
    }

    /* Títulos */
    .footer-menu h4,    
    .footer-contacto h4,
    .footer-redes h4{
        margin:0;
        height:35px;       /* Misma altura para los tres títulos */
        display:flex;
        align-items:center;
        justify-content:center;
    }


    /* Navegación */
    .footer-menu ul{
        list-style:none;
        padding:0;
        margin:0;
        text-align:left;
    }

    .footer-menu li{
        margin:12px 0;
    }

    /* "Te esperamos" */
    .item-contacto{
        display:flex;
        align-items:center;
        justify-content:flex-start;
        gap:10px;
        margin:10px 0;
    }

    /* Redes sociales */
    .iconos-redes{
        display:flex;
        justify-content:center;
        align-items:center;
        gap:12px;          /* Menos separación */
        margin-top:12px;
    }

    .icono{
        margin:0;          /* Elimina márgenes heredados */
    }

}


@media screen and (max-width:767px){

    header{
        display:flex;
        justify-content:space-between;
        align-items:center;
        padding:15px 20px;
        position:relative;
    }

    .menu-toggle{
        display:block;
        background:none;
        border:none;
        color:white;
        font-size:35px;
        cursor:pointer;
    }

    #menu{
        display:none;
        position:absolute;
        top:100%;
        left:0;
        width:100%;
        background:#777a30;
        z-index:1000;
    }

    #menu.active{
        display:block;
    }

    nav{
        display:none;
        position:absolute;
        top:100%;
        left:0;
        width:100%;
        background:#777a30;
        z-index:1000;
    }

    nav.active{
        display:block;
    }

    header nav ul{
        display:flex;
        flex-direction:column;
        gap:0;
        margin:0;
        padding:0;
    }

    #menu li a:hover{
        background-color: #a0a070;
        color: #4d4d4d;
    }

    #menu li a:active{
        background-color: #dcdca0;
        color: #4d4d4d;
    }

   header nav ul li{
        width:100%;
    }

    header nav ul li a{
        display:block;
        padding:15px;
        text-align:center;
        border-radius:0;
    }

    .contenedor-galeria,
    .productos,
    .productos-menu{
        grid-template-columns:repeat(2,1fr);
    }

    .form-reserva,
    .promocion{
        grid-template-columns:1fr;
    }

    footer{
        grid-template-columns:1fr;
        gap:30px;
        padding:25px 10px;
        justify-items:center;
        text-align:center;
    }

    .about,
    .contacto,
    .info{
        flex-direction:column;
    }

    .about-img,
    .about-text,
    .box,
    .contacto-img,
    .contacto-info{
        width:100%;
    }

    .divider{
        display:none;
    }

    .Botonwhat{
        margin:30px auto;
        display:block;
    }

    .banner-contenido-reserva{
        width:80%;
        max-width:600px;
    }
}


@media screen and (max-width:480px){

    #menu li a:hover{
        background-color: #a0a070;
        color: #4d4d4d;
    }
    #menu li a:active{
        background-color: #dcdca0;
        color: #4d4d4d;
    }
    #menu{
        display: none;
    }

    #menu.active{
        display: block;
    }

    .contenedor-galeria,
    .productos,
    .productos-menu,
    footer{
        grid-template-columns:1fr;
    }

    .banner-contenido-menu,
    .banner-contenido-reserva{
        border-radius:0;
        padding:30px;
    }

    .logo{
        width:60px;
        height:60px;
    }

    .banner,
    .banner-div{
        min-height:450px;
    }

    .banner h1{
        font-size:36px;
    }

    .banner p,
    .banner-contenido-galeria p{
        font-size:16px;
    }

    footer{
        gap:25px;
        padding:25px 2px;
    }

    .footer-menu,
    .footer-contacto,
    .footer-redes{
        display:flex;
        flex-direction:column;
        align-items:center;
        justify-content:center;
        text-align:center;
    }

    /* Elimina la sangría del UL */
    .footer-menu ul{
        list-style:none;
        padding:0;
        margin:0;
    }

    /* Centra cada opción del menú */
    .footer-menu li{
        margin:10px 0;
        text-align:center;
    }

    /* Centra los iconos y el texto de "Te esperamos" */
    .item-contacto{
        display:flex;
        justify-content:center;
        align-items:center;
        gap:10px;
        margin:10px 0;
        margin-left:0;
        text-align:left;
    }

    /* Centra los iconos de redes */
    .iconos-redes{
        display:flex;
        justify-content:center;
        align-items:center;
        gap:20px;
    }

    /* Centra los títulos */
    .footer-menu h4,
    .footer-contacto h4,
    .footer-redes h4{
        text-align:center;
    }

    /* Centra el logo */
    .footer-logo{
        display:block;
        margin:0 auto;
    }

    .banner-contenido-reserva{
        width:100%;
    }

    .banner-contenido-reserva h1,
    .hero h1{
        font-size:32px;
    }

    .boton-reserva button{
        width:100%;
    }

    .item-info,
    .testimonio{
        flex-direction:column;
        text-align:center;
        align-items:center;
    }

    .item-info p{
        font-size:18px;
    }

    .info-importante h2{
        flex-direction:column;
        font-size:28px;
    }

    .hero-text{
        width:100%;
        border-radius:0;
        background:rgba(247,243,235,.9);
        text-align:center;
    }

    .Img-Separador{
        margin:20px auto;
    }

    .item{
        margin-left:0;
    }

    .banner-contenido-galeria{
        margin-left:20px;
        max-width:90%;
    }

    .banner-contenido-galeria h1{
        font-size:42px;
    }

    .contenedor-galeria img{
        height:250px;
    }

    /* Menú para celulares */
    #menu ul{
        display:flex !important;
        flex-direction:column !important;
        justify-content:flex-start;
        align-items:stretch;
        width:100%;
    }

    #menu li{
        width:100%;
    }

    #menu li a{
        display:block;
        width:100%;
        padding:15px;
        text-align:center;
        background:#777a30;
        border-bottom:1px solid rgba(255,255,255,.2);
    }
}



.footer-aviso{
    grid-column: 1 / -1 ;
    width: 100%;
    margin-top:20px;
    padding-top:20px;
    border-top:1px solid rgba(255,255,255,.2);
    text-align: center;
    font-size:14px;
}

.footer-aviso a{
    color:#ffffff;
    text-decoration:underline;
    font-weight:bold;
}

.proyecto-modal{
    display:none;
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.6);
    justify-content:center;
    align-items:center;
    z-index:9999;
}

.proyecto-modal-contenido{
    width:90%;
    max-width:650px;
    background:#fff;
    padding:35px;
    border-radius:12px;
    text-align:justify;
    position:relative;
}

.contenido-modal h2{
    margin-bottom:20px;
    color:#656624;
}

.contenido-modal p{
    margin-bottom:15px;
    line-height:1.7;
}

.proyecto-cerrar{
    position:absolute;
    right:20px;
    top:15px;
    font-size:30px;
    cursor:pointer;
}

.lista-equipo{
    margin-top:15px;
    padding-left:20px;
    line-height:2;
}

.copyright a{
    color:#ffffff;
    text-decoration:none;
    cursor:pointer;
}

.copyright a:hover{
    text-decoration:underline;
}

.cerrar-comun {
    position: absolute;
    right: 22px;
    top: 15px;
    font-size: 34px;
    cursor: pointer;
    transition: 0.3s;
    color: #8f9242; 
    padding: 15px;
    line-height: 1;
    display :inline-block; 
    z-index:10;/* Ayuda a que sea más fácil darle clic en el celular */
}

.cerrar-comun:hover {
    color: #d9a4a4;
    transform: rotate(90deg);
}