@font-face {
    font-family: 'Poppins_r';
    src: url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins_m';
    src: url('fonts/Poppins-Medium.woff2') format('woff2'),
        url('fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins_eb';
    src: url('fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('fonts/Poppins-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
body{
	margin: 0;
	padding: 0;
}
html {
            scroll-behavior: smooth;
        }


a.link-topo:link{
	text-decoration: none;
	color:#f5f4f4;
}
a.link-topo:hover{
	text-decoration: underline;
	color:#f5f4f4;
}
a.link-topo:visited{
	text-decoration: none;
	color:#f5f4f4;
}
a.link-topo:active{
	text-decoration: none;
	color:#f5f4f4;
}



a.sem-link:link{
	text-decoration: none;
	
}
a.sem-link:hover{
	text-decoration: underline;
	
}
a.sem-link:visited{
	text-decoration: none;
	
}
a.sem-link:active{
	text-decoration: none;

}

.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 80px; /* deixa espaço para a seta */
    width: 55px;
    height: 55px;
    background: #25D366;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.whatsapp-btn img {
    width: 32px;
    height: 32px;
    filter: brightness(0) invert(1);
}

.topo{
	width: 100%;
	height: 146px;
	text-align: -webkit-center;
	background-color: #141414;
	position: relative;
	z-index: 10;
}
.w1200-topo{
	max-width: 1200px;
	height: 192px;
	background-color: #141414;
	border-radius: 25px;
}
.w1000-topo{
	max-width: 1000px;	
}
.w1200{
	max-width: 1200px;
	text-align: center;
}
.w1200-verde{
	max-width: 1200px;
	text-align: center;
	background-color: #dcf15c;
	border-radius: 15px;
	height: 380px;
	margin-top: 80px;
}
.w1200-verde h1{
	font-family: 'Poppins_eb';
    color: #141414;
    font-size: 60px;
    padding-top: 70px;
    text-align: center;
	margin-bottom: -30px;
}
.w1200-verde p{
	font-family: 'Poppins_r';
    color: #191919;
    font-size: 30px;
    padding-top: 0px;
    text-align: center;
}
.rede-social{
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 20px;
}
.rede-social p{
	color: #f5f4f4;
	font-size: 14px;
	font-family: 'Poppins_r';
}
.logo{
	float: left;
	margin-top: 20px;
}
.menu-geral{
	float: left;
	margin-top:20px;
	margin-left: 40px;
}
nav {
     background-color: #111;
     padding: 0.75rem 2rem;
     display: flex;
     justify-content: center;
 }
ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 7rem;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 500;
}
ul.menu li {
  position: relative;
  cursor: pointer;
  user-select: none;
  color: #FFF;
  font-family: 'Poppins_m';
  font-size: 27px;
}
ul.menu li:first-child {
  color: white;
  font-weight: 600;
  font-size: 27px;
  display: flex;
	align-items: center;
}
/* The green bullet before "Home" */
ul.menu li:first-child::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #a3d962; /* verde amarelado */
  border-radius: 50%;
  margin-right: 6px;
  position: relative;
  top: 1px;
}
/* Hover effect to subtly brighten text */
ul.menu li:hover {
  color: #a3d962;
  transition: color 0.25s ease;
}
.banner{
	float: left;
	position: relative;
	z-index: 1;
	margin-top: -7px;
}
.barra-verde{
	float: left;
	width: 100%;
	height: 440px;
	background-color: #d7ed51;
}
.barra-verde h1{
	color: #141414;
	font-size: 60px;
	font-family: 'Poppins_eb';
	margin-top: 55px;
	text-align: center;
}
.barra-verde p{
	color: #141414;
	font-size: 40px;
	font-family: 'Poppins_r';
	margin-top: -30px;
	text-align: center;
}
.barra-preta{
	float: left;
	width: 100%;
	height: 1150px;
	background-color: #141414;
	border-bottom: 1px solid #252525;
}

.seta-up {
    position: fixed;
    bottom: 10px;
    right: -40px;
    padding: 10px;
}

