

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    line-height: 1.6;
    background-color: #f9f9f9;
}

a {
    text-decoration: none;
    color: #090909;
}

/* Header Styles */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    background-color: #f6f4f4;
    box-shadow: 0 2px 4px rgba(247, 244, 244, 0.99);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}

.logo-img {
    height: 110px;
    width: 190px; /* Cambia este valor según lo que necesites */
}

.nav-menu {
    display: flex;
    list-style: none;
}

.nav-menu li {
    margin: 0 15px;
}

.nav-menu .btn-cotizacion {
    background-color: #f9c424;
    padding: 5px 15px;
    border-radius: 5px;
    color: #201f1f;
    font-weight: bold;
}

/* Hero Section */
.hero {
    position: relative;
    text-align: center;
    color: #0c0a0a;
    margin-top: 80px;
}

.hero-img {
    width: 100%;
    height: 500px; /* Ajusta la altura a lo que necesites */
    object-fit: cover; /* Corta la imagen para que se ajuste al espacio */
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}

.hero-buttons {
    margin-top: 20px;
}

.btn {
    padding: 10px 20px;
    margin: 5px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.btn-highlight {
    background-color: #f9c824;
    color: #000;
}

/* Section Styles */
.nosotros,
.proyectos {
    padding: 70px 20px;
    text-align: center;
}

.nosotros h2,
.proyectos h2 {
    margin-bottom: 15px;
    color: #192762;
}

/* Footer */
.footer {
    background-color: #f9c824;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
}
/* Estilos generales */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #1b2468;
    color: #1b2468;
}

h2 {             
    text-align: center;
    margin-top: 60px;
    font-size: 2rem;
    color: #1b2468;
}

.subtitulo {
    text-align: center;
    font-size: 1.3rem;
    color: #666;
    margin-bottom: 40px;
}

/* Contenedor principal */
.contenedor-tarjetas {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    padding: 20px;
}

