.elementor-8252 .elementor-element.elementor-element-70da55f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8252 .elementor-element.elementor-element-12a4c58{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8252 .elementor-element.elementor-element-d8aad52{--display:flex;}.elementor-8252 .elementor-element.elementor-element-967a43a{--display:flex;}.elementor-8252 .elementor-element.elementor-element-e4061ea{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8252 .elementor-element.elementor-element-ff93fc7{--display:flex;}.elementor-8252 .elementor-element.elementor-element-6441b02{--display:flex;}.elementor-8252 .elementor-element.elementor-element-a1833a1{--display:flex;--min-height:655px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8252 .elementor-element.elementor-element-8aab456{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8252 .elementor-element.elementor-element-b7f20b2{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8252 .elementor-element.elementor-element-2eeac19{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8252 .elementor-element.elementor-element-cc51ec7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8252 .elementor-element.elementor-element-44ad530{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8252 .elementor-element.elementor-element-08eeadf{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8252 .elementor-element.elementor-element-722f98b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-8252 .elementor-element.elementor-element-e4061ea{--width:1600px;--min-height:0px;--margin-top:-24px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-685cdc0 *//* 
====================================================
BLUE LANTERN LODGE - CSS GLOBAL COMPLETO
====================================================
INSTRUCCIONES:
1. Ve a WordPress > Apariencia > Personalizar > CSS Adicional
   O Elementor > Site Settings > Custom CSS
2. Pega TODO este código
3. Guarda/Publica
====================================================
*/

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap');

/* ========================================
   VARIABLES CSS
   ======================================== */
:root {
    /* Colores principales */
    --green: #2d5f52;
    --green-dark: #1e4038;
    --green-light: #3a7068;
    --gold: #b8976b;
    --gold-light: #d4b896;
    --dark: #1a1a1a;
    --dark-blue: #1a3a4a;
    --light: #ffffff;
    --cream: #fdfaf6;
    --blush: #fff5f2;
    --gray: #666666;
    --gray-light: #888888;
    --bg-light: #f5f5f5;
    --bg-faq: #fafafa;
    
    /* Sombras */
    --shadow-sm: 0 2px 10px rgba(0,0,0,0.05);
    --shadow-md: 0 5px 25px rgba(0,0,0,0.1);
    --shadow-lg: 0 15px 50px rgba(0,0,0,0.15);
    --shadow-green: 0 10px 30px rgba(45,95,82,0.2);
    
    /* Transiciones */
    --transition: all 0.3s ease;
    --transition-slow: all 0.5s ease;
}

/* ========================================
   RESET Y BASE
   ======================================== */
.lux-wrapper { 
    font-family: 'Montserrat', sans-serif; 
    color: #444; 
    line-height: 1.7; 
    width: 100%; 
    overflow-x: hidden; 
}

.lux-wrapper * { 
    box-sizing: border-box; 
}

.lux-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.lux-section {
    padding: 80px 0;
}

/* ========================================
   TIPOGRAFÍA
   ======================================== */

/* Subtítulos dorados */
.lux-subtitle { 
    color: var(--gold); 
    font-size: 11px; 
    letter-spacing: 4px; 
    text-transform: uppercase; 
    font-weight: 600; 
    display: block; 
    margin-bottom: 12px; 
}

/* Títulos principales */
.lux-title { 
    font-family: 'Cormorant Garamond', serif; 
    color: var(--dark); 
    font-size: 42px; 
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.2; 
    margin: 0 0 25px; 
}

.lux-title.white { 
    color: #fff; 
}

.lux-title.green {
    color: var(--green);
}

/* Texto normal */
.lux-text { 
    font-size: 15px; 
    color: var(--gray); 
    margin-bottom: 20px;
    line-height: 1.8;
}

.lux-text.white { 
    color: rgba(255,255,255,0.9); 
}

/* ========================================
   BOTONES
   ======================================== */
.lux-btn { 
    background: var(--green); 
    color: #fff !important; 
    padding: 16px 35px; 
    text-transform: uppercase; 
    font-size: 11px; 
    letter-spacing: 2px; 
    font-weight: 600; 
    text-decoration: none; 
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: var(--transition); 
    border: none; 
    cursor: pointer;
    border-radius: 0;
}

.lux-btn:hover { 
    background: var(--green-dark); 
    transform: translateY(-3px);
    box-shadow: var(--shadow-green);
}

.lux-btn.gold {
    background: var(--gold);
}

.lux-btn.gold:hover {
    background: var(--dark);
}

.lux-btn.outline { 
    background: transparent; 
    border: 1px solid var(--green);
    color: var(--green) !important;
}

.lux-btn.outline:hover {
    background: var(--green);
    color: #fff !important;
}

.lux-btn.outline-white { 
    background: transparent; 
    border: 1px solid rgba(255,255,255,0.5);
    color: #fff !important;
}

.lux-btn.outline-white:hover { 
    background: var(--gold);
    border-color: var(--gold);
}

/* ========================================
   HERO SLIDER
   ======================================== */
.hero-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.2s ease, visibility 1.2s ease;
}

.slide.active {
    opacity: 1;
    visibility: visible;
}

.slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 8s ease-out;
}

.slide.active .slide-bg {
    transform: scale(1.1);
}

.slide-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0,0,0,0.3) 0%,
        rgba(0,0,0,0.1) 40%,
        rgba(0,0,0,0.4) 70%,
        rgba(0,0,0,0.7) 100%
    );
}

.slide-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 80px 60px 120px;
    z-index: 10;
}

.slide-tag {
    display: inline-block;
    background: rgba(184, 151, 107, 0.9);
    color: #fff;
    padding: 8px 20px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.slide-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 60px;
    font-weight: 400;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 20px;
    max-width: 800px;
    text-shadow: 0 2px 30px rgba(0,0,0,0.3);
}

.slide-description {
    font-size: 16px;
    font-weight: 300;
    color: rgba(255,255,255,0.9);
    line-height: 1.8;
    max-width: 550px;
    margin-bottom: 30px;
}

/* ========================================
   GALERÍA DE BODAS
   ======================================== */
.wedding-section { 
    background: var(--cream); 
    text-align: center; 
    padding: 80px 0;
}

.wedding-grid { 
    display: grid; 
    gap: 15px; 
    margin-top: 50px; 
}

@media (min-width: 768px) {
    .wedding-grid { 
        grid-template-columns: repeat(3, 1fr); 
        grid-template-rows: repeat(2, 250px); 
    }
    .w1 { grid-column: 1/2; grid-row: 1/3; } 
    .w2 { grid-column: 2/4; grid-row: 1/2; } 
}

.wedding-grid > div {
    overflow: hidden;
    border-radius: 8px;
    box-shadow: var(--shadow-md);
}

.w-img { 
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    transition: transform 0.5s ease, filter 0.5s ease;
    filter: brightness(0.95);
}

.w-img:hover { 
    transform: scale(1.08);
    filter: brightness(1.05);
}

/* ========================================
   SECCIÓN AURORAS
   ======================================== */
.aurora-section {
    position: relative;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    background: linear-gradient(135deg, #0a1628 0%, #1a2a4a 50%, #0d3d2e 100%);
}

.aurora-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(45, 95, 82, 0.3) 25%,
        rgba(100, 200, 150, 0.2) 50%,
        rgba(45, 95, 82, 0.3) 75%,
        transparent 100%
    );
    animation: auroraMove 15s ease-in-out infinite;
}

@keyframes auroraMove {
    0%, 100% { transform: translateX(-25%); }
    50% { transform: translateX(0%); }
}

/* ========================================
   SECCIÓN INVIERNO CON NIEVE
   ======================================== */
.winter-section {
    position: relative;
    min-height: 450px;
    background: linear-gradient(135deg, #1a2a3a 0%, #2d4a5a 100%);
    display: flex;
    align-items: center;
    overflow: hidden;
}

.snowflake {
    position: absolute;
    color: #fff;
    font-size: 20px;
    opacity: 0.7;
    animation: snowfall linear infinite;
}

@keyframes snowfall {
    0% { 
        transform: translateY(-100vh) rotate(0deg); 
        opacity: 0;
    }
    10% { opacity: 0.7; }
    90% { opacity: 0.7; }
    100% { 
        transform: translateY(100vh) rotate(360deg); 
        opacity: 0;
    }
}

/* ========================================
   AMENITIES GRID
   ======================================== */
.amenities-section {
    padding: 80px 0;
    background: #fff;
}

.amenities-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.amenity-category {
    padding: 0 10px;
}

.category-title {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    color: var(--dark);
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid var(--gold);
}

.amenity-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: var(--transition);
}

.amenity-item:hover {
    padding-left: 5px;
}

.amenity-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.amenity-icon svg {
    width: 100%;
    height: 100%;
    stroke: var(--gold);
    fill: none;
    stroke-width: 1.5;
}

.amenity-name {
    font-size: 14px;
    color: #555;
    letter-spacing: 0.5px;
}

/* ========================================
   FAQ ACCORDION
   ======================================== */
.faq-section {
    padding: 100px 0;
    background: var(--bg-faq);
}

.accordion-item {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
}

.accordion-item:hover {
    box-shadow: var(--shadow-md);
}

.accordion-item.active {
    box-shadow: 0 8px 30px rgba(45,95,82,0.12);
}

.accordion-header {
    padding: 22px 25px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: var(--transition);
}

.accordion-item.active .accordion-header {
    background: var(--green);
}

.accordion-number {
    width: 35px;
    height: 35px;
    background: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--green);
    flex-shrink: 0;
    transition: var(--transition);
}

.accordion-item.active .accordion-number {
    background: rgba(255,255,255,0.2);
    color: #fff;
}

.accordion-title {
    flex: 1;
    font-size: 14px;
    font-weight: 500;
    color: var(--dark);
    transition: color 0.3s ease;
}

.accordion-item.active .accordion-title {
    color: #fff;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.accordion-content-inner {
    padding: 0 25px 25px 75px;
}

.accordion-content p {
    font-size: 14px;
    line-height: 1.8;
    color: var(--gray);
}

/* ========================================
   BABY SHOWER SECTION
   ======================================== */
.babyshower-section {
    background: var(--blush);
    padding: 80px 0;
}

/* ========================================
   HEADER / NAVBAR
   ======================================== */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 20px 40px;
    transition: var(--transition);
}

