
/**
 * CSS para Single Programa - Nova Versão
 * Layout atualizado seguindo design específico
 */

/* Reset e Base */
.programa-single-new {
    background: #f8f9fa;
    padding: 0;
    margin: 0;
}

.container-programa {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== WRAPPER UNIFICADO HERO + INCLUYE ===== */
.programa-hero-incluye-wrapper {
    background: #F0F4F8;
    padding: 0 0 80px 0;
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
}

.hero-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Logo com padding igual em cima e embaixo */
.site-branding .site-logo img {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.hero-badge {
    background: #FFEB00;
    color: #000000;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 20px;
    border-radius: 20px;
    display: inline-block;
    width: fit-content;
    letter-spacing: 0.5px;
    margin: 40px 0 20px 0;
}

@media (max-width: 768px) {
    .hero-badge {
        margin-top: 20px;
    }
}

.hero-title {
    font-size: 56px;
    font-weight: 700;
    color: #000000;
    line-height: 1.1;
    margin: 15px 0 40px 0;
    letter-spacing: -1px;
}

/* Grid horizontal: Informações | Imagem */
.hero-content-grid {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 0 40px;
    align-items: stretch;
}

.hero-info-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-self: stretch;
}

.hero-info-item {
    display: flex;
    gap: 16px;
    padding: 20px 24px;
    border-bottom: 1px solid #E5E7EB;
    align-items: center;
    flex: 1;
}

.hero-info-item:last-child {
    border-bottom: none;
}

.hero-info-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
}

.hero-info-icon svg,
.hero-info-icon img {
    width: 24px !important;
    height: 24px !important;
    display: block !important;
    fill: #000000 !important;
    opacity: 1 !important;
}

.hero-info-icon svg path {
    fill: #000000 !important;
}

.hero-info-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hero-info-value {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
}

.hero-info-label {
    font-size: 12px;
    color: #6B7280;
    line-height: 1.3;
}