.barra-preta-4{
	float: left;
	width: 100%;
	height: 900px;
	background-color: #141414;
}
.img-quem-somos{
	float: left;
    width: 50%;
}
.img-quem-somos img{
	width: 79%;
    margin-top: 200px;
    margin-left: 150px;
}
.img-solucoes{
	float: left;
    width: 50%;
}
.img-solucoes img{
	width: 78%;
    margin-top: 120px;
}
.texto-quem-somos{
	float: left;
	width: 50%;
}
.texto-quem-somos h1{
	font-family: 'Poppins_eb';
	color: #d7ed51;
	font-size: 60px;
	margin-top: 120px;
}
.texto-quem-somos p{
	font-family: 'Poppins_r';
	color: #f9f9fa;
	font-size: 30px;
}
.texto-solucoes{
	float: left;
	width: 70%;
}
.texto-solucoes h1{
	font-family: 'Poppins_eb';
	color: #d7ed51;
	font-size: 60px;
	margin-top: 120px;
	text-align: left;
}
.texto-solucoes p{
	font-family: 'Poppins_r' !important;
	color: #f9f9fa !important;
	font-size: 20px !important;
	text-align: left !important;
	margin-left: 40px;
	margin-top: -12px;
}
.btn-wpp-verde{
	float: left;
	background-color: #cfed50;
	margin-top: 20px;
	border:1px solid #eaf9a9;
	color: #141414;
	border-radius: 30px;
	font-family: 'Poppins_m';
	font-size: 20px;
	padding: 10px;
    width: 300px;
	cursor: pointer;
}
.btn-wpp-verde:hover{
	background-color: #d9e6a2;
}
.btn-wpp-verde-2{
	background-color: #cfed50;
	margin-top: 70px;
	border:1px solid #eaf9a9;
	color: #141414;
	border-radius: 16px;
	font-family: 'Poppins_m';
	font-size: 20px;
	padding: 10px;
    width: 410px;
	cursor: pointer;
}
.btn-wpp-verde-2:hover{
	background-color: #d9e6a2;
}
.btn-wpp-verde-3{
	background-color: #cfed50;
	margin-top: 30px;
	border:1px solid #eaf9a9;
	color: #141414;
	border-radius: 16px;
	font-family: 'Poppins_m';
	font-size: 20px;
	padding: 10px;
    width: 410px;
	cursor: pointer;
}
.btn-wpp-verde-3:hover{
	background-color: #d9e6a2;
}

.btn-wpp-verde-4{
	background-color: #cfed50;
	margin-top: 60px;
	border:1px solid #eaf9a9;
	color: #141414;
	border-radius: 16px;
	font-family: 'Poppins_m';
	font-size: 20px;
	padding: 10px;
    width: 410px;
	cursor: pointer;
}
.btn-wpp-verde-4:hover{
	background-color: #d9e6a2;
}

.btn-wpp-verde-5{
	background-color: #191919;
	border:1px solid #eaf9a9;
	color: #d7ed51;
	border-radius: 16px;
	font-family: 'Poppins_m';
	font-size: 20px;
	padding: 10px;
    width: 410px;
	cursor: pointer;
}
.btn-wpp-verde-5:hover{
	background-color: #414140;
}

.btn-wpp-verde-6{
	background-color: #cfed50;
	margin-top: 40px;
	border:1px solid #eaf9a9;
	color: #141414;
	border-radius: 16px;
	font-family: 'Poppins_m';
	font-size: 20px;
	padding: 10px;
    width: 410px;
	cursor: pointer;
	float: left;
}
.btn-wpp-verde-6:hover{
	background-color: #d9e6a2;
}

