@charset 'UTF-8';

/* Tipografías */

@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.eot');
    font-weight: normal;
    font-style: normal;
}

/* Estilos generales */
:focus{
	outline:0px !important;
}
.t-center {
  text-align: center;
}

/* Cabecera de página */

/* Pie de página */

.zoom-effecto {
  transition: none !important;
}

[linkhover] {
    cursor: pointer;
}
[imagehover] {
  display: none;
}
[imagehover].active {
  display: block;
}

.line {
  position: relative;
  display: inline-block;
  color: #194721; /* color inicial */
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  color: #75B72B; /* color revelado */
  overflow: hidden;
  width: 0;      /* empieza oculto */
  height: 100%;
}


@media (max-width: 767px) {

}
