* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
        background-color: #f8f3d4;
}

a {
	text-decoration: none;
	color: #00b8a9;
}

.contain {
	width: 100%;
	padding-bottom: 20px;
}

.bg-green {
	background-color: #00b8a9;
	color: #FFF;
}

.color-green {
	color: #00b8a9;
}

.fontzero {
	font-size: 0;
}

.block {
	display: block;
}

header{
	max-width: 100%;
	height: 650px;
	background: url(img/header.png) center no-repeat;
	background-size: cover;
}

header .title {
	text-align: center;
	color: #FFF;
	font-size: 3em;
	font-weight: 400;
	margin-top: 50px;
}

.title {
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 20px;
}

p {
	margin-bottom: 10px;
}

.bar-header {
	height: 50px;
	width: 100%;
	background-color: #f8f3d4;
	color: #FFF;
}

.selo {
	width: 300px;
	height: 300px;
	background: url(img/selo.png);
	margin: -50px auto 0 auto;
}

.content {
	width: 90%;
	max-width: 90%;
	margin: 0 auto;
	padding-top: 30px;
	text-align: center;
}

img {
	max-width: 100%;
}

.beneficios ul{
	text-align: left !important;
	width: 90%;
	margin: 0 auto;
}

.whats {
	margin-top: 20px;
	width: 80%;
	margin: 0 auto;
	font-size: 2em;
}

.whats img {
	margin-top: 10px;
}

.call {
	font-size: 1.3em;
	font-weight: bold;
}

.shipping {
	margin-top: -20px;
}

.footer {
	padding: 20px 0;
	width: 100%;
	background-color: #00b8a9;
	color: #f8f3d4;
	text-align: center;
}

@media (min-width: 1000px){

	/*desktop*/

	/*.colun1 {
	width: 30%;
	float: left;
}

.colun2 {
	width: 70%;
	float: right;
}*/

}










