@charset 'UTF-8';

/* Tipografías */

/* Estilos generales */
:focus{
	outline:0px !important;
}
.t-center {
  text-align: center;
}

#altura-fija {
  height: 100vh;
  overflow: hidden;
}

/* Cabecera de página */

/* Pie de página */

@media (max-width: 767px) {
  #altura-fija {
    height: 100vh;
    max-height: 100vh;
    display: flex;
    align-items: flex-start;
    justify-content: space-between !important;
  }
}
