/*=== Reset Styles ===*/
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, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-family:inherit;
	vertical-align:baseline;
}
footer,
section,
aside {
	clear: both;
	float: left;
    width: 100%;
}
a,
a:hover {
	text-decoration: none!important;
}
form input:focus,
form textarea:focus,
form select:focus {
	box-shadow: none!important;
}
.hide{
    display: none;
}
/*=== fim Reset Styles ===*/

ul li {
	list-style: none;
}
body {
	-webkit-font-smoothing: antialiased; /*Renderiza font no Mac deixa Regular*/
	-moz-osx-font-smoothing: grayscale;  /*Renderiza font no Mac deixa Regular*/
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
/* WebKit, Blink, Edge */
/*::-webkit-input-placeholder { 
    color:    #20663a;
}*/
/* Mozilla Firefox 4 to 18 */
/*:-moz-placeholder { 
   color:    #20663a;
   opacity:  1;
}*/
/* Mozilla Firefox 19+ */
/*::-moz-placeholder { 
   color:    #20663a;
   opacity:  1;
}*/
/* Internet Explorer 10-11 */
/*:-ms-input-placeholder { 
   color:    #20663a;
}*/
