body {
  font-family: 'Poppins', sans-serif;
  background-color: #fcf3f2;
}

.navbar {
  background: #0071ce;
}

header h1 {
  font-weight: bold;
  font-size: 2rem;
}
.lead {
    font-size: 0.9rem;
    font-weight: 300;
}
.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: #fcf3f2;
  color: #5e4a44;
}

/* 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: #000000 !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;
}
    .btn {
      background: #EC7600;
      background: -webkit-linear-gradient(0deg, rgba(236, 118, 0, 1) 0%, rgba(236, 162, 0, 1) 100%);
      background: -moz-linear-gradient(0deg, rgba(236, 118, 0, 1) 0%, rgba(236, 162, 0, 1) 100%);
      background: linear-gradient(0deg, rgba(236, 118, 0, 1) 0%, rgba(236, 162, 0, 1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#EC7600", endColorstr="#ECA200", GradientType=0);
      color: #261c19;
      font-weight: 700;
      font-size: 1.3rem;
      width: 60%;
      padding: 12px 24px;
      border: none;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .btn:hover {
      -webkit-box-shadow: 0 0 25px 10px rgba(236, 162, 0, 0.6);
      box-shadow: 0 0 25px 10px rgba(236, 162, 0, 0.6);
    }

    .btn-primary {
      background: transparent;
	  border: 2px solid #00ac29;
      color: #00ac29;
      font-size: 1rem;
      padding: 9px 12px;
      border-radius: 8px;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .btn-primary:hover {
		background-color: #00ac29;
		color: white;
    }


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

}