.tarjeta {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    width: 300px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tarjeta:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.logo-tarjeta {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
}

h3 {
    font-size: 1.2rem;
    color: #1b2468;
    margin-bottom: 10px;
}

p {
    font-size: 1.2rem;
    color: #222121;
    margin-bottom: 20px;
}

.boton-info {
    background-color: #ffcc00;
    color: #333;
    border: none;
    padding: 10px 15px;
    font-size: 0.9rem;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.boton-info:hover {
    background-color: #e0b200;
}
/* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

body {
    line-height: 1.6;
}

/* Fondo con imagen */
.benefits .background-img {
    background-image: url('imag3.png');
    background-size: cover;
    background-position: center;
    color: #0b0b0b;
    text-align: center;
    padding: 60px 20px;
    position: relative;
    border-bottom: 5px solid #ffffff;
}

/* Contenido principal */
.benefits h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.benefit-icons {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
}

.benefit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}



.benefit-item img {
    width: 100px;
    margin-bottom: 10px;
}


/* Sección de proyectos */
.projects {
    text-align: center;
    padding: 40px 20px;
}

.projects h2 {
    font-size: 2em;
    margin-bottom: 10px;
    color: #1b2468; /* Cambia este a #000000 si lo deseas más oscuro */
}


.projects p {
    margin-bottom: 20px;
    color: #555;
}

.project-gallery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.project-gallery img {
    width: 300px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.project-gallery img:hover {
    transform: scale(1.05);
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    margin: 0;
    padding: 0;
  }
  
  .service-steps {
    text-align: center;
    padding: 40px 20px;
    background-color: #fff;
  }
  
  .service-steps h2 {
    font-size: 24px;
    color: #003366;
  }
  
  .service-steps h2 span {
    font-weight: bold;
  }
  
  .service-steps h3 {
    margin-top: 20px;
    font-size: 20px;
    color: #003366;
  }
  
  .steps {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  
  .step {
    text-align: center;
    margin: 10px;
    flex: 1 1 200px;
  }
  
  .step .icon {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto;
  }
  
  .step .icon img {
    width: 130%;
    border: 2px solid #003366;
    border-radius: 10px;
    transform: translateY(-25px); /* Ajusta este valor según sea necesario */
  }
  .img-asesoria {
    width: 100px;
    height: auto;
    margin: 20px auto;
    display: block;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
  
  .step .icon .number {
    position: absolute;
    top: -10px;
    left: -10px;
    background: #FFCC00;
    color: #003366;
    font-weight: bold;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
  }
  
  .step p {
    margin-top: 10px;
    font-size: 16px;
    color: #003366;
  }
 /* Codigo del menu*/
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #333;
    padding: 10px 20px;
    color: white;
    position: relative;
}

.header {
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #333;
}


.logo-img {
    height: 40px;
    max-width: 150px;
    object-fit: contain;
}

/* Botón menú hamburguesa */
.menu-toggle {
    display: none;
    font-size: 26px;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

/* Navegación */
.nav {
    display: flex;
}

.nav-menu {
    list-style: none;
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
}

.nav-menu li a {
    color: white;
    text-decoration: none;
}

.btn-cotizacion {
    background-color: orange;
    padding: 5px 10px;
    border-radius: 5px;
}

/* Responsive */
@media (max-width: 768px) {
    .header {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .logo-img {
        height: 35px;
        max-width: 120px;
    }

    .menu-toggle {
        display: block;
    }

    .nav {
        display: none;
        flex-direction: column;
        background-color: #333;
        width: 100%;
        position: absolute;
        top: 60px; /* debajo del header */
        left: 0;
        z-index: 10;
        padding: 10px 0;
    }

    .nav.active {
        display: flex;
    }

    .nav-menu {
        flex-direction: column;
        gap: 10px;
    }

    .nav-menu li {
        text-align: center;
    }
}

/*estilo footer*/
   body {
      margin: 0;
      font-family: Arial, sans-serif;
      background-color: #000; 
    }

    .footer-main {
      background-color: #121212;
      color: white;
      padding: 40px 20px;
    }

    .footer-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 1200px;
      margin: 0 auto;
      gap: 20px;
    }

    .footer-column {
      flex: 1 1 200px;
      min-width: 200px;
    }

    .footer-column h3 {
      color: #f1c40f;
      font-size: 18px;
      margin-bottom: 15px;
    }

    .footer-column ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .footer-column li {
      margin-bottom: 10px;
      font-size: 14px;
    }

    .footer-column a {
      color: white;
      text-decoration: none;
    }

    .footer-column a:hover {
      text-decoration: underline;
    }

    .logo-section img {
      width: 150px;
    }

    .social-icons {
      display: flex;
      gap: 15px;
    }

    .social-icons img {
      width: 30px;
      height: 30px;
      cursor: pointer;
      transition: transform 0.3s;
    }

    .social-icons img:hover {
      transform: scale(1.2);
    }

    .footer-bottom {
      text-align: center;
      padding-top: 30px;
      font-size: 14px;
      color: #ccc;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

      .footer-column {
        margin-bottom: 30px;
      }

      .logo-section {
        margin-bottom: 20px;
      }
    }

    /*sliders*/
    :after,
:before,
*{
    box-sizing: border-box;
}
.container {
  width:1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
body {
  margin: 0;
  font-family: 'Rajdhani', sans-serif;
}
h2 {
      line-height:1.1;
}
.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
    display: none; /* Ahora la paginación está oculta en pantallas grandes */
  }
}

.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 850px;
  transition:all .4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style{
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Rajdhani;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2{
    background-color: #ffffff;
    font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color:#2b3b95;
    padding: 9px 32px;
    border: 0; 
  border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
  transition:all .4s ease;
}
a {
    text-decoration: none;
    transition: all 0.2s ease;
}
.theme-btn-s2{
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color:#2b3b95 ;
    color: #fff;
}
.theme-btn-s3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}
a:hover {
    text-decoration: none;
}
@media (max-width: 991px){
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px){
  .theme-btn, .theme-btn-s2{
    padding: 13px 20px;
    font-size: 13px;
  }
}


/*style pagina*/
    body {
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      background-color: #f9f9f9;
    }

    .casos-exito {
      padding: 20px;
      text-align: center;
    }

    .carousel {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 20px;
    }

    .carousel-cards {
      display: flex;
      gap: 20px;
      overflow: hidden;
      width: 80%;
    }

    .card {
      background-color: #fff;
      border-radius: 8px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      text-align: left;
      width: 300px;
      flex-shrink: 0;
    }

    .card img {
      width: 100%;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      transition: transform 0.5s ease-in-out;
    }

    .card-content {
      padding: 15px;
    }

    .card-content h3 {
      font-size: 16px;
      color: #555;
    }

    .card-content p {
      margin: 5px 0;
      font-size: 14px;
      color: #777;
    }

    .card-content button {
      background-color: #0056b3;
      color: #fff;
      border: none;
      padding: 10px;
      border-radius: 4px;
      cursor: pointer;
      margin-top: 10px;
    }

    .card-content button:hover {
      background-color: #003d80;
    }

    .carousel-btn {
      background: none;
      border: none;
      font-size: 24px;
      cursor: pointer;
      color: #555;
      position: relative;
      z-index: 10;
      margin: 0 20px; /* Añade separación entre flechas y tarjetas */
    }

    .carousel-btn:hover {
      color: #000;
    }
    .carousel-btn:active {
    transform: scale(1.1) translateX(-5px);
  }

    .carousel {
  display: flex;
  transition: transform 0.5s ease-in-out; /* Animación suave */
}
.card img {
  width: 100%;
  height: 200px; /* Establece la altura que quieras */
  object-fit: cover; /* Para que se ajusten sin deformarse */
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;

}

.card img:hover {
  animation: move-image 1s infinite alternate ease-in-out;
}

@keyframes move-image {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-10px);
  }
}

/*container button*/
 .container-boton {
      position: fixed;
      bottom: 20px;
      right: 20px;
      z-index: 100;
  }

  .boton {
      width: 60px;
      transition: transform 0.3s ease-in-out;
      animation: efecto 1.5s infinite alternate;
  }

  .boton:hover {
      transform: scale(1.1);
  }

  @keyframes efecto {
      0% {
          box-shadow: 0 0 0 0 rgba(50, 126, 29, 0.85);
      }
      100% {
          box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
      }
  }
/*Letras*/

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
}
.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
}
/*Fin letras */

