@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?lr1a4y');
  src:  url('../fonts/icomoon.eot?lr1a4y#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?lr1a4y') format('truetype'),
    url('../fonts/icomoon.woff?lr1a4y') format('woff'),
    url('../fonts/icomoon.svg?lr1a4y#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icono_"], [class*=" icono_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icono_menu:before {
  content: "\e900";
}
.icono_cerrar:before {
  content: "\e901";
}
.icono_fotos:before {
  content: "\e906";
}
.icono_video:before {
  content: "\e908";
}
.icono_siguiente:before {
  content: "\e902";
}
.icono_anterior:before {
  content: "\e907";
}
.icono_abajo:before {
  content: "\e905";
}
.icono_whatsapp:before {
  content: "\e903";
}
.icono_lupa:before {
  content: "\e904";
}
.icono_calendario:before {
  content: "\e909";
}
.icono_plantada:before {
  content: "\e90a";
}