/* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,900');

/* Resets */
h1, h2, h3 { margin: 0; padding: 0; }
img { border:none; }

/* box-sizing */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* -------Cross Definitions------- */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000; 
  background-color: #fff;
  position: relative;
}

/* titles */
h2 {
	font-size: 2.1rem;
	text-align: center;
	margin-bottom: 10px;
}


/* -------Structure------- */
.header {
	padding: 1rem 0;
	text-align: center;
}

.header img {
	max-width: 540px;
	width: 100%;
}

main {
	height: 100%;
	padding: 0;
	position: relative;
}

.container {
	max-width: 560px;
	margin: 0 auto;
	padding: 0 1.5rem;
	position: relative;
}

.footer {
	font-size: 1.2rem;
	text-align: center;
}



/* ------- Conteudo Home ------- */
.box {
    width: 100%;
    margin: 0 auto 15px auto;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }


/*  -------Devices-------  */

@media (min-width: 575px) {
	


}