/*sliders*/

.swiper-container {
  width: 100%;
  height: 100vh;
}


.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  position: relative;
  overflow: hidden;
}


.slide-inner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: flex-start; 
  align-items: flex-start;     
  text-align: left;
  padding: 120px 55% 0 5%;     
}


.slide-inner::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}


.hero-text {
  position: relative;
  z-index: 2;
  color: white;
  max-width: 600px;
  width: 100%;
  text-align: left;
}


.hero-text h1 {
  font-size: clamp(24px, 5vw, 48px);
  margin-bottom: 20px;
}

.hero-text p {
  font-size: clamp(14px, 3vw, 24px);
  margin-bottom: 30px;
}

/* Botones */
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; 
  gap: 10px;
}

.hero-buttons a {
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  transition: opacity 0.3s ease;
}

.hero-buttons a.btn-highlight {
  background-color: #2ebf44;
  color: white;
}

.hero-buttons a:hover {
  opacity: 0.8;
}


.swiper-button-next, .swiper-button-prev {
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 10px;
}

.swiper-pagination {
  bottom: 30px;
  z-index: 2;
}


.energia-slide .hero-text h1,
.energia-slide .hero-text p {
  color: #f9c824 !important;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}


@media (max-width: 768px) {
  .slide-inner {
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    text-align: center;
  }

  .hero-text {
    text-align: center;
  }

  .hero-buttons {
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .hero-buttons a {
    width: 80%;
    font-size: 14px;
    padding: 8px 10px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}



 /* sliders*/
.nosotros h2,
.nosotros p {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.nosotros {
  padding: 4rem 1rem;
  background-color: #fff;
}

.nosotros__contenedor {
  display: flex;
  gap: 3rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}

.nosotros__imagenes {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.img-container {
  width: 220px;
  height: 220px;
  overflow: hidden;
  border-radius: 50%;
}

.img-circular {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.badge {
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
  background-color: #8cc63f;
  color: white;
  padding: 1rem;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
}

.badge span {
  font-weight: normal;
  font-size: 0.8rem;
}

.nosotros__contenido {
  flex: 1 1 400px;
  max-width: 600px;
}

.etiqueta {
  background-color: #8cc63f;
  color: white;
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  margin-bottom: 1rem;
  font-weight: bold;
}

h2 {
  font-size: 2.2rem;
  color: #003049;
  margin-bottom: 1rem;
}

h2 .verde {
  color: #8cc63f;
}

.nosotros__contenido p {
  color: #555;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.features {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.box {
  flex: 1 1 250px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.box img {
  width: 40px;
  height: 40px;
}

.btn {
  background-color: #8cc63f;
  color: white;
  padding: 0.8rem 1.8rem;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s;
}

.btn:hover {
  background-color: #76af38;
}


@media (max-width: 768px) {
  .nosotros__contenedor {
    flex-direction: column;
    text-align: center;
  }

  .nosotros__imagenes {
    flex-direction: row;
    justify-content: center;
  }

  .badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .features {
    flex-direction: column;
    align-items: center;
  }
}



.benefits {
  padding: 2rem 1rem;
  background-color: #f5f5f5;
  text-align: center;
}

.benefits h1 {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  margin: 0 auto 2rem auto;
  color: #333;
  text-align: center;        
  display: block;
  width: 100%;
}

.benefit-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.benefit-item {
  flex: 1 1 300px;
  max-width: 400px;
  text-align: center;
}

.benefit-item img {
  width: 80px;
  height: auto;
  margin-bottom: 1rem;
}

.benefit-item p {
  font-size: 1rem;
  color: #555;
  line-height: 1.5;
}


.projects {
  padding: 2rem;
  background-color: #f8f8f8;
  text-align: center;
}

.projects-title {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #222;
}

.projects-description {
  max-width: 800px;
  margin: 0 auto 2rem;
  font-size: 1rem;
  color: #555;
}

.gallery {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}

.image-container {
  max-width: 300px;
  text-align: center;
}

.image-container h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #333;
  text-transform: capitalize;
}

.image-container img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


@media (min-width: 768px) {
  .gallery {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }

  .image-container {
    width: 300px;
  }

  .projects-title {
    font-size: 2.5rem;
  }

  .projects-description {
    font-size: 1.1rem;
  }
}
