/* Start custom CSS for section, class: .elementor-element-bf58fb4 *//* Contenedor general */
.texto-citytours {
  max-width: 900px;
  margin: 0 auto;
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.8;
  font-size: 17px;
  color: #333;
  padding: 25px;
  background: linear-gradient(135deg, #f9fdfb, #eef9f2);
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}

/* Título principal */
.texto-citytours h1 {
  font-size: 34px;
  color: #006837;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}
.texto-citytours h1::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background: #00a859;
  margin: 12px auto 0;
  border-radius: 2px;
}

/* Subtítulos */
.texto-citytours h2 {
  font-size: 24px;
  color: #222;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 10px 15px;
  background: #e6f7ed;
  border-left: 5px solid #00a859;
  border-radius: 6px;
}

/* Párrafos */
.texto-citytours p {
  margin-bottom: 18px;
  text-align: justify;
}

/* Listas en tarjetas */
.texto-citytours ul {
  margin: 20px 0 30px;
  padding: 0;
  display: grid;
  gap: 12px;
}
.texto-citytours li {
  list-style: none;
  background: #fff;
  border-radius: 8px;
  padding: 12px 15px 12px 40px;
  position: relative;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.texto-citytours li::before {
  content: "✔";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #00a859;
  font-size: 18px;
  font-weight: bold;
}

/* Enlaces */
.texto-citytours a {
  color: #006837;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #00a859;
  transition: 0.3s;
}
.texto-citytours a:hover {
  color: #00a859;
  border-bottom: 2px solid transparent;
}

/* Bloque final (CTA) */
.texto-citytours p:last-child {
  background: #00a859;
  color: #fff;
  padding: 22px;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  margin-top: 40px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}
.texto-citytours p:last-child strong {
  color: #fff;
}/* End custom CSS */