html, *, *:before, *:after {
	-moz-box-sizing: border-box;
	-moz-osx-font-smoothing: antialiased;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	-webkit-box-sizing: border-box;
	padding: 0;
}

html, *{
	font-family: 'Roboto Slab', serif!important;
	color: #6d6d6d;
	line-height: 1.1!important;
}

body{
	max-width: 100vw;
	width: 100vw;
	overflow-x: hidden;
}

h1{
	font-size: 60px!important;
	color: #6d6d6d;
	text-align: center;

}

h2{
	font-size: 30px!important;
	color: #6d6d6d;
	text-align: center;
}

h3{
	font-size: 30px!important;
	font-weight: 600;
}

p{
	font-size: 16px;
	line-height: 1.5!important;
	padding: 10px 0 10px 0;
}

hr{
	border: 1.5px solid #bbb!important;
	max-width: 50%;
	margin: 30px auto!important;
}

button{
	background: #61a1ff;
	color: white;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 600;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	display: block;
	margin: 0 auto;
}

button:hover{
	background: ;
}
.white{
	color: white!important;
}

.blue{
	color: #61b3ff;
}

.center-text{
	text-align: center;
	padding: 55px 200px;
	
}

.text{
	text-align: center;
	padding: 0px 200px 0px 200px;
	
}

.content{
	min-height: calc(100vh - 160px);
	min-width: 100vw;
	height: auto!important;
	background: #dadfe9;
	position: relative;
	padding: 60px 0;
}



#main-header{
	position: fixed;
	z-index: 12;
	width: 100vw;
	height: 180px;
	display: flex;
	justify-content: space-between;
	padding: 65px;

	background-image: url('../images/bg-menu.png')!important;
	background-size: 100% 100%;

}

#logo{
	position: relative;
	top: -20px;
}

#menu ul{
	padding: 0;
}

#menu ul li{
	display: inline-block;
	list-style: none;
}

#menu ul li a{
	height: 50px;
	display: flex;
	align-items: center;
	padding: 18px;
	font-size: 18px;
	color: white;
	transition: 500ms ease;
}

#menu ul li a:hover{
	text-decoration: none;
	background: #61a1ff;
}

#menu ul li .active{
	text-decoration: none;
	background: #61a1ff;
}


.arrow{
	left: calc(50vw - 213.5px);
	z-index: 10;
	bottom: -60px;
	position: absolute;
}

.content-center{
	max-width: 1000px;
	margin: 0 auto;
}

.slide-home{
	min-height: calc(100vh - 160px);
}

.main-slide{
	padding: 28vh 0 0 0;
	display: flex;
	align-items: center;
	flex-direction: column;
	min-height: calc(100vh - 160px);
}

.slide-content{
	align-items: center;
}

.slide-content img{
	margin: 0 auto;
	display: block;
	width: 100%;
}


.title-page{
	padding: 100px 0 40px 0;
	position: relative;
	z-index: 9;
}

.section-1{
	background-image: url('../images/background1.jpg');
	background-size: 100% 100%;
}

.section-2{

}

.section-3{
	background-image: url('../images/background3.jpg')!important;
	background-size: 100% 100%;
}



.banner-triplo{
	display: flex;
	text-align: center;
	justify-content: space-between;
	margin: 0 0 0 0;
	z-index: 11;
	position: relative;
}

.banner-triplo-item{
	max-width: 33%;
}

.banner-triplo-item .banner-triplo-imagem img{
	max-height: 250px;
	max-width: 101%;
	height: auto;
	width: 100%;
}

.banner-triplo-item .banner-triplo-texto{
	max-width: 100%;
	background: #fff;
	padding: 40px 30px;
}

.banner-triplo-item .banner-triplo-texto h3{
	font-size: 30px;
	font-weight: 600;
	margin: 0 0 40px 0;
}



.wrap-banner{
	background-image: url('../images/background2.jpg');
	background-size: cover;
	height: 589px;
	position: absolute;
	width: 100%;
	z-index: 9;
	top: 0px;
}

.servicos{
	display: flex;
	align-items: center;

	padding: 0 70px;

}

.servico{
	min-height: 200px!important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 30px;
	margin: 30px 0;
}

.servico-left{
	text-align: right;
	align-items: flex-end;
	border-right: 4px solid #61b3ff
}

.servico-right{
	border-left: 4px solid #61b3ff
}

.servicos-column{
	display: flex;
	flex-direction: column;
}

.servico-carro{
	min-width: 350px;
	height: auto;
}

.servicos h3{
	font-size: 30px;
	font-weight: 600;
	color: #61a1ff;
}

.servicos p{
	margin: 0;
	padding: 12px 0 30px 0;
}

.servicos a{
	width: 105px;
}

.slider img{
	width: 100%
}


.section-5{
	background-image: url('../images/background5.jpg');
	background-size: cover;
	background-position: bottom;
}

.section-6{
	background-color: #dee2ec;
}


.veiculos{
	display: flex;
}

.veiculos-carro{

}

.veiculos-carro img{
	position: absolute;
	width: 90%;
	left: -40%;
	bottom: -10px;
	max-height: 680px;
	height: auto;
}