.site-header.scrolled {
    background: #fff;
    box-shadow: var(--shadow-sm);
    padding: 15px 40px;
}

.nav-menu {
    display: flex;
    align-items: center;
    gap: 35px;
    list-style: none;
}

.nav-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: color 0.3s ease;
    position: relative;
}

.nav-menu a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--gold);
    transition: width 0.3s ease;
}

.nav-menu a:hover {
    color: var(--gold);
}

.nav-menu a:hover::after {
    width: 100%;
}

.site-header.scrolled .nav-menu a {
    color: var(--dark);
}

.site-header.scrolled .nav-menu a:hover {
    color: var(--green);
}

/* ========================================
   MOBILE MENU
   ======================================== */
.mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 10px;
}

.mobile-toggle span {
    width: 25px;
    height: 2px;
    background: #fff;
    transition: var(--transition);
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: var(--dark);
    z-index: 9999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.mobile-menu.active {
    opacity: 1;
    visibility: visible;
}

.mobile-menu nav a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-family: 'Cormorant Garamond', serif;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 3px;
    margin: 20px 0;
    transition: var(--transition);
}

.mobile-menu nav a:hover {
    color: var(--gold);
}

/* ========================================
   RESPONSIVE
   ======================================== */
@media (max-width: 1024px) {
    .lux-title {
        font-size: 36px;
    }
    
    .slide-title {
        font-size: 48px;
    }
    
    .amenities-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .lux-section {
        padding: 60px 0;
    }
    
    .lux-title {
        font-size: 32px;
    }
    
    .slide-content {
        padding: 40px 25px 100px;
        text-align: center;
    }
    
    .slide-title {
        font-size: 36px;
    }
    
    .slide-description {
        font-size: 14px;
        margin: 0 auto 25px;
    }
    
    .amenities-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .mobile-toggle {
        display: flex;
    }
    
    .nav-menu {
        display: none;
    }
    
    .mobile-menu {
        display: flex;
    }
    
    .wedding-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
    
    .wedding-grid .w1,
    .wedding-grid .w2 {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 480px) {
    .lux-title {
        font-size: 28px;
    }
    
    .slide-title {
        font-size: 28px;
    }
    
    .lux-btn {
        padding: 14px 28px;
        font-size: 10px;
    }
    
    .wedding-grid {
        grid-template-columns: 1fr;
    }
    
    .mobile-menu nav a {
        font-size: 26px;
        margin: 15px 0;
    }
}

/* ========================================
   UTILIDADES
   ======================================== */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-right { text-align: right; }

.mt-20 { margin-top: 20px; }
.mt-40 { margin-top: 40px; }
.mt-60 { margin-top: 60px; }
.mb-20 { margin-bottom: 20px; }
.mb-40 { margin-bottom: 40px; }
.mb-60 { margin-bottom: 60px; }

.hidden { display: none; }
.visible { display: block; }

/* ========================================
   ANIMACIONES
   ======================================== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.animate-fadeInUp {
    animation: fadeInUp 0.8s ease forwards;
}

.animate-fadeIn {
    animation: fadeIn 0.6s ease forwards;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2893170 *//* ============================================
   CSS FULLSCREEN - SIN FRANJA BLANCA
   Reemplazar SOLO el CSS dentro de <style>
   ============================================ */

/* MOBILE ONLY */
.blb-mobile-search {
    display: none;
}

@media (max-width: 768px) {
    .blb-mobile-search {
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
        background: #1a1a2e;
        position: relative;
        z-index: 100;
        width: 100vw !important;
        max-width: 100vw !important;
        left: 50%;
        right: 50%;
        margin-left: -50vw !important;
        margin-right: -50vw !important;
    }
}

.blb-mobile-container {
    width: 100%;
    max-width: 100%;
    padding: 20px 16px;
    margin: 0;
    box-sizing: border-box;
}

.blb-mobile-box {
    background: #16213e;
    border: none;
    border-radius: 0;
    padding: 20px 16px;
    box-shadow: 0 4px 20px rgba(79,195,247,0.2);
    max-width: 100%;
}

/* GRID 2 COLUMNAS + FILA COMPLETA */
.blb-mobile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 12px;
}

