
body{
	font-family: omnes-pro, sans-serif;
	font-weight:600;
	color:#39383a;
	overflow-x: hidden;
}
.clear{
	clear: both;
}
.js-light{
	font-weight: 400;
}
.js-bold{
	font-weight:700;
}
.js-uppercase{
	text-transform: uppercase;
}
.primary{
	color:#bf0811;
}
.bg-primary{
	background-color:#bf0811;
	color: #fff;
}
.js-txt-normal{
	font-size: 29px;
}
.js-txt-sm{
	font-size: 20px;
}
h1{
	font-size: 75px;
}
header{
	width: 100%;
	position: relative;
	height: auto;
	max-height: 709px;
	border-top: 10px solid #bf0811;
	
}
	header .container{
		position: absolute;
		z-index: 2;
		min-height: 500px;
		left: 50%;
		margin-left: -570px;
	}
	header .logo{
		display: flex;
		width: 18%;
		align-items: center;
		justify-content: center;
		background: #fff;
		padding: 30px;
		border-radius: 0 0px 20px 20px;
		position: absolute;
		left: 20%;
		top: -10px;
		-webkit-box-shadow: 1px 10px 14px 0px rgba(50, 50, 50, 0.29);
		-moz-box-shadow:    1px 10px 14px 0px rgba(50, 50, 50, 0.29);
		box-shadow:         1px 10px 14px 0px rgba(50, 50, 50, 0.29);
		z-index: 3;
	}
	header .logo img{
		width: 80%;
		height: auto;
	}
	header .banner{
		width: 100%;
		position: relative;
		background-size: cover;
		top: 0;
		left: 0;
		z-index: 1;
		border-bottom: 10px solid #38383a;
	}
	header .banner img{
		width: 100%;
	}
	header h1{
		left: 20%;
		position: absolute;
		font-size: 4vw;
		margin-top: 15%;
		line-height: 100%;
		float: left;
		z-index: 3;
	}
	
 
 
.box-contato{
	position: absolute;
	bottom:15px;
	left: 50%;
	margin-left: -150px;
	z-index: 3;
	display: flex;

}
.btn,.btn-none{
	align-items: center;
	align-content: baseline;
	background: rgb(47,107,41);
	background: linear-gradient(to top, rgba(47,107,41,1) , rgba(55,197,105,1)); 
	background-repeat: no-repeat;
	
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	color: #fff;
	display: flex;
	font-weight: 700;
	letter-spacing: 3px;
	padding: 8px 20px;
	margin-right: 10px;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	justify-content: center;
	justify-items: center;
}
	.btn:hover{
		background: rgb(47,107,41);
		background: linear-gradient(187deg, rgba(47,107,41,1) 0%, rgba(55,197,105,1) 100%);
		color: #fff;
		background-repeat: no-repeat;
	}
.btn a,.btn-none .inner{
	letter-spacing: 3px;
	text-transform: uppercase;
	
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}
.btn-none .inner{
	margin-left: 5px;
}
.btn span{
	text-indent: -9999px;
}
.btn img{
	height: 20px;
}
 
