/******* Bootstrap Theming ********/
/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #FF6600;
  --secondary: #F2F1F8;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #FFFFFF;
  --dark: #44425A;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Poppins", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.Nuevo {
  background-color: #eaf0f5;
  padding: 80px 0;
  position: relative;
  color: rgb(0, 0, 0);
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.Nuevo-header {
  text-align: left;
  margin-bottom: 50px;
}

.subtitle {
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-style: italic;
  color: rgb(6, 6, 6);
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 15px;
}

.underline {
  width: 150px;
  height: 4px;
  background-color: #0d9be2;
  margin-bottom: 20px;
}

.tagline {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: rgb(6, 6, 6);
}

.experience {
  color: #0b0b0b;
  font-size: 1rem;
}

.Nuevo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.testimonial-card {
  background-color: rgb(171, 178, 207);
  border-radius: 10px;
  padding: 30px;
  color: #090909;
}

.quote-content {
  font-size: 1.1rem;
  margin-bottom: 20px;
  position: relative;
}

.quote-content p {
  line-height: 1.6;
}

.author {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.author-info h3 {
  font-size: 1.2rem;
  margin-bottom: 5px;
  color: #333;
}

.author-info p {
  color: #666;
}

.rating {
  color: #ff9800;
  font-size: 1.2rem;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.dot {
  width: 12px;
  height: 12px;
  background-color: #ffffff50;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background-color: #ff6b00;
}

.whatsapp-button {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #25d366;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  transition: transform 0.3s;
}

.whatsapp-button:hover {
  transform: scale(1.1);
}

.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 110px;
  background-color: #5fb4dd;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-size: 24px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: transform 0.3s;
}

.scroll-top:hover {
  transform: translateY(-5px);
}

@media (max-width: 768px) {
  .Nuevo-grid {
    grid-template-columns: 1fr;
  }
  
  .Nuevo-header {
    text-align: center;
  }
  
  .underline {
    margin: 0 auto 20px;
  }
}



        body {
            background-color: #001529;
            color: white;
        }
        .container1{
            background-color: #eff4f8;
            color: rgb(3, 2, 3)

        }
        .top-bar {
            background-color: #408ed7;
            border-bottom: 1px solid #0a2540;
        }

        .navbar {
            background-color: #001529;
            border-bottom: 1px solid #0a2540;
            transition: all 0.3s ease;
            padding: 1rem 0;
        }

        .navbar.sticky {
            position: fixed;
            top: 0;
            width: 100%;
            z-index: 1000;
            padding: 0.5rem 0;
            background: linear-gradient(180deg, #1a4b8c 0%, #001529 100%);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }

        body.has-sticky-nav {
            padding-top: 76px;
            /* Adjust this value based on your navbar height */
        }

        .navbar-dark .navbar-nav .nav-link {
            color: white;
            text-decoration: none;
        }

        .navbar-dark .navbar-nav .nav-link:hover,
        .navbar-dark .navbar-nav .nav-link:focus {
            color: #3498db;
        }
        #enlace-text  {
            text-decoration: none;
         
        }
        .btn-primary {
            background-color: #3498db;
            border-color: #3498db;
        }

        .btn-primary:hover {
            background-color: #2980b9;
            border-color: #2980b9;
        }
        .text-1{

          
          color: #f1e608;
        }
        
        .btn-secondary {
          background-color: #ca6a2a;
          border-color: #d56119;
      }

      .btn-secondary:hover {
          background-color: #b95729;
          border-color: #c5702a;
      }

        .value-icon {
            width: 84px;
            height: 84px;
            background-color: #0a2540;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 1rem;
        }

        .footer {
            background-color: #001529;
            border-top: 1px solid #0a2540;
        }

        .social-icon {
            color: white;
            font-size: 1.5rem;
            margin-right: 1rem;
        }

        .social-icon:hover {
            color: #3498db;
        }

        .floating-button {
            position: fixed;
            bottom: 40px;
            right: 10px;
            width: 40px;
            height: 40px;
            border-radius: 40%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 20px;
            color: white;
            text-decoration: none;
            box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
        }

        .floating-button.whatsapp {
            background-color: #25d366;
            bottom: 150px;
            text-decoration: none;
        }

        .floating-button.facebook {
            bottom: 100px;
            background-color: #3b5998;
            text-decoration: none;
        }
        .floating-button.topp {
            
            background-color: #ea7e09;
            text-decoration: none;
        }

        a {
            text-decoration: none;
        }

        a:not(.btn):hover {
            text-decoration: underline;
        }

        .hero-section {
        
            background-image:  url('./images/Baner-bg.png');
            background-size: cover;
            background-position: center;
            padding: 80px 0;
            position: relative;
            min-height: 500px;
            height: 550px;
            overflow: hidden;
            /* Change from 'show' to 'hidden' */
        }

       

        .hero-content {
            
            padding: 6rem;
            max-width: 1200px;
        }

        .trayectoria-section {
            background-color: #101316;
            background-image: url('./images/trayectoria-bg.png');
            background-size: cover;
            background-position: center;
            padding: 80px 0;
            position: relative;
            overflow: hidden;
            min-height: 600px;
            /* Add a minimum height for scaling reference */
        }

        .trayectoria-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at 30% 50%, rgba(236, 238, 240, 0.1) 0%, rgba(0, 21, 41, 0) 70%);
        }

        .big-number {
            font-size: 3.5rem;
            font-weight: 700;
            color: #040850;
            margin-bottom: 0.5rem;
            line-height: 1;
        }

        .big-number2 {
          font-size: 2.5rem;
          font-weight: 600;
          color: #0bac99;
       
          line-height: 1;
      }
        .stat-description {
            font-size: 1rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            line-height: 1.4;
        }

        .feature-icon {
            font-size: 2rem;
            color: #4B96FF;
            margin-bottom: 1rem;
        }

        .divider {
            width: 60px;
            height: 3px;
            background-color: #4B96FF;
            margin: 2rem auto;
        }

        .trayectoria-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }

        @media (min-width: 1400px) {
            .trayectoria-content {
                max-width: 1320px;
            }
        }

        @media (max-width: 1199px) {
            .trayectoria-content {
                max-width: 960px;
            }
        }

        @media (max-width: 991px) {
            .trayectoria-content {
                max-width: 720px;
            }
        }

        @media (max-width: 767px) {
            .trayectoria-content {
                max-width: 540px;
            }
        }

        @media (max-width: 768px) {
            .big-number {
                font-size: 2.5rem;
            }

            .stat-description {
                font-size: 0.9rem;
            }
        }
    