@charset "utf-8";

@font-face {
    font-family: 'alegreyaBold';
    src: url('../font/alegreya/alegreyasanssc-bold-webfont.eot');
    src: url('../font/alegreya/alegreyasanssc-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/alegreya/alegreyasanssc-bold-webfont.woff2') format('woff2'),
         url('../font/alegreya/alegreyasanssc-bold-webfont.woff') format('woff'),
         url('../font/alegreya/AlegreyaSansSC-Bold.ttf') format('truetype'),
         url('../font/alegreya/alegreyasanssc-bold-webfont.svg#alegreyasanssc-bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'alegreyaMedium';
    src: url('../font/alegreya/alegreyasanssc-medium-webfont.eot');
    src: url('../font/alegreya/alegreyasanssc-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/alegreya/alegreyasanssc-medium-webfont.woff2') format('woff2'),
         url('../font/alegreya/alegreyasanssc-medium-webfont.woff') format('woff'),
         url('../font/alegreya/AlegreyaSansSC-Medium.ttf') format('truetype'),
         url('../font/alegreya/alegreyasanssc-medium-webfont.svg#alegreyasanssc-medium-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'sourcesans';
    src: url('../font/sourcesans/sourcesanspro-regular-webfont.eot');
    src: url('../font/sourcesans/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/sourcesans/sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('../font/sourcesans/sourcesanspro-regular-webfont.woff') format('woff'),
         url('../font/sourcesans/SourceSansPro-Regular.ttf') format('truetype'),
         url('../font/sourcesans/sourcesanspro-regular-webfont.svg#sourcesanspro-regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'sourcesansItalic';
    src: url('../font/sourcesans/sourcesanspro-italic-webfont.eot');
    src: url('../font/sourcesans/sourcesanspro-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/sourcesans/sourcesanspro-italic-webfont.woff2') format('woff2'),
         url('../font/sourcesans/sourcesanspro-italic-webfont.woff') format('woff'),
         url('../font/sourcesans/SourceSansPro-Italic.ttf') format('truetype'),
         url('../font/sourcesans/sourcesanspro-italic-webfont.svg#sourcesanspro-italic-webfont') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* fuente de los iconos*/

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

 [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%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 }
 
.icon-menu:before { content: '\e800';  color:#dbd9d3;text-shadow: 2px 2px 4px #000000;} /* '' */
.icon-palette:before { content: '\e801'; visibility:hidden; text-shadow: 2px 2px 4px #000000; } /* '' */
.icon-facebook:before { content: '\e802'; } /* '' */
.icon-twitter:before { content: '\e803'; } /* '' */
.icon-youtube:before { content: '\e804'; } /* '' */
.icon-googleplus:before { content: '\e805'; } /* '' */

