@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');

.text-Montserrat-Regular{
    font-family: 'Montserrat', sans-serif;
}

.fondoImagenes{
    background: linear-gradient(72.69deg, #2A2E75 1.26%, #048FCF 48.55%, #88CFF4 101.03%);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.contenedor-corredor{
  display: flex;
}

.imagen-corredor{
  aspect-ratio: 1109/1403!important ;

}

.imagen-flecha:hover{
  background-image: url("./images/flechaBlanca.png");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 20% 50%;

}

.imagen-flecha{
  background-image: url("./images/flechaAzul.png");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: 20% 50%;

}











