body, h1, h2, h3, h4, h5, h6, p, a, button, input, textarea {
  font-family: 'Montserrat', Arial, sans-serif;
}

.services-hero {
  position: relative;
  width: 100%;
  min-height: 260px;
  height: 22vw;
  max-height: 360px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.services-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(3, 62, 102, 1) 100%);
  z-index: 2;
}

.services-hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 19vw;
}

.services-hero-content h1 {
  color: #fff;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: -1px;
}
.about-bricks {
  position: relative;
  background: #f4f3f3;
  min-height: 170px;
  padding: 76px 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about-bricks-content {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
  z-index: 2;
  text-align: center;
}

.about-bricks-content p {
  font-size: 1.4rem;
  color: #222;
  line-height: 1.36;
  font-weight: 400;
  margin: 0;
  padding: 0 22px;
  letter-spacing: -0.5px;
}

.bricks-bg {
  position: absolute;
  top: 0;
  width: 180px;
  height: 100%;
  opacity: 0.23;
  background-image:
    repeating-linear-gradient(to right, #8ab3d6 0 3px, transparent 3px 40px),
    repeating-linear-gradient(to bottom, #8ab3d6 0 3px, transparent 3px 48px);
  z-index: 1;
  pointer-events: none;
}

.bricks-bg-left {
  left: 0;
}

.bricks-bg-right {
  right: 0;
  transform: scaleX(-1); /* espejo si quieres simetría */
}
.services-cards-section {
  background: #0a72bb;
  padding: 44px 0 52px 0;
  text-align: center;
}

.services-cards-section h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 32px;
  letter-spacing: -1px;
}

.services-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}

.service-card {
  background: #fff;
  border-radius: 13px;
  box-shadow: 0 3px 14px rgba(0,0,0,0.09);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-width: 230px;
  max-width: 340px;
  margin: 0 auto;
  transition: box-shadow 0.18s;
}

.service-card:hover {
  box-shadow: 0 7px 28px rgba(10,114,187,0.14);
}

.service-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.service-card-content {
  padding: 22px 14px 24px 14px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.service-card-content h3 {
  font-size: 1.18rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #222;
}

.service-card-content p {
  font-size: 1.03rem;
  color: #444;
  margin-bottom: 20px;
}

.service-btn {
  background: #f4f4f4;
  color: #0a72bb;
  font-weight: 700;
  border-radius: 6px;
  padding: 10px 18px;
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.18s, color 0.18s;
  border: none;
  display: inline-block;
  margin-top: auto;
}

.service-btn:hover {
  background: #0a72bb;
  color: #fff;
}
.start-section {
  position: relative;
  width: 100%;
  min-height: 340px;
  max-height: 400px;
  height: 32vw;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.start-bg {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.start-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #114a69 0%, rgba(10,114,187,0.72) 28%, rgba(0,0,0,0.04) 100%);
  z-index: 2;
}

.start-content {
  position: relative;
  z-index: 3;
  color: #fff;
  max-width: 900px;
  padding: 52px 0 52px 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: left;
}

.start-content h2 {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 18px;
  line-height: 1.05;
}

.start-content p {
  font-size: 1.4rem;
  margin-bottom: 28px;
  color: #e6e6e6;
}

.start-btn {
  display: inline-block;
  background: #fff;
  color: #0a72bb;
  font-weight: bold;
  padding: 10px 22px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 1rem;
  transition: background 0.2s, color 0.2s;
  box-shadow: 0 3px 16px rgba(0,0,0,0.09);
}

.start-btn:hover {
  background: #0a72bb;
  color: #fff;
}

/* Responsive */
@media (max-width: 700px) {
  .start-section {
    height: auto;
    min-height: 220px;
    max-height: unset;
  }
  .start-content {
    padding: 28px 16px;
    max-width: 98vw;
  }
  .start-content h2 {
    font-size: 1.5rem;
  }
  .start-content p {
    font-size: 1rem;
  }
}


/* Responsive */
@media (max-width: 1000px) {
  .services-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 26px;
  }
}

@media (max-width: 700px) {
  .services-cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0 4vw;
  }
  .services-cards-section h2 {
    font-size: 1.5rem;
  }
}

@media (max-width: 900px) {
  .about-bricks-content p {
    font-size: 1.05rem;
    padding: 0 4vw;
  }
  .bricks-bg {
    width: 90px;
    background-size: 35px 35px;
  }
}


@media (max-width: 800px) {
  .services-hero {
    height: 140px;
    min-height: 120px;
    max-height: unset;
  }
  .services-hero-content {
    padding-right: 6vw;
  }
  .services-hero-content h1 {
    font-size: 1.6rem;
  }
}
