
*{
	padding: 0;
	margin: 0;
	border: 0;
}
.sectionone{
	width: 100%;
	height: 100vh;
	float: left;
	background-image: url(../img/fundo.jpg);
}

.barra{
	width: 100%;
	height: 15px;
	position: relative;
	top: 0;
	background-color: #d40012;
}

.sectionone img{
	left: 50%;
	margin-left: -51px;
	position: absolute;
	margin-top: 20px;
}

h1{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	text-align: center;
	color: white;
	font-weight: lighter;
	padding-left: 20%;
	padding-right: 20%; 
	
	margin-top: 250px;
}

.sectiontwo{
	width: 100%;
	height: auto;
	float: left;
	background-color: #d40012;
}

.centra{
	width: 70%;
	height: auto;
	margin-left: 15%;
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	color: white;
	font-weight: 300 !important;
	margin-top: 50px;
}

.colone{
	width: 50%;
	height: auto;
	float: left;
	padding-right: 5%;
	box-sizing: border-box;
	padding-bottom: 70px;
}

.coltwo{
	width: 50%;
	height: auto;
	float: left;
	padding-left: 5%;
	box-sizing: border-box;
	padding-top: 65px;
}

h2{
	font-size: 25px;
	color: white;
	font-family: 'Poppins', sans-serif;
}

.footer{
	width: 100%;
	height: 180px;
	background-color: white;
	float: left;
	position: relative;
}

.barra_footer{
	width: 100%;
	height: 15px;
	position: absolute;
	bottom: 0;
	background-color: #d40012;
}

.centra_footer{
	width: 70%;
	height: auto;
	margin-left: 15%;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: black;
	font-weight: 300 !important;
	margin-top: 50px;
}

.social{
	width: auto;
	height: auto;
	float: left;
}

.footer_txt{
	width: auto;
	height: auto;
	float: right;
}

h3{
	font-size: 15px;
	margin-bottom: -20px;
	margin-top: 10px;
}