/* Bleisure — Frontend CSS v2.0.0 */

/* ══════════════════════════════════════════
   CONTENIDO DEL TOUR
   ══════════════════════════════════════════ */
.elementor-widget-theme-post-content h3,
.elementor-widget-text-editor h3 {
    font-family:    inherit !important;
    font-size:      inherit !important;
    font-weight:    700 !important;
    color:          inherit !important;
    margin-top:     32px !important;
    margin-bottom:  14px !important;
    padding:        0 !important;
    border:         none !important;
}
.elementor-widget-theme-post-content h3:first-child { margin-top: 0 !important; }

.elementor-widget-theme-post-content p,
.elementor-widget-text-editor p {
    font-family:   inherit !important;
    font-size:     inherit !important;
    line-height:   inherit !important;
    color:         inherit !important;
    margin-bottom: 14px !important;
}

.elementor-widget-theme-post-content ul,
.elementor-widget-text-editor ul {
    list-style: none !important;
    padding:    0 !important;
    margin:     0 0 16px !important;
}
.elementor-widget-theme-post-content ul li,
.elementor-widget-text-editor ul li {
    font-family: inherit !important;
    font-size:   inherit !important;
    line-height: inherit !important;
    color:       inherit !important;
    padding:     6px 0 6px 24px !important;
    border:      none !important;
    position:    relative !important;
}
.elementor-widget-theme-post-content ul li::before,
.elementor-widget-text-editor ul li::before {
    content:     '✓' !important;
    position:    absolute !important;
    left:        0 !important;
    top:         6px !important;
    color:       #2e7d32 !important;
    font-weight: 700 !important;
}

.elementor-widget-theme-post-content iframe {
    width:         100% !important;
    height:        300px;
    border:        none;
    border-radius: 4px;
    margin:        8px 0 16px;
    display:       block;
}

.elementor-widget-theme-post-content a:not(.bls-day-trigger):not([class*="bls-"]),
.elementor-widget-text-editor a:not(.bls-day-trigger):not([class*="bls-"]) {
    color:           inherit;
    text-decoration: underline;
    display:         inline;
}

/* ══════════════════════════════════════════
   SEPARADOR hr
   ══════════════════════════════════════════ */
.elementor-widget-theme-post-content hr,
.elementor-widget-text-editor hr {
    border:     none !important;
    border-top: 1px solid #e0e0e0 !important;
    margin:     40px 0 !important;
    display:    block !important;
}

/* ══════════════════════════════════════════
   ACORDEÓN ITINERARIO
   ══════════════════════════════════════════ */
