/*datenschutz*/
.proteccion-datos {
  padding: 3rem 1rem;
  background-color: #f9f9f9;
  color: #333;
}

.proteccion-datos .section-title {
  margin-bottom: 1rem;
}

.proteccion-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
  font-size: 1rem;
  line-height: 1.8;
  color: #2c2c2c;
  margin-bottom: 1.5em;
  hyphens: auto;
}

ul.list-puntos {
  list-style-type: disc;
  /* Viñetas estándar tipo punto */
  padding-left: 1.5em;
  /* Espaciado desde el margen izquierdo */
  margin: 1em 0;
  color: #333;
  /* Texto en gris oscuro para buena legibilidad */
  font-size: 1rem;
  line-height: 1.6;
}

ul.list-puntos-rot {
  list-style-type: disc;
  /* Viñetas estándar tipo punto */
  padding-left: 1.5em;
  /* Espaciado desde el margen izquierdo */
  margin: 1em 0;
  color: #c10303;
  /* Texto en gris oscuro para buena legibilidad */
  font-size: 1rem;
  line-height: 1.6;
}


ul.list-puntos li {
  margin-bottom: 0.75em;
  /* Espaciado entre elementos de la lista */
}

/*versicherung*/

.versicherung {
  padding: 3rem 1rem;
  background-color: #f8f9fa;
  border-top: 2px solid #ccc;
}

.versicherung h2,
.versicherung h3 {
  color: #2a2a2a;
}

.versicherung ul {
  list-style-type: disc;
  margin-left: 2rem;
  padding-left: 0;
}

.versicherung li {
  margin-bottom: 0.5rem;
}

.versicherung-text {
  flex: 2;
}

.versicherung-image {
  flex: 1;
  max-width: 250px;
}


.versicherung-image img {
  width: 80%;
  height: auto;
  border-radius: 8px;
}