/* STYLE
   ========================================================================== */
   
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;
	background: transparent; }

body {
	font-size: 100%;
	font-weight: normal;
	line-height: 1.250em;
	margin: 0 auto;
	background: #f1f2f7;
	overflow-x: hidden; }

html {
  	-webkit-font-smoothing: antialiased;
  	-webkit-text-size-adjust: 100%;
  	    -ms-text-size-adjust: 100%;
  	        text-size-adjust: 100%; }

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box; }

*:before,
*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box; }

/* SELECT
   ========================================================================== */

::-moz-selection {
	color: #000;
	background: #fc6a65; }

::selection {
	color: #000;
	background: #fc6a65; }

/* LINKS
   ========================================================================== */

a {
	text-decoration: none;
	color: transparent; }
	
a:hover {
	text-decoration: none; }

a:active,
a:hover,
:focus {
	outline: 0; }

/* IMG
   ========================================================================== */

img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
	border: 0; }

/* OBJECT EMBED
   ========================================================================== */

object, embed {
	max-width: 100%; }

ol, ul, li {
	list-style: none; }

/* BLOCKQUOTE TABLE
   ========================================================================== */

blockquote, q {
	quotes: none; }
	
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none; }
	
table {
	border-collapse: collapse;
	border-spacing: 0; }


/* FORMS
   ========================================================================== */

button,
input,
optgroup,
select,
textarea {
  	color: inherit;
  	font: inherit;
  	margin: 0; }

button {
  	overflow: visible; }

button,
select {
  	text-transform: none; }	
	
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  	-webkit-appearance: button;
  	cursor: pointer; }	
	
button[disabled],
html input[disabled] {
  	cursor: default; }	
	
button::-moz-focus-inner,
input::-moz-focus-inner {
  	border: 0;
  	padding: 0; }	
	
input {
  	line-height: normal; }	
	
input[type="checkbox"],
input[type="radio"] {
  	box-sizing: border-box; 
  	padding: 0; }	
	
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  	height: auto; }

input[type="search"] {
  	-webkit-appearance: textfield;
  	box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  	-webkit-appearance: none; }
	
legend {
  	border: 0;
  	padding: 0; }


/* TYPE
   ========================================================================== */

@media (min-width: 45.000em) { /* A PARTIR DE  720px */ body {font-size: 106%;} }
@media (min-width: 62.500em) { /* A PARTIR DE 1000px */ body {font-size: 110%;} }
@media (min-width: 80.000em) { /* A PARTIR DE 1280px */ body {font-size: 114%;} }
@media (min-width: 120.000em){ /* A PARTIR DE 1920px */ body {font-size: 118%;} }
@media (min-width: 160.000em){ /* A PARTIR DE 2560px */ body {font-size: 124%;} }

