/* ------------------------------------- 
		GLOBAL 
------------------------------------- */
* { 
	margin:0 auto ;
	padding:0;
	align: left;
    
}
* { font-family: "Helvetica Neue", "Arial" ,"Helvetica", Helvetica, Arial, sans-serif; }

img { 
	max-width: 100%; 
}
.collapse {
	margin:0;
	padding:0;
}
body {
	-webkit-font-smoothing:antialiased; 
	-webkit-text-size-adjust:none; 
	width: 100%;!important; 
	height: 100%;
	align: left;
	
	
	
}

/* ------------------------------------- 
		ELEMENTOS 
------------------------------------- */
a { color: #00897B;}

.btn {
	text-decoration:none;
	color: #FFF;
	background-color: #666;
	padding:10px 16px;
	font-weight:bold;
	margin-right:10px;
	text-align:center;
	cursor:pointer;
	display: inline-block;
}

.textag {
	text-decoration:none;
	color: #FFF;
	background-color: #00897B;
	padding:10px 16px;
	font-weight:bold;
	margin-right:10px;
	text-align:left;
	display: inline-block;
}

p.textag {
	padding:15px;
	background-color:#00897B;
	margin-bottom: 15px;
	
}

p.callout {
	padding:15px;
	background-color:#00897B;
	margin-bottom: 15px;
}
.callout a {
	font-weight:bold;
	color: #FFF;
}
p.callout2 {
	padding:16px;
	background-color:#ffadad;
	margin-bottom: 15px;
}
.callout2 a {
	font-weight:bold;
	color: #373737;
}



/* ------------------------------------- 
		CABEÇALHO 
------------------------------------- */
table.head-wrap { width:100%; }


.contentheader2 {
	padding: 0px;
	max-width: 100%;
	margin: 0 auto;
	display: block;
	
	}
	
.contentheader {
	padding: 0px;
	max-width: 100%;
	margin: 0 auto;
	display: block;
	bgcolor: #00897B;
	
	}


/* ------------------------------------- 
		CORPO 
------------------------------------- */
table.body-wrap { width: 100%;}


/* ------------------------------------- 
	    RODAPÉ
------------------------------------- */
table.footer-wrap { width: 100%; clear:both!important;
}
.footer-wrap .container td.content  p { border-top: 1px solid rgb(215,215,215); padding-top:15px;}
.footer-wrap .container td.content p {
	font-size:10px;
	font-weight: bold;
	
}


/* ------------------------------------- 
		FONTES 
------------------------------------- */
h1,h2,h3,h4,h5,h6,h7,h8 {
font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Arial", Helvetica, Arial, "Lucida Grande", sans-serif; line-height: 1.1; margin-bottom:15px; color:#000;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, h7 small, h8 small { font-size: 60%; color: #333; line-height: 0; text-transform: none; }

h1 { font-weight:200; font-size: 20px; color:#00897B;}
h2 { font-weight:200; font-size: 37px;}
h3 { font-weight:700; font-size: 18px; text-transform: bold; color:#392e78;}
h4 { font-weight:700; font-size: 20px; text-transform: bold; color:#392e78;}
h5 { font-weight:900; font-size: 14px;}
h6 { font-weight:700; font-size: 10px; text-transform: uppercase; color:#fff;} 
h7 { font-weight:700; font-size: 20px; text-transform: uppercase; color:#392e78;}
h8 { font-weight:700; font-size: 16px; text-transform: bold; color:#fff;}

.collapse { margin:0!important;}

p, ul { 
	margin-bottom: 10px; 
	font-weight: normal; 
	font-size:14px; 
	line-height:1.6;
}
p.lead { font-size:17px; }
p.last { margin-bottom:0px;}

ul li {
	margin-left:5px;
	list-style-position: inside;
}


/* --------------------------------------------------- 
		RESPONSIVOS
------------------------------------------------------ */
figure {
  float: left;
  margin: 0 10px 10px 0;
}

.container {
	display:block!important;
	max-width:600px!important;
	margin:0 !important; 
	clear:both!important;
}


.content {
	padding:15px;
	max-width:100%;
	margin:0 -0.3em;
	display:block; 
	align: left;
	
	}
	

.contentline {
	padding:1px;
	max-width:600px;
	margin:0;
	display:block; 
	align: left;
}



.content table { width: 100%; }

.contentline table { width: 100%; }



.column {
	width:100%;
	float: right;
}
.column tr td { padding: 15px; }
.column-wrap { 
	padding:0!important; 
	margin:0 auto; 
	max-width:600px!important;
}
.column table { width:100%;}
.social .column {
	width: 100%;
	min-width: 279px;
	float:left;
}


.clear { display: block; clear: both; }


@media only screen and (max-width: 600px) {
	
	a[class="btn"] { display:block!important; margin-bottom:10px!important; background-image:none!important; margin-right:0!important;}

	div[class="column"] { width: auto!important; float:none!important;}
	

}
