/* Start custom CSS for section, class: .elementor-element-31fc4ae *//* Estilo general del artículo */
.texto-taxi-aeropuerto {
  max-width: 850px;
  margin: 0 auto;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.8;
  color: #333;
}

/* Título principal */
.texto-taxi-aeropuerto h1 {
  font-size: 32px;
  text-align: center;
  color: #006837; /* Verde corporativo */
  margin-bottom: 25px;
  font-weight: 700;
}

/* Subtítulos */
.texto-taxi-aeropuerto h2 {
  font-size: 22px;
  color: #444;
  margin-top: 35px;
  margin-bottom: 12px;
  border-left: 5px solid #00a859;
  padding-left: 12px;
  font-weight: 600;
}

/* Párrafos */
.texto-taxi-aeropuerto p {
  margin-bottom: 18px;
  text-align: justify;
}

/* Enlaces */
.texto-taxi-aeropuerto a {
  color: #006837;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #00a859;
  transition: 0.3s;
}
.texto-taxi-aeropuerto a:hover {
  color: #00a859;
  border-bottom: 2px solid transparent;
}

/* Llamada a la acción (último párrafo) */
.texto-taxi-aeropuerto p:last-child {
  background: #f5f5f5;
  padding: 18px;
  border-left: 4px solid #00a859;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border-radius: 8px;
  margin-top: 25px;
}/* End custom CSS */