/* Hero Section*/
.hero-section {
  background: 
    linear-gradient(180deg, rgba(13, 71, 161, 0.3) 0%, rgba(21, 101, 192, 0.8) 100%),
    url('/img/hero.png') center/cover no-repeat;
  min-height: 200px;
  padding: 5rem 1rem;
  position: relative;
  text-align: center;
  color: #fff;
}
.services-section {
  background-color: #e3f2fd; /* Azul claro */
  padding: 4rem 2rem;
}
.services-section h2 {
  color: #0d47a1;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.services-section p {
  color: #12395f;
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto;
}
/* Overlay opcional */
.hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(13, 47, 95, 0.6);
}
.hero-section h1,
.hero-section p,
.hero-section img {
  position: relative;
  z-index: 1;
}

.services-detailed {
  background-color: #ffffff;
  padding: 4rem 2rem;
}
.services-detailed h2 {
  color: #0d47a1;
  font-weight: 700;
  margin-bottom: 2rem;
}
.services-detailed h5 {
  color: #1565c0;
  font-weight: 600;
  margin-bottom: 1rem;
}
.services-detailed p {
  color: #12395f;
  font-size: 1rem;
}
.detail-box {
  padding: 2rem;
}

.detail-box h5 {
  color: #1565c0;
  font-weight: 600;
  margin-bottom: 1rem;
}
.detail-box p {
  color: #12395f;
}

.section-title {
  color: #0d47a1;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.services-section {
  background-color: #e3f2fd; /* Azul claro */
  padding: 4rem 2rem;
}

.services-main {
  background-color: #ffffff;
}

.service-box {
  padding: 2rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 2rem;
  transition: transform 0.3s ease;
}
.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.services-detailed {
  background-color: #f5f9ff; /* Azul muy suave */
  padding: 4rem 2rem;
}

.detail-box {
  padding: 2rem;
}
.detail-box h5 {
  color: #1565c0;
  font-weight: 600;
  margin-bottom: 1rem;
}
.detail-box p {
  color: #12395f;
}


.about-section {
  background-color: #e3f2fd; /* Azul claro corporativo */
  padding: 4rem 2rem;
}
.about-section h2 {
  color: #0d47a1;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.about-section p {
  color: #12395f;
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 1rem;
}
.about-section ul {
  color: #12395f;
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
  text-align: left;
}
.about-section li {
  margin-bottom: 0.5rem;
}

.clients-list {
  background-color: #f5f9ff; /* Azul muy suave */
  padding: 4rem 2rem;
  color: #12395f;
}

.clients-list h2 {
  color: #0d47a1;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

.clients-list p.lead {
  font-size: 1.2rem;
  margin-bottom: 2rem;
}

.clients-list ul {
  font-size: 1rem;
}

.clients-list li {
  margin-bottom: 0.5rem;
}

.clients-bg {
  position: relative;
  background: url('/img/clientes-bg.png') center/cover no-repeat;
  min-height: 1000px;
}
.clients-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(13, 71, 161, 0.4); /* azul suave */
}
