body {
	overflow-x: hidden;
}

img {
	max-width: 100%;
}

p, h1, h2, h3 {
	margin: 0;
}

._debug {
	border: 1px solid red;
}

@media(min-width: 1404px){
	.container {
		width: 1404px;
	}
}

.col1 {
	margin-bottom: 30px;
}

@media(min-width: 1404px) {
	.col1 {
		padding: 0 30px;
	}
}

.btn1 {
	font: 32px 'Comfortaa';
	color: #fff;
	background-color: #f37121;
	text-decoration: none;
	display: inline-block;
	padding: 15px 30px;
	border: none;
	border-radius: 50px;
	transition: background-color 0.5s;
}

.btn1:hover {
	background-color: #7bc942;
}

@media(max-width: 991px) {
	.btn1 {
		font-size: 25px;
	}
}

/*----------------------------------------------------------------------- SECTION 1 -----------------------------------------------------------------------*/

.section1 {
	background: #fff;
}

@media(min-width: 1404px) {
	.section1 .container {
		position: relative;
	}
	.section1 .container::before {
		content: '';
		width: 253px;
		position: absolute;
		left: -241px;
		top: 0;
		bottom: 0;
		background: url('../img/img2.jpg') no-repeat center center;
	}
}

/*----------------------------------------------------------------------- SECTION 2 -----------------------------------------------------------------------*/

.section2 {
	background: #fff;
}

.section2 p {
	font: 23px 'Comfortaa';
	text-align: center;
	margin-top: 40px;
	line-height: 33px;
}
@media(min-width: 1404px) {
	.section2 p {
		padding: 0 150px;
	}
}

/*----------------------------------------------------------------------- SECTION 3 -----------------------------------------------------------------------*/

.section3 {
	position: relative;
	margin-top: 78px;
	background: #fff;
}

.section3::before {
	content: '';
	width: 380px;
	height: 6px;
	background-color: #f37121;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -190px;
	border-radius: 3px;
}

.section3 .container {
	padding-top: 55px;
}

.section3 h2 {
	font: 700 40px 'Comfortaa';
	text-align: center;
	color: #58595b;
	line-height: 49px;
}

@media(min-width: 1404px) {
	.section3 h2 {
		padding: 0 100px;
	}
}

.section3 .linha1 {
	margin-top: 50px;
}
@media(min-width: 1404px) {
	.section3 .linha1 {
		margin-left: 100px;
		margin-right: 100px;
	}
}

.section3 h3 {
	font: 700 27px 'Comfortaa';
	color: #f37121;
	margin-top: 25px;
}

.section3 h4 {
	font: 700 19px 'Comfortaa';
	margin-top: 14px;
}

@media(min-width: 1404px) {
	.section3 .linha2 {
		margin-left: 200px;
		margin-right: 200px;
	}
}

@media(min-width: 1404px) {
	.section3 .col {
		margin-bottom: 58px;
	}
}

@media(min-width: 1404px) {
	.section3 .linha3 {
		margin-top: 66px;
	}
}

/*----------------------------------------------------------------------- SECTION 4 -----------------------------------------------------------------------*/

.section4 {
	margin-top: 60px;
}

.section4 .linha1 {
	margin-top: 60px;
}

/*----------------------------------------------------------------------- SECTION 5 -----------------------------------------------------------------------*/

.section5 {
	margin-top: 55px;
}

@media(min-width: 1404px){
	.section5 .container {
		padding: 0 100px;
	}
}

.section5 h2 {
	font: 700 55px 'Comfortaa';
	color: #f37121;
}

.section5 h3 {
	margin-top: 22px;
	font: 700 32px 'Comfortaa';
	color: #58595b;
}

.section5 .carousel {
	margin-top: 50px;
}
@media(max-width: 991px){
	.section5 .carousel {
		padding: 0 60px;	
	}
}

.section5 .carousel .control-prev {
	background: url('../img/seta-esquerda.png') no-repeat center center;
	display: inline-block;
	width: 51px;
	height: 51px;
	border: none;
	border-radius: 51px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -50px;
}

.section5 .carousel .control-next {
	background: url('../img/seta-direita.png') no-repeat center center;
	display: inline-block;
	width: 51px;
	height: 51px;
	border: none;
	border-radius: 51px;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -50px;
}

.section5 .carousel .carousel-indicators {
	bottom: -75px;
}

.section5 .carousel .carousel-indicators button {
	border: 1px solid transparent;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	background-color: #abafb4;
	margin: 0 7px;
}

.section5 .carousel .carousel-indicators button.active {
	background-color: #f37121;
}

.section5 .linha1 {
	margin-top: 154px;
}

/*----------------------------------------------------------------------- SECTION 6 -----------------------------------------------------------------------*/

.section6 {
	margin-top: 72px;
}

