.servicios-section {
  background-color: #ffffff;
  font-family: "Montserrat", sans-serif;
  color: #333333;
  padding: 0;
}
.servicios-image-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.servicios-img {
  width: 100%;
  height: auto;
  display: block;
}
.servicios-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 2rem;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  margin: 0;
}

.servicios-content {
  max-width: 900px;
  margin: 3rem auto;
  padding: 0 1rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #333333;
}
.servicios-content-text {
  text-align: justify;
}
.servicios-card-section {
  background-color: #e6f7fd;

  font-family: "Montserrat", sans-serif;
  color: #333333;
  padding: 3rem 1rem;
}

.servicio-card-title {
  font-weight: 700;
  font-size: 1.6rem;
  color: #00aeef;
  margin-bottom: 1rem;
}

.servicio-card-text {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 1rem;
  text-align: justify;
}

.img-fluid {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease, filter 0.4s ease;  
}
.bg-light-blue {
  background-color: #e6f7fd;
}

.cta-section {
  background-color: #00aeef;
  color: #ffffff;
  padding: 3rem 1rem;
}
.cta-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 2rem;
}
.cta-button {
  display: inline-block;
  background-color: #ffffff;
  color: #00aeef;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 0.8rem 2rem;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.cta-button:hover {
  background-color: #333333;
  color: #ffffff;
}
