@import url('https://fonts.googleapis.com/css2?family=Fuente1|Fuente2');

/* Colores */

body {
    font-family: 'EB Garamond', serif;
    background-color: rgb(246,237,228);
}

h1 {
    font-family: 'EB Garamond', serif;
}

/* ----------------------------------------------------------- */

iframe {
    width: 500px;
    height: 256px;
    border: 0;
}

.contenedor_carr {
    border: 2px solid black;
    border-radius: 10px;
    overflow: hidden;
    margin: 10px;
}

.contenedor_carr img {
    width: 100%;
    height: auto;
}


.whatsapp-boton {
    padding: 10px; 
    font-size: 14px; 
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-image: url('../images/gratis-png-whatsapp-thumbnail.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.centro{
    text-align: center;
}

.whatsapp-icon {
    width: 30px; /* ajusta el tamaño según sea necesario */
    height: auto; /* para mantener la proporción de la imagen */
    margin-left: 10px; /* ajusta el margen izquierdo según sea necesario */
}


/* Carrusel versión estética hotel ⭐ */
#carouselExample .contenedor_carr {
    height: 700px; /* Ajustable: 380, 400 o 420 */
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

#carouselExample .contenedor_carr img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Recorte profesional */
}
