
    html {
      scroll-behavior: smooth;
    }
    body {
      font-family: 'Segoe UI', sans-serif;
    }



    .hero {
      position: relative;
      height: 100vh;
      overflow: hidden;
    }
    .hero video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 0;
    }
    .overlay {
      position: relative;
      z-index: 1;
      background: rgba(0,0,0,0.5);
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      color: white;
    }
    .btn-blue {
      background-color: #175e72;
      color: white;
      border: none;
    }
    .btn-blue:hover {
      background-color: #154957 ;
    }
    .icon-box i {
  font-size: 2rem;
  margin-bottom: 10px;
  color: #FFFFFF;
}

    footer {
      background: #222;
      color: white;
      padding: 20px 0;
    }
  .client-carousel {
  background-color: #ffffff;
  padding: 10px 0 20px 0;
  margin-top: -30px; /* Reduce la distancia desde el divisor */
}
.client-carousel img {
  max-height: 160px; /* Doble tamaño */
  height: auto;
  width: auto;
  margin: 0 auto;
 
  transition: transform 0.2s ease, filter 0.3s ease;
}

.client-carousel .carousel-item .col-md-2:nth-child(2) img {
  transform: scale(1.2);
  
}

.bebas {
  font-family: 'Bebas Neue', sans-serif;
}

.carousel-inner {
  transition: transform 2.2s ease-in-out !important; /* Deslizamiento suave */
}

    .divider {
      border-top: 1px solid #154957;
      margin: 3rem auto;
      width: 80%;
    }

    .fade-in-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 576px) {
  .navbar-logo {
    width: 150px !important;
  }
}

.about-us {
  background-color: #ffffff; /* gris claro */
}

.about-us h2 {
  color: #ffffff;
}


.about-us .btn-blue {
  background-color: #175e72;
  color: #fff;
  border: none;
}
.about-us .btn-blue:hover {
  background-color: #154957 ;
}

.about-text p {
  text-align: justify;
}

.offer-section-inner {
  padding-top: 120px;
}

body {
  background-color: #f8f9fa; /* Gris muy claro */
}
.client-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0;
  border-collapse: collapse;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12); /* sombra ligeramente menos intensa */
  border-radius: 10px; /* opcional: esquinas redondeadas */
}

.client-box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 12px;
  background-color: #ffffff;
  transition: box-shadow 0.5s ease, outline 0.5s ease;
  position: relative;
  z-index: 0;
}

/* Efecto hover con borde exterior azul */
.client-box:hover {
  box-shadow: 0 0 0 3px #175e72;
  outline: 1.5px solid #175e72 ; /* línea delgada para cubrir todo el borde */
  z-index: 2; /* asegurarse de que se superponga correctamente */
}

/* Borde solo interno: derecha y abajo en cada celda excepto en los bordes exteriores */
.client-box:not(:nth-child(5n)) {
  border-right: 2px solid #f2f2f2;
}

.client-box:nth-child(-n+5) {
  border-bottom: 2px solid #f2f2f2;
}

.client-box img {
  transition: transform 0.3s ease;
}

.client-box:hover img {
  transform: scale(1.1);
}

.carousel-control-prev,
.carousel-control-next {
  display: none;
}

.blue-frame {
  border-right: 6px solid #175e72;
  border-bottom: 6px solid #175e72;
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); /* sombra más oscura */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blue-frame:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2); /* sombra aún más intensa en hover */
}

  @media (min-width: 768px) {
    .top-cards-wrapper {
      display: flex;
      gap: 1rem;
    }
  }




/*Estilo para seccion WHY PROENERGY*/


.icon-wrapper {
  margin-bottom: 2rem; /* puedes ajustar este valor a tu gusto */
}

.text-electric-blue {
  color: #2a80f7; 
}
/* Estilos personalizados para el título y subtítulo */
.why-title {
  font-size: 4.5rem; /* más grande */
  letter-spacing: 2px; /* mayor separación entre letras */
}

.why-subtitle {
  font-size: 2rem; /* más grande */
  letter-spacing: 1px;
  margin-bottom: 3rem;
}
body {
  font-family: 'Poppins', sans-serif;
}
.info-box {
  background-color: #212121;
  border-radius: 2rem;
  color: white;
  min-height: 360px; /* Aumentado desde 300px */
  padding: 4rem 3rem; /* Aumentado desde 2.5rem 1.5rem */
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
}

  .info-box h5 {
    font-weight: bold;
  }

  .custom-padding-section {
  padding-top: 2rem;
  padding-bottom: 8rem;  /* Reducido desde 16rem */
}

@media (max-width: 768px) {
  .custom-padding-section {
    padding-top: 1rem;
    padding-bottom: 4rem;  /* Reducido también para móviles */
}
  .intro-slide {
    background-color: #1e1e1e;
    animation: slideInFromLeft 1s ease-out;
  }

  @keyframes slideInFromLeft {
    0% {
      opacity: 0;
      transform: translateX(-100px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);                                             
    }
  }


