   body {
      background-color: #f7f9fb;
      color: #333;
      font-family: 'Nunito', sans-serif;
    }
    .hero-video {
      position: relative;
      height: 90vh;
      overflow: hidden;
    }
    .hero-video video {
      position: absolute;
      top: 0;
      left: 0;
      min-width: 100%;
      min-height: 100%;
      object-fit: cover;
      z-index: 1;
    }
    .hero-video .contenido-hero {
      position: relative;
      z-index: 2;
      color: white;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
    }
    .section-title {
      color: #222;
      font-weight: 700;
      font-size: 2.2rem;
    }
    .btn-coral, .btn-outline-coral {
      background-color: #ff6a00;
      border: none;
      color: white;
    }
    .btn-outline-coral {
      background: none;
      border: 2px solid #ff6a00;
      color: #ff6a00;
    }
    .btn-outline-coral:hover {
      background-color: #ff6a00;
      color: white;
    }
    .bg-blue {
      background-color: #1a1f36;
    }
    .text-coral {
      color: #ff6a00;
    }
    nav.navbar {
      background-color: rgba(0, 0, 0, 0.7) !important;
      padding-top: 0.8rem;
      padding-bottom: 0.8rem;
    }
    .video-container {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  z-index: 1;
  overflow: hidden;
}
.video-container iframe {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
 .hero-video .contenido-hero {
      position: relative;
      z-index: 2;
      color: white;
      text-align: center;
      top: 50%;
      transform: translateY(-50%);
    }
    .section-title {
      color: #222;
      font-weight: 700;
      font-size: 2.2rem;
    }
    .btn-coral, .btn-outline-coral {
      background-color: #ff6a00;
      border: none;
      color: white;
    }
    .btn-outline-coral {
      background: none;
      border: 2px solid #ff6a00;
      color: #ff6a00;
    }
    .btn-outline-coral:hover {
      background-color: #ff6a00;
      color: white;
    }
    .bg-blue {
      background-color: #1a1f36;
    }
    .text-coral {
      color: #ff6a00;
    }
    nav.navbar {
      background-color: rgba(0, 0, 0, 0.7) !important;
      padding-top: 0.8rem;
      padding-bottom: 0.8rem;
    }
    .card-expandible:hover {
  transform: scale(1.03);
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  transition: 0.3s ease-in-out;
}
:root {
  --color-coral: #e85a4f;
  --color-mostaza: #f5c518;
  --color-oscuro: #2b2b2b;
  --color-crema: #fdf6ec;
  --color-burdeo: #6b1f1f;
}
.card:hover {
  transform: translateY(-5px);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

.text-coral {
  color: #e85a4f;
}

.text-burdeo {
  color: #6b1f1f;
}
.equipo-img-container {
  overflow: hidden;
  position: relative;
}

.equipo-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}

.equipo-img-container:hover .equipo-hover {
  opacity: 1;
}
 .position-relative:hover .equipo-info {
    opacity: 1 !important;
  }
  #carouselTengoTango {
  max-height: 500px;
  overflow: hidden;
}

#carouselTengoTango img {
  height: 500px;
  object-fit: cover;
}