.corpo{
	background: url('images/bg-contabilex.jpg') no-repeat center top;
	width: 100%;
	min-height: 500px;
	padding-bottom: 80px;
	overflow: hidden;
	position: relative;
}
.sobre-nos{
	width: 100%;
	min-height: 500px;
	position: relative;
}
.sobre-nos .titulo{
	margin-top: 40px;
	margin-bottom: 40px;
}
.sobre-nos p{
	text-align: justify;
	line-height: 170%;
	 margin-bottom: 40px;
	font-size: 23px;
}
.nossos-servicos{
	position: relative;
	 
	width: 1200px;
	min-height: 500px;
	left: 50%;
	margin-left: -600px;
	background-color:#fff;
	border-radius: 40px;
	margin-top: 120px;
	border: 1px solid #bf0811;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(50, 50, 50, 0.31);
	-moz-box-shadow:    0px 10px 10px 0px rgba(50, 50, 50, 0.31);
	box-shadow:         0px 10px 10px 0px rgba(50, 50, 50, 0.31);
}
	
	.nossos-servicos .titulo{
		background: #fff;
		margin-top: -30px;
		position: relative;
		width: 400px;
		left: 50%;
		margin-left: -200px;
	}
	.servico{
		width: 540px;
		min-height: 400px;
		position: relative;
		margin-top: 40px;
		float: left;
		z-index: 2;
	}
	.servico .titulo-servicos{
		padding: 10px;
		padding-left: 98px;
		display: flex;
		align-items: center;
		width: 100%;
		height: 70px;
		background-color:#bf0811;
		border-radius: 0 40px 40px 0px;
	}
	.servico h3{
		color: #fff;
		font-weight: 700;
		letter-spacing: 3px;
		text-transform: uppercase;
	}
	.servico img{
		float: left;
		margin-right: 20px;
		
	}
	.servico p{
	 	padding-left: 98px;
		 padding-top: 30px;
	}

	.servico-right{
		width: 540px;
		min-height: 400px;
		position: relative;
		margin-top: 40px;
		float: right;
		z-index: 2;
	}
	.servico-right .titulo-servicos{
		padding: 10px;
		padding-right: 98px;
		display: flex;
		align-items: center;
		width: 100%;
		height: 70px;
		background-color:#bf0811;
		border-radius: 40px 0px 0px 40px;
	}
	.servico-right h3{
		color: #fff;
		font-weight: 700;
		letter-spacing: 3px;
		text-transform: uppercase;
	}
	.servico-right img{
		float: left;
		margin-right: 20px;
		margin-left: 40px;
	}
	.servico-right p{
	 	padding-right: 98px;
		 padding-top: 30px;
		padding-left: 40px;
	}

	.servico-center .titulo-servicos{
 
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 70px;
		background-color:#bf0811;
		border-radius: 40px;
	}
	.servico-center h3{
		color: #fff;
		font-weight: 700;
		letter-spacing: 3px;
		text-transform: uppercase;
	}
	.servico-center p{
		padding:30px 20px;
	}
	.s2{
	 	min-height: 300px;
	}
	.inner-canto{
		width: 100%;
		height: 100%;
		position: absolute;
		overflow: hidden;
		z-index: 1;
		top: 0;
		left: 0;
		border-radius: 38px;
	}
	.inner-canto .canto1{
		background: url('images/canto1.png') no-repeat;
		width: 500px;
		height: 1133px;
		position: absolute;
		right: -264px;
    	top: -958px;
		z-index: 1;
	}
	.inner-canto .canto2{
		background: url('images/canto2.png') no-repeat;
		width: 623px;
		height: 1133px;
		left: -323px;
    	bottom: -353px;
		position: absolute;
	}

	.contato{
		margin-top: 88px;
		position: relative;
		width: 100%;
	}
	.contato .imagem{
		
		left: 0;
	}
	.contato .box-contato{
		width: 787px;
		height: 579px;
		background: #39383a;
		border-radius: 40px;
		position: absolute;
		left: 50%;
		margin-left: -59px;
		top: 100px;
	}
	form h3{
		color: #bf0811;
		font-size: 39px;
		font-weight: 700;
		margin-top: 80px;
	}
	form input,form textarea{
		width: 100%;
		border-radius:40px;
		padding: 15px 20px;
		border:0;
		font-family: omnes-pro, sans-serif;
		font-weight:600;
		font-size: 18px;
		margin-bottom: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}
	form textarea{
		height: 120px;
		font-family: omnes-pro, sans-serif;
		font-weight:600;
	}
	form label.error{
		position: absolute;
		color: #bf0811;
		right: 40px;
		z-index: 3;
	}
	form button{
		color: #bf0811;
		font-weight:700;
		background: #fff;
		position: absolute;
		right: 20px;
		font-size: 30px;
		padding: 15px 10px;
		border:0;
		bottom: 55px;
		border-radius: 0 20px 20px 0px;
		border-left:2px solid #c2c2c2;
	}

	footer{
		background: url('images/footer.jpg') no-repeat center;
		width: 100%;
		height: 544px;
		position: relative;
	}
	footer h3{
		color: #fff;
		font-size: 30px;
		font-weight: 700;
		text-align: center;
		margin-top: 60px;
		margin-bottom:30px;
		letter-spacing: 3px;
	}
	footer p{
		color: #fff;
		font-size: 20px;
	}
	footer span{
		font-size: 40px;
	}
	footer a{
		color: #fff;
	}
	footer .box-contato{
		left: 0;
		margin-left: auto;
	}
	.sucesso{

		position: fixed;
		display: none;
		z-index: 5;
		left: 50%;
		margin-left: -275px;
		top: 40%;
		padding: 20px 30px;
		background: #fff;
		-webkit-box-shadow: 1px 1px 18px 0px rgba(50, 50, 50, 0.46);
		-moz-box-shadow:    1px 1px 18px 0px rgba(50, 50, 50, 0.46);
		box-shadow:         1px 1px 18px 0px rgba(50, 50, 50, 0.46);
	 
		
	}
	.sucesso p{
		font-family: omnes-pro, sans-serif;
		font-size: 25px;

	}
	.footer-mobile,.banner-mobile{
		display: none;
	}
