body {
  font-family: 'Poppins', sans-serif;
}

.navbar {
  background: #0071ce;
}

header h1 {
  font-weight: bold;
  font-size: 2rem;
}
.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: black;
    background-color: transparent;
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.thead-custom {
  background-color: #001f3f;
  color: white !important;
}

.tab-pane img {
  border-radius: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-section .hero-overlay {
  background: rgba(0, 0, 0, 0.5);
  padding: 1rem 2rem;
  border-radius: 10px;
}
.nav-tabs {
	border-bottom: none;
  position: relative;
  padding-bottom: 2.5rem; /* espacio para la flor decorativa */
}

.nav-tabs::after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    height: 40px;
    width: 100%;
    background-image: url(https://web.tuboleta.com/images/flower.png);
    background-repeat: repeat-x;
    background-size: 30px auto;
    pointer-events: none;
    z-index: 1;
}

.nav-tabs .nav-link img {
  max-height: 60px;
}

.nav-tabs .nav-link {
  padding: 0.5rem;
  border: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color:  #001f3f;
}
/* Cambiado: sección de tabs ahora es azul claro */
.section1 {
  background-color: #e6f0ff;
}

/* Nueva sección de fondo azul oscuro */
.bg-azul-oscuro {
  background-color: #001f3f;
  color: white;
}

/* Clase reutilizable para azul claro */
.bg-azul-claro {
  background-color: #e6f0ff;
}
.bg-light {
    background-color: #ffed00 !important;
}
.video-marco .container {
  max-width: 900px;
  margin: 0 auto;
  background-color: #102032;
}

.flor {
  position: absolute;
  width: 90px;
  height: auto;
  z-index: 2;
}

.flor-izq-sup {
  top: -20px;
  left: -20px;
}

.flor-der-sup {
  top: -20px;
  right: -20px;
}

.flor-izq-inf {
  bottom: -20px;
  left: -20px;
}

.flor-der-inf {
  bottom: -20px;
  right: -20px;
}
.bg-dark {
    background-color: #00afea !important;
}
.cta-section {
  background: url('https://web.tuboleta.com/images/Eventos/Carnaval-de-barranquilla-2026/assets/img/bg_cta.jpg') no-repeat center center/cover;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

.cta-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); /* Overlay negro con opacidad */
  z-index: 1;
}

.cta-img {
  max-width: 100%;
  height: auto;
}


@media (max-width: 576px) {
  .flor {
    width: 35px;
  }
	.video-marco .container {
  max-width: 500px;
  margin: 0 auto;
  background-color: #102032;
}

}
