/* --------------- historia --------------- */

.historia_contenedor .historia_ficha:nth-last-child(1) .historia_linea_bola .historia_linea {
  background: none;
}

.historia_separador_inicial {
  padding-top: 4em;
}

.historia_ficha {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}

.historia_derecha {
  flex-direction: row;
}

.historia_izquierda {
  flex-direction: row-reverse;
}

.historia_derecha .historia_anno {
  display: flex;
  justify-content: end;
}

.historia_izquierda .historia_anno {
  display: flex;
  justify-content: start;
  position: relative;
  left: -1em;
}

.historia_linea_bola {
  display: flex;
  flex-direction: column;
  z-index: 1;
  position: relative;
}

.historia_derecha .historia_datos {
  display: flex;
  justify-content: start;
  background-color: transparent;
  z-index: 2;
}

.historia_izquierda .historia_datos {
  display: flex;
  justify-content: end;
  padding-right: 2em;
}

.historia_anno {
  color: #303555;
  font-family: Poppins;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  z-index: 3;
  position: relative;
  top: -0.4em;
}

.historia_imagen {
  display: flex;
  width: 30.125rem;
  height: auto;
  padding: 2rem 2.5rem 2rem 2.5rem;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  flex-shrink: 0;
  border-radius: 0.75rem;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.12);
}

.historia_imagen img {
  height: 8.4375rem;
  align-self: stretch;
  object-fit: cover;
  object-position: 100% 0;
}

.historia_datos {
  position: relative;
  top: -4em;
}

.historia_texto {
  color: #303555;
  text-align: center;
  font-family: Poppins;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}

.historia_bola {
  width: 75px;
  height: 115px;
  background: url(../img/bola_historia.png);
  background-repeat: no-repeat;
  background-size: 75px;
}

.historia_linea {
  width: 75px;
  height: 100%;
  background: url(../img/linea_historia.png) repeat;
  background-repeat: repeat !important;
  background-size: 75px !important;
}

/* --------------- M E D I A S  Q U E R I E S --------------- */
/* XL */
@media (max-width: 1399.98px) {}

/* LG */
@media (max-width: 1199.98px) {
  .historia_imagen {
    width: 44vw;
  }

  .historia_izquierda .historia_anno {
    left: 0.5em;
  }

  .historia_derecha .historia_anno {
    right: 0.5em;
  }

  .historia_izquierda .historia_datos {
    padding-right: 0em;
  }
}

/* MD */
@media (max-width: 991.98px) {
  .historia_derecha .historia_datos {
    left: 0em;
  }

  .historia_datos {
    height: auto;
  }

  .historia_texto {
    font-size: 1rem;
  }

  .historia_imagen {
    width: 42vw;
  }
}

/* SM */
@media (max-width: 767.98px) {
  .historia_ficha {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }

  .historia_derecha .historia_anno {
    right: 0.5em;
    justify-content: start;
  }

  .historia_izquierda .historia_anno {
    left: 0.5em;
    justify-content: end;
  }

  .historia_bola {
    height: 6em;
  }

  .historia_primera_ficha .historia_linea {
    display: none;
  }

  .historia_derecha .historia_datos {
    left: 0em;
  }

  .historia_imagen {
    width: 30.125rem;
  }

  .historia_linea_bola {
    flex-direction: column-reverse;
    height: 10em;
    position: relative;
    margin-top: -3em;
  }

  .historia_izquierda .historia_datos {
    display: flex;
    justify-content: center;
    top: 0em;
    background-color: #fff;
    z-index: 2;
  }

  .historia_derecha .historia_datos {
    display: flex;
    justify-content: center;
    background-color: transparent;
    z-index: 2;
    left: 0em;
    padding-top: 0px;
    padding-bottom: 0px;
    top: 0em;
  }

  .historia_anno {
    padding-top: 0px;
    position: relative;
    top: 3em;
  }

  .historia_separador_inicial {
    padding-top: 0em;
  }

  .historia_contenedor .historia_ficha:nth-last-child(1) .historia_linea_bola .historia_linea {
    background: url(../img/linea_historia.png) repeat;
  }
}

/* XS */
@media (max-width: 575.98px) {
  .historia_imagen {
    width: 90vw;
    padding: 1rem 1.5rem 1rem 1.5rem;
  }

  .ultima_milla_texto_descargar_informe,
  .boton_generico {
    display: block;
    width: 40%;
  }

  .historia_izquierda .historia_anno {
    left: 0.5em;
  }

  .historia_derecha:nth-child(1) .historia_anno {
    top: 3.1rem;
  }

  .historia_texto {
    font-size: 0.875rem;
    line-height: normal;
  }
}