.barra-preta-2{
	float: left;
	width: 100%;
	height: 300px;
	background-color: #141414;
	border-bottom: 1px solid #252525;
}
.txt-numero{
	float: left;
	text-align: left;
}
.txt-numero h1{
	font-family: 'Poppins_eb';
	font-size: 160px;
	color: #d7ed51;
	margin: 0px;
	margin-bottom: -40px;
}
.txt-numero p{
	font-family: 'Poppins_r';
	font-size: 20px;
	color: #f9f9fa;
	margin: 0px;
}
.txt-numero-m{
	float: left;
	text-align: left;
	margin-left: 105px;
	margin-right: 105px;
}
.txt-numero-m h1{
	font-family: 'Poppins_eb';
	font-size: 160px;
	color: #d7ed51;
	margin: 0px;
	margin-bottom: -40px;
}
.txt-numero-m p{
	font-family: 'Poppins_r';
	font-size: 20px;
	color: #f9f9fa;
	margin: 0px;
}
.barra-preta-3{
	float: left;
	width: 100%;
	height: 1125px;
	background-color: #141414;
}

.barra-preta-5{
	float: left;
	width: 100%;
	height: 1125px;
	background-color: #141414;
}

.barra-preta-6{
	float: left;
	width: 100%;
	height: 1235px;
	background-color: #141414;
}

.barra-preta-7{
	float: left;
	width: 100%;
	height: 835px;
	background-color: #141414;
	display:none;
}

.barra-preta-8{
	float: left;
	width: 100%;
	height: 525px;
	background-color: #141414;
}

.barra-preta-9{
	float: left;
	width: 100%;
	height: 1000px;
	background-color: #141414;
}

.barra-preta-10{
	float: left;
	width: 100%;
	height: 472px;
	background-color: #141414;
	border-top:2px solid #cfed50;
}

.barra-preta-11{
	float: left;
	width: 100%;
	height: auto;
	background-color: #141414;
	margin-top: -10px;
}


.rodape{
	float: left;
	width: 65%;
	height: 400px;
	border-bottom: 1px solid #cfed50;
}

.rodape h1{
	color: #f9faf5;
	font-size: 40px;
	font-family: 'Poppins_eb';
	text-align: left;
}

.rodape p{
	color: #686868;
	font-size: 27px;
	font-family: 'Poppins_r';
	text-align: left;
}

.link-rodape-2:active{
	color: #686868;
	font-size: 20px;
	font-family: 'Poppins_r';
	text-decoration: none;
}
.link-rodape-2:link{
	color: #686868;
	font-size: 20px;
	font-family: 'Poppins_r';
	text-decoration: none;
}
.link-rodape-2:hover{
	color: #FFF;
	font-size: 20px;
	font-family: 'Poppins_r';
	text-decoration: underline;
}

.rodape-2{
	float: left;
	width: 35%;
	height: 400px;
	border-bottom: 1px solid #cfed50;
}

.rodape-2 h1{
	color: #f9faf5;
	font-size: 40px;
	font-family: 'Poppins_eb';
	text-align: left;
}

.rodape-2 p{
	color: #686868;
	font-size: 27px;
	font-family: 'Poppins_r';
	text-align: left;
}

.icone-rodape{
	float: left;
	margin-right: 20px;
}

.link-rodape{
	float: left;
	width: 100%;
	text-align: center;
}

.link-rodape p{
	color: #686868;
	font-size: 20px;
	font-family: 'Poppins_r';
	text-align: center;
}

.seu-negocio{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 100px;
}

.seu-negocio p{
	color: #f9f9fa;
	font-family: 'Poppins_r';
	font-size: 30px;
}

.seu-negocio h1{
	font-family: 'Poppins_eb';
    color: #d7ed51;
    font-size: 60px;
    margin-top: -30px;
    line-height: 77px;
}

