* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: system-ui, 'Segoe UI','Open Sans', 'Helvetica Neue', sans-serif;
  background-color: #f4f4f4;
  color: #333;
  line-height: 1.6;
}
.navbar-nav .nav-link {
  color: rgb(0, 0, 0);
  transition: background-color 0.3s ease;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
  background-color: #383fa3;
  color: rgb(255, 254, 254);
  border-radius: 5px;
}
#Hero-Section {  
  height: 70vh;
  width: 100%;
  display: flex;
  align-items: center;  
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(180deg, rgba(64, 89, 126, 0.67) 0%, rgba(94, 94, 95, 0.603) 100%),url("../img/0012.jpg");
}
#compromiso {
  height: 70vh;
  width: 100%;
  display: flex;
  align-items: center; ;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(180deg, rgba(64, 89, 126, 0.67) 0%, rgba(94, 94, 95, 0.603) 100%),url("../img/7.jpg");
}
#nuestra-Section {
  height: 70vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: 
    linear-gradient(180deg, rgba(64, 89, 126, 0.67) 0%, rgba(94, 94, 95, 0.603) 100%),
    url("../img/nosotros.png");
    
}

#servicios-Section {
  height: 70vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: 
    linear-gradient(180deg, rgba(64, 89, 126, 0.67) 0%, rgba(94, 94, 95, 0.603) 100%),
    url("../img/servicios.png");
    
}

#contacto-Section {
  height: 70vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%; /* fuerza que se estire en ancho y alto */
  background-image: 
    linear-gradient(180deg, rgba(64, 89, 126, 0.67) 0%, rgba(94, 94, 95, 0.603) 100%),
    url("../img/contacto.jpg");
    
}


#imagen-nosotros {
 width: 420px;
}
#serv_color {
  background-color: #d8ddebb6;
}

#SEO {
  text-align: center; /* Centra el texto */
  padding: 20px; /* Espaciado opcional */
}

#SEO a {
  text-decoration: none; /* Quita el subrayado */
  color: #383fa3;
  font-weight: 500; /* Opcional: mejora la visibilidad */
}

footer {
    background-color: #333;
    color: white;
}
footer .container {
  padding: 0px;
}
footer p {
  margin-bottom: 0.3rem;
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #25D366;
  color: white;
  font-size: 28px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  line-height: 55px;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease;
}

.whatsapp-float:hover {
  opacity: 0.8;
}


.whatsapp-float:hover {
  opacity: 0.8;
}

@media (max-width: 768px) {
  footer .container {
    padding: 1rem !important;
  }

  footer .row {
    display: flex !important;
    flex-direction: column !important;
    gap: 2rem !important;
  }

  footer .col-12,
  footer .col-md-6 {
    width: 100% !important;
    text-align: left !important;
    margin-bottom: 1rem !important;
  }

  footer h5 {
    margin-bottom: 0.75rem !important;
  }

  footer p {
    font-size: 0.95rem !important;
    line-height: 1.5 !important;
  }

  footer a i {
    font-size: 1.5rem !important;
  }
}
