.resenas {
    padding: 1.25rem 1.25rem 2.5rem;
    max-width: 68.75rem;
    margin: 0 auto;
    text-align: center;
}

.resenas-titulo {
    text-align: center;
    margin-bottom: 1.563rem;
}

.resenas-titulo h1 {
    font-size: 2.5rem;
    font-weight: 400; 
    margin-bottom: 0.625rem;
}

.resenas-titulo p {
    color: #555;
    font-size: 1.05rem;
}

.contenedor-google {
    width: 100%;
    margin-top: -1.625rem;
    overflow: hidden; 
}

.elfsight-app-ddd116ce-b700-4405-97b8-6da77d04ec78 {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.contenedor-google iframe {
    width: 100% !important;
    border: none !important;
}

.reservar {
    text-align: center;
    padding: 2.5rem 1.25rem;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
}

.reservar h2 {
    margin-bottom: 0.625rem;
}

.reservar p {
    margin-bottom: 1.25rem;
    color: #555;
}

.boton {
    display: inline-block;
    padding: 0.75rem 1.563rem;
    background: #77482a;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    transition: 0.3s ease;
    cursor: pointer;
}

.boton:hover {
    background: #945a35;
}

@media (max-width: 768px) {
    .resenas {
        padding: 1rem 0.75rem 2rem;
        max-width: 100%;
    }

    .contenedor-google {
        width: 100%;
        max-width: 100%;
        overflow: hidden;
    }

    .elfsight-app-ddd116ce-b700-4405-97b8-6da77d04ec78 {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }

    .reservar {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
}