.cases{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.cases p{
	color: #f9f9fa;
	font-family: 'Poppins_r';
	font-size: 30px;
}

.cases h1{
	font-family: 'Poppins_eb';
    color: #d7ed51;
    font-size: 60px;
    margin-top: -30px;
    line-height: 77px;
}

.depoimentos{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.depoimentos p{
	color: #f9f9fa;
	font-family: 'Poppins_r';
	font-size: 30px;
	text-align: left;
}

.depoimentos h1{
	font-family: 'Poppins_eb';
    color: #d7ed51;
    font-size: 60px;
    margin-top: -30px;
    line-height: 77px;
	text-align: left;
}

.contato{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.contato p{
	color: #f9f9fa;
	font-family: 'Poppins_r';
	font-size: 30px;
	text-align: left;
}

.contato h1{
	font-family: 'Poppins_eb';
    color: #d7ed51;
    font-size: 60px;
    margin-top: -30px;
    line-height: 77px;
	text-align: left;
}

.form-contato{
	float: left;
	width: 100%;
}

.form-contato p{
	font-family: 'Poppins_eb';
	color:#f9faf5;
	font-size: 30px;
	margin-bottom: 0px;
}

.campo-form{
	float: left;
	text-align: left;
	width: 45%;
	margin-bottom: 30px;
}

.campo-form-2{
	float: right;
	text-align: left;
	width: 45%;
	margin-bottom: 30px;
}

.campo-form-3{
	float: left;
	text-align: left;
	width: 100%;
	margin-bottom: 30px;
}

.input-contato{
	width: 100%;
	height: 40px;
	background-color: transparent;	
	border: 0px;
	border-bottom: 1px solid #dcf15c !important;
	font-family: 'Poppins_r';
	color:#f9faf5;
}

.quadro-solucoes{
	float: left;
	width: 49%;
	background: url("../img/fundo-quadro-solucoes.png");
	background-size: 100%;
	height: 169px;	
	margin-top: 20px;
	margin-bottom: 30px;
}

.quadro-depoimento{
	float: left;
	width: 23%;
	background: url("../img/fundo-quadro-depoimentos.png");
	background-size: 100%;
	height: 348px;	
	margin-top: 20px;
	margin-right: 30px;
}

.quadro-depoimento-2{
	float: left;
	width: 23%;
	background: url("../img/fundo-quadro-depoimentos.png");
	background-size: 100%;
	height: 348px;	
	margin-top: 20px;
	margin-right: 0px;
}

.img-depoimento{
	float: left;
	margin-left: 20px;
}

.titulo-cliente{
	float: left;
	margin-top: -8px;
	margin-left: 15px;
}

.titulo-cliente p{
	color: #f9f9fa;
    font-family: 'Poppins_r';
    font-size: 14px;
    text-align: left;
	line-height: 16px;
}

.estrelas{
	float: left;
	width: 90%;
	margin-left: 20px;
	text-align: left;
}

.texto-cliente{
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	width: 87%;
}

.texto-cliente p{
	float: left;
	font-family: 'Poppins_r';
    font-size: 15px;
    text-align: left;
}

.quadro-solucoes-2{
	float: right;
	width: 49%;
	background: url("../img/fundo-quadro-solucoes.png");
	background-size: 100%;
	height: 169px;	
	margin-top: 20px;
	margin-bottom: 30px;
}

.quadro-negocio{
	float: left;
	width: 30.7%;
	background: url("../img/fundo-quadro-1.png");
	background-size: 100%;
	height: 276px;	
	margin-top: 20px;
}

.quadro-negocio-2{
	float: left;
	width: 30.7%;
	background: url("../img/fundo-quadro-2.png");
	background-size: 100%;
	height: 276px;	
	margin-left: 40px;
	margin-top: 20px;
}

.quadro-negocio-3{
	float: left;
	width: 30.7%;
	background: url("../img/fundo-quadro-3.png");
	background-size: 100%;
	height: 276px;	
	margin-left: 200px;
	margin-top: 40px;
}

.quadro-negocio-4{
	float: left;
	width: 30.7%;
	background: url("../img/fundo-quadro-2.png");
	background-size: 100%;
	height: 276px;	
	margin-left: 40px;
	margin-top: 40px;
}

.img-negocio{
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.img-solucoes-quadro{
	float: left;
	width: 30%;
	text-align: center;
	margin-top: -55px;
}

.titulo-negocio{
	float: left;
	width: 100%;
	min-height: 69px;
}

.titulo-negocio h1{
	color: #f9f9fa;
	font-family: 'Poppins_eb';
	font-size: 22px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 28px;
}

.texto-negocio{
	float: left;
	width: 100%;
	text-align: center;
}

.texto-negocio p{
	color: #f9f9fa;
    font-family: 'Poppins_r';
    font-size: 18px;	
	margin: 0px;
}

.titulo-solucoes{
	float: left;
	width: 70%;
	min-height: 69px;
}

.titulo-solucoes h1{
	color: #f9f9fa;
	font-family: 'Poppins_eb';
	font-size: 22px;
	margin-top: 20px;
	margin-left: 40px;
	line-height: 28px;
	text-align: left;
}

.texto-solucoes-2{
	float: left;
	width: 50%;
	text-align: center;
}
.texto-solucoes-2 h1{
	font-family: 'Poppins_eb';
	color: #d7ed51;
	font-size: 60px;
	margin-top: 120px;
	text-align: left;
}
.texto-solucoes-2 p{
	color: #f9f9fa;
    font-family: 'Poppins_r';
    font-size: 25px;	
	margin: 0px;
	text-align: left;
}
.menu-geral-mobile{
	display: none;
}
#hamb, #menuMob {
	display:none;
}

@media screen and (max-width: 558px) {
	.rede-social{
		text-align: center;
	}
	.logo {
		text-align: center;
    	width: 100%;
	}
	.w1200-topo{
		width: 100%;
		height: 212px;
	}
	.menu-geral{
		display: none;
	}
	.banner{
		margin-top: 41px;
	}
	.barra-verde{
		height: 280px;
	}
	.barra-verde h1{
		font-size: 30px;
	}
	.barra-verde p {
		font-size: 20px;
		margin-top: -10px;
	}
	.img-quem-somos{
		width: 100%;
		text-align: center;
	}
	.img-quem-somos img{
		width: 100%;
		margin-top: 40px;	
		margin-left: 0px;
	}
	.texto-quem-somos{
		width: 94%;
		padding:0.8em;
	}
	.texto-solucoes-2{
		width: 94%;
		padding:0.8em;
	}
	.texto-solucoes-2 h1 {
		font-family: 'Poppins_eb';
		color: #d7ed51;
		font-size: 40px;
		margin-top: 20px;
		text-align: left;
	}
	.barra-preta-4{
		height: 1040px;
	}
	.texto-quem-somos h1{
		margin-top:0px;
		font-size: 45px;
	}
	.texto-quem-somos p{
		font-size: 20px;
	}
	.btn-wpp-verde{
		width:93%;
	}
	.txt-numero{
		width: 100%;
		text-align: center;
	}
	.txt-numero h1{
		font-size: 110px;
	}
	.txt-numero p{
		font-size: 17px;
	}
	.txt-numero-m{
		width: 100%;
		text-align: center;
		margin-left: 0px;
		margin-right: 0px;
	}
	.txt-numero-m h1{
		font-size: 110px;
	}
	.txt-numero-m p{
		font-size: 17px;
	}
	.barra-preta-2{
		height: 570px;
	}
	.seu-negocio{
		margin-top: 40px;
	}
	.seu-negocio p{
		font-size: 20px;
	}
	.seu-negocio h1 {
		font-family: 'Poppins_eb';
		color: #d7ed51;
		font-size: 30px;
		margin-top: -10px;
		line-height: 37px;
	}
	.barra-preta-3{
		height: 1920px;
	}
	.quadro-negocio{
		width: 100%;
		height: 296px;
	}
	.quadro-negocio-2{
		width: 100%;
		height: 296px;
		margin-left: 0px;
	}
	.quadro-negocio-3{
		width: 100%;
		height: 296px;
		margin-left: 0px;
	}
	.quadro-negocio-4{
		width: 100%;
		height: 296px;
		margin-left: 0px;
	}
	.btn-wpp-verde-2{
		width: 80%;
		margin-top: 40px;
	}
	.quadro-solucoes{
		width: 100%;
		height: 119px;
		margin-bottom: 0px;
	}
	.quadro-solucoes-2{
		width: 100%;
		height: 119px;
		margin-bottom: 0px;
		
	}
	.titulo-solucoes h1{
		color: #f9f9fa;
		font-family: 'Poppins_eb';
		font-size: 15px;
		margin-top: 20px;
		margin-left: 20px;
		line-height: 28px;
		text-align: left;
	}
	.texto-solucoes p {
		color: #f9f9fa;
		font-family: 'Poppins_r';
		font-size: 15px !important;
		margin-left: 20px;
	}
	.img-solucoes-quadro{
		margin-top: -75px;
	}
	.barra-preta-5{
		height: 1155px
	}
	.btn-wpp-verde-3{
		width: 89%;
		height: auto;
	}
	.cases h1 {
		font-family: 'Poppins_eb';
		color: #d7ed51;
		font-size: 40px;
		margin-top: -30px;
		line-height: 57px;
	}
	.barra-preta-6{
		height: 555px;
	}
	.depoimentos {
		float: left;
		width: 94%;
		text-align: center;
		margin-top: 40px;
		padding: 0.8em;
	}
	.depoimentos p {
		color: #f9f9fa;
		font-family: 'Poppins_r';
		font-size: 20px;
		text-align: left;
	}
		.depoimentos h1 {
		font-family: 'Poppins_eb';
		color: #d7ed51;
		font-size: 40px;
		margin-top: -30px;
		line-height: 57px;
		text-align: left;
	}
	.quadro-depoimento{
		width: 100%;
		height: 288px;
	}
	.img-depoimento{
		margin-left: 0px;
	}
	.estrelas{
		margin-left: 0px;
	}
	.texto-cliente{
		margin-left: 0px;
	}
	.texto-cliente p {
		float: left;
		font-family: 'Poppins_r';
		font-size: 15px;
		text-align: left;
	}
	.quadro-depoimento-2{
		display: none;
	}
	.btn-wpp-verde-4{
		width: 80%;
		margin-top: 0px;
	}
	.barra-preta-7{
		height: 1285px;
	}
	.w1200-verde h1{
		font-size: 34px;
	}
	.w1200-verde{
		width: 95%;
	}
	.w1200-verde p{
		font-size: 26px;
	}
	.btn-wpp-verde-5{
		width: 90%;
	}
	.contato {
		float: left;
		width: 94%;
		text-align: center;
		margin-top: 0px;
		padding: 0.8em;
	}
	
	.campo-form{
		width: 98%;
	}
	.campo-form-2{
		width: 98%;
		float: left;
	}
	.rodape {
		float: left;
		width: 94%;
		height: 290px;
		border-bottom: 1px solid #cfed50;
		padding: 0.8em;
	}
	.rodape h1{
		font-size: 23px;
	}
	.rodape p {
		color: #686868;
		font-size: 17px;
		font-family: 'Poppins_r';
		text-align: left;
	}
	.barra-preta-10{
		height: auto;
	}
	.barra-preta-9{
		height: auto;
	}
	.rodape-2 {
		float: left;
		width: 94%;		
		padding: 0.8em;
	}
	.btn-wpp-verde-6{
		width: 90%;
		float: none;
	}
	#hamb {
		display:block;
	}
	
	#hamb::before {
		content: '\2261';
		font-size:60px;
		cursor:pointer;
		color: #FFF;
	}
	
	#menuMob.opened {
		display: inline-block;
		position: absolute;
		left: 0;
		right: 0;
		box-sizing: border-box;
		margin: 0;
		padding: 0;
		margin-top: 70px;
        opacity: 0.8;
		background: #000000;
		font-family: 'Poppins_r';
		color: #fff;
	}
	
	#menuMob.opened li {
		padding:5px 0;
	}
	#menuMob.opened li:hover {
		color:#906C53;
	}
}

