html,
body { 
	height: 100%;
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	src: url(fira-sans-extra-condensed-regular.ttf);
	font-size: 16px;
}
h1 {
	font-weight: bold;
	font-size: 28px;
}
.container-fluid { 
	height: 100% 
}
.flex { 
	height: 50%; 
	min-height: 50%;
	text-align: center;
}
.flex>div {  
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex; 
    align-items: center;
    height: 100%;
}
.flex>.left { 
	justify-content: center;
}
.flex>.right { 
	background: #376CB1; 
	color: #FFF; 
	text-align: center; 
	justify-content: center;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 50%;
}

#redes a {
	font-size: 32px;
	height: 42px;
	width: 42px;
	color: #376CB1;
	margin-right: 5px;
	background: #FFF;
	display: inline-block;
	text-align: center;
	-moz-transition: all 500ms ease 0s; 
	-o-transition: all 500ms ease 0s; 
	transition: all 500ms ease 0s;
}
#redes a:hover {
	opacity: .7;
}

#icons {
	position: absolute;
	bottom: 15px;
	left: 15px;
}

#icons a {
	color: #fff;
	margin: 0 5px
}

#icons a:hover {
	opacity: .7
}

.flex>.right { 
			background: ##244daf; 
		}
		#redes a {
			color: ##244daf;
		}

@media (min-width: 768px) {
	.flex { 
		height: 100%; 
		min-height: 100% 
	}
	.flex>.right { 
		justify-content: initial; 
		text-align: left; 
		height: 100%;
	}
	#icons {
		display: block;
	}
}
