.logo-footer
{
    height: 170px;
}

.main-header .logo img {
    max-width: 70px;
    height: auto;
}

.header-style-four.style-home14 .btn-style-two {
    margin-left: 15px;
    font-size: 14pt;
    border-radius: 25px;
    padding: 10px 30px;
    background-color: var(--bg-theme-color1);
}

.contact-list-one li .title {
    color: #fff;
}

.contact-list-one li .icon {
    font-size: 20px;
}

.contact-list .inner .list-info {
    color: #fff;
}
.footer-bottom .copyright-text {
    color: #fff;
}

.footer-style-one .widget-social .social-icon li a {
    color: #fff;
   
}

.footer-style-one .about-widget .text {
    color: #fff;
}


.footer-bottom {
    background-color: rgb(0 0 0 / 25%);
    
}

.main-footer .footer-column {
    position: relative;
    margin-bottom: 142px;
}

.contact-list a {
    color: white;
}

.contact-list-one li a {
    color: #fff;
    font-size: 12pt;
}

/*.contact-list-one {
    margin-top: 100%;
   
}*/
.mobile-menu .nav-logo img {
    max-height: 80px;
}

.banner-section12 .content-column .inner-column {
    background-color: rgb(106, 106, 96, 0.6);
   
}

.banner-section12 .slick-slider .slick-arrow.slick-prev {
    border-top-left-radius: 40px;
}

.sticky-header .logo img {
    max-height: 60px;
}

/* Tuning visual moderno */
#calendar {
    --fc-border-color: #e5e7eb;
    --fc-button-border-color: transparent;
}

.fc .fc-toolbar-title {
    font-weight: 700;
    letter-spacing: .2px;
}

.fc .fc-daygrid-day-number {
    font-weight: 600;
}

.fc-theme-standard .fc-scrollgrid,
.fc-theme-standard td, .fc-theme-standard th {
    border-color: var(--fc-border-color);
}

.fc .fc-button-primary {
    background: #8d8e80;
    border-radius: 0.6rem;
    padding: .5rem .9rem;
}

    .fc .fc-button-primary:hover {
        filter: brightness(1.1);
    }

.day-blocked {
    filter: grayscale(1);
    opacity: .55;
    pointer-events: none;
}

.fc .fc-daygrid-day.fc-day-today {
    background: #f5f2ed;
}

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    background-color: #8d8e80;
    border-color: #8d8e80;
    color: var(--fc-button-text-color);
}

.fc .fc-button-primary:hover {
    background-color: #8d8e80;
    border-color: #8d8e80;
    color: var(--fc-button-text-color);
}

.fc .fc-button-primary:disabled {
    background-color: #757471;
    border-color: var(--fc-button-border-color);
    color: var(--fc-button-text-color);
}

.day-blocked {
    background: repeating-linear-gradient(45deg, rgb(245 242 237), /* rojo transparente */ rgb(245 242 237) 5px, transparent 5px, transparent 10px);
    pointer-events: none;
}

.fc .fc-highlight {
    background: rgb(245 242 237 / 40%);
}

.fc-theme-standard .fc-scrollgrid, .fc-theme-standard td, .fc-theme-standard th {
    border-color: var(--fc-border-color);
    text-align: center;
}

.fc-h-event {
    background-color: #8d8e80;
    border: 1px solid #8d8e80;
    display: block;
}

.fc-footer-toolbar {
    margin-top: 1rem;
    justify-content: center; /* centra botones en el footer */
}

.page-title {
    background-color: var(--theme-color2);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 28px 0 28px;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.kodelisting-room-booking .reservation-form .btn-style-one:before {
    background: #6a6a60;
}

#bg-video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    z-index: 0;
}

.bg-video-filter-light {
    filter: brightness(0.8) contrast(1.2) saturate(1.5) blur(2px) grayscale(0.1);
}

.bg-video-filter-medium {
    filter: brightness(0.5) contrast(1.2) saturate(1.5) blur(2px) grayscale(0.1);
}

.bg-video-filter-darker {
    filter: brightness(0.3) contrast(1.2) saturate(1.5) blur(2px) grayscale(0.1);
}

.blog-details__social-list a:after {
    background-color: lightgray;
}

.bxslider .slider-content {
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.bxslider .slider-content a {
    position: absolute;
    inset: 0; /* ocupa todo el contenedor */
    display: block;
    text-indent: -9999px; /* oculta texto si hubiera */
}


.bx-viewport {
    border-radius: 10px;
}

.fc .fc-toolbar-title {
    font-size: 1.4em !important;
    margin: 0px;
}

.service-block14 .inner-box .content-column .content-box .list-info .icon {
    color: var(--theme-color1);
    font-size: 18pt;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 10px;
}

.room-details__details-box {
    background-color: #f5f6f7;
    border: 1px solid var(--theme-color1);
    border-radius: 10px;
    padding: 43px 50px 30px 50px;
    position: relative;
    font-size: 16pt;
    z-index: 1;
}