p.bls-day-trigger {
    font-family: inherit !important;
    font-size:   inherit !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    margin:      0 !important;
    padding:     30px 0 !important;
    border-bottom: 1px solid #d5d8dc !important;
    border-top:    none !important;
    border-left:   none !important;
    border-right:  none !important;
    cursor:        pointer !important;
    display:       flex !important;
    align-items:   center !important;
    justify-content: space-between !important;
    background:    #fff !important;
    color:         inherit !important;
    user-select:   none !important;
}
p.bls-day-trigger a {
    color:           inherit !important;
    text-decoration: none !important;
    font-weight:     700 !important;
    pointer-events:  none !important;
    flex:            1 !important;
    display:         block !important;
}
p.bls-day-trigger::after {
    content:          '' !important;
    display:          inline-block !important;
    width:            20px !important;
    height:           20px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 18l6-6-6-6' stroke='%23333' stroke-width='2.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-size:   contain !important;
    flex-shrink:       0 !important;
    margin-left:       10px !important;
    transition:        transform .3s cubic-bezier(.4,0,.2,1) !important;
    transform:         rotate(0deg) !important;
}
p.bls-day-open {
    background:    #fff !important;
    border-bottom: none !important;
}
p.bls-day-open::after {
    transform: rotate(-90deg) !important;
}
p.bls-day-closed:hover { background: #fff !important; }

.bls-day-wrapper {
    background:    #fff;
    border-bottom: 1px solid #d5d8dc;
    padding:       0;
}
.bls-day-wrapper p {
    margin:      0 !important;
    padding:     0 0 16px 0 !important;
    border:      none !important;
    font-family: inherit !important;
    font-size:   inherit !important;
    line-height: inherit !important;
    color:       inherit !important;
}
.bls-day-wrapper p:first-child { padding-top:    16px !important; }
.bls-day-wrapper p:last-child  { padding-bottom: 30px !important; }

/* ══════════════════════════════════════════
   INCLUYE / NO INCLUYE
   ══════════════════════════════════════════ */
.bls-two-col {
    display:               grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap:                   24px !important;
    margin:                0 0 16px !important;
}
.bls-col-si h4,
.bls-col-no h4 {
    font-family:   inherit !important;
    font-size:     inherit !important;
    font-weight:   700 !important;
    margin-bottom: 10px !important;
    border:        none !important;
    padding:       0 !important;
}
.bls-col-si h4 { color: #2e7d32 !important; }
.bls-col-no h4 { color: #c62828 !important; }
.bls-col-si ul,
.bls-col-no ul { list-style: none !important; padding: 0 !important; margin: 0 !important; }
.bls-col-si ul li,
.bls-col-no ul li {
    font-family: inherit !important;
    font-size:   inherit !important;
    line-height: inherit !important;
    padding:     6px 0 6px 22px !important;
    border:      none !important;
    position:    relative !important;
    color:       inherit !important;
}
.bls-col-si ul li::before {
    content: '✓' !important;
    position: absolute !important; left: 0 !important; top: 6px !important;
    color: #2e7d32 !important; font-weight: 700 !important;
}
.bls-col-no ul li::before {
    content: '✗' !important;
    position: absolute !important; left: 0 !important; top: 6px !important;
    color: #c62828 !important; font-weight: 700 !important;
}
@media (max-width: 600px) {
    .bls-two-col { grid-template-columns: 1fr !important; }
}

/* ══════════════════════════════════════════
   FAQs
   ══════════════════════════════════════════ */
.bls-faqs    { margin: 0 0 16px; }
.bls-faq-item { margin-top: 0; }

.bls-faq-trigger {
    font-family:     inherit;
    font-size:       inherit;
    font-weight:     700;
    line-height:     1;
    margin:          0;
    padding:         30px 0;
    border-bottom:   1px solid #d5d8dc;
    border-top:      none;
    border-left:     none;
    border-right:    none;
    cursor:          pointer;
    display:         flex;
    align-items:     center;
    justify-content: space-between;
    background:      #fff;
    color:           inherit;
    user-select:     none;
}
.bls-faq-trigger::after {
    content:          '';
    display:          inline-block;
    width:            20px;
    height:           20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 18l6-6-6-6' stroke='%23333' stroke-width='2.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size:   contain;
    flex-shrink:       0;
    margin-left:       10px;
    transition:        transform .3s cubic-bezier(.4,0,.2,1);
    transform:         rotate(0deg);
}
.bls-faq-item.bls-faq-open .bls-faq-trigger {
    background:    #fff;
    border-bottom: none;
}
.bls-faq-item.bls-faq-open .bls-faq-trigger::after {
    transform: rotate(-90deg);
}
.bls-faq-item.bls-faq-closed .bls-faq-trigger:hover { background: #fff; }

.bls-faq-answer {
    padding:       30px;
    border-bottom: 1px solid #d5d8dc;
    border-top:    none;
    border-left:   none;
    border-right:  none;
    background:    #fff;
}
.bls-faq-answer p {
    font-family: inherit !important;
    font-size:   inherit !important;
    line-height: inherit !important;
    color:       inherit !important;
    margin:      0 !important;
    border:      none !important;
}

/* ══════════════════════════════════════════
   INFO BAR
   ══════════════════════════════════════════ */
.bls-info-bar { display: flex; flex-wrap: wrap; overflow: hidden; }
.bls-info-item {
    flex:            1;
    min-width:       100px;
    display:         flex;
    flex-direction:  column;
    align-items:     center;
    text-align:      center;
    padding:         16px 10px;
    border-right:    1px solid rgba(255,255,255,.08);
}
.bls-info-item:last-child { border-right: none; }
.bls-info-icon  { font-size: 20px; margin-bottom: 5px; }
.bls-info-label { font-family: inherit; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; font-weight: 600; margin-bottom: 3px; }
.bls-info-valor { font-family: inherit; font-size: inherit; font-weight: 700; }

@media (max-width: 600px) {
    .bls-info-bar  { flex-direction: column; }
    .bls-info-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,.08); }
}
