@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');
@import url('https://fonts.googleapis.com/css?family=Markazi+Text');
@import url('https://fonts.googleapis.com/css?family=Alice');

/*== titulo ==*/
h1{
	margin-top: 80px;
	color: #2E4053;
}
h5{
	line-height: 30px;
}
.alert{
	color: #34495E;
	opacity: 0.9;
	font-family: 'Alice', sans-serif;
}

/*== solucoes ==*/
#sol-ged{
	margin-bottom: 20px;
}
#ged{
	background-color: #FFF;
	color: #212F3C;
}
#ged-title{
	background-color: blue;
	color: #fff;
	padding: 20px;
	width: 100%;
}
#sol-transf{
	margin-bottom: 20px;
}
#transf{
	background-color: #FFF;
	color: #212F3C;
}
#transf-title{
	background-color: #aaff80;
	color: #212F3C;
	padding: 20px;
	width: 100%;
}
#sol-intelig{
	margin-bottom: 20px;
}
#intelig{
	background-color: #FFF;
	color: #212F3C;
}
#intelig-title{
	background-color: blue;
	color: #fff;
	padding: 20px;
	width: 100%;
}
#sol-gev{
	margin-bottom: 20px;
	margin-top: 20px;
}
#gev{
	background-color: #FFF;
	color: #212F3C;
}
#gev-title{
	background-color: #aaff80;
	color: #212F3C;
	padding: 20px;
	width: 100%;
}
#resp-img{
	width:200px;
	height:200px;
}
#transf-img{
	width: 250px;
	height: 200px;
}
#intelig-img{
	width: 250px;
	height: 200px;
}
#gev-img{
	width: 250px;
	height: 200px;
}
#digit-img{
	width:200px;
	height:200px;
}
#intel-img{
	width:200px;
	height:200px;
}
#gevideo-img{
	width:200px;
	height:200px;
}
li{
	list-style: none;
	color: #34495E;
}
.descricao{
	font-family: 'Markazi Text', serif;
	font-size: 21px;
}
.bg-light{
	margin-bottom: 20px;
	border-bottom: solid 3px #999;
	font-family: 'Josefin Sans', sans-serif;
}
.fa-check{
	color: #006400;
}
.fa-long-arrow-right{
	color: blue;
}

/*== produtos ==*/
#produtos{
	margin-bottom: 20px;
}
.h2-solu{
	color: blue;
}
#h2-solu{
	padding: 10px;
	background-color: #fff;
}
.cards{
	margin-top: 20px;
}
#pdf-img{
	width: 100px;
	height: 50px;
}

/*== media queries ==*/
@media only screen and (max-width: 576px){	
	
}