@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');
:root {
    --verde: #2FB961;
    --cinza: #727375;
	--preto:#353535;
	--branco:#FFFFFF;
}
::-webkit-scrollbar-thumb {
	background-color: var(--verde);
}
::-webkit-scrollbar {
	width: 8px;
}
html{
	scroll-behavior: smooth;
}
body{
    font-family: 'Poppins', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	font-size: 16px;
	font-weight: 400;
	color: #3A3A3C;
}
.heroLP{
	background-image: url(images/fundo.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    padding: 70px 0 100px 0;
	position: relative;
}
.heroLP img{
	width: 100%;
	height: auto;
	max-width: 550px;
	margin: 0 auto;
}
.heroLP h1{
	font-weight: 700;
	font-size: 48px;
	line-height: 105%;
	letter-spacing: -2px;
    color: var(--verde);
    margin-top: 50px;
}
.heroLP h1 span{
	color: var(--branco);
}
.heroLP p{
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.2px;
	margin: 35px 0;
	color: var(--branco);
}
.heroLP a.ctaDefault{
	margin: 20px 0;
}
a.ctaDefault1 {
    display: inline-block;
    text-align: center;
    padding: 12px 25px;
    background: var(--verde);
    color: var(--branco);
    border-radius: 60px;
    position: relative;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
}
a.ctaDefault1:hover {
    color: var(--verde);
    background: var(--branco);
	text-decoration: none;
}
.boxForm{
	background: #FFFFFF;
	box-shadow: 0px 40.6127px 65.4776px 29px rgba(202, 209, 220, 0.2);
	border-radius: 11px;
    padding: 35px 30px;
	position: sticky;
	max-width: 400px;
    top: 40px;
	margin: -50px auto 0 auto;
}
.boxForm h3{
	font-weight: 700;
	font-size: 20px;
	line-height: 130%;
	text-align: center;
	letter-spacing: -0.2px;
	color: var(--preto);
	margin-bottom: 20px;
}
.form-control{
	background: #F8FAFC;
	border-radius: 5px;
    border: none;
    height: 45px;
    padding: 10px 10px 10px 15px;
	font-size: 12px;
	margin-bottom: 15px;
}
form label.labelRadio{
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
}
form label {
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 150%;
    color: var(--preto);
	font-size: 13px;
}
input[type=radio]{
	margin-top: 10px;
	border: 0px;
    width: 17%;
    height: 1.5em;
	vertical-align: bottom;
}
.formsubmit{
	cursor: pointer;
	border: none;
	height: auto;
	margin: 5px auto 0 auto;
	width: 190px;
	display: inline-block;
	text-align: center;
	position: relative;
	left: 50%;
	margin-left: -95px;
	padding: 12px 25px;
	background:var(--verde);
	color: var(--branco);
    border-radius: 60px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 600;
}
.formsubmit:hover{
	background-color:var(--preto);
	text-decoration: none;
}
.conteudoLp{
	position: relative;
}
.conteudoLp h2{
	margin-top: 50px;
	font-weight: 700;
	font-size: 24px;
	line-height: 130%;
	letter-spacing: -0.2px;
	color: var(--verde);
}
.conteudoLp h2 img{
	margin-right: 10px;
}
.conteudoLp ul{    
	padding-left: 25px;
}
.conteudoLp ul li{
	color: var(--cinza);
	display: list-item;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.2px;
	margin: 15px 0;
}
.conteudoLp p{
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: -0.2px;
	color: var(--cinza);
	margin: 20px 0;
}
.boxVerde{
	padding: 30px;
	background: var(--verde);
	border-radius: 30px;
	margin: 40px 0 0 0;
}
.boxVerde h2{
	color: var(--branco);
	margin-top: 0;
}
.listaEsq{
	width: 49%;
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #FFFFFF;
	margin-right: 5%;
}
.listaDir{
	width: 45%;
	display: inline-block;
	vertical-align: top;
}
.boxVerde ul li{
	color: var(--branco);
}
img.fotoConteudo{
	width: 100%;
	height: auto;
	border-radius: 20px;
	margin: 30px 0;
}
.infoTabela{
	display: flex;
	margin: 40px 0;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}
.infoSingle{
	flex: 50%;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: -0.2px;
	color: var(--preto);
	padding: 20px;
	text-align: center;
	border-bottom: 2px solid #DADADA;
	background: #F4F4F4;
}
.infoSingle:nth-child(2n){
	background: #F9F9F9;
}
.infoSingle:nth-child(9),
.infoSingle:nth-child(10){
	border: none;
}
.diferencial{
	background: var(--verde);
	padding: 100px 0;
	margin-top: 40px;
}
.diferencial h2{
	font-weight: 700;
	font-size: 34px;
	line-height: 115%;
	letter-spacing: -0.2px;
	color: var(--branco);
	margin-bottom: 50px;
}
img.foto2{
	width: 100%;
	height: auto;
	border-radius: 20px;
}
.boxDiferencial{
	padding: 0px 0 30px 20px;
}
.diferencial h3{
	color: var(--branco);
	font-weight: 700;
	font-size: 22px;
	line-height: 36px;
	letter-spacing: -0.2px;
	margin: 15px 0;
}
.diferencial p{
	color: var(--branco);
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
}
a.ctaDefault2{
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	display: flex;
	align-items: center;
	text-align: center;
	color: var(--branco);
	background: #000;
	border-radius: 10px;
	padding: 20px;
	width: 100%;
	max-width: 330px;
	text-align: center;
	display: block;
	margin: 10px auto;
}
a.ctaDefault2:hover{
	text-decoration: none;
	background: var(--branco);
	color: var(--verde);
}
.fotos img{
	width: 100%;
	height: auto;
	border-radius: 20px;
	margin: 30px 0;
}
.rodape{
	background: #F6F6F5;
	padding: 30px 0;
	text-align: center;
}
img.logo1{
	width: 100%;
	height: auto;
	max-width: 330px;
}
.rodape p{
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: -0.2px;
	color: var(--preto);
	margin: 5px 0;
}
a.contatorod{
	font-weight: 400;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	letter-spacing: -0.2px;
	color: var(--preto);
	margin: 10px 0;
	display: block;
}
a.contatorod img{
	margin-left: 10px;
}
.social{
	text-align: center;
}
.social a{
	display: inline-block;
	margin: 10px 10px;
}
a.contatorod:hover,
.social a:hover{
	filter: brightness(0) saturate(100%) invert(65%) sepia(12%) saturate(2478%) hue-rotate(89deg) brightness(90%) contrast(86%);
	text-decoration: none;
}
.rodape h6{
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: -0.2px;
	color: #727375;
	margin-top: 30px;
}
.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{
	cursor: pointer;
	width: 215px;
}

/* Obrigado */
.obrigado{
	background: var(--verde);
	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: var(--branco);
}
.obrigado h2{
	font-weight: 500;
	margin-top: 0px;
	font-size: 28px;
	letter-spacing: -2px;
	line-height: 40px;
	color: var(--branco);
}
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: var(--preto);
	border:1px solid #ffffff;
}
a.ctaTY:hover{
	color: var(--preto);
	background-color: var(--branco);
	text-decoration: none;
}

