



.smud_destaque {
	font: 14px 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
	color: #333;
	margin: 0px;
	padding: 0px;
	
	
}

/* Headings */
.smud_destaque h1, 
.smud_destaque h2,
.smud_destaque h3,
.smud_destaque h4,
.smud_destaque h5,
.smud_destaque h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	color: #3d3d48;
	
}
.smud_destaque h1 a, 
.smud_destaque h2 a, 
.smud_destaque h3 a, 
.smud_destaque h4 a, 
.smud_destaque h5 a, 
.smud_destaque h6 a { 
	color: inherit;
}
.smud_destaque h1 { 
	font-size: 40px; 
	line-height: 40px; 
	margin-bottom: 22px;
	font-style: normal;
}
.smud_destaque h2 { 
	font-size: 27px; 
	line-height: 27px; 
	margin-bottom: 22px;
	font-style: normal;
}
.smud_destaque h2 i {
	font-style: normal;
}
.smud_destaque h2 strong {
	font-weight: normal;
}
.smud_destaque h3 { 
	font-size: 22px; 
	line-height: 22px; 
	margin-bottom: 20px;
	font-style: normal;
}
.smud_destaque h3 i {
	font-weight: normal;
	font-style: normal;
}
.smud_destaque h4 { 
	font-size: 18px; 
	line-height: 22px; 
	margin-bottom: 20px;
	font-style: normal;
}
.smud_destaque h4 i {
	font-weight: normal;
	font-style: normal;
}
.smud_destaque h5 { 
	font-size: 16px; 
	line-height: 22px;
	margin-bottom: 20px;
	font-style: normal;
}						
.smud_destaque h6 { 
	font-size: 14px; 
	line-height: 22px;
	margin-bottom: 20px;
	font-style: normal;
}


/* Text elements */
.smud_destaque p {
	font: 14px 'Open Sans', sans-serif;
	font-weight: normal;
	line-height: 22px;
}













/*------------------*/
/*	SITE STRUCTURE
/*------------------------------------------------------*/


.container_destaque {
	width: 1170px;
	margin: auto auto auto auto;
}




/* our team */
.smud_destaque {
	float: left;
	width: 100%;
	text-align: center;
}
.smud_destaque h1 {
	font-size: 40px;
	color: #254db1;
	padding: 0px;
	margin: 0px 0px 45px 0px;
	font-weight: 300;
}
.smud_destaque h1 i {
	color: #333;
	font-size: 18px;
	font-style: normal;
	display: block;
	padding-top: 18px;
	line-height: 22px;
}
.smud_destaque .one_fourth {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}
.smud_destaque .one_fourth h4 {
	font-weight: 300;
	margin-top: 13px;
	margin-bottom: 9px;
}
.smud_destaque .one_fourth h4 em {
	color: #333;
	font-size: 13px;
	font-style: normal;
}
.smud_destaque ul.people_soci {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 70px;
}
.smud_destaque .people_soci li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	width: 18px;
	height: 18px;
	text-align: center;
	border-radius: 100%;
	line-height: 13px;
	vertical-align: middle;
	background-color: #f3f3f3;
}
.smud_destaque .people_soci li:hover {
	background-color: #999;
}
.smud_destaque .people_soci li:hover i {
	color: #fff;
}
.smud_destaque .people_soci li i {
	color: #494949;
	font-size: 9px;
}






/* SMUD four columns features section */
.four_col_braun {
	text-align: center;
	
}

.four_col_braun h1 {
	font-size: 40px;
	padding: 0px 0px 40px 0px;
	margin: 0px 0px 0px 0px;
	font-weight: 300;
}
.four_col_braun h1 i {
	font-size: 18px;
	color: #333;
	font-style: normal;
	display: block;
	padding-top: 18px;
	line-height: 22px;
}





/* Responsive CSS Styles Table of Contents */

@media only screen and (min-width: 1000px) and (max-width: 1169px){

.container_destaque {
	width: 1000px;
	margin: auto auto auto auto;
}
}

@media only screen and (min-width: 768px) and (max-width: 999px){
	
.container_destaque {
	width: 747px;
	margin: auto auto auto auto;
}
}

@media only screen and (min-width: 480px) and (max-width: 767px){
	
.container_destaque {
	width: 448px;
	margin: auto;
}
}

@media only screen and (max-width: 479px){

.container_destaque {
	width: 300px;
	margin: auto auto auto auto;
}
}