@font-face {
	font-family: 'Brownhill';
	src:url('../fonts/Brownhill.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto_Condensed';
	src:url('../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src:url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


body{
	background: url(../images/login_background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: black;
    height: 100vh;
	color:white;
	font-size: 18px;
	text-align: center;
	font-family: 'Roboto'
}
.hi-icon-wrap{
	overflow: visible;
}
a:hover{
	text-decoration: none;
}
a:focus{
	color: white;
    text-decoration: none;
}
.titularH1{
	font-family: 'Brownhill';
	font-size: 80px;
}
.titularH3{
	font-family: 'Brownhill';
	font-size: 50px;
}
#nav-icons{
	margin-bottom: 50px;
}
.destacadoTooltip{
	font-family: 'Brownhill';
	font-size: 50px;
}
.destacadoTooltip2{
	font-family: 'Brownhill';
	font-size: 42px;
}

/*personalizados MIG*/
.hi-file-text-o:before {
	font-family: 'FontAwesome';
	content: "\f0f6";
}
.hi-calendar:before {
	font-family: 'FontAwesome';
 	content: "\f073";
}
.hi-download:before {
	font-family: 'FontAwesome';
  	content: "\f019";
}
.hi-folder-open:before {
	font-family: 'FontAwesome';
  	content: "\f115";
}
.hi-server:before {
	font-family: 'FontAwesome';
  	content: "\f233";
}
.hi-plex:before {
	font-family: 'FontAwesome';
  	content: "\f008";
}
.container-grid {
	display: grid;
	align-content: center;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	justify-content: center;
	align-items: center;
	justify-items: center;
}