.section6 .container {
	background-color: #dde5e9;
	padding-top: 50px;
}
@media(min-width: 1404px){
	.section6 .container {
		padding-left: 100px;
		padding-right: 100px;
	}
}

.section6 h2 {
	color: #f37121;
	font: 700 55px 'Comfortaa';
}

.section6 .row {
	margin-top: 95px;
}

.section6 .row > div {
	margin-bottom: 90px;
}

.section6 .linha1 {
	margin-top: 70px;
	padding: 0 15px;
}
@media(max-width: 991px) {
	.section6 .linha1 {
		margin-top: 60px;
	}
}

/*----------------------------------------------------------------------- SECTION 7 -----------------------------------------------------------------------*/

.section7 {
	margin-top: 105px;
	/*display: none;*/
}
@media(max-width: 991px) {
	.section7 {
		margin-top: 60px;
		text-align: center;
	}
}

@media(min-width: 1404px) {
	.section7 .container {
		padding-left: 100px;
		position: relative;
	}
	.section7 .container:after {
		content: '';
		width: 1428px;
		height: 1383px;
		position: absolute;
		bottom: -180px;
		left: 50%;
		margin-left: 95px;
		background: url('../img/ilustracao1.png') no-repeat center center;
	}
}

.section7 h2 {
	color: #f37121;
	font: 700 55px 'Comfortaa';
	line-height: 69px;
}

.section7 h3 {
	font: 700 30px 'Comfortaa';
	margin-top: 47px;
}

.section7 p {
	font: 23px 'Comfortaa';
	margin-top: 7px;
	line-height: 35px;
}

.section7 .linha1 {
	margin-top: 50px;
}

/*----------------------------------------------------------------------- SECTION 8 -----------------------------------------------------------------------*/

.section8 {
	margin-top: 215px;
	/*display: none;*/
}
@media(max-width: 991px) {
	.section8 {
		text-align: center;
		margin-top: 60px;
	}
}


@media(min-width: 1404px) {

	.section8 .container {
		padding-left: 650px;
		position: relative;
	}

	.section8 .container:before {
		content: '';
		width: 1196px;
		height: 1195px;
		background: url('../img/ilustracao2.png') no-repeat center center;
		position: absolute;
		top: -98px;
		left: -610px;
	}

}

.section8 h2 {
	color: #f37121;
	font: 700 55px 'Comfortaa';
	line-height: 69px;
}

.section8 p {
	font: 23px 'Comfortaa';
	margin-top: 6px;
	line-height: 33px;
}

.section8 h3 {
	margin-top: 58px;
	color: #f37121;
	font: 700 37px 'Comfortaa';
	/*line-height: 69px;*/
}

.section8 .linha1 {
	margin-top: 37px;
}

@media(max-width: 991px) {
	.section8 .linha1 > div {
		margin-bottom: 30px;
	}
}

.section8 h4 {
	color: #f37121;
	font: 700 26px 'Comfortaa';
	margin-top: 20px;
}

.section8 .linha2 {
	margin-top: 40px;
}

/*----------------------------------------------------------------------- SECTION 9 -----------------------------------------------------------------------*/

.section9 {
	margin-top: 100px;
	/*display: none;*/
}

.section9 a{
	color: #FFF;
	font-weight: bold;
}

.section9 .container {
	border-radius: 60px;
	padding: 0  45px;
	padding-top: 30px;
	background: linear-gradient(to bottom, #e87924, #e87924);
}
@media(min-width: 1404px) {
	.section9 .container {		
		width: 1080px;
	}
}

.section9 h2 {
	margin-top: 46px;
	color: #fff;
	font: 700 53px 'Comfortaa';
}

.section9 p {
	margin-top: 50px;
	color: #fff;
	font: 20px 'Comfortaa';
	line-height: 31px;
}

.section9 form {
	margin-top: 57px;
}

.section9 label {
	display: block;
	font: 22px 'Comfortaa';
	color:  #fff;
	margin-bottom: 6px;
}

.section9 .input {
	border-radius: 30px;
	padding: 17px 15px;
	display: block;
	width: 100%;
	border: none;
}

.section9 .label-input {
	margin-bottom: 45px;
}

.section9 textarea {
	border-radius: 30px;
	padding: 17px 15px;
	display: block;
	width: 100%;
	border: none;
	height: 400px;
}


.section9 button {
	font: 22px 'Comfortaa';
	color:  #fff;
	background-color: #f37121;
	background-image: url('../img/send.png');
	background-repeat: no-repeat;
	background-position: right 15px center;
	display: inline-block;
	padding: 10px 20px;
	padding-right: 55px;
	border-radius: 25px;
	border: 2px solid #f37121;
}
.section9 button:hover {
	border: 2px solid #fff;
}

.box-enviar {
	text-align: right;
}