.veiculo{

	width: 50%;
}

.veiculos-galeria{
	max-width: 500px;
	display: flex;
	flex-flow: wrap;
	margin: -4px;

}

.veiculo-image{
	padding: 3px;
}

.contatos{
	display: flex;
	align-items: stretch;
}

.contato{
	width: 50%;
}

.contato-form-wrap{
	display: flex;
	justify-content: flex-end;
	position: relative;
	padding: 25px 45px 50px 0;
	background: #fff;
}

.contato-form{
	display: flex;
	width: 500px;
	justify-content: flex-end;
	flex-wrap: wrap;
	justify-content: space-between;

}
.contato-form .my-input{
	display: flex;
	flex-direction: column;
}

.contato-form .input-100{
	width: 100%;
}

.contato-form .input-50{
	width: 49%;

}

.contato-form .my-input input{
	height: 45px;
	border: 2px solid #a0a0a0;
	border-radius: 4px;
	margin: 5px 0 15px 0;
	width: 100%;
	padding: 10px;
	font-size: 16px;
}


.contato-form .input-100 textarea{
	border: 2px solid #a0a0a0;
	border-radius: 4px;
	margin: 5px 0 15px 0;
	padding: 10px;
	font-size: 16px;
}

.contato-form button{
	position: absolute;
	height: 45px!important;
	width: 120px;
	border-radius: 23px;
	right: 45px;
	bottom: -23px;
}

.contato-imagem{
	width: 50%;
	background-image: url('../images/contato.jpg');
	background-size: cover;
	background-position: bottom;
}


.footer-main{
	background: url('../images/background-footer.jpg');
	background-size: cover;
	padding: 90px 0 0 0;
}

.footer{

}

.footer-content{
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;

}

.footer-endereco{
	width: 100%;
	text-align: center;
}

.footer-redes-sociais{
	display: flex;
	align-items: center;
}

.footer-rede-social{
	padding: 0 0 0px 35px ;
}

.footer-endereco p{
	color: #d1d1d1;
	padding: 30px 0;
}


.muda-menu{
	display: none;
	position: absolute;
	right: 15px;
	top: 30px;
	z-index: 12;
}

.muda-menu img{

}
@media screen and (min-width: 1920px) {

	.veiculos-carro img{
		position: absolute;
		left: -15%;
		bottom: -10px;
		height: 100%;
		width: 63%;
	}
}

@media screen and (max-width: 767px) {
	.banner-triplo{
		flex-flow: column;
		height: auto!important;
		max-height: inherit!important;
	}

	.banner-triplo-item{
		max-width: 100%;
		margin: 30px 0;
	}

	.banner-triplo-imagem img{
		max-height: inherit!important;
		max-width: inherit!important;
	}

	.center-text{
		padding-left: 20px;
		padding-right: 20px;
	}

	.servicos{
		flex-flow: column;
	}

	.servico{
		align-content: flex-start!important;
		text-align: center;
		border: 0;
		padding: 0 0 57px 0;
		border-bottom: 3px solid #61a1ff;
	}

	.servico a{
		margin: 0 auto;
	}

	.servico-left h3{
		width: 100%;
		text-align: center!important;
	}

	.veiculos{
		flex-flow: column;
	}

	.servico-carro{
		display: none;
	}

	.veiculos-carro{
		display: none;
	}

	.veiculos-galeria{
		width: 100%;
		margin: 0 auto;
		max-width: inherit;
	}

	.veiculo-image:nth-child(1){
		width: 50%;
		display: block;
	}

	.veiculo-image:nth-child(2){
		width: 50%;
		display: block;
	}

	.veiculo-image:nth-child(3){
		width: 100%;
		display: block;
	}

	.veiculo-image img{
		width: 100%;
		display: block;
	}

	body > section.content.section-6 > div.content-center > div{
		padding-top: 0;
	}

	.contatos{
		flex-flow: column;
	}

	.contato{
		width: 100%;
	}
	
	.contato-form-wrap{
		padding: 40px 20px;
	}


	.contato-imagem{
		height: 30vh;
		width: 100%;
	}

	.footer-content{
		flex-flow: column;
		align-items: center;
	}

	.footer{
		padding: 0 0 31px 0;
	}


}


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



	.content-center{
		padding-left: 20px;
		padding-right: 20px; 
	}

	#logo{
		max-width: 80%;
	}

	.muda-menu{
		display: block!important;
		height: 70px;
		width: 70px;
		background: rgba(0,0,0,0);

	}

	.muda-menu:focus {
		outline: 0;
	}

	#menu{


	}

	#menu ul{
		transition: 1s;
		z-index: 11!important;
		position: absolute;
		background: rgba(100,100,100,0.6);
		width: 90%;
		right: -90%;
		height: 100vh;
		flex-flow: column;
		padding: 70px 0;
		top: 0px;
	}

	#menu ul li{
		display: block;
	}

	#menu ul li a{
		display: flex;
		height: 10vh;
	}


}

.visible ul{
	right: 0%!important;x
}

.section-7{
	background-color: #4267b2;
	min-height: inherit!important;
}






