.blb-mobile-field {
    display: flex;
    flex-direction: column;
}

.blb-mobile-label {
    font-size: 9px;
    color: #4fc3f7;
    opacity: 0.7;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.blb-mobile-input {
    border: 1px solid #0f3460;
    background: #1a1a2e;
    color: #4fc3f7;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    font-family: monospace;
    cursor: pointer;
    padding: 10px;
    border-radius: 8px;
    box-sizing: border-box;
}

.blb-mobile-input::placeholder {
    color: #4fc3f7;
    opacity: 0.5;
}

.blb-mobile-guests {
    display: flex;
    flex-direction: column;
    grid-column: 1 / -1;
}

.blb-mobile-guest-controls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
    border: 1px solid #0f3460;
    background: #1a1a2e;
    border-radius: 8px;
}

.blb-mobile-guest-btn {
    width: 28px;
    height: 28px;
    border: 2px solid #4fc3f7;
    background: transparent;
    color: #4fc3f7;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blb-mobile-guest-btn:hover:not(:disabled) {
    background: rgba(79,195,247,0.2);
    transform: scale(1.1);
}

.blb-mobile-guest-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.blb-mobile-guest-count {
    font-size: 16px;
    font-weight: 700;
    color: #4fc3f7;
    min-width: 24px;
    text-align: center;
}