.hero-image-wrapper {
    position: relative;
    height: 100%;
    min-height: 400px;
    align-self: stretch;
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

.hero-btn-reservar {
    position: absolute;
    bottom: 24px;
    right: 24px;
    background: #09d72b;
    color: #FFFFFF;
    border: none;
    padding: 18px 40px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 100;
}

.hero-btn-reservar:hover {
    background: #09d72b;
    transform: translateY(-2px);
}

.hero-btn-reservar svg {
    width: 22px;
    height: 22px;
}

/* Responsive */
@media (max-width: 1024px) {
    .hero-content-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .programa-hero-new {
        padding: 40px 20px;
    }
}

@media (max-width: 768px) {
    .container-programa {
        padding: 0 20px;
    }
    
    .programa-hero-incluye-wrapper {
        margin-top: -70px;
        padding-top: 100px;
    }
    
    .hero-title {
        font-size: 32px;
        margin-bottom: 30px;
        word-wrap: break-word;
        hyphens: auto;
    }
    
    .hero-image {
        min-height: 300px;
    }
    
    .hero-badge {
        font-size: 11px;
        padding: 6px 16px;
        border-radius: 16px;
        margin-bottom: 12px;
    }
    
    .hero-btn-reservar {
        bottom: 16px;
        right: 16px;
        padding: 14px 28px;
        font-size: 16px;
        white-space: nowrap;
    }
    
    .section-title-hoteis,
    .section-title-programacion,
    .section-title-condiciones,
    .incluye-title,
    .adicionais-title {
        font-size: 20px !important;
        line-height: 1.3 !important;
        margin-bottom: 12px !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
        text-align: left !important;
        font-weight: 700 !important;
    }
    
    .section-title-hoteis svg,
    .section-title-programacion svg,
    .section-title-condiciones svg,
    .incluye-title svg,
    .adicionais-title svg {
        display: none !important;
    }
    
    .section-subtitle-hoteis,
    .incluye-subtitle,
    .adicionais-subtitle {
        font-size: 13px;
        padding-left: 0;
        margin-left: 0;
        margin-bottom: 24px;
        text-align: left;
    }
    
    .programa-section,
    .hoteis-section,
    .programacion-section,
    .adicionais-section-yellow,
    .condiciones-section {
        padding-left: 0;
        padding-right: 0;
    }
}

/* ===== SEÇÃO O QUE INCLUYE (NOVO LAYOUT) ===== */
.incluye-section-new {
    padding: 40px 0 0;
}

.incluye-title {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.incluye-title svg {
    width: 32px;
    height: 32px;
    color: #000000;
}

.incluye-subtitle {
    font-size: 14px;
    color: #6B7280;
    margin: 0 0 32px 0;
}

.incluye-grid-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.incluye-cards-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.incluye-banner-column {
    display: flex;
    align-items: stretch;
}

.incluye-card-yellow {
    background: #FFEB00;
    border-radius: 12px;
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.incluye-card-gray {
    background: #E8EEF3;
    border-radius: 12px;
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Header do card com ícone e título alinhados */
.incluye-card-yellow > .incluye-card-icon,
.incluye-card-gray > .incluye-card-icon {
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.incluye-card-icon svg,
.incluye-card-icon img {
    width: 24px !important;
    height: 24px !important;
    color: #000000 !important;
    fill: #000000 !important;
    display: block !important;
    opacity: 1 !important;
}

.incluye-card-icon svg path {
    fill: #000000 !important;
}

.incluye-card-title-new {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin: 0;
    display: flex;
    align-items: center;
}

.incluye-card-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.incluye-card-list li {
    font-size: 13px;
    color: #000000;
    line-height: 1.5;
    padding: 12px 16px;
    background: #FFFFFF;
    border-radius: 6px;
    flex: 1;
    display: flex;
    align-items: center;
}

.incluye-banner {
    position: relative;
    max-width: 100%;
    max-height: 600px;
    border-radius: 12px;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-image,
.banner-video {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 600px;
    object-fit: contain;
    display: block;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-text {
    font-size: 32px;
    font-weight: 700;
    color: #FFFFFF;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

/* Banner clicável */
.banner-clicavel {
    cursor: pointer;
}

.banner-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
    .incluye-title {
        font-size: 28px;
    }
    
    .incluye-grid-layout {
        grid-template-columns: 1fr;
    }
    
    .incluye-card-yellow,
    .incluye-card-gray {
        padding: 16px;
    }
    
    .incluye-banner {
        min-height: 250px;
        font-size: 24px;
    }
    
    .incluye-list li {
        font-size: 13px;
        padding: 12px 16px 12px 36px;
    }
    
    .incluye-list li::before {
        left: 16px;
    }
}

/* Layout Grid */
.programa-content-section {
    padding: 80px 0;
    background: #FFFFFF;
    width: 100%;
}

.programa-main-content {
    background: #FFFFFF;
}

.programa-section {
    margin-bottom: 80px;
    padding: 0;
}

.programa-section:last-child {
    margin-bottom: 0;
}

.programa-layout-grid {
    display: block !important;
    width: 100% !important;
}

/* ESCONDER SIDEBAR ANTIGA COMPLETAMENTE */
.programa-sidebar,
.sidebar-info-box,
aside.programa-sidebar {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
}

/* ===== SEÇÃO EVENTO (MAPA + INGRESSOS) ===== */
.evento-section {
    margin-bottom: 80px;
}

.section-title-evento {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 40px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-title-evento svg {
    width: 32px;
    height: 32px;
    color: #000000;
}

.evento-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.evento-item {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
}

.evento-item-title {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.evento-item-title svg {
    width: 24px;
    height: 24px;
    color: #0051A5;
}

.evento-mapa-imagem {
    width: 100%;
}

.mapa-imagem {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
}

.evento-ingressos-lista {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ingresso-item {
    background: #F0F4F8;
    padding: 16px 20px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.ingresso-item:hover {
    background: #E5EBF1;
    transform: translateX(4px);
}

.ingresso-tipo {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    flex: 1;
}

.ingresso-valor {
    font-size: 18px;
    font-weight: 700;
    color: #0051A5;
    white-space: nowrap;
    margin-left: 20px;
}

/* Responsivo para Evento */
@media (max-width: 768px) {
    .evento-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .ingresso-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
    
    .ingresso-valor {
        margin-left: 0;
    }
}

/* ===== SEÇÃO ALOJAMIENTO DISPONIBLE (TABELA) ===== */
.hoteis-section {
    margin-top: -30px;
    margin-bottom: 80px;
}

.section-title-hoteis {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-title-hoteis svg {
    width: 32px;
    height: 32px;
    color: #000000;
}

.section-subtitle-hoteis {
    font-size: 14px;
    color: #6B7280;
    margin: 0 0 40px 0;
}

.hotel-package {
    margin-bottom: 40px;
}

.hotel-package:last-child {
    margin-bottom: 0;
}

.hotel-package-title {
    font-size: 15px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 16px 0;
    letter-spacing: 0.3px;
}

.hotel-table-wrapper {
    background: transparent;
    border-radius: 0;
    padding: 0;
}

.hotel-table {
    width: 100%;
    border-collapse: collapse;
    background: transparent;
    border: 1px solid #E5E7EB;
}

.hotel-table thead th {
    background: #FFEB00;
    color: #000000;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 16px;
    text-align: center;
    border: 1px solid #E5E7EB;
}

.hotel-table thead th:first-child {
    text-align: left;
}

.hotel-table tbody td {
    padding: 12px 16px;
    border: 1px solid #E5E7EB;
    font-size: 13px;
    text-align: center;
}

.hotel-table tbody td:first-child {
    text-align: left;
    font-weight: 600;
    background: #F9FAFB;
}

.hotel-info-row-table td {
    padding: 14px 20px;
    border-bottom: 1px solid #E5E7EB;
    background: #F9FAFB;
}

.hotel-info-row-table:last-of-type td {
    border-bottom: 1px solid #E5E7EB;
}

.info-label-table {
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    width: auto;
    vertical-align: middle;
}

.info-value-table {
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    vertical-align: middle;
}

.price-header-table {
    background: #FFEB00;
    border-radius: 0;
    padding: 0 !important;
    vertical-align: top;
    width: auto;
    border-left: 1px solid #E5E7EB;
}

.price-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    border-bottom: 1px solid #E5E7EB;
}

.price-title-table {
    font-size: 13px;
    font-weight: 700;
    color: #000000;
}

.price-badge-table {
    font-size: 10px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.8px;
}

.price-row-table td {
    padding: 0;
    border: none;
}

.price-cell {
    background: #FFEB00;
    padding: 14px 20px;
    border-top: 1px solid #E5E7EB;
    border-left: 1px solid #E5E7EB;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-label-table {
    font-size: 12px;
    font-weight: 700;
    color: #000000;
}

.price-value-table {
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    text-align: right;
}

.price-pp-table {
    font-size: 10px;
    font-weight: 400;
    color: #4B5563;
    margin-left: 4px;
}

.hotel-btn-wrapper {
    margin-top: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btn-reservar-hotel {
    display: inline-block;
    background: #FFEB00;
    color: #000000;
    border: 1px solid #E5E7EB;
    padding: 12px 32px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}


.politica-ninos-text {
    font-size: 11px;
    color: #6B7280;
    margin: 0;
    text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
    .hotel-package {
        margin-bottom: 32px;
    }
    
    .hotel-package-title {
        font-size: 11px;
        margin-bottom: 8px;
    }
    
    .hotel-table-wrapper {
        padding: 0 !important;
        overflow: visible !important;
        max-width: 100% !important;
    }
    
    .hotel-table {
        width: 100% !important;
        max-width: 100% !important;
        border: 1px solid #E5E7EB !important;
        table-layout: fixed !important;
        border-collapse: collapse !important;
    }
    
    .hotel-table thead th {
        font-size: 8px !important;
        padding: 6px 4px !important;
        white-space: nowrap !important;
    }
    
    .hotel-table thead th:first-child {
        width: 35% !important;
    }
    
    .hotel-table thead th:not(:first-child) {
        width: auto !important;
    }
    
    .hotel-table tbody td {
        font-size: 9px !important;
        padding: 6px 4px !important;
        white-space: nowrap !important;
    }
    
    .hotel-table tbody td:first-child {
        font-size: 8px !important;
        white-space: normal !important;
        line-height: 1.2 !important;
    }
    
    .hotel-info-row-table {
        display: flex !important;
        flex-direction: column !important;
        gap: 2px !important;
        padding: 6px 12px !important;
        border-bottom: 1px solid #E5E7EB !important;
        background: #F9FAFB !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .hotel-info-row-table td {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
    }
    
    .info-label-table {
        font-size: 8px !important;
        font-weight: 700 !important;
        color: #6B7280 !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 2px !important;
    }
    
    .info-value-table {
        font-size: 9px !important;
        font-weight: 400 !important;
        color: #000000 !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .price-header-table {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-top: 0 !important;
        border-radius: 0 !important;
        border-left: none !important;
        border-top: 1px solid #E5E7EB !important;
    }
    
    .price-header-content {
        padding: 6px 12px;
        border-bottom: 1px solid #E5E7EB;
    }
    
    .price-title-table {
        font-size: 9px;
    }
    
    .price-badge-table {
        font-size: 7px;
    }
    
    .price-row-table {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    
    .price-row-table td {
        display: none !important;
    }
    
    .price-row-table td.price-cell {
        display: flex !important;
        width: 100% !important;
        max-width: 100% !important;
        border-left: none !important;
    }
    
    .price-cell {
        padding: 6px 12px;
        border-top: 1px solid #E5E7EB;
    }
    
    .price-label-table {
        font-size: 9px;
    }
    
    .price-value-table {
        font-size: 9px;
    }
    
    .price-pp-table {
        font-size: 7px;
    }
    
    .btn-reservar-hotel {
        font-size: 11px;
        padding: 10px 20px;
        width: 100%;
        display: block;
        text-align: center;
    }
    
    .hotel-btn-wrapper {
        margin-top: 12px;
    }
}

/* ===== SEÇÃO PROGRAMACIÓN DÍA X DÍA ===== */
.programacion-section {
    margin-bottom: 80px;
}

.section-title-programacion {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 8px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-title-programacion svg {
    width: 32px;
    height: 32px;
    color: #000000;
}

.section-subtitle-programacion {
    font-size: 14px;
    color: #6B7280;
    margin: 0 0 40px 0;
}

.programacion-timeline {
    display: flex;
    flex-direction: column;
    gap: 16px;
    position: relative;
}

/* Linha vertical conectando os cards */
.programacion-timeline::before {
    content: '';
    position: absolute;
    left: 36px;
    top: 80px;
    bottom: 80px;
    width: 2px;
    background: #E5E7EB;
    z-index: 0;
}

.dia-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    gap: 24px;
    position: relative;
    z-index: 1;
    border: 1px solid #E5E7EB;
}

/* Primeiro card com fundo amarelo */
.dia-card-first {
    background: #FFEB00;
    border: 1px solid #E5E7EB;
}

.dia-badge {
    flex-shrink: 0;
    width: 72px;
    height: 72px;
    background: #FFEB00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dia-card-first .dia-badge {
    background: #FFFFFF;
}

.dia-number {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
}

.dia-content {
    flex: 1;
    padding-top: 4px;
}

.dia-location {
    font-size: 18px;
    font-weight: 700;
    color: #0EA5E9;
    margin: 0 0 12px 0;
}

.dia-description {
    font-size: 14px;
    color: #6B7280;
    line-height: 1.6;
    margin: 0 0 16px 0;
}

.dia-activities {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.dia-activities li {
    font-size: 14px;
    color: #000000;
    line-height: 1.6;
    padding-left: 20px;
    position: relative;
}

.dia-activities li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000000;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
    .programacion-timeline::before {
        left: 28px;
    }
    
    .dia-card {
        padding: 20px;
        gap: 16px;
    }
    
    .dia-badge {
        width: 56px;
        height: 56px;
    }
    
    .dia-number {
        font-size: 24px;
    }
    
    .dia-location {
        font-size: 16px;
    }
    
    .dia-activities li {
        font-size: 13px;
    }
}

/* ===== SEÇÃO ADICIONAIS (FUNDO AMARELO) ===== */
.adicionais-section-yellow {
    background: #FFEB00;
    padding: 80px 0;
    margin: 0 0 80px 0;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
}

.adicionais-header {
    text-align: center;
    margin-bottom: 60px;
}

.adicionais-header svg {
    width: 48px;
    height: 48px;
    color: #000000;
    margin: 0 auto 16px;
    display: block;
}

.adicionais-title {
    font-size: 40px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 16px 0;
}

.adicionais-subtitle {
    font-size: 16px;
    color: #000000;
    line-height: 1.6;
    margin: 0 0 24px 0;
}

.adicionais-price-btn {
    background: #FFFFFF;
    border: none;
    border-radius: 24px;
    padding: 12px 24px;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    cursor: default;
    pointer-events: none;
    letter-spacing: 0.5px;
}

.adicionais-carousel-wrapper {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 80px;
}

.carousel-btn-yellow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    background: #FFFFFF;
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
}

.carousel-btn-yellow:hover {
    transform: translateY(-50%) scale(1.1);
}

.carousel-btn-yellow svg {
    width: 24px;
    height: 24px;
    color: #000000;
}

.carousel-prev {
    left: 10px;
}

.carousel-next {
    right: 10px;
}

.adicionais-carousel {
    overflow: hidden;
    width: 100%;
}

.adicionais-track {
    display: flex;
    gap: 24px;
    transition: transform 0.4s ease;
}

.adicional-card-yellow {
    flex: 0 0 calc(33.333% - 16px);
    min-width: calc(33.333% - 16px);
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.adicional-card-yellow:hover {
    /* Efeito hover removido - cards ficam estáticos */
}

.adicional-card-content {
    padding: 24px;
}

.adicional-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 12px 0;
    line-height: 1.4;
}

.adicional-card-description {
    font-size: 13px;
    color: #6B7280;
    line-height: 1.6;
    margin: 0 0 12px 0;
}

.adicional-card-obs {
    font-size: 12px;
    color: #4B5563;
    line-height: 1.5;
    margin: 0 0 20px 0;
    font-style: italic;
    padding: 8px 12px;
    background: #F9FAFB;
    border-radius: 6px;
    border-left: 3px solid #FFEB00;
}

.adicional-card-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid #E5E7EB;
}

.adicional-card-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.price-value {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.price-label {
    font-size: 12px;
    color: #6B7280;
}

.btn-reservar {
    background: #09d72b;
    color: #FFFFFF;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap !important;
    text-decoration: none;
    justify-content: center;
}

.btn-reservar:hover {
    background: #09d72b;
    color: #FFFFFF;
    text-decoration: none;
}

.btn-reservar:visited {
    color: #FFFFFF;
}

.btn-reservar svg {
    display: none !important;
}

/* Responsive */
@media (max-width: 1024px) {
    .adicional-card-yellow {
        flex: 0 0 calc(50% - 12px);
        min-width: calc(50% - 12px);
    }
}

@media (max-width: 768px) {
    .adicionais-section-yellow {
        padding: 50px 20px;
    }
    
    .adicionais-header {
        text-align: center !important;
    }
    
    .adicionais-header svg {
        display: none !important;
    }
    
    .adicionais-title {
        font-size: 20px;
        margin-bottom: 12px;
        text-align: center !important;
    }
    
    .adicionais-subtitle {
        font-size: 13px;
        margin-bottom: 24px;
        text-align: center !important;
    }
    
    .adicionais-price-btn {
        margin: 0 auto !important;
        display: block !important;
    }
    
    .adicionais-carousel-wrapper {
        padding: 0 45px;
    }
    
    .carousel-btn-yellow {
        width: 36px;
        height: 36px;
    }
    
    .carousel-btn-yellow svg {
        width: 18px;
        height: 18px;
    }
    
    .adicional-card-yellow {
        flex: 0 0 100%;
        min-width: 100%;
    }
    
    .adicional-card-content {
        padding: 24px;
        display: flex;
        flex-direction: column;
    }
    
    .adicional-card-title {
        font-size: 18px;
        margin-bottom: 12px;
    }
    
    .adicional-card-description {
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 16px;
    }
    
    .adicional-card-footer {
        flex-direction: column;
        gap: 14px;
        align-items: stretch;
        margin-top: auto;
    }
    
    .adicional-card-price {
        order: 1;
        justify-content: center;
        padding: 14px 16px;
        background: #F3F4F6;
        border-radius: 8px;
        border: 2px solid #E5E7EB;
    }
    
    .adicional-card-price-value {
        font-size: 22px;
        font-weight: 700;
    }
    
    .adicional-card-price-label {
        font-size: 12px;
    }
    
    .btn-reservar {
        order: 2;
        width: 100%;
        padding: 14px 24px;
        font-size: 15px;
        font-weight: 700;
    }
}

/* ===== SEÇÃO CONDICIONES GENERALES ===== */
.condiciones-section {
    margin-top: 20px;
    margin-bottom: 80px;
}

.section-title-condiciones {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 32px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.section-title-condiciones svg {
    width: 32px;
    height: 32px;
    color: #000000;
}

.condiciones-grid {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.condiciones-box {
    background: #FFFFFF;
    border: 1px solid #E5E7EB;
    border-radius: 12px;
    padding: 24px;
}

/* Adicionar espaçamento entre Condições Gerais e Política de Cancelamento */
.condiciones-box-cancelamento {
    margin-top: 24px;
}

.condiciones-box-title {
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    margin: 0 0 16px 0;
    padding-bottom: 12px;
    border-bottom: 2px solid #FFEB00;
}

.condiciones-box-content {
    font-size: 14px;
    color: #374151;
    line-height: 1.7;
}

.condiciones-box-content p {
    margin: 0 0 12px 0;
}

.condiciones-box-content p:last-child {
    margin-bottom: 0;
}

.condiciones-box-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.condiciones-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.condiciones-list li {
    font-size: 14px;
    color: #374151;
    line-height: 1.7;
    padding-left: 24px;
    position: relative;
    margin-bottom: 12px;
}

.condiciones-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #09d72b;
    font-weight: 700;
    font-size: 16px;
}

/* Responsive */
@media (max-width: 768px) {
    .section-title-condiciones {
        font-size: 28px;
    }
    
    .condiciones-grid {
        grid-template-columns: 1fr;
    }
    
    .condiciones-box {
        padding: 20px;
    }
}

/* Conteúdo Principal */
.programa-main-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.info-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.info-label {
    font-size: 13px;
    color: #666;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-value {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 600;
}

.btn-reservar-sidebar {
    width: 100%;
    padding: 16px 24px;
    background: #28a745;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-reservar-sidebar:hover {
    background: #218838;
    transform: translateY(-2px);
}

.btn-reservar-sidebar i {
    font-size: 18px;
}

/* Main Content */
.programa-main-content {
    background: white;
    border-radius: 12px;
    padding: 40px;
}

.programa-section {
    margin-bottom: 50px;
}

.programa-section:last-child {
    margin-bottom: 0;
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 25px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 15px;
    border-bottom: 3px solid #FFCB05;
}

.section-title i {
    color: #FFCB05;
    font-size: 26px;
}

.section-content {
    line-height: 1.8;
}

/* Resumo */
.programa-resumo {
    font-size: 16px;
    color: #333;
    line-height: 1.8;
    margin: 0;
}

/* O que Inclui */
.inclui-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 12px;
}

/* Hotéis */
.hoteis-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.hotel-card {
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
}

.hotel-header {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    padding: 24px;
    border-bottom: 2px solid #e0e0e0;
}

.hotel-name {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px 0;
}

.hotel-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 14px;
}

.hotel-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #666;
    padding: 6px 12px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
}

.hotel-meta-item:before {
    content: "•";
    color: #FFCB05;
    font-weight: 700;
}

.table-scroll {
    overflow-x: auto;
    padding: 24px;
}

.tq-tabela {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.tq-tabela thead {
    background: #FFEB00;
}

.tq-tabela th {
    padding: 16px;
    text-align: left;
    color: #000000;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.tq-tabela td {
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
}

.tq-tabela tbody tr {
    transition: background 0.2s ease;
}

.tq-tabela tbody tr:hover {
    background: #f8f9fa;
}

.tq-tabela tbody tr:last-child td {
    border-bottom: none;
}

.tq-tabela td:first-child {
    font-weight: 600;
    color: #1a1a1a;
}

.hotel-footer {
    background: #f8f9fa;
    padding: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 2px solid #e0e0e0;
}

.btn-reserve-now {
    background: #FFCB05;
    color: #1a1a1a;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
}

.btn-reserve-now:before {
    content: "";
    display: none;
}

.btn-reserve-now:hover {
    background: #e6b800;
    transform: translateY(-2px);
    color: #1a1a1a;
}

.politica-ninos {
    font-size: 13px;
    color: #666;
    font-style: italic;
}

.empty-message {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    font-style: italic;
}

.inclui-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 12px 16px;
    background: #f8f9fa;
    border-radius: 8px;
    border-left: 3px solid #ddd;
    transition: all 0.3s ease;
}

.inclui-item i {
    color: #28a745;
    font-size: 16px;
    margin-top: 3px;
    flex-shrink: 0;
}

.inclui-item span {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

.inclui-item.destaque-amarelo {
    background: #FFCB05;
    border-left-color: #e6b800;
    font-weight: 600;
}

.inclui-item.destaque-amarelo i {
    color: #1a1a1a;
}

.inclui-item.destaque-amarelo span {
    color: #1a1a1a;
}

/* Acomodações */
.acomodacoes-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.acomodacao-block {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
}

.acomodacao-titulo {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px 0;
}

.acomodacao-table-wrapper {
    overflow-x: auto;
    border-radius: 8px;
    background: white;
}

.acomodacao-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.acomodacao-table thead {
    background: #2c3e50;
}

.acomodacao-table th {
    padding: 14px 16px;
    text-align: left;
    color: white;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.acomodacao-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
}

.acomodacao-table tbody tr {
    background: white;
    transition: background 0.2s ease;
}

.acomodacao-table tbody tr:hover {
    background: #f8f9fa;
}

.acomodacao-table tbody tr.linha-destaque-amarelo {
    background: #FFCB05;
    font-weight: 600;
}

.acomodacao-table tbody tr.linha-destaque-amarelo:hover {
    background: #f5c400;
}

.acomodacao-table tbody tr.linha-destaque-amarelo td {
    color: #1a1a1a;
    border-bottom-color: #e6b800;
}

/* Programação Dia a Dia */
.programacao-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dia-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.dia-numero {
    width: 50px;
    height: 50px;
    background: #FFCB05;
    color: #1a1a1a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    flex-shrink: 0;
}

.dia-conteudo {
    flex: 1;
    background: #FFCB05;
    padding: 20px 25px;
    border-radius: 12px;
}

.dia-titulo {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px 0;
}

.dia-descricao {
    font-size: 15px;
    color: #1a1a1a;
    line-height: 1.7;
    margin: 0 0 12px 0;
}

.dia-passeios {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.dia-passeios li {
    font-size: 14px;
    color: #1a1a1a;
    padding-left: 20px;
    position: relative;
    line-height: 1.6;
}

.dia-passeios li:before {
    content: "•";
    position: absolute;
    left: 0;
    font-weight: 700;
    font-size: 18px;
}

/* Opcionais */
.opcionais-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 25px;
}

.opcional-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.opcional-card:hover {
    /* Efeito hover removido - cards ficam estáticos */
}

.opcional-imagem {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.opcional-imagem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.opcional-card:hover .opcional-imagem img {
    transform: scale(1.05);
}

.opcional-info {
    padding: 20px;
}

.opcional-titulo {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px 0;
}

.opcional-descricao {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 15px 0;
}

.opcional-preco-box {
    background: #f8f9fa;
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.opcional-preco-label {
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.opcional-preco {
    font-size: 22px;
    font-weight: 700;
    color: #28a745;
}

.btn-adicionar-opcional {
    width: 100%;
    padding: 12px 20px;
    background: #FFCB05;
    color: #1a1a1a;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-adicionar-opcional:hover {
    background: #e6b800;
    transform: translateY(-2px);
}

/* Condições Gerais */
.condicoes-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
    margin-bottom: 30px;
}

.condicao-box {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid #FFCB05;
}

.condicao-titulo {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 15px 0;
}

.condicao-lista {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.condicao-lista li {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    padding-left: 20px;
    position: relative;
}

.condicao-lista li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #FFCB05;
    font-weight: 700;
    font-size: 18px;
}

.condicoes-texto {
    background: #f8f9fa;
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid #FFCB05;
    margin-bottom: 25px;
}

.condicoes-texto p {
    font-size: 15px;
    color: #333;
    line-height: 1.7;
    margin: 0 0 12px 0;
}

.condicoes-texto p:last-child {
    margin-bottom: 0;
}

.politica-cancelamento-box {
    background: #e8f4fd;
    padding: 25px;
    border-radius: 12px;
    border-left: 4px solid #2196F3;
    margin-top: 20px;
}

.politica-titulo {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 20px 0 15px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.politica-titulo i {
    color: #2196F3;
}

.politica-conteudo {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
}

.politica-conteudo p {
    margin: 0 0 10px 0;
}

.politica-conteudo p:last-child {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 992px) {
    .programa-layout-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .programa-sidebar {
        position: relative;
        top: 0;
        order: -1;
    }
    
    .programa-title-hero {
        font-size: 36px;
    }
    
    .programa-hero-new {
        height: 300px;
    }
}

@media (max-width: 768px) {
    .programa-main-content {
        padding: 25px 20px;
    }
    
    .sidebar-info-box {
        padding: 20px;
    }
    
    .section-title {
        font-size: 24px;
    }
    
    .programa-title-hero {
        font-size: 28px;
    }
    
    .opcionais-grid {
        grid-template-columns: 1fr;
    }
    
    .condicoes-grid {
        grid-template-columns: 1fr;
    }
    
    .acomodacao-table {
        font-size: 13px;
    }
    
    .acomodacao-table th,
    .acomodacao-table td {
        padding: 10px 12px;
    }
}

@media (max-width: 480px) {
    .container-programa {
        padding: 0 15px;
    }
    
    .programa-main-content {
        padding: 20px 15px;
    }
    
    .programa-title-hero {
        font-size: 24px;
    }
    
    .dia-item {
        flex-direction: column;
        gap: 12px;
    }
    
    .dia-numero {
        width: 40px;
        height: 40px;
        font-size: 18px;
    }
}
