@import url("fontes.css");
@import url("margins.css");
:root {
  --verde: #00ad97;
  --marrom: #5d564e;
  --branco: #ffffff;
  --marrom-claro: #a8a5a0;
  --cinza: #ededeb;
}
* {
  font-weight: normal !important;
}
html {
  font-size: 10px;
}
body {
  font-family: 'helvetica_neueregular';
  font-size: 2.8rem;
  line-height: 1.25em;
  background-color: var(--branco);
  color: var(--marrom);
}
.cor-verde {
  color: var(--verde);
}
.cor-marrom {
  color: var(--marrom);
}
.cor-marrom-claro {
  color: var(--marrom-claro);
}
a {
  color: var(--marrom);
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
a:hover, a:active {
  color: var(--verde);
}
a.cor-verde {
  color: var(--verde);
}
.bg-verde {
  background-color: var(--verde);
  color: var(--branco);
}
a.cor-marrom {
  color: var(--marrom);
}
a.cor-verde:hover, a.cor-verde:active {
  color: var(--marrom);
}
a.cor-marrom:hover, a.cor-marrom:active {
  color: var(--verde);
}
.conteudo-pgs {
  display: block;
  margin-top: 10rem;
  margin-bottom: 10rem;
}
.principal {
  display: block;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1780px;
  padding-left: 6rem;
  padding-right: 6rem;
}
.container-fluid {
  max-width: 1780px;
  margin: auto;
  padding: 0;
}
bold, strong, .ativo {
  font-family: 'helvetica_neuemedium';
  font-weight: normal;
}
h1 {
  font-size: 6rem;
}
h2 {
  font-size: 4.3rem;
}
h3 {
  font-size: 4.0rem;
}
h4 {
  font-size: 3.2rem;
}
h1, h2, h3, h4, h5 {
  line-height: 1em !important;
}
.txt-m {
  font-size: 2.1rem;
}
.txt-p {
  font-size: 1.8rem;
  line-height: 2rem;
	
}
.txt-pp {
  font-size: 1.6rem;
  line-height: 1.8rem;
}

.logo {
  font-size: 33.5rem;
  height: 9.5rem;
}
.social {
  width: 3.5rem;
  height: 3.5rem;
  margin-left: 0.9rem;
  margin-top: -2rem;
}
a .social, a .whats, a.scale img {
  transition: 0.25s ease-out;
  transform: scale(1);
}
a .social:hover, a:hover .whats, a.scale:hover img {
  transform: scale(1.05);
}
p {
  margin: 0;
}
.nav-link {
  display: block;
  padding: 0;
  font-size: 2.4rem;
  font-weight: normal;
  color: var(--marrom);
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
  opacity: 1;
}
.nav-link:focus, .nav-link:hover {
  color: var(--verde);
  opacity: 1
}
.dropdown-toggle::after {
  display: none !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  border: 0 none;
  padding-top: 1rem;
  position: absolute;
  padding-left: 3rem;
  padding-right: 3rem;
  left: -3rem;
  padding-bottom: 2rem;
  background-color: rgba(255, 255, 255, 0.85);
}
.dropdown-item {
  display: block;
  padding: 0;
  font-size: 2.8rem;
  font-weight: normal;
  color: var(--verde);
  text-decoration: none;
  width: 100%;
  padding-bottom: 0.5rem;
  background-color: transparent !important;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--marrom);
}
.navbar {
  padding-top: 6rem;
  margin-bottom: 5rem;
}
.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  color: var(--verde);
}
.social-menu-holder {
  right: 0.8rem;
  top: -7.5rem;
  position: absolute;
  display: block;
}
.bg-light {
  background-color: var(--branco) !important;
}
.navbar-nav .nav-item span {
  margin-left: 1rem;
  margin-right: 1rem;
}
.navbar-nav {
    margin-bottom: -1.95rem !important;
}
.controle-next img {
  width: 5.2rem;
  height: 9.7rem;
}
.controle-prev img {
  width: 5.2rem;
  height: 9.7rem;
}
.controle-next, .controle-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}
.controle-next {
  right: -3rem;
}
.controle-prev {
  right: 6rem;
}
.bt-download {
  display: block;
}
.bt-download svg, .bt-download span {
  float: left;
  margin-right: 0.5rem;
}
svg.feather.feather-download {
  width: 1.7rem !important;
  height: 1.7rem !important;
}
.form-control {
  display: block;
  width: 100%;
  padding: .5rem .75rem;
  font-size: 2.1rem;
  font-weight: normal;
  line-height: 2.8rem;
  height: 3rem;
  font-family: 'helvetica_neueregular';
  background-color: var(--branco);
  color: var(--marrom);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
textarea.form-control {
  height: 20rem;
}
.col-form-label {
  padding-top: .5rem;
  padding-bottom: .5rem;
  margin-bottom: 0;
  font-size: inherit;
  line-height: 2.8rem;
}
.botao-enviar {
  display: inline-block;
  width: auto;
  padding: .5rem .75rem;
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 2.8rem;
  height: 3rem;
  font-family: 'helvetica_neueregular';
  background-color: transparent;
  color: var(--verde);
  background-clip: padding-box;
  border: 0 none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0rem;
  transition: 0.3s ease-in-out;
  padding-left: 0;
}
.botao-enviar:hover {
  transform: scale(1.09);
}
.coluna-botao {
  margin-top: -6rem;
}

.gervino {
  width: 24.2rem;
  height: 4.4rem;
  margin-left: 12rem;
  margin-bottom: -0.5rem;
}

footer .social {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0rem;
	margin-right: 1rem;
    margin-top: 0rem;
	margin-bottom: 1rem;

}

em{
	margin-left: 0rem;
}

.texto-produto{
	float: left;
	width: calc(100% - 25rem);
	margin-left: 1rem;;
	margin-right: 3rem;

}
.imagem-produto{
	width: 21rem;
	float: left;
}

.produtos{
	margin-bottom: 6.6rem;
}

.bg-sobre {
	background-color: var(--cinza);
}

.beneficios-ecopot{
	margin-top: 3.5rem;
}


.contato{
	font-size: 2.2rem;
}
.hold-social{
	margin-left: 2rem;
}


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	
.hold-social{
	margin-left: 0rem;
}
  .clearBr br, br.clearBr {
    display: none !important;
  }
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .txt-p {
    font-size: 1.7rem;
  }
  .navbar {
    padding-top: 2rem;
    margin-bottom: 2rem;
  }
  .logo { /*AJUSTAR*/
    font-size: 30rem;
    height: 10rem;
  }
  .navbar-toggler {
    padding: 0;
    font-size: 5rem;
    line-height: 1;
    color: var(--marrom);
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: 0.5s;
    outline: 0 !important;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none !important;
  }
  .nav-link {
    display: block;
    padding: 0;
    font-size: 3.8rem;
    margin-top: 3rem;
    margin-bottom: 0rem;
  }
  .dropdown-item {
    font-size: 3rem;
    margin-top: 1rem;
  }
  body {
    font-size: 2.5rem;
  }
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4.5rem;
  }
  h3 {
    font-size: 3.5rem;
  }
  h4 {
    font-size: 2.8rem;
  }
  svg.feather.feather-download {
    width: 1.8rem;
    height: 1.8rem;
  }
  .gervino {
    width: 30rem;
    height: 5.4rem;
    margin-left: 0rem;
    margin-bottom: 2rem;
	 margin-top: 6rem;
  }
	
  .social {
    width: 5.5rem;
    height: 5.5rem;
    margin-left: 0rem;
	margin-right: 2rem;
    margin-top: 3rem;
	margin-bottom: 0rem;
	  
  }
	
	.texto-produto{
		margin-left: 1rem;
	}
		
.bg-sobre, .bg-contato {
	padding-bottom: 9rem;
}

}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {}