/* 🔹 Top Bar de Oferta */
.top-bar-offer {
    background-color: #f8f4ec;
    padding: 10px 5px;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #e0d9c8;
}

.top-bar-offer p {
    margin: 0;
    font-weight: bold;
    color: #333;
}

.top-bar-offer a {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}

.top-bar-offer a:hover {
    text-decoration: underline;
}

/* 🔹 Barra de Contacto y Redes Sociales */
.top-bar-contact {
    background-color: white;
    padding: 8px 5px;
    border-bottom: 1px solid #e0d9c8;
    display: flex;
}

.top-bar-links,
.social-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 15px;
}

.top-bar-links li,
.social-links li {
    display: inline-block;
}

.top-bar-links li a,
.social-links li a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

.social-links li a i {
    font-size: 16px;
    margin-right: 5px;
    color: #9c7c52;
}

/* Responsivo */
@media (max-width: 768px) {

    .top-bar-offer,
    .top-bar-contact {
        text-align: center;
    }

    .top-bar-contact .row {
        flex-direction: column;
        text-align: center;
    }

    .top-bar-links,
    .social-links {
        justify-content: center;
        margin-top: 5px;
    }
}
.mi-icono::before {
    font-size: 36px !important;
}
.mi-icono2::before {
    font-size: 52px !important;
}
.nav-tabs {
    border-bottom: none;
    /* Eliminar línea inferior */
}

