/* Custom Styles */
    .gradient-hero {
      background: linear-gradient(135deg, #1a1033 0%, #4a2c7a 50%, #1e5bb8 100%);
    }
    
    .gradient-section {
      background: linear-gradient(180deg, #2a1a4a 0%, #4a2c7a 100%);
    }
    
    .gradient-card {
      background: linear-gradient(145deg, #3a2060 0%, #5a3c8a 100%);
    }
    
    .glass-card {
      background: rgba(255, 255, 255, 0.1);
      backdrop-filter: blur(12px);
      border: 1px solid rgba(255, 255, 255, 0.2);
    }
    
    .hover-lift {
      transition: all 0.3s ease;
    }
    
    .hover-lift:hover {
      transform: translateY(-4px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    }
    
    /* Animation delays */
    .animation-delay-200 { animation-delay: 200ms; }
    .animation-delay-400 { animation-delay: 400ms; }
    .animation-delay-600 { animation-delay: 600ms; }
    
    /* Carousel */
    .carousel-container {
      overflow: hidden;
    }
    
    .carousel-track {
      display: flex;
      animation: scroll 30s linear infinite;
    }
    
    @keyframes scroll {
      0% { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
    
    .carousel-track:hover {
      animation-play-state: paused;
    }
    
    /* Smooth scroll */
    html {
      scroll-behavior: smooth;
    }
    
    /* Mobile menu */
    .mobile-menu {
      display: none;
    }
    
    .mobile-menu.active {
      display: block;
    }


     .swiper {
      width: 100%;
      
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #444;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
    }


.padBody{
    height: 168px!important;
}

#acerca {
    scroll-margin-top: 200px !important;
   
}

.h-logo{
  height: 4rem!important;
}

@media (max-width: 789px) {
 
  .logos{display: none!important}

  .menu{
  position: absolute !important;
    right: 0px !important;
    color: rgb(0 0 0) !important;
    z-index: 2;
}

.padBody{
    height: 4rem!important;
}
 
}