@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
html{
	scroll-behavior: smooth;
}
::-webkit-scrollbar-thumb {
	background-color: #9a6733;
}
::-webkit-scrollbar {
	width: 8px;
}
body{
	font-family: 'Poppins', sans-serif;
	color:#000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	font-size: 16px;
}
.hero{
	position: relative;
	background-image: url(images/hero.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 35px 0 60px 0;
}
a.logo{
	display: block;
}
a.logo:hover{
	text-decoration: none;
}
img.logotopo1{
	display: block;
	width: 100%;
	max-width: 270px;
}
a.ctaPadrao{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #FFFFFF;
	background: #9a6733;
	border-radius: 5px;
	padding: 15px 25px;
	display: inline-block;
}
a.ctaPadrao1{
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #9a6733;
	margin-right: 25px;
	display: inline-block;
}
a.ctaPadrao1 img{
	margin-right: 5px;
}
a.ctaPadrao:hover{
	background-color: #000000;
	text-decoration: none;
}
.hero h1{
	font-weight: 700;
	font-size: 40px;
	line-height: 44px;
	letter-spacing: -1px;
	color: #000;
	padding-top: 65px;
	text-align: center;
}
.hero p{
	font-weight: 400;
	font-size: 19px;
	line-height: 25px;
	color: #353535;
	margin-top: 20px;
}
.areaDestaqueTopo{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin-top: 25px;
    justify-content: center;
}
.destaqueTopo{
	background: #FFFFFF;
    box-shadow: 0px 18px 40px rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    padding: 25px 25px;
    width: 45%;
    margin: 0 2%;
}
.destaqueTopo img{
	display: inline-block;
	width: 48px;
	height: auto;
	vertical-align: top;
	margin-right: 13px;
}
.destaqueTopo h3{
	font-weight: 400;
    font-size: 20px;
	line-height: 26px;
	letter-spacing: -1px;
	color: #9a6733;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
}
.destaqueTopo h3 span{
	font-weight: 700;
}
.formulario{
	padding: 25px 40px;
	background: #FFFFFF;
	box-shadow: 0px 18px 40px rgba(112, 144, 176, 0.12);
	border-radius: 12px;
	margin-top: 40px;
	width: 100%;
    z-index: 10;
}
.formulario h3{
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	color: #070D15;
}
.formContato{
	background-color: #fff;
	border-radius: 12px;
	padding: 50px;
}
.formContato h3{
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	text-align: center;
	color: #070D15;
}
.campoInput {
	position: relative;
    display: block;
}
.campoInput label,
.campoInputSel label  {
	color: #A7A7A7;
	font-size: 11px;
	text-transform: uppercase;
	position: absolute;
	z-index: 2;
	left: 20px;
    top: 26px;
	padding: 0 2px;
	pointer-events: none;
	background: #fff;
	-webkit-transition: -webkit-transform 100ms ease;
	-moz-transition: -moz-transform 100ms ease;
	-o-transition: -o-transform 100ms ease;
	-ms-transition: -ms-transform 100ms ease;
	transition: transform 100ms ease;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.campoInput input {
    outline: none;
    border: 1px solid #A7A7A7;
    padding: 20px 20px 10px 20px;
    border-radius: 10px;
    position: relative;
    height: 55px;
    width: 100%;
    margin: 8px 0px;
	font-size: 14px;
}
.campoInput input:invalid + label {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.campoInput input:focus {
	border-color: #000000;
}
.campoInput input:focus + label {
	color: #000000;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
}
.formsubmit{
	cursor: pointer;
	border: none;
	height: auto;
	width: 100%;
	margin: 8px auto 0 auto;
	color: #FFFFFF;
	padding: 15px 25px;
	display: inline-block;
	text-align: center;
	position: relative;
	background: #9a6733;
	border-radius: 10px;
}
.formsubmit:hover{
	background-color: #000000;
	text-decoration: none;
}
form label.labelRadio{
    font-weight: 400;
    font-size: 14px;
    line-height: 10px;
}
input[type=radio]{
    margin-top: 0px;
	border: 0px;
    width: 30%;
    height: 1.5em;
	vertical-align: bottom;
}
label.label2{
	letter-spacing: -0.2px;
	color: #949494;
	margin-top: 10px;
}
.campoArquivo label {
	cursor: pointer;
    padding: 12px 30px;
    text-align: center;
	margin-top: 5px;
	position: relative;
	padding: 12px 25px;
	color: #FFFFFF;
    line-height: 19px;
    font-weight: 600;
	background: #565655;
	border-radius: 10px;
	font-weight: 400;
	font-size: 12px;
}
#infoArquivoCurriculo{
	font-size: 12px;
	line-height: 15px;
	letter-spacing: -0.5px;
	color: #9B9B9B;
	margin-left: 15px;
}
.modalCurriculo input::placeholder{
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #A7A7A7;
}
.formulario h6{
	font-weight: 400;
	font-size: 9px;
	line-height: 15px;
	color: #949494;
}
.campoInput1,
.campoInput2{
	display: none;
}
.campoInput1.ativo,
.campoInput2.ativo{
	display: block;
}

.campoInputSel{
    border: 1px solid #A7A7A7;
    padding: 15px 20px 10px 20px;
    border-radius: 10px;
    position: relative;
    height: 55px;
    width: 100%;
    margin: 8px 0px;
}
.campoInputSel select{
	display: block;
	width: 100%;
	font-size: 14px;
	border: none;
	margin-top: 5px;
	outline: none;
}
.campoInputSel label {
	transform: translateY(-20px);
}
.sobre{
    padding: 100px 0 70px 0;
}
h2.conteudopadrao{
	font-weight: 600;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: -1px;
	color: #1D293F;
	margin: 10px 0;
}
p.conteudopadrao{
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #7C8087;
	margin: 20px 0;
}
img.imagem1{
	width: 100%;
	height: auto;
	max-width: 450px;
}
.servicos{
    background: linear-gradient(180deg, rgb(154 103 51) 0%, rgb(154 103 51) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
	text-align: center;
	padding: 50px 0 70px 0;
	margin: 20px 0;
}
.servicos h2{
	font-weight: 600;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: -1px;
	color: #FFFFFF;
}
.servicos p{
	font-weight: 400;
	font-size: 19px;
	line-height: 28px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 60px;
}
.boxServico{
    background: #815123;
    border-radius: 0px;
    padding: 30px 20px;
    height: 100%;
}
.boxServico1{
	border-radius: 50px 0px 0px 0px;
}
.boxServico5{
	border-radius: 0px 0px 50px 0px;
}
.boxServico img{
	width: 100%;
	height: auto;
	max-width: 96px;
	margin-bottom: 25px;
}
.boxServico1 img{
	max-width: 78px;
    margin-top: 12px;
}
.boxServico h3{
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	letter-spacing: -1px;
	color: #FFFFFF;
}
.projetos{
	text-align: center;
	padding: 50px 0 70px 0;
	margin: 20px 0;
}
.projetos h2{
	font-weight: 600;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: -1px;
	color: #1D293F;
}
.projetos p{
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #7C8087;
}
.galeria{
	margin: 40px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.boxProjeto{
	height: 280px;
	flex: 18%;
	max-width: 18%;
	margin: 1%;
	position: relative;
}
.boxProjeto1{
	flex: 38%;
	max-width: 38%;
	border-radius: 30px 0 0 0;
}
.boxProjeto2 {
	flex: 38%;
	max-width: 38%;
	max-width: 38%;
}
.boxProjeto1 img,
.boxProjeto1 .boxProjetoInfo{
	border-radius: 30px 0 0 0;
}
.boxProjeto2 img,
.boxProjeto2 .boxProjetoInfo{
	border-radius: 0 0 0 30px;
}
.foto{
	height: 280px;
}
.foto img{
	width: 100%;
	height: 100%;
	object-fit: cover;
    border-radius: 5px;
}
.boxProjetoInfo{
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	text-align: center;
	width: 100%;
	transition: all 0.5s;
	overflow: hidden;
    border-radius: 5px;
}
.boxProjetoInfo img{
    position: relative;
    border-radius: 0;
    margin-bottom: 5px;
    margin-top: -12px;
    top: 50%;
}
.boxProjetoInfo p{
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	color: #FFFFFF;
}
.boxProjetoInfo span{
	font-weight: 600;
	font-size: 16px;
}
.boxProjeto:hover .boxProjetoInfo{
	cursor: pointer;
	height: 280px;
    padding: 0px 10px;
}
a.boxProjetoInfo:hover{
	text-decoration: none;
}
.garantia{
	background: #9a6733;
	text-align: center;
	padding: 50px 0 70px 0;
	margin: 0;
}
.garantia h2{
	font-weight: 600;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: -1px;
	color: #FFFFFF;
}
.garantia p{
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #FFFFFF;
}
.garantia img {
	width: 100%;
	height: auto;
	max-width: 174px;
	margin-top: 30px;
}
.servicos a.ctaPadrao,
.projetos a.ctaPadrao,
.depoimentos a.ctaPadrao {
    display: inline-block;
    margin: 40px 0;
    min-width: 300px;
}


/*- DEPOIMENTOS -*/
.depoimentos{
	background: #F4F6F8;
	position: relative;
	padding: 70px 0 50px 0;
	text-align: center;
}
.depoimentos h2{
	font-weight: 600;
	font-size: 36px;
	line-height: 36px;
	letter-spacing: -1px;
	color: #1D293F;
}
.depoimentos p{
	font-weight: 400;
	font-size: 19px;
	line-height: 28px;
	text-align: center;
	color: #7C8087;
}
.boxDepo{
    background: #FFFFFF;
	border-radius: 19px;
	padding: 50px 25px;
	text-align: left;
}
.boxDepo h4{
    font-weight: 700;
	font-size: 15px;
	line-height: 13px;
	color: #1D293F;
}
.boxDepo p{
	text-align: left;
	margin-bottom: 0;
	font-size: 16px;
	line-height: 22px;
}


/* Swiper */
.areaSwiper{
	width: 100%;
	position: relative;
    padding: 0px 0px;
	background-color: transparent;
	margin-top: 40px;
}
.swiperControles{
	display: block;
	position: absolute;
	bottom: -60px;
	right: 50px;
	height: 30px;
	width: 100%;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	display: none;
}
.swiper-button-prev1,
.swiper-button-prev2,
.swiper-button-prev3{
	left: auto;
	right: 60px;
}
.swiper-button-next1,
.swiper-button-next2,
.swiper-button-next3{
	right: 0px;
}
.swiper-pagination1,
.swiper-pagination2,
.swiper-pagination3{
	top: 2px !important;
	margin-right: 30px;
}
.swiper-pagination-bullet {
	background: #ffffff !important;
	border-radius: 75px;
	opacity: 1;
	transition: all 0.2s;
	height: 9px;
	width: 9px;
}
.swiper-pagination-bullet-active{
	width: 48px;
	height: 9px;
	background: #ffffff !important;
}
.swiper-pagination-bullets.swiper-pagination-horizontal{
	width: auto !important;
	left: auto;
	right: 100px;
}
.swiper-pagination1 .swiper-pagination-bullet {
	background: #4ea0be !important;
	width: 9px;
}
.swiper-pagination1 .swiper-pagination-bullet-active{
	background: #4ea0be !important;
}

.rodape{
	background: #9a6733;
	padding: 30px 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
}
img.logorodape{
	width: 100%;
	height: auto;
	max-width: 270px;
	filter: brightness(0) invert(1);
}
.dadoRodape{
	color: #FFFFFF;
	margin-top: 20px;
}
.dadoRodape img{    
	margin-right: 5px;
}
.social{
	float: right;
}
.social a{
	width: 45px;
	height: 45px;
	display: inline-block;
	margin: 5px 5px;
}
.social a img{
	width: 100%;
	height: auto;
}
.social a:hover{
	opacity: 0.7;
}
.legalRodape{
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	background: #815223;
    padding: 25px 0;
}
.legalRodape a{
	color: #FFFFFF;
	display: inline-block;
	text-decoration: none;
}
a.linkLegal{    
	margin-top: 15px;
}
.obrigado{
	background: #9a6733;
	text-align: center;
}
.obrigado img{
	margin-top: 50px
}
.obrigado h1{
	font-weight: 800;
	font-size: 36px;
	letter-spacing: -2px;
	line-height: 40px;
	text-align: center;
	margin-top: 60px;
	color: #ffffff;
}
.obrigado h2{
	font-weight: 500;
	margin-top: 0px;
	font-size: 28px;
	letter-spacing: -2px;
	line-height: 40px;
	color: #ffffff;
}
a.ctaTY{
	width: 100%;
    display: block;
    max-width: 250px;
    margin: 40px auto;
    border-radius: 20px;
    padding: 12px;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    position: relative;
	background-color: #ffffff;
	color: #9a6733;
	border:1px solid #ffffff;
}
a.ctaTY:hover{
	color: #ffffff;
	background-color: #9a6733;
	text-decoration: none;
}
.zap2{
	position: fixed;
	right:15px;
	bottom:15px;
	background-image:url(images/btnzap.png);
	background-repeat:no-repeat;
	background-color:#00ec67;
	background-position: 8px 9px;
	border-radius:40px;
	width: 60px;
	height:60px;
	display:block;
	z-index:10000;
	transition: width 0.6s;
}
.zap2:hover{
	width:215px;
	cursor: pointer;
}
.linksTopo{
	float: right;
}
.fotoshero {
	display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 50px;
}
.fotoshero .foto {
    width: 45%;
    margin: 2%;

}

/*		Responsive CSS 		*/

/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
	.hero h1 {
		font-size: 36px;
		line-height: 37px;
		padding-top: 40px;
	}
	a.ctaPadrao1{
		display: none;
	}
	.areaDestaqueTopo {
		position: relative;
		bottom: 0;
	}
	.destaqueTopo {
		flex: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.formulario{
		position: relative;
	}
	.hero {
		padding: 35px 0 100px 0;
	}
	.sobre {
		padding: 50px 0 70px 0;
	}
	.servicos{
		padding-bottom: 0;
	}
	.depoimentos a.ctaPadrao{
		margin-top: 100px;
	}
	.rodape{
		text-align: center;
	}
	.legalRodape{
		text-align: center;
	}
	.social{
		float: none;
	}
	.boxServico{
		height: auto;
		margin-bottom: 20px;
		padding: 20px;
	}
	.boxServico img{
		display: inline-block;
		margin-bottom: 0;
	}
	.boxServico h3{
		display: inline-block;
		width: 180px;
		margin-left: 20px;
		vertical-align: middle;
		margin-bottom: 0;
	}
	.formulario h3 br,
	h2.conteudopadrao br{
		display: none;
	}
	.boxProjeto,
	.boxProjeto1,
	.boxProjeto2{
		max-width: 46%;
		flex: 46%;
		height: 180px;
	}
	.foto{
		height: 180px;
	}
	.boxProjeto:hover .boxProjetoInfo{
		height: 180px;
	}
	.boxProjeto2,
	.boxProjeto2 img{
		border-radius: 0;
	}
	img.logotopo1{
		margin: 0 auto;
	}
	.hero a.ctaPadrao {
		display: none;
	}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	.hero h1 {
		font-size: 36px;
		line-height: 37px;
		padding-top: 40px;
	}
	a.ctaPadrao1{
		display: none;
	}
	.areaDestaqueTopo {
		position: relative;
		bottom: 0;
	}
	.destaqueTopo {
		flex: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.formulario{
		position: relative;
	}
	.hero {
		padding: 35px 0 100px 0;
	}
	.sobre {
		padding: 50px 0 70px 0;
	}
	.servicos{
		padding-bottom: 0;
	}
	.depoimentos a.ctaPadrao{
		margin-top: 100px;
	}
	.rodape{
		text-align: center;
	}
	.legalRodape{
		text-align: center;
	}
	.social{
		float: none;
	}
	.boxServico{
		height: auto;
		margin-bottom: 20px;
		padding: 20px;
	}
	.boxServico img{
		display: inline-block;
		margin-bottom: 0;
	}
	.boxServico h3{
		display: inline-block;
		width: 180px;
		margin-left: 20px;
		vertical-align: middle;
		margin-bottom: 0;
	}
	.formulario h3 br,
	h2.conteudopadrao br{
		display: none;
	}
	.boxProjeto,
	.boxProjeto1,
	.boxProjeto2{
		max-width: 46%;
		flex: 46%;
		height: 180px;
	}
	.foto{
		height: 180px;
	}
	.boxProjeto:hover .boxProjetoInfo{
		height: 180px;
	}
	.boxProjeto2,
	.boxProjeto2 img{
		border-radius: 0;
	}
	img.logotopo1{
		margin: 0 auto;
	}
	.hero a.ctaPadrao {
		display: none;
	}
	.boxProjetoInfo p {
		font-size: 16px;
		line-height: 17px;
	}
	.boxProjetoInfo img {
		margin-top: 25px;
	}
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

	.hero h1 {
		font-size: 36px;
		line-height: 37px;
		padding-top: 40px;
	}
	a.ctaPadrao1{
		display: none;
	}
	.areaDestaqueTopo {
		position: relative;
		bottom: 0;
	}
	.destaqueTopo {
		flex: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}
	.formulario{
		position: relative;
	}
	.hero {
		padding: 35px 0 100px 0;
	}
	.sobre {
		padding: 50px 0 70px 0;
	}
	.servicos{
		padding-bottom: 0;
	}
	.depoimentos a.ctaPadrao{
		margin-top: 100px;
	}
	.rodape{
		text-align: center;
	}
	.legalRodape{
		text-align: center;
	}
	.social{
		float: none;
	}
	.boxServico{
		height: auto;
		margin-bottom: 20px;
		padding: 20px;
	}
	.boxServico img{
		display: inline-block;
		margin-bottom: 0;
	}
	.boxServico h3{
		display: inline-block;
		width: 180px;
		margin-left: 20px;
		vertical-align: middle;
		margin-bottom: 0;
	}
	.formulario h3 br,
	h2.conteudopadrao br{
		display: none;
	}
	.boxProjeto,
	.boxProjeto1,
	.boxProjeto2{
		max-width: 46%;
		flex: 46%;
		height: 180px;
	}
	.foto{
		height: 180px;
	}
	.boxProjeto:hover .boxProjetoInfo{
		height: 180px;
	}
	.boxProjeto2,
	.boxProjeto2 img{
		border-radius: 0;
	}
	img.logotopo1{
		margin: 0 auto;
	}
	.hero a.ctaPadrao {
		display: inline-block;
	}

	.boxProjetoInfo p {
		font-size: 16px;
		line-height: 17px;
	}
	.boxProjetoInfo img {
		margin-top: 25px;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	.destaqueTopo {
		padding: 25px 20px;
	}
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 

}