@media (max-width: 1200px) {
	 

}
@media (max-width: 768px) {
	.footer-mobile,.banner-mobile{
		display: block;
	}
	.footer-desktop,.banner-desktop{
		display: none;
	}
	header{
		overflow: hidden;
	}
	header .logo {
		display: flex;
		width: 30%;
		align-items: center;
		justify-content: center;
		background: #fff;
		padding: 20px;
		border-radius: 0 0px 20px 20px;
		position: absolute;
		left: 50%;
		top: -10px;
		margin-left: -15%;
		-webkit-box-shadow: 1px 10px 14px 0px rgb(50 50 50 / 29%);
		-moz-box-shadow: 1px 10px 14px 0px rgba(50, 50, 50, 0.29);
		box-shadow: 1px 10px 14px 0px rgb(50 50 50 / 29%);
		z-index: 3;
	}
	header h1{
		width: 100%;
		padding-left: 40px;
		padding-right: 40px;
		left: auto;
		position: absolute;
		font-size: 2.0rem;
		margin-top: 15%;
		line-height: 100%;
		 text-align: center;
		z-index: 3;
		bottom: 60px;
	}
	header .banner {
		width: 100%;
		object-fit: cover;
		 
		position: relative;
		background-size: cover;
		top: 0;
		left: 0;
		z-index: 1;
		border-bottom: 10px solid #38383a;
	}
	
	.corpo{
		background: none;
	}
	.container{
		padding: 40px;
	}
	.titulo{
		font-size: 1.5rem !important;
	}
	p{
		font-size: 1.2rem !important;
	}
	.sobre-nos{
		padding-bottom: 80px;
	}
	.bg-red{
		width: 100%;
		position: relative;
		min-height: 500px;
		background:  #bf0811;
		display: flex;
		justify-content: center;
		justify-items: center;
		
	}
	.inner-canto{
		display: none;
	}
	.contem{
		width: 100%;
		padding:40px;
	}
	.nossos-servicos{
		position: relative;
		width: 100%;
		min-height: 500px;
		left: auto;
		margin-left: auto;
		background-color:#fff;
		border-radius: 40px;
		margin-top: -80px;
		border: 1px solid #bf0811;
		-webkit-box-shadow: 0px 10px 10px 0px rgba(50, 50, 50, 0.31);
		-moz-box-shadow:    0px 10px 10px 0px rgba(50, 50, 50, 0.31);
		box-shadow:         0px 10px 10px 0px rgba(50, 50, 50, 0.31);
	}

	.nossos-servicos .titulo{
		font-size: 1.5rem !important;
		margin-top: -20px;
		position: relative;
		text-align: center;
		left: auto;
		margin-left: auto;
		width: auto;
	}
	.servico{
		width: 100%;
		min-height: 200px;
		position: relative;
		margin-top: 40px;
		float: left;
		z-index: 2;
		padding-left: 30px;
		padding-right: 30px;
	}
	.servico .titulo-servicos{
		padding: 0;
		padding: 10px;
		
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 50px;
		background-color:#bf0811;
		border-radius:40px;
	}
	.servico h3{
		font-size: 1.2rem !important;
		color: #fff;
		font-weight: 700;
		letter-spacing: 3px;
		margin-top: 5px;
		text-transform: uppercase;
	}
	.servico img{
		float: left;
		height: 30px;
		margin-right: 10px;
		margin-left: 0;
		
	}
	.servico p{
	 	padding: 0;
		font-size: 1rem !important;
		padding-top: 15px;
		text-align:justify;
	}

	.servico-right{
		width: 100%;
		min-height: 200px;
		position: relative;
		margin-top: 40px;
		float: left;
		z-index: 2;
		padding-left: 30px;
		padding-right: 30px;
	}
	.servico-right .titulo-servicos{
		padding: 0;
		padding: 10px;
		
		 
		display: flex;
		align-items: center;
		justify-content: center;
	 
		width: 100%;
		height: 50px;
		background-color:#bf0811;
		border-radius:40px;
	}
	.servico-right h3{
		font-size: 1.0rem !important;
		color: #fff;
		font-weight: 700;
		letter-spacing: 3px;
		margin-top:5px;
		text-transform: uppercase;
	}
	.servico-right img{
		float:none;
		height: 25px;
		margin-right: 10px;
		margin-left: 0;
	}
	.servico-right p{
	 	padding: 0;
		font-size: 1rem !important;
		padding-top: 15px;
		text-align:justify;
	}

	.servico-center .titulo-servicos{
		display: flex;
		text-align: center;
		width: 100%;
		height: 70px;
		background-color:#bf0811;
		border-radius: 40px;
	}
	.servico-center h3{
		font-size: 1rem;
		color: #fff;
		font-weight: 700;
		letter-spacing: 3px;
		margin-top: 5px;
		text-transform: uppercase;
	}
	.servico-center p{
		padding:0;
		font-size: 1rem !important;
		padding-top: 15px;
		text-align:justify !important;
	}
	.contato{
		margin-top: 0;
	}
	.contato .imagem{
		width: 100%;
		object-fit: cover;
	}

	.contato .box-contato{
		width: 100%;
		min-height: 279px;
		height: auto;
		background: #39383a;
		border-radius: 40px;
		position: relative;
		left: auto;
		margin-left: auto;
		margin-top: -300px;
	}
	.contato .box-contato .container{
		padding: 30px;
		padding-bottom: 0;
	}
	form h3{
		color: #bf0811;
		font-size: 2rem;
		font-weight: 700;
		margin-top: 0px;
	}
	form input,form textarea{
		width: 100%;
		border-radius:30px;
		padding: 10px 20px;
		border:0;
		font-family: omnes-pro, sans-serif;
		font-weight:600;
		font-size: 1rem;
		margin-bottom: 10px;
		 
	}
	form textarea{
		height: 120px;
		font-family: omnes-pro, sans-serif;
		font-weight:600;
		border-radius:20px;
	}
	form label.error{
		position: absolute;
		color: #bf0811;
		right: 40px;
		z-index: 3;
	}
	form button{
		color: #bf0811;
		font-weight:700;
		background: #fff;
		position: absolute;
		right: 20px;
		font-size: 1.2rem;
		padding: 15px 10px;
		border:0;
		bottom: 63px;
		border-radius: 0 20px 20px 0px;
		border-left:2px solid #c2c2c2;
	}


	footer{
		background: url('images/footer.jpg') no-repeat center top;
		width: 100%;
		height: 700px;
		position: relative;
	}
	footer .container{
		padding-bottom: 0;
	}
	footer h3{
		color: #fff;
		font-size: 1.5rem;
		font-weight: 700;
		text-align: center;
		margin-top: 0px;
		margin-bottom:30px;
		letter-spacing: 3px;
	}
	footer p{
		color: #fff;
		font-size: 1rem;
		text-align: center;
	}
	footer span{
		font-size: 1.5rem;
	}
	footer a{
		color: #fff;
	}
	footer .box-contato{
		left: 0;
		margin-left: auto;
		margin-top: 60px;
		 
		position: relative;
	}
	iframe{
	 	position: relative;
	}
	.box-iframe{
		border-top: 5px solid #bf0811;
		width: 100%;
		min-height: 50px;
		bottom: 0;
		position: absolute;
	}
	.btn a, .btn-none .inner {
		letter-spacing: 3px;
		text-transform: uppercase;
		color: #fff;
		text-align: center;
		font-size: .6rem;
		font-weight: 700;
	}
}

@media (max-width: 576px) {
 

}
@media (max-width: 375px) {
	 
}
@media (max-width: 320px) {
	 
}



