
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:ital,wght@0,100;0,400;0,800;1,400&display=swap');
main h1,main h2,main h3,main h4,main h5,main h6 {
    font-family: 'Bebas Neue', cursive;
}
body {
    font-family: 'Montserrat', sans-serif;
}
.resaltado {
    font-family: 'Montserrat', cursive;
    font-weight: 100;
    font-size: 22px;
    line-height: 2;
}
/* Fuente instaladas en el equipo */
@font-face {
    font-family: 'pixel';
    src: url('fuentes/pixeles.woff2') format('woff2'),
         url('fuentes/pixeles.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'grunge';
    src: url('fuentes/grunge.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
.pixeles {
    font-family: 'pixel';
    font-size: 30px;
    color: green;
}
.ruda {
    font-family: 'grunge';
    font-size: 40px;
    color: violet;
    letter-spacing: 4px;
    text-shadow: 4px 4px 2px darkslateblue;
}
.iconos {
    font-size: 80px;
    color: lime;
    text-shadow: 5px 5px 0 darkgreen;
}
@font-face {
    font-family: 'icomoon';
    src: url('fuentes/icomoon.woff?xzr74') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  .navegacion::before {
    font-family: 'icomoon';
    margin-right: 1rem;
  }
  .icono-inicio:before {
    content: "\e900";
  }
  .icono-carro:before {
    content: "\e93a";
  }
  .icono-telf:before {
      content: "\e942";
  }
  .icono-sobre:before {
    content: "\e945";
  }
  .icono-mapa:before {
    content: "\e947";
  }
  .icono-avion:before {
    content: "\e9af";
  }
  .navegacion {
    font-size: 2rem;
    margin: 10px;
    color: wheat;
    list-style: none;
    text-shadow: 1px 1px 1px maroon;
}
.navegacion a {
    text-decoration: none;
    color: cornsilk;
    font-family: 'Bebas Neue', sans-serif;
}