.blb-mobile-search-btn {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg,#4fc3f7,#00bcd4);
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 0 20px rgba(79,195,247,0.5);
    cursor: pointer;
    transition: all 0.3s;
}

.blb-mobile-search-btn:hover {
    background: linear-gradient(135deg,#00bcd4,#0097a7);
    transform: translateY(-2px);
    box-shadow: 0 4px 30px rgba(79,195,247,0.6);
}

/* CALENDAR CUSTOM - FECHAS ROJAS */
.flatpickr-calendar {
    background: #16213e !important;
    border: 2px solid #0f3460 !important;
    border-radius: 12px !important;
    box-shadow: 0 0 30px rgba(79,195,247,0.4) !important;
    z-index: 999999 !important;
}

.flatpickr-months {
    background: #16213e !important;
}

.flatpickr-current-month {
    color: #4fc3f7 !important;
}

.flatpickr-weekday {
    color: #4fc3f7 !important;
}

.flatpickr-day {
    color: #4fc3f7 !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    border-radius: 50% !important;
}

.flatpickr-day:hover:not(.unavailable):not(.selected) {
    background: rgba(79,195,247,0.2) !important;
    border-color: #4fc3f7 !important;
}

.flatpickr-day.selected {
    background: #4fc3f7 !important;
    border-color: #4fc3f7 !important;
    color: #fff !important;
}

/* FECHAS BLOQUEADAS EN ROJO */
.flatpickr-day.unavailable {
    background: #fee2e2 !important;
    color: #dc2626 !important;
    cursor: not-allowed !important;
    position: relative;
    border-color: #dc2626 !important;
}

.flatpickr-day.unavailable:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #dc2626;
    transform: translateY(-50%);
}

.flatpickr-prev-month,
.flatpickr-next-month {
    fill: #4fc3f7 !important;
}/* End custom CSS */