/* Cargar la fuente normal (centurygothic) */
@font-face {
    font-family: 'Century Gothic';
    src: url('centurygothic.ttf') format('truetype');
    font-weight: normal;
}

/* Cargar la fuente bold (centurygothic_bold) */
@font-face {
    font-family: 'Century Gothic Bold';
    src: url('centurygothic_bold.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'TrajanPro';
    src: url('trajanpro_regular.ttf') format('truetype');
    font-weight: normal;
}

/* Cargar la fuente bold (centurygothic_bold) */
@font-face {
    font-family: 'TrajanPro Bold';
    src: url('trajanpro_bold.otf') format('truetype');
    font-weight: bold;
}


/* Usar la fuente normal (centurygothic) en los elementos comunes */
h3,
p,
td,
li,
a,
button {
    font-family: 'Century Gothic', sans-serif;
    font-weight: normal;

    /* Aseguramos que estos elementos no tengan negrita */
}

/* Usar la fuente bold (centurygothic_bold) en los títulos */
h1 {
    font-family: 'TrajanPro', sans-serif;
}

h2 {
    font-family: 'Century Gothic Bold', sans-serif;
    font-weight: bold;
    /* Aseguramos que estos elementos estén en negrita */
}

h2 {
    position: relative;
    padding-left: 90px;
    color: #934940;
    font-size: 15pt;
    /* Espacio para la línea */
}

h3 {
    font-size: 3em;
    text-transform: uppercase;
    color: #d0c891;
}

p {
    color: #5e6265;
}

h1 {
    font-size: 5em;
    /* tamaño base para pantallas grandes */
    margin: 0;
    /* Para evitar márgenes extra */
    text-align: center;
    /* Para centrar el texto */
}

/* Responsividad: Ajusta la fuente según el tamaño de la pantalla */
@media (max-width: 1200px) {
    h1 {
        font-size: 8vw;
        /* 8% del ancho del viewport en pantallas medianas */
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 10vw;
        /* 10% del ancho del viewport para pantallas pequeñas */
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 12vw;
        /* 12% del ancho del viewport en pantallas muy pequeñas */
    }
}



h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 70px;
    height: 2px;
    background-color: #934940;
    transform: translateY(-50%);
}


.h2blanco {
    color: #f5f5f5;
    padding-left: 0px !important;
}



.h2blanco::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 1px;
    background-color: #5e6265;
    transform: translateY(-50%);
}


.bghotel {
    background-color: #555438;

}

.full-screen {
    height: 100vh;
    /* Ocupa toda la altura de la pantalla */
    width: 100vw;
    /* Ocupa todo el ancho */
    background-image: url('imagenes/hotel_fondo.webp');
    background-size: cover;
    /* Cubre toda la pantalla */
    background-position: center center;
    /* Centra la imagen */
    background-repeat: no-repeat;
    /* Evita repeticiones */

    /* Flexbox para centrar contenido */
    display: flex;
    justify-content: center;
    /* Centra horizontalmente */
    align-items: center;
    /* Centra verticalmente */
    text-align: center;
    /* Asegura que el texto esté centrado */
}

.contenido {
    padding-top: 100px;

}

.opacity {
    background-color: rgba(85, 84, 56, 0.5);
    height: 100vh;
    /* Ocupa toda la altura de la pantalla */
    width: 100vw;
    display: flex;
    justify-content: center;
    /* Centra horizontalmente */
    align-items: center;
    /* Centra verticalmente */
    text-align: center;
    /* Ocupa todo el ancho */
}

h1 {
    color: #f5f5f5;
}

.texto {
    background-color: #555438;
    padding: 8%;
    text-align: justify;
    margin: 20% 10% 10% 30%;
    z-index: 999;
}

.texto p {
    color: #f5f5f5 !important;
}

.texto {
    position: relative;
    margin-top: -10%;
}



/* Se asegura de que las imágenes no se distorsionen y tengan un tamaño mínimo */
.gallery-item img {
    width: 100%;
    height: auto;
    /* Mantiene la proporción */
    min-width: 420px;
    /* Mínimo de 420px en ancho */
    min-height: 317px;
    /* Mínimo de 317px en altura */
    object-fit: cover;
    /* Asegura que la imagen cubra el espacio sin distorsionarse */
    transition: transform 0.3s ease;
    /* Efecto de aumento */
}

