@font-face {
    font-family: 'futura';
      src: url('../fuente/Futura.ttc') format('truetype'); /* Modern Browsers */
      font-display: swap;
}
@font-face {
  font-family: 'futura-bold';
    src: url('../fuente/Futura\ PT\ Bold.ttf') format('truetype'); /* Modern Browsers */
    font-display: swap;
}
.swiper-button-next:after{
  content: url('../imagenes/back.svg');
  width: 30px;
  aspect-ratio: 1/1;
  position: fixed;
  right: 4%;
  top: 50%;
}
.swiper-button-prev:after{
  content: url('../imagenes/next.svg');
  width: 35px;
  aspect-ratio: 1/1;
  position: fixed;
  left: 4%;
  top: 50%;
}