* {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
	font-family: 'Open Sans', sans-serif;
}
iframe {
	width: 100%;
	box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
	height: 350px;
	border: none;
	margin-top: 20px;
}


/*HEADER*/


.nivoSlider {
	padding-top: 80px;
}

header .btn-comprar:hover{
	background: #FFF;
	border: solid 1px #F23530;
	color: #333;
	text-decoration: none;
}
header .btn-comprar{
	transition: 0.3s;
	font-family: 'Poppins', sans-serif;
	display: block;
	background: #F23530;
	border: solid 1px #F23530;
	text-align: center;
	padding: 10px 0px;
	color: #FFF;
	border-radius: 50px;
	text-decoration: none;
	margin: 14px 0px;
}
header img{
	margin: 10px 0px;
}
header {
	width: 100%;
	height: auto;
	background: #FFF;
	position: fixed;
	border-bottom: solid 1px #CCC;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.1);
	z-index: 99;
}

/*NAV*/

nav ul {
	list-style: none;
}
nav ul li{
	float: right;
	padding-top: 16px;
}
nav ul li a:hover{
	border-bottom: solid 2px #F23530;
	text-decoration: none;
	color: #F23530;
}
nav ul li a:focus{
	border-bottom: solid 2px #F23530;
	text-decoration: none;
	color: #F23530;
}
nav ul li a{
	text-decoration: none;
	transition:0.4s;
	color: #333;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	border-bottom: solid 3px #FFF;
	padding: 21px 13px;
}

/*CONTEUDO*/

.sects .linha {
	width: 10%;
	margin: 40px auto 80px auto;
	background: #333;
	height: 2px;
}
.sects h2{
	color: #333;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-size: 35px;
	font-weight: 400;
}
.sects h3{
	color: #fff;
	text-align: left;
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	font-weight: 400;
	margin-top: center;

}
.sects p{
	color: #444;
	text-align: left;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 30px;
}
.sec-01 h1{
	color: #FFF;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 35px;
	font-weight: 300;
	padding-top: 70px; 
}
.sec-01 h2{
	color: #FFF;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 600;
	padding-top: 20px;
}
.sec-01 {
	width: 100%;
	height: 400px;
	padding: 100px 0px 50px 0px;
	background-image: url(../images/bg-section-01.jpg);
	background-position: center;
	background-size: cover;
}
.sec-02 h3{
	color: #000;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	font-size: 100px;
	font-weight: 600;
}

.sec-02 {
	width: 100%;
	height: auto;
	padding: 80px 0px 0px 0px;
	background-position: center;
	background-size: cover;
	font-size: 16px;
	color: #000;
	font-family: 'Poppins', sans-serif;
	text-align: center;	
}
.sec-03 {
	text-align: center;
	width: 100%;
	height: auto;
	padding: 80px 0px;
	background: #FFF;
}
.sec-03 i{
	color: #F23530;
	margin-bottom: 10px;
}
.sec-03 span{
	color: #333;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	display: block;
}
.sec-03 .list-beneficios:hover {
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}
.sec-03 .list-beneficios {
	transition: 0.3s;
	padding: 40px 20px;
}
.sec-03 p{
	text-align: center;
	color: #666;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 400;
}

.sec-04 h2{
	color: #FFF;
}
.sec-04 .linha{
	background: #FFF;
}
.sec-04 ul {
	list-style: none;
}
.sec-04 ul li:hover{
	background: #FFF;
	color: #000;
}
.sec-04 ul li{
	transition: 0.4s;
	font-size: 18px;
	font-weight: 300;
	margin: 10px 0px;
	border-radius: 50px;
	background: rgba(0, 0, 0, 0.7);
	font-family: 'Poppins', sans-serif;
	padding: 10px 0px;
	color: #FFF;
	text-align: center;
}
.sec-04 {
	width: 100%;
	height: auto;
	padding: 80px 0px;
	background: url(../images/bg-section-04.jpg) fixed;
	background-size: cover;
}
.sec-05 p{
	font-size: 16px;
	color: #FFF;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}
.sec-05 h2{
	color: #FFF;
}
.sec-05 .linha{
	background: #FFF;
}
.sec-05 {
	width: 100%;
	height: auto;
	padding: 80px 0px;
	background: #F23530;
}
.sec-06 {
	width: 100%;
	height: auto;
	padding: 80px 0px;
}
.fundo-form .sub-form{
	font-size: 12px;
	color: #555;
	font-family: 'Poppins', sans-serif;
	margin-top: 20px;
	display: block;
}
.fundo-form .titulo{
	font-weight: 600;
	display: block;
	text-align: center;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	color: #333;
}
.fundo-form button:hover{
	background: #FFF;
	border: solid 1px #F23530;
	color: #F23530;
}
.fundo-form button{
	color: #FFF;
	transition: 0.4s;
	text-align: center;
	width: 100%;
	border-radius: 0px;
	padding: 10px 0px;
	background: #F23530;
	border: solid 1px #F23530;
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
}
.fundo-form input{
	border-radius: 0px;
	padding: 25px 10px;
	color: #333;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
.fundo-form textarea{
	border-radius: 0px;
	color: #333;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
.fundo-form select{
	border-radius: 0px;
	height: 52px;
	color: #333;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
}
.fundo-form {
	background: #FFF;
	padding: 20px 30px;
	box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1);
}
footer .fa-whatsapp{
	color: #215E21;
}
footer .icones{
	text-align: right;
}
footer i{
	margin: 0px 7px;
}
footer .icons:hover{
	opacity: 0.7;
}
footer .icons{
	transition: 0.4s;
	opacity: 1;
}
footer p{
	color: #333;
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	margin: 5px 0px 0px 0px;
}
footer {
	width: 100%;
	height: auto;
	padding: 15px 0px;
	background: #FFF;
	border-top: solid 1px #CCC;
	box-shadow: -2px -2px 2px 2px rgba(0, 0, 0, 0.1);
}

.btn-compra:hover{
	background: none;
	border: solid 1px #F23530;
	color: #333;
	text-decoration: none;
}
.btn-compra{
	transition: 0.3s;
	font-family: 'Poppins', sans-serif;
	background: #F23530;
	border: solid 1px #F23530;
	text-align: center;
	display: inline-block;
	padding: 10px 50px;
	color: #FFF;
	border-radius: 50px;
	text-decoration: none;
	margin: 14px 0px;
	float: right;
}

/* Mobile */

@media only screen and (min-width:767px) and (max-width: 959px){

	header{
		text-align: center;
	}

}

@media only screen and (max-width: 765px){

	header{
		text-align: center;
	}

	img {
		max-width: 100%;
	}

	nav {
		display: none;
	}

	.sec-01 {
		padding: 120px 0px 50px 0px;
	}

	.sects h3 {
		margin-top: 20px;
	}

	.sects .linha {
		margin: 30px auto;
	}

	footer {
		text-align: center;
	}

	footer .icones {
		text-align: center;
		padding-top: 20px;
	}

	.nivoSlider {
		display: none;
	}
	.sec-02 {
		padding: 165px 0px 0px 0px;
	}

}