/* Efecto de hover (aumento del 15%) */
.gallery-item img:hover {
    transform: scale(1.15);
}

/* Asegurando que en móviles la imagen se ajuste */
@media (max-width: 767px) {
    .gallery-item img {
        min-width: 100%;
        /* En móviles, la imagen se ajusta al 100% del ancho */
        height: auto;
    }
}

/* Estilo para las imágenes dentro de la galería */
.gallery-item img {
    width: 100%;
    /* Ocupa el 100% del contenedor */
    height: 317px;
    /* Establecemos una altura fija de 317px para que todas tengan la misma altura */
    object-fit: cover;
    /* Asegura que la imagen cubra el área sin distorsionarse */
    min-width: 420px;
    /* Ancho mínimo de 420px */
    transition: transform 0.3s ease;
    /* Transición para el efecto hover */
    border-radius: 15px;
    /* Bordes redondeados */
}

/* Efecto hover (aumento del 15%) */
.gallery-item img:hover {
    transform: scale(1.15);
}

/* Asegurando que en móviles la imagen se ajuste */
@media (max-width: 767px) {
    .gallery-item img {
        min-width: 100%;
        /* En móviles, la imagen se ajusta al 100% del ancho */
        height: auto;
        /* Mantiene la proporción */
    }
}

.footer {
    height: 50vh !important;
    overflow: hidden;
    background-image: url('imagenes/hotel_traspatio_33.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(85, 84, 56, 0.5);
    /* Opacidad del fondo */
}

.opacity3 {
    position: relative;
    width: 100%;
    height: 50vh !important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    /* Asegura que esté por encima del fondo */
}

.opacity3 .row {
    position: relative;
    z-index: 3;
    /* Hace que el texto esté por encima de la opacidad */
    color: white;
    font-weight: bold;
}

.footera {
    font-size: 20pt;
    color: #f5f5f5;
    text-decoration: none;
}


.btn-primary {
    background-color: #d0c891;
    border-color: #d0c891;
    font-size: 20pt;
    color: #424242;
    border-radius: 0%;
}

.btn-primary:hover {
    background-color: #d0c891;
    border-color: #d0c891;
    font-size: 20pt;
    color: #424242;
    border-radius: 10px;
}

.btn-primary:focus {
    background-color: #d0c891;
    border-color: #d0c891;
    font-size: 20pt;
    color: #424242;
    border-radius: 10px;
}


.direccion {
    font-size: 20pt !important;
    color: #f5f5f5;
    text-decoration: none;
}

.direccion:hover {
    font-size: 20pt !important;
    color: #f5f5f5;
    text-decoration: none;
}


.img-container {
    width: 605px;
    height: 676px;
    overflow: hidden;
}

.img-especifica {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.espacio20 {
    height: 20px;
}

.espacio60 {
    height: 20px;
}

.galeria1 {
    padding-top: 60px;
}

.pblanco {
    color: #f5f5f5;
}


/* Media query para pantallas pequeñas */
@media (max-width: 768px) {
    .img-container {
        width: 100%;
        height: auto;
    }

    .img-especifica {
        width: 100%;
        height: auto;
        object-fit: contain;
        /* Ajusta la imagen manteniendo la proporción */
    }
}

/* Media query para pantallas muy pequeñas */
@media (max-width: 480px) {
    .img-container {
        width: 100%;
        height: auto;
    }

    .img-especifica {
        width: 100%;
        height: auto;
        object-fit: contain;
        /* Mantiene la proporción sin recortar */
    }
}

.img-equal {
    width: 100%;
    /* Asegura que ocupen el ancho completo */
    height: 100%;
    /* Hace que ambas tengan la misma altura */
    object-fit: cover;
    /* Mantiene la proporción sin distorsionar */
}

.opacity-bottom-wrapper {
    position: relative;
    display: inline-block;
    height: auto;
}

.opacity-bottom-wrapper img {
    display: block;
    width: 100%;
}

.opacity-bottom-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    /* Asegúrate de que este porcentaje sea adecuado */
    background: linear-gradient(to top, rgba(85, 84, 56, 0.7), transparent);
    pointer-events: none;
    /* No interfiere con la interacción */
    z-index: 1;
    /* Asegúrate de que el gradiente esté encima de la imagen */
}


ul {
    list-style: none;
    /* Elimina las viñetas predeterminadas */
    padding-left: 0;
    /* Elimina el padding izquierdo */
}

ul li {
    position: relative;
    /* Necesario para posicionar el círculo */
    padding-left: 20px;
    /* Deja espacio para el círculo */
}

ul li::before {
    content: "";
    /* Crea un contenido vacío */
    position: absolute;
    left: 0;
    /* Posiciona el círculo a la izquierda del texto */
    top: 50%;
    /* Centra el círculo verticalmente */
    transform: translateY(-50%);
    /* Alinea el círculo perfectamente */
    width: 10px;
    /* Ancho del círculo */
    height: 10px;
    /* Alto del círculo */
    border-radius: 50%;
    /* Hace el círculo */
    background-color: #934940;
    /* Color rojo que especificaste */
}

.fondo {
    height: 50vh !important;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
    background-image: url('imagenes/hotel_traspatio_18.webp');
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}

.fondo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.opacity2 {
    position: relative;
    width: 100%;
    height: 50vh !important;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.opacity2 .row {
    position: relative;
    z-index: 3;
    color: white;
    font-weight: bold;
}

.titulo-container {
    display: flex;
    white-space: nowrap;
    animation: marquee 40s linear infinite;
    overflow: hidden;
}

.titulo {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 30rem;
    font-size: 6rem;
    color: white;
    font-weight: bold;
    display: inline-block;
    opacity: 0.7;
}

.titulo-mobile {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0rem;
    margin-right: 30rem;
    font-size: 6rem;
    color: white;
    font-weight: bold;
    display: inline-block;
    opacity: 0.7;
}

/* Animación de movimiento de derecha a izquierda */
@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-33%);
    }

    50% {
        transform: translateX(-66%);
    }

    75% {
        transform: translateX(-33%);
    }

    100% {
        transform: translateX(0);
    }
}

