@charset "UTF-8";
/*CSS Reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;

	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;

	-webkit-font-smoothing: subpixel-antialiased !important;
}
input, textarea, select {
	margin: 0;
 	border: none;
	-webkit-box-sizing: border-box; 
       -moz-box-sizing: border-box; 
            box-sizing: border-box;	
}
input:focus, textarea:focus, select:focus {
 	outline: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {
	background: none;
	border: none;
	outline: none;
	padding: 0;
	cursor: pointer;
}
select {
 	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;    
	-moz-border-radius: 0;   
	border-radius: 0;
	text-indent: 0.01px;
	text-overflow: "";
}
select::-ms-expand {
    display: none;
}
@-moz-document url-prefix() {/*firefox seta original*/
    select {
        background-image: none !important;
    }
}
.clearfix:after {
 	visibility: hidden;
 	display: block;
 	font-size: 0;
 	content: " ";
 	clear: both;
 	height: 0;
 }
*:first-child + html .clearfix { 
	zoom: 1; 
}
.opacity {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE8 */
	filter: alpha(opacity=0); /* IE5,IE6,IE7 */
	opacity: 0; /* normal */
}
.transition {
	-webkit-transition: all 0.3s linear;
 	   -moz-transition: all 0.3s linear;
 	     -o-transition: all 0.3s linear;
 	        transition: all 0.3s linear;
}
/*HOME*/
.relative {
	position: relative;
}
.uppercase {
	text-transform: uppercase;
}
body {
	overflow-x: hidden !important;
    font-family: 'roboto', sans-serif;
    background-color: #fff;
    font-size: 10px; /*no restante usa (em), se precisar diminuir a fonte depois só muda aqui*/
    color: #000;
}
.corpo {
	position: relative;
    width: 940px;
    max-width: 97%;
    margin: 0 auto; 
}
.section-politica{
    padding: 60px 0;
}

.section-politica h2 {
    width: 800px;
    max-width: 100%;
    font-size: 40px;
    line-height: 46px;
    font-weight: 800;
    color: #424242;
    margin-bottom: 60px;
}
.section-politica h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 800;
    color: #424242;
    padding-top: 20px;
    margin-bottom: 40px;
}
.section-politica p, .section-politica h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #424242;
    margin-bottom: 25px;
	text-align: justify;
}
.section-politica p a {
    text-decoration: none;
    color: #4d5c49;
}
.section-politica p a:hover {
    text-decoration: underline;
}
.section-politica h4 {
    font-weight: 800;
}
.section-politica li {
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap; 
}
.section-politica li img {
    display: block;
    width: auto;
    /* max-width: 65px; */
}
.section-politica li div {
    /* width: calc(100% - 90px); */
}
.section-politica li h4, .section-politica li p {
	margin-bottom: 5px;
}
.section-politica p strong {
    font-weight: 700;
}