/* START PAGINA 1*/

/* h2 text Propera parada? */
.fals-h2 {
  text-align: center;
  color: var(--ctexto);
  font-family: "Open Sans","Helvetica Neue", sans-serif;
  font-size: 2.333rem;
  font-weight: 900;
  line-height: normal;
  margin: 0 0 2rem;
}

/* h2 text Descubre los trenes turísticos de FGC */

.caja-trenes .h2-cajatren {
  color: var(--ctexto);
  font-family: "Open Sans","Helvetica Neue", sans-serif;
  font-size: 1.333rem;
  font-weight: 900;
  line-height: normal;
  margin: 0 0 1rem;
}

/* eliminar Ul , substituir per div i mantenir estil ul previ*/
.tophead .contenidohead .top {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 6px 0;
}
.tophead {
  border-top: 1px solid rgba(255, 255, 255, 0.45);
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

/* MEDIA QUERIES */
@media screen and (max-width: 420px) {
  .fals-h2 {
    font-size: 1.4667rem;
  }
  .caja-trenes h3 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 520px) {
  .fals-h2 {
    margin-bottom: 20px;
  }
}