@media (max-width: 767px) {
    .titulo-container {
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: visible;
        width: 100%;
    }

    .titulo {
        display: none;
        /* Ocultar los títulos en móviles */
    }

    .titulo-mobile {
        display: block;
        font-size: 2.5rem;
        /* Ajusta el tamaño para que no se corte */
        text-align: center;
        color: white;
        font-weight: bold;
        margin: 0;
        opacity: 1;
        white-space: normal;
        /* Permite que el texto se divida en varias líneas si es necesario */
    }
}


@media (max-width: 767px) {
    .just {
        text-align: justify;
        /* Alineación justificada solo en dispositivos móviles */
    }

    .footera {
        font-size: 15pt;
        color: #f5f5f5;
        text-decoration: none;
    }

    .res {
        font-size: 20pt;
    }

    .footer {
        padding: 8px;
        ;
    }
}

.widget {

    background-color: #555438;
    padding: 50px;
    font-family: 'TrajanPro', sans-serif !important;

}

.reserva {

    color: #f5f5f5;
    font-size: 2em;
    font-family: 'TrajanPro', sans-serif !important;
}


.widget2 {

    background-color: #555438;
    padding: 50px;
    font-family: 'TrajanPro', sans-serif !important;

}

.reserva2 {

    color: #f5f5f5;
    font-size: 2em;
    font-family: 'TrajanPro', sans-serif !important;
}



.horizontal-widget input {
    /*
    width: 200px !important;
    height: 40px !important;
    font-size: 18px !important;
    padding: 8px !important;
    */
    font-family: 'TrajanPro', sans-serif !important;
}

.acessa_widget_block p {
    font-family: 'TrajanPro', sans-serif !important;
    color: #f5f5f5;

}

.submit_link {
    font-family: 'TrajanPro', sans-serif !important;
    color: #f5f5f5;
}