@charset "utf-8";
/* CSS Document */

body{
	min-height: 100%;
	font-family: 'Montserrat', sans-serif;
	background-image: url("https://info.roge.com.br/hubfs/bg.png") !important;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	overflow-x: hidden;
	padding: 20px 0;
}

h1{
	text-align: center;
	font-size: 40px;
	text-transform: uppercase;
	color: #003593;
	font-weight: 800;
	margin-top: 50px;
}

#tudo{
	position: relative;
	min-height: 100%;
	width: 100%;
}

.conteudo{
	width: 990px;
	margin: 0 auto;
}

.logo{
	margin: 30px auto;
}

.box{
	float: left;
	width: 180px;
	margin-left: 18px;
}

.box img{
	margin: 0 auto;
	display: block;
}

.box p{
	text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 22px;
    color: #7c7c7c;
	margin-top: 10px;
}

.btn{
	width: 180px;
    display: block;
    height: 55px;
    background-color: #bf9189;
    border-radius: 10px;
    margin: 0 auto;
}

.btn a{
	text-align: center;
    display: block;
    padding-top: 9px;
    color: #FFF;
    text-decoration: none;
	font-weight: 600;
	font-size: 16px;
}

.verde{
	background-color: #009245;
}

.btn-comprar{
	margin: 35px auto;
	display: block;
}

#footer{
	background-color: #ffc1b6;
	font-size: 14px;
    font-weight: 600;
    padding: 5px;
    text-align: center;
	width: 100%;
}

.clear{
	clear: both;
}