.nav-tabs .nav-link {
    background: linear-gradient(180deg, #E5D9C3 0%, #D1C4A8 100%);
    /* Degradado suave */
    color: #4a3f2c;
    /* Color de texto oscuro */
    border-radius: 5px;
    padding: 12px 20px;
    margin: 5px;
    transition: all 0.3s ease-in-out;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid transparent;
}

/* Botón activo */
.nav-tabs .nav-link.active {
    background-color: #978667;
    color: white;
    border: 2px solid #6e5c42;
    background: linear-gradient(180deg, #A39277 0%, #978667 100%);
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
    /* Efecto de elevación */
}

/* Hover para los botones inactivos */
.nav-tabs .nav-link:hover {
    background: linear-gradient(180deg, #D9CBB0 0%, #C4B59A 100%);
    color: #3a3125;
}
   .breadcrumb-container {
       display: flex;
       justify-content: center;
       align-items: center;
       padding: 0px 0;
   }

   /* Estilo de la breadcrumb */
   .breadcrumb {
       background: transparent;
       /* Fondo transparente */
       padding: 8px 15px;
       border-radius: 5px;
   }

   /* Estilos para los elementos de la breadcrumb */
   .breadcrumb-item a {
       color: white !important;
       /* Enlaces en blanco */
       text-decoration: none;
       font-weight: bold;
       transition: color 0.3s ease-in-out;
   }

   /* Hover en los enlaces */
   .breadcrumb-item a:hover {
       color: #d1c4a8 !important;
       /* Blanco con un tono cálido */
   }

   /* Separadores y texto en blanco */
   .breadcrumb-item,
   .breadcrumb-item::before {
       color: white !important;
   }

 .sidebar-tags {
     display: flex;
     flex-wrap: wrap;
     /* Permite que los tags se ajusten si no caben en una línea */
     gap: 10px;
     /* Espaciado entre los tags */
     list-style: none;
     padding: 0;
     justify-content: center;
     /* Centrado */
 }

 /* Estilo de los tags como botones claros */
 .sidebar-tags a {
     display: inline-block;
     background: #f5f5f5;
     /* Color de fondo claro */
     color: #4a3f2c;
     /* Color de texto oscuro */
     padding: 6px 10px;
     border-radius: 12px;
     /* Bordes redondeados */
     text-decoration: none;
     font-size: 13px;
     font-weight: 500;
     transition: all 0.3s ease-in-out;
     border: 1px solid #d1c4a8;
     /* Borde sutil */
 }

 /* Efecto hover */
 .sidebar-tags a:hover {
     background: #d1c4a8;
     /* Color de fondo más oscuro en hover */
     color: #fff;
     /* Texto en blanco */
 }
.cta-ocre {
    background: linear-gradient(135deg, #559965, #B08968);
        /* Degradado suave en ocres */
    padding: 60px 20px;
    text-align: center;
    color: #fff;
    /* Textos blancos */
}
.cta-ocre2 {
background-color: #abbfb526;
    padding: 60px 20px;
    text-align: center;
    color: #fff;
    /* Textos blancos */
}
.cta-content {
    max-width: 600px;
    margin: 0 auto;
}

.cta-content h2 {
    font-size: 2.5rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.cta-content p {
    font-size: 1.3rem;
    margin-bottom: 25px;
}

.cta-button {
    display: inline-block;
    background-color: #7F5539;
    /* Ocre más oscuro */
    color: #fff;
    padding: 14px 30px;
    font-size: 1.2rem;
    text-decoration: none;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    border: 2px solid #fff;
}

.cta-button:hover {
    background-color: #E6B98A;
    /* Ocre más claro en hover */
    color: #000;
    border: 2px solid #000;
}

.fs-13 {
    font-size: 13px;
}
.fs-16 {
    font-size: 20px;
}
.kenburns .owl-slide {
    animation: kenburnsZoom 20s infinite alternate;
    background-size: 100% auto;
    /* <-- Aquí corregido */
    background-position: center center;
    background-repeat: no-repeat;
}

/* Animación de zoom */
@keyframes kenburnsZoom {
    0% {
        background-size: 100% auto;
        background-position: center center;
    }

    100% {
        background-size: 120% auto;
        background-position: center center;
    }
}

.booking-form-floating {
    position: relative;
    top: -50px;
    /* Ajusta la altura si quieres más o menos */
    z-index: 2;
    text-align: center;
}



/* Ajuste de campos */
.booking_form .form-group input.form-control {
    width: 100%;

    margin-bottom: 10px;

}
#carousel-home {
    position: relative;
    height: 80vh;
    /* 100% de la altura de la ventana */
    overflow: hidden;
}

#carousel-home .owl-carousel,
#carousel-home .owl-stage-outer,
#carousel-home .owl-stage,
#carousel-home .owl-item,
#carousel-home .owl-slide {
    height: 80vh !important;
}

/* Ajuste de las imágenes de fondo */
.owl-slide.background-image.cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.font-12 {
    font-size: 12px;
}
.background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* Ajusta la opacidad aquí */
    z-index: 1;
}

blockquote {
    margin: 0 0 1rem;
    font-size: 18px;
    font-weight: 600;
    background-color: #effaf5;
    padding: 24px;
} 
.borde {
        border: 1px solid #ccc;
            border-radius: 8px;
            padding-top: 10px;
            background-color: #fff;
}
.rojo {
        color: #b03716;
}

.post-author-area {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    /* Fondo suave, opcional */
    padding: 10px;
    border-radius: 8px;
}

.post-author-area .img1 img {
    width: 100px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
    /* Si quieres las esquinas redondeadas */
}

.post-author-area .content {
    display: flex;
        flex-direction: column;
        justify-content: center;
        color: #457055;
        font-size: 13px;
        font-weight: 600;
}

.post-author-area .content img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

.post-author-area .content .head {
    font-weight: 600;
        color: #000;
        /* margin-top: 5px; */
        text-decoration: none;
        transition: color 0.3s;
        line-height: 18px;
        font-size: 15px;
}

.post-author-area .content .head:hover {
    color: #e61f1f;
    /* Tu color corporativo para hover */
}

.floating-wpp {
    z-index: 9999;
    /* aseguramos que esté por encima de otros elementos */
}

/* Estilo para subir el botón de scroll más arriba */
.progress-wrap {
    bottom: 90px;
    /* subimos la rueda unos 70px más arriba */
    right: 20px;
    position: fixed;
    z-index: 999;
}