﻿/* Fontello recortado a los íconos que usa el sitio (original completo en nosubir/fontello-original.css).
   Para sumar un ícono: agregar su codepoint en el recorte (ver sección de performance de la documentación). */
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello-chicama.woff2') format('woff2'),
       url('../font/fontello-chicama.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
     
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-facebook:before { content: '\e94a'; }
.icon-heart-7:before { content: '\ef5b'; }
.icon-instagram:before { content: '\ea78'; }
.icon-laptop:before { content: '\e8cd'; }
.icon-location-7:before { content: '\ef68'; }
.icon-mail-7:before { content: '\ef5a'; }
.icon-mobile-6:before { content: '\ef75'; }
.icon-ok-circled:before { content: '\e819'; }
.icon-spinner:before { content: '\e92c'; }
.icon-swimming:before { content: '\edaf'; }
.icon-trophy:before { content: '\ea17'; }
.icon-umbrella:before { content: '\e8d6'; }
