@font-face {
	font-family: 'Loadin';
	src:  url('../Fuentes/Fonts_Loadin/Loadin.eot?dli3ch');
	src:  url('../Fuentes/Fonts_Loadin/Loadin.eot?dli3ch#iefix') format('embedded-opentype'),
		url('../Fuentes/Fonts_Loadin/Loadin.ttf?dli3ch') format('truetype'),
		url('../Fuentes/Fonts_Loadin/Loadin.woff?dli3ch') format('woff'),
		url('../Fuentes/Fonts_Loadin/Loadin.svg?dli3ch#Loadin') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'Loadin' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* Animated rotating icon */
.icon-spin {
  display: block; /* inline-block */
  -moz-animation: spin 1.5s infinite linear;
  -o-animation: spin 1.5s infinite linear;
  -webkit-animation: spin 1.5s infinite linear;
  animation: spin 1.5s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.icon-spinner:before {content: "\e97a";}
.icon-spinner1:before {content: "\e97b";}
.icon-spinner2:before {content: "\e97c";}
.icon-spinner3:before {content: "\e97d";}
.icon-spinner4:before {content: "\e981";}

