@import url("animate.css")

.p-destaque{
	color: #ff6c36;
	top:20px;
	font-weight: bold;
}
#beneficios{
	margin-top: 100px;
	margin-bottom: 100px;
	color: #ff6c36;
}
#beneficios p{
	color: #ff6c36; font-size:17px; font-weight: 200;
	padding: 5px;
}

#status_sucesso{
	background-color: #ff6c36;
	margin-bottom: 50px;
	display: none;
}
#status_erro{
	background-color: #b2a89d;
	margin-bottom: 50px;
	display: none;
}


#status_sucesso p, #status_erro p{
	padding: 20px;
}
.btn_enviar{
	border: 0px;
	background-color: #ff6c36;
	color: #fff;
	width: 150px;
	height: 55px;
	font-size: 14px;
}

.btn-enviar:active, .btn-enviar:focus{
	background-color: #ff6c36;
}

.btn_enviar_proposta{
	margin-top: 40px;
	margin-bottom: 40px;
	border: none;
	border-radius: 2px;
	background-color: #ff6c36;
	color: #fff;
	width: 200px;
	height: 60px;
	font-size: 14px;
}


.btn_enviar_proposta:active, .btn_enviar_proposta:focus{
	background-color: #ff6c36;
}

.p-beneficio{
	display: none;
}
#beneficios li{
list-style-type:none;

}

#beneficios p:before {
    content: "-"; /* Insert content that looks like bullets */
    padding-right: 8px;
    color: #ff6c36; /* Or a color you prefer */
}

#campo-texto{
	height: 200px;
}

#beneficios h6{
	padding-left: 25px;
}

.send{
	margin-bottom:50px;
}
#fale-conosco{
	margin-top: 50px;
	margin-bottom: 100px;
}
#fale-conosco p {
	margin-top: 30px;
	color: #ff6c36;
	margin-bottom: 10px;
}
#fale-conosco h5 {
	margin-top: 30px;
	color: #ff6c36;
	font-weight: 700;
}


	#faixa{
		background-color: #ff6c36;
	}

	#faixa *{
		color: #fff;
		text-align: center;
	}
	#faixa .categoria{
		margin-top: 50px;
		margin-bottom: 20px;
		font-size: 14px
	}
	#faixa h5{
		color: #fff;		
		text-align: center;
		font-size: 20px;
		font-weight: 200;
		text-transform: uppercase;
		margin-bottom: 50px;
		
	}

	#faixa i{
		font-size: 5rem;
	}
	#faixa > hr{
		width: 60%;
		margin: 0px auto;
		color: #fff;
	}
	#faixa > p{
	   text-align: center;
	   margin-top: 5px;
	   margin-bottom: 100px;
	   color: #fff;
	}
.fist{
	color: #ff6c36;
	font-weight: bold;
	margin-top: 80px;
	font-size: 21px;
}

#destaque hr{
	margin-top: 70px;
	width: 150px;
}
.dropdown-content{
	box-shadow: 0px !important;
}