/* ===============================
        HERO 
================================ */

.hero-principal {
    background-image: url('../img/cafeteria/cafeteria1.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    min-height: 90vh;

    margin-top: 4.6rem;
}

/* CAPA OSCURA */
.hero-capa {
    min-height: 90vh;
    background-color: rgba(0, 0, 0, 0.352);
    display: flex;
    align-items: center;
}

/* CONTENIDO */
.hero-contenido {
    width: 100%;
}

/* INFORMACIÓN */
.hero-informacion {
    max-width: 33rem;
    margin-left: 2.5rem;
}

/* TÍTULO */
.hero-titulo {
    color: var(--blanco);
    font-size: var(--titulo-hero);
    line-height: 1.1;
    margin-bottom: 1.5rem;
}

/* TEXTO */
.hero-texto {
    color: var(--blanco);
    font-size: var(--texto-hero);
    line-height: 1.4;
    margin-bottom: 2rem;
}

/* BOTÓN */
.boton-hero {
    display: inline-block;
    background-color: var(--rosa-principal);
    color: var(--blanco);
    padding: 1rem 2rem;
    border-radius: var(--radio-boton);
    font-size: 1rem;
    font-weight: var(--peso-medio);
    transition: var(--transicion-suave);
}

.boton-hero:hover {
    transform: translateY(-2px);
    filter: brightness(0.8);
}

/* ===============================
        SOBRE NOSOTROS
================================ */

.seccion-nosotros {
    padding: 8rem 0;
}

/* CONTENIDO */
.nosotros-contenido {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7rem;
}

/* IMAGEN */
.imagen-nosotros {
    width: 35rem;
    border-radius: var(--radio-imagen);
}

/* INFORMACIÓN */
.nosotros-informacion {
    width: 30rem;
}

/* TÍTULO */
.nosotros-titulo {
    color: var(--naranja-principal);
    font-size: var(--titulo-seccion);
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

/* LÍNEA DECORATIVA */
.linea-nosotros {
    width: 20rem;
    height: 0.15rem;
    background-color: var(--naranja-principal);
    margin-bottom: 2rem;
}

/* TEXTO */
.nosotros-texto {
    font-size: var(--texto-seccion);
    line-height: 1.6;
}

/* ===============================
        HABITACIONES DESTACADAS
================================ */

.seccion-habitaciones {
    background-color: var(--rosa-principal);
    padding: 6rem 0;
}

/* ENCABEZADO */
.habitaciones-encabezado {
    text-align: center;
    max-width: 50rem;
    margin: 0 auto 4rem auto;
}

.habitaciones-titulo {
    color: var(--blanco);
    font-size: var(--titulo-seccion);
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.habitaciones-texto {
    color: var(--blanco);
    font-size: var(--texto-seccion);
    margin-bottom: 1.5rem;
}
/* LÍNEA */

.linea-habitaciones {
    width: 20rem;
    max-width: 100%;
    height: 0.15rem;
    background-color: var(--blanco);
    margin: 0 auto 2rem auto;
}

/* TARJETAS */

.habitaciones-tarjetas {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 3rem;
}

/* TARJETA */

.tarjeta-habitacion {
    background-color: var(--fondo-principal);
    border-radius: var(--radio-tarjeta);
    overflow: hidden;
    max-width: 25rem;
}

/* IMAGEN */

.tarjeta-imagen {
    width: 100%;
    height: 16rem;
    object-fit: cover;
}

/* CONTENIDO */

.tarjeta-contenido {
    padding: 1.2rem;
}

/* TÍTULO */

.tarjeta-titulo {
    color: var(--negro);
    font-size: 2rem;
    font-weight: var(--peso-normal);
    margin-bottom: 0.8rem;
}

/* CARACTERÍSTICAS */

.tarjeta-caracteristicas {
    display: flex;
    gap: 1.5rem;
    font-size: 1rem;
}

/* BOTÓN */

.contenedor-boton-habitaciones {
    text-align: center;
}

/* BOTÓN */

.boton-habitaciones {
    display: inline-block;

    background-color: var(--blanco);
    color: var(--rosa-principal);

    border: 0.15rem solid var(--blanco);

    border-radius: var(--radio-boton);

    padding: 0.5rem 2.5rem;

    font-size: 1rem;
    font-weight: var(--peso-medio);

    transition: var(--transicion-suave);
}

.boton-habitaciones:hover {
    transform: translateY(-2px);
    filter: brightness(0.9);
}

/* ===============================
        SERVICIOS
================================ */

.seccion-servicios {
    padding-top: 6rem;
    padding-bottom: 8rem;
}

/* ENCABEZADO */

.servicios-encabezado {
    text-align: center;

    max-width: 50rem;
    margin: 0 auto 5rem auto;
}

.servicios-titulo {
    color: var(--turquesa-principal);

    font-size: var(--titulo-seccion);
    line-height: 1.2;

    margin-bottom: 1.5rem;
}

.servicios-texto {
    font-size: var(--texto-seccion);

    max-width: 42rem;
    margin: 0 auto 1.5rem auto;
}

/* LÍNEA */

.linea-servicios {
    width: 20rem;
    height: 0.15rem;
    background-color: var(--turquesa-principal);
    margin: 0 auto 2rem auto;
}

/* GRID */

/* GRID DE SERVICIOS */

.servicios-grid {
    display: flex;
    flex-wrap: wrap;

    justify-content: center;

    gap: 3rem 4rem;

    max-width: 70rem;
    margin: 0 auto;
}

/* ITEM */

.servicio-item {
    width: 12rem;

    text-align: center;
}

/* ÍCONO */

.servicio-icono {
    width: 9rem;
    height: 9rem;

    border-radius: 50%;

    background-color: rgba(47, 127, 122, 0.7);

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 1.5rem auto;
}

.servicio-icono img {
    width: 5rem;
    height: 5rem;
}

/* TEXTO */

.servicio-nombre {
    font-family: var(--fuente-textos);
    font-size: 1.4rem;
    font-weight: var(--peso-normal);
    line-height: 1.3;
}

/* ===============================
        RESTAURANTE
================================ */

.seccion-restaurante {
    background-color: var(--verde-principal);

    padding: 6rem 0;
}

/* CONTENIDO */

.restaurante-contenido {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 8rem;
}

/* INFORMACIÓN */

.restaurante-informacion {
    max-width: 32rem;
}

/* TÍTULO */

.restaurante-titulo {
    color: var(--blanco);

    font-size: var(--titulo-seccion);

    line-height: 1.2;

    margin-bottom: 1.5rem;
}

/* LÍNEA */

.linea-restaurante {
    width: 14rem;
    height: 0.15rem;

    background-color: var(--blanco);

    margin-bottom: 2rem;
}

/* TEXTO */

.restaurante-texto {
    color: var(--blanco);

    font-size: var(--texto-seccion);

    line-height: 1.6;

    margin-bottom: 2.5rem;
}

/* BOTÓN */

.boton-restaurante {
    display: inline-block;

    background-color: var(--fondo-principal);
    color: var(--verde-principal);

    padding: 0.8rem 2.5rem;

    border-radius: var(--radio-boton);

    font-size: 1rem;
    font-weight: var(--peso-medio);

    transition: var(--transicion-suave);
}

.boton-restaurante:hover {
    transform: translateY(-2px);
    filter: brightness(0.8);
}

/* TARJETAS */

.restaurante-tarjetas {
    display: flex;
    flex-direction: column;

    gap: 2rem;
}

/* TARJETA */

.tarjeta-restaurante {
    position: relative;

    width: 23rem;
    height: 14rem;

    overflow: hidden;

    border-radius: var(--radio-imagen);
}

/* IMAGEN */

.tarjeta-restaurante-imagen {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

/* CAPA OSCURA */

.tarjeta-restaurante-capa {
    position: absolute;

    inset: 0;

    background-color: rgba(0, 0, 0, 0.4);

    display: flex;
    align-items: center;
    justify-content: center;
}

/* TÍTULO TARJETA */

.tarjeta-restaurante-titulo {
    color: var(--blanco);

    text-align: center;

    font-size: 2rem;

    line-height: 1.2;

    font-weight: var(--peso-medio);
}

/* ===============================
        TESTIMONIOS
================================ */

.seccion-testimonios {
    padding: 6rem 0;
}

/* ENCABEZADO */

.testimonios-encabezado {
    text-align: center;

    max-width: 50rem;

    margin: 0 auto 4rem auto;
}

.testimonios-titulo {
    color: var(--rosa-principal);

    font-size: var(--titulo-seccion);

    line-height: 1.2;

    margin-bottom: 1.5rem;
}

.linea-testimonios {
    width: 20rem;
    height: 0.15rem;

    background-color: var(--rosa-principal);

    margin: 0 auto 2rem auto;
}

.testimonios-texto {
    font-size: var(--texto-seccion);

    max-width: 42rem;

    margin: 0 auto;
}

/* CARRUSEL */

.contenedor-carrusel {
    overflow: hidden;

    width: 100%;
}

.carrusel-testimonios {
    display: flex;

    gap: 2rem;

    width: max-content;

    animation: mover-testimonios 40s linear infinite;
}

/*
.carrusel-testimonios:hover {
    animation-play-state: paused;
}
*/

/* TARJETA */

.tarjeta-testimonio {
    width: 22rem;
    min-height: 18rem;

    background-color: transparent;

    border: 0.1rem solid var(--rosa-principal);

    border-radius: var(--radio-tarjeta);

    padding: 1.5rem;

    flex-shrink: 0;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* COMILLAS */

.comillas-testimonio {
    display: flex;
    justify-content: center;

    margin-bottom: 1.5rem;
}

.imagen-comillas {
    width: 3rem;
    height: auto;

    display: block;
}

/* TEXTO */

.texto-testimonio {
    text-align: center;
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

/* AUTOR */

.autor-testimonio {
    display: flex;

    align-items: center;

    gap: 1rem;
}

.icono-usuario {
    width: 3rem;
    height: 3rem;

    object-fit: contain;
}

.nombre-autor {
    color: var(--rosa-principal);

    font-weight: var(--peso-negrita);

    font-family: var(--fuente-titulos);
}

/* ANIMACIÓN */

@keyframes mover-testimonios {

    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 1rem));
    }

}

/* ===============================
        RECORRIDO VIRTUAL
================================ */

.seccion-recorrido {
    background-image: url('../img/cafeteria/9.png');

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* CAPA OSCURA */

.capa-recorrido {
    background-color: rgba(0, 0, 0, 0.45);

    min-height: 45rem;

    display: flex;
    align-items: center;
}

/* CONTENIDO */

.recorrido-contenido {
    max-width: 50rem;

    margin: 0 auto;

    text-align: center;
}

/* TÍTULO */

.recorrido-titulo {
    color: var(--blanco);

    font-size: var(--titulo-seccion);

    line-height: 1.2;

    margin-bottom: 1.5rem;
}

/* LÍNEA */

.linea-recorrido {
    width: 20rem;
    height: 0.15rem;

    background-color: var(--blanco);

    margin: 0 auto 2rem auto;
}

/* TEXTO */

.recorrido-texto {
    color: var(--blanco);

    font-size: var(--texto-seccion);

    line-height: 1.6;

    max-width: 42rem;

    margin: 0 auto 2.5rem auto;
}

/* BOTÓN */

.boton-recorrido {
    display: inline-block;

    background-color: var(--fondo-principal);
    color: var(--negro);

    padding: 0.8rem 2.5rem;

    border-radius: var(--radio-boton);

    font-size: 1rem;
    font-weight: var(--peso-medio);

    transition: var(--transicion-suave);
}

.boton-recorrido:hover {
    transform: translateY(-2px);
    filter: brightness(0.8);
}

/* ===============================
        TOURS DESTACADOS
================================ */

.seccion-tours {
    padding: 6rem 0;
}

/* ENCABEZADO */

.tours-encabezado {
    text-align: center;

    max-width: 55rem;

    margin: 0 auto 4rem auto;
}

.tours-titulo {
    color: var(--turquesa-principal);

    font-size: var(--titulo-seccion);

    line-height: 1.2;

    margin-bottom: 1.5rem;
}

.linea-tours {
    width: 20rem;
    height: 0.15rem;

    background-color: var(--turquesa-principal);

    margin: 0 auto 2rem auto;
}

.tours-texto {
    font-size: var(--texto-seccion);

    line-height: 1.6;
}

/* TARJETAS */

.tours-tarjetas {
    display: flex;

    justify-content: center;

    gap: 2rem;

    flex-wrap: wrap;

    margin-bottom: 3rem;
}

/* TARJETA */

.tarjeta-tour {
    width: 18rem;

    background-color: var(--blanco);

    border-radius: var(--radio-tarjeta);

    overflow: hidden;

    box-shadow: var(--sombra-suave);

    transition: var(--transicion-suave);
}

.tarjeta-tour:hover {
    transform: translateY(-0.3rem);
}

/* IMAGEN */

.contenedor-imagen-tour {
    position: relative;
}

.imagen-tour {
    width: 100%;
    height: 12rem;

    object-fit: cover;
}

/* ETIQUETA */

.etiqueta-categoria {
    position: absolute;

    top: 1rem;
    right: 1rem;

    background-color: var(--turquesa-principal);

    color: var(--blanco);

    padding: 0.4rem 1rem;

    border-radius: 999rem;

    font-size: 0.9rem;
}

/* CONTENIDO */

.contenido-tour {
    padding: 1.2rem;
}

/* DURACIÓN */

.tour-duracion {
    display: flex;

    align-items: center;

    gap: 0.5rem;

    margin-bottom: 1rem;
}

.tour-duracion img {
    width: 1rem;
    height: 1rem;
}

/* NOMBRE */

.tour-nombre {
    font-family: var(--fuente-textos);
    font-size: 1.2rem;
    font-weight: var(--peso-normal);
    line-height: 1.4;
}
/* BOTÓN */

.contenedor-boton-tours {
    text-align: center;
}

.boton-tours {
    display: inline-block;

    background-color: var(--turquesa-principal);

    color: var(--blanco);

    padding: 1rem 3rem;

    border-radius: var(--radio-boton);

    font-size: 1rem;

    font-weight: var(--peso-medio);

    transition: var(--transicion-suave);
}

.boton-tours:hover {
    transform: translateY(-2px);
    filter: brightness(0.9);
}






/* ==================================
        RESPONSIVE
================================== */


/* ==================================
        TABLET GRANDE
================================== */

@media (max-width: 992px) {

    /* HERO */

    .hero-informacion {
        max-width: 28rem;
    }

    /* NOSOTROS */

    .nosotros-contenido {
        gap: 3rem;
    }

    .imagen-nosotros {
        width: 28rem;
    }

    .nosotros-informacion {
        width: 25rem;
    }

    /* HABITACIONES */

    .habitaciones-tarjetas {
        flex-wrap: wrap;
    }

    /* SERVICIOS */

    .servicios-grid {
        gap: 2rem;
    }

    /* RESTAURANTE */

    .restaurante-contenido {
        gap: 3rem;
    }

    .tarjeta-restaurante {
        width: 20rem;
        height: 12rem;
    }

    /* TOURS */

    .tours-tarjetas {
        gap: 1.5rem;
    }

    .tarjeta-tour {
        width: 16rem;
    }

}


/* ==================================
        TABLET Y MÓVIL
================================== */

@media (max-width: 768px) {

    /* HERO */

    .hero-principal,
    .hero-capa {
        min-height: 48rem;
    }

    .hero-informacion {
        max-width: 22rem;
        margin-left: 2rem;
    }

    .hero-titulo {
        font-size: var(--titulo-hero-tablet);
        line-height: 1.1;
        margin-bottom: 1rem;
    }

    .hero-texto {
        font-size: var(--texto-hero-tablet);
        line-height: 1.4;
        margin-bottom: 1.5rem;
    }

    .boton-hero {
        padding: 0.9rem 2rem;
    }

    /* TÍTULOS DE SECCIÓN */

    .nosotros-titulo,
    .habitaciones-titulo,
    .servicios-titulo,
    .restaurante-titulo,
    .testimonios-titulo,
    .recorrido-titulo,
    .tours-titulo {
        font-size: var(--titulo-seccion-tablet);
    }

    /* TEXTOS DE SECCIÓN */

    .nosotros-texto,
    .habitaciones-texto,
    .servicios-texto,
    .restaurante-texto,
    .testimonios-texto,
    .recorrido-texto,
    .tours-texto {
        font-size: var(--texto-seccion-tablet);
    }

    /* NOSOTROS */

    .nosotros-contenido {
        display: flex;
        flex-direction: column-reverse;
        gap: 2rem;
        text-align: center;
    }

    .linea-nosotros {
        margin-left: auto;
        margin-right: auto;
    }

    .imagen-nosotros {
        width: 100%;
        max-width: 32rem;
    }

    .nosotros-informacion {
        width: 100%;
    }

    /* HABITACIONES */

    .habitaciones-tarjetas {
        flex-direction: column;
        align-items: center;
    }

    .tarjeta-habitacion {
        width: 100%;
        max-width: 28rem;
    }

    /* SERVICIOS */

    .servicios-grid {
        gap: 2rem;
    }

    .servicio-item {
        width: 10rem;
    }

    /* RESTAURANTE */

    .restaurante-contenido {
        flex-direction: column;
        text-align: center;
    }

    .linea-restaurante {
        margin-left: auto;
        margin-right: auto;
    }

    .restaurante-informacion {
        max-width: 100%;
    }

    .restaurante-tarjetas {
        width: 100%;
        align-items: center;
    }

    .tarjeta-restaurante {
        width: 100%;
        max-width: 28rem;
    }

    /* TESTIMONIOS */

    .tarjeta-testimonio {
        width: 18rem;
    }

    /* RECORRIDO */

    .capa-recorrido {
        min-height: 35rem;
    }

    /* TOURS */

    .tours-tarjetas {
        flex-direction: column;
        align-items: center;
    }

    .tarjeta-tour {
        width: 100%;
        max-width: 25rem;
    }

}


/* ==================================
        MÓVIL PEQUEÑO
================================== */

@media (max-width: 480px) {

    /* HERO */

    .hero-principal,
    .hero-capa {
        min-height: 44rem;
    }

    .hero-informacion {
        max-width: 18rem;
        margin-left: 1.5rem;
    }

    .hero-titulo {
        font-size: var(--titulo-hero-movil);
    }

    .hero-texto {
        font-size: var(--texto-hero-movil);
    }

    .boton-hero {
        width: auto;
        padding: 0.9rem 2rem;
    }

    /* TÍTULOS DE SECCIÓN */

    .nosotros-titulo,
    .habitaciones-titulo,
    .servicios-titulo,
    .restaurante-titulo,
    .testimonios-titulo,
    .recorrido-titulo,
    .tours-titulo {
        font-size: var(--titulo-seccion-movil);
    }

    /* TEXTOS DE SECCIÓN */

    .nosotros-texto,
    .habitaciones-texto,
    .servicios-texto,
    .restaurante-texto,
    .testimonios-texto,
    .recorrido-texto,
    .tours-texto {
        font-size: var(--texto-seccion-movil);
    }

    /* NOSOTROS */

    .nosotros-contenido {
        gap: 2rem;
    }

    .nosotros-informacion {
        width: 100%;
        max-width: 24rem;
        margin: 0 auto;
    }

    .nosotros-texto {
        line-height: 1.7;
    }

    .imagen-nosotros {
        width: 100%;
        max-width: 25rem;
    }

    /* LÍNEAS */

    .linea-nosotros {
        width: 10rem;
    }

    .linea-habitaciones,
    .linea-servicios,
    .linea-restaurante,
    .linea-testimonios,
    .linea-recorrido,
    .linea-tours {
        width: 12rem;
    }

    /* SERVICIOS */

    .servicio-icono {
        width: 7rem;
        height: 7rem;
    }

    .servicio-icono img {
        width: 4rem;
        height: 4rem;
    }

    .servicio-nombre {
        font-size: 1.1rem;
    }

    /* TESTIMONIOS */

    .tarjeta-testimonio {
        width: 16rem;
    }

    /* BOTONES */

    .boton-hero {
        width: 100%;
        text-align: center;
    }

    .boton-habitaciones,
    .boton-restaurante,
    .boton-recorrido,
    .boton-tours {
        width: auto;
        padding: 0.6rem 3rem;
        text-align: center;
    }

}