@font-face{
	font-family:"salvo";
	src:url("../fonts/SalvoSans_1/SalvoSans-Black.otf");
}
@font-face{
	font-family:"montserrat-regular";
	src:url("../fonts/fonts/Montserrat-Regular.otf");
}
@font-face{
	font-family:"montserrat-medium";
	src:url("../fonts/fonts/Montserrat-Medium.otf");
}
@font-face{
	font-family:"montserrat-bold";
	src:url("../fonts/fonts/Montserrat-Bold.otf");
}
@font-face{
	font-family:"the-bolt";
	src:url("../fonts/fonts/theboldfont.ttf");
}

/* POPINS */
@font-face{
	font-family:"Poppins-Bold";
	src:url("../fonts/poppins/Poppins-Bold.ttf");
}
@font-face{
	font-family:"Poppins-Italic";
	src:url("../fonts/poppins/Poppins-Italic.ttf");
}
@font-face{
	font-family:"Poppins-BoldItalic";
	src:url("../fonts/poppins/Poppins-BoldItalic.ttf");
}
@font-face{
	font-family:"Poppins-Regular";
	src:url("../fonts/poppins/Poppins-Regular.ttf");
}


@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(../fonts/MaterialIcons-Regular.woff2) format('woff2'),
    url(../fonts/MaterialIcons-Regular.woff) format('woff'),
    url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}
/* Rules for sizing the icon. */
.material-icons.md-14 { font-size: 14px; }
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
.material-icons.md-60 { font-size: 60px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }


/* Fuentes */
    
.montserrat-medium{
    font-family:"montserrat-medium";
}

.the-bolt{
    font-family:"the-bolt";
}

.poppins-bold{
    font-family: 'Poppins-Bold';
}

.poppins-italic{
    font-family: 'Poppins-Italic';
}

.poppins-bold-italic{
    font-family: 'Poppins-BoldItalic';
}

.poppins-regular{
    font-family: 'Poppins-Regular';
}

