*{font-family: 'Roboto', sans-serif;}

body{
	background: #003149!important;
}

.wrapper{
	margin-bottom: 160px;
}
img.img-logo{
	margin-top: 40%;
	margin-bottom: 50px;
}

h1.slogan{
	font-size: 2.4em;
	font-weight: 300;
	color: #FFF;
	margin-bottom: 60px
}
	h1.slogan span{
		font-size: 22px;
		font-weight: 100;
	}

div.address{
	text-align: center;
}
	div.address.unidade-i{
		padding-left: 50px;
	}
	div.address.unidade-ii{}
	
	div.address h3{
		margin: 0;
		color: #5cc9e0;
	}

	div.address p{
		font-size: 18px;
		color: #FFF;
	}


	div.address span.anexo{
		font-size: 14px;
		color: #FFF;
	}	

	div.address div.fone{
		margin-top: 15px;
		font-size: 20px;
		color: #5cc9e0;
		letter-spacing: 1px;
		font-weight: 500;
	}
		div.address div.ddd{
			font-size: 14px;
			margin-right: 4px;
		}

.footer{
	color: #FFF;
	border-top: 1px solid rgba(255, 252, 252, 0.44);
	padding: 15px 0;
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media (min-width: 320px) and (max-width: 700px) {


div.box-unidade{
	
	margin-bottom: 50px;
	text-align: center;
}

div.address{
	padding: 10px;
	
}

div.address.unidade-i{
	padding-left: 0px;
}    
 


