h1, .h1 {
    font-size: 28px;
}

h2, .h2 {
    font-size: 25px;
}
div.footer2 {
    display: none;
}

.t4-header {
    background-color: #30408d !important;
    border-bottom: 1px solid #dee2e6;
}

dl.dp-description.dp-booking-info__capacity-used {
    display: none !important;
}

.dp-event__capacity {
    display: none !important;
}
.item .item-content .page-header a {
    color: #fff;
    font-size: 26px;
    text-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.9), 
        4px 4px 6px rgba(0, 0, 0, 0.8), 
        6px 6px 8px rgba(0, 0, 0, 0.7), 
        8px 8px 10px rgba(0, 0, 0, 0.6), 
        10px 10px 12px rgba(0, 0, 0, 0.5), 
        12px 12px 14px rgba(0, 0, 0, 0.4); /* Más sombras para mayor intensidad */
}
.list-check li.optional:before {
  content: "\f067"; /* Signo de más */
  color: #FF9900; /* Color naranja para mantener consistencia */
}
  .tour-info {
    display: none !important; /* Recomendado para ocultar completamente */
  }

/* Cambiar el color de fondo del header */
.t4-header {
  background-color: #6b8d30 !important; /* tu color deseado */
}
