/* ============================
   TÍTULOS
============================ */
.titulo-danzas {
  font-size: 2.2rem;
  font-weight: 600;
  color: #1b4573;
  text-align: center;
  margin-bottom: 2rem;
}

/* ============================
   CARRUSEL
============================ */
.carousel {
  width: 100%;         
  margin-bottom: 1.5rem;
}

.carousel-item img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 20px;   
  overflow: hidden;      
  box-shadow: 0 4px 12px rgba(0,0,0,0.25); 
}

/* Flechas de navegación */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-size: 100% 100%;
}

/* ============================
   TEXTO DESCRIPTIVO
============================ */
.descripcion-danzas {
  width: 100%;          
  font-size: 1rem;
  color: #000;
  text-align: justify;
  line-height: 1.6;
  margin-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

/* ============================
   RESPONSIVE
============================ */
@media (max-width: 991px) {
  .descripcion-danzas {
    padding-left: 0;
    padding-right: 0;
    margin-top: 1.5rem;
  }
}