.clientes {
	padding: 100px 0;
	text-align: center;
    background: #F6F6F5;
}
.clientes h2 {
	font-weight: 700;
	font-size: 34px;
	line-height: 115%;
	letter-spacing: -0.2px;
	color: var(--verde);
	margin-bottom: 50px;
}
.blocoimgclientes {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
img.imgcliente {
    border-radius: 10px;
    flex: 0 1 18%;
    margin: 3% 1%;
    width: 18%;
}


/*		Responsive CSS 		*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) { 
	.heroLP h1 {
		font-size: 46px;
	}
	.listaEsq, .listaDir{
		width: 100%;
		display: block;
		border-right: none;
		margin-right: none;
	}
	.diferencial{
		padding: 50px 0;
	}
	.diferencial h3 {
		margin: 5px 0;
	}
	.boxDiferencial{
		padding: 20px 0 0 0;
	}
	img.imgcliente {
		flex: 0 1 31%;
		width: 31%;
	}
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
	.heroLP h1 {
		font-size: 46px;
	}
	.listaEsq, .listaDir{
		width: 100%;
		display: block;
		border-right: none;
		margin-right: none;
	}
	.diferencial{
		padding: 50px 0;
	}
	.diferencial h3 {
		margin: 5px 0;
	}
	.boxDiferencial{
		padding: 20px 0 0 0;
	}
	img.imgcliente {
		flex: 0 1 31%;
		width: 31%;
	}

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
	.heroLP h1 {
		font-size: 46px;
	}
	.listaEsq, .listaDir{
		width: 100%;
		display: block;
		border-right: none;
		margin-right: none;
	}
	.diferencial{
		padding: 50px 0;
	}
	.diferencial h3 {
		margin: 5px 0;
	}
	.boxDiferencial{
		padding: 20px 0 0 0;
	}
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
	
	
}

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

  