/* Estilos para las Ventajas */
.list-group-item {
    background-color: transparent;
    border: none;
    font-family: 'Alfa Slab One', sans-serif;
    font-size: 1rem;
    padding-left: 0;
}

.list-group-item i {
  font-size: 1.1rem;
  line-height: 1.6;   /* Altura de línea para mejor legibilidad */
  margin-bottom: 15px; /* Espacio entre párrafos */
  color: #3c0036; /* RGB(60, 0, 54) */

}

/* Estilos para los Títulos */

.genos-<uniquifier> {
  font-family: "Genos", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.roboto-condensed-<uniquifier> {
  font-family: "Roboto Condensed", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}


h2 {
  font-size: 3.5rem;
  font-family: 'Genos', sans-serif;
  font-weight: 900;
  color: #3c0036;
}
h3 {
  font-size: 1.75rem;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 100;
  color: #3c0036;
}
h4 {
  font-size: 1.75rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #3c0036;
}

/* Estilos para los Párrafos */
p {
  font-size: 1.1rem;
  line-height: 1.6;   /* Altura de línea para mejor legibilidad */
  margin-bottom: 15px; /* Espacio entre párrafos */
}

/* Estilos para la Imagen */
.img-fluid {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Responsive Ajustes */
@media (max-width: 768px) {
    .list-group-item {
        font-size: 0.9rem;
    }
}