﻿.loader_css {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #8195f7;
  border-bottom: 16px solid #8195f7;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 1.8s ease-in-out infinite;
  animation: spin 1.8s linear ease-in-out infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Linea Cargando */
.animated {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.yt-loader {
    -webkit-animation-name: horizontalProgressBar;
    animation-name: horizontalProgressBar;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    background: #6370ff;
    height: 3px;
    left: 0;
    position: relative;
    top: 0;
    width: 0%;
    z-index: 9999;
}

@keyframes horizontalProgressBar
{
    0%   {width: 0%;}
    25%  {width: 22%;}
    50%  {width: 55%;}
    80%  {width: 83%;}
    100% {width:100%;}
}

@-webkit-keyframes horizontalProgressBar /* Safari and Chrome */
{
    0%   {width: 0%;}
    25%  {width: 22%;}
    50%  {width: 55%;}
    80%  {width: 83%;}
    100% {width:100%;}
}

/********************/

.hvr-forward {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-forward:hover, .hvr-forward:focus, .hvr-forward:active {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.loadFade{
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    opacity: 1;
    overflow: hidden;
    width: 100%;
    z-index: 9999;
}

.loadFade-light {
    background:#F6F6F6 !important;
}

/* Buscando - Cargando */

@font-face {
    font-family:'cargandoFont';
    src: url('../fonts/Rajdhani-Regular.ttf');
    font-weight:normal;
    font-style:normal;
}

.moving-letters {   
    font-family: 'cargandoFont', sans-serif;
    font-size: 11px;
    /*font: 7px "Verdana";*/
    /*font-weight:lighter;*/
    /*font-style:italic;*/
    /*position: absolute;*/
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    /*height: 200px;*/
  }

.ml12 {
  font-weight: 200;
  font-size: 1.8em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

.ml12 .letter {
  display: inline-block;
  line-height: 1em;
}


