@import url("fontes.css");
@import url("margins.css");
:root {
  --verde: #58BA63;
  --azul: #147175;
  --branco: #ffffff;
  --oliva: #909371;
  --marrom: #5a524f;
}
* {
  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);
}

.fotos span{
	display: block;
	margin-right: 1rem;
}

a {
  color: var(--azul);
  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, .cor-verde {
  color: var(--verde);
}
.bg-verde {
  background-color: var(--verde);
  color: var(--branco);
}
.bg-light {
   background-color: var(--verde) !important;
   color: var(--branco);
}
a.cor-azul, .cor-azul {
  color: var(--azul);
}
.cor-marrom {
  color: var(--marrom);
}.cor-oliva {
  color: var(--oliva);
}
a.cor-verde:hover, a.cor-verde:active {
  color: var(--azul);
}
a.cor-azul:hover, a.cor-azul:active {
  color: var(--verde);
}

.cor-branco{
	color: var(--branco);
}
.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: 6.7rem;
  font-family: 'helvetica_neuemedium';
  font-weight: normal;
}

h2 {
  font-size: 4.7rem;
}
h3 {
  font-size: 4.3rem;
	font-family: 'helvetica_neueregular';
}
h4 {
  font-size: 3.2rem;
}
h1, h2, h3, h4, h5 {
  line-height: 1em !important;
}

.txt-m {
  font-size: 2.4rem;
  line-height: 1.1em;
}
.txt-p {
  font-size: 2.05rem;
}
.produtos .txt-p {
  line-height: 1.25em;
}
.logo {
  width: 33.5rem;
  height: 14.5rem;
}

.footer-form{
	margin-top: 8rem;
}
.holder-social-footer{
	display: block;
	margin-left: 36rem;
	margin-top: -4rem;
}

form .row{
	margin-bottom: 1.5rem;
}

.social {
  width: 3.5rem;
  height: 3.5rem;
  margin-left: 1rem;
}
footer .social {
  width: 3.5rem;
  height: 3.5rem;
  margin-left: 0rem;
  margin-right: 1.5rem;
  margin-bottom: 0.8rem;
}
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;
}

footer .logo {
  margin-bottom: 0.5rem;
}
.nav-link {
  display: block;
  padding: 0;
  font-size: 2.6rem;
  font-weight: normal;
  color: var(--branco);
  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(--branco);
  opacity: 0.8;
}

.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(--azul);
}
.navbar {
  padding-top: 6rem;
  padding-bottom:  6rem;
	font-size: 2.4;
}
.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  color: var(--branco);
}
.social-menu-holder {
  right: 0.8rem;
  top: -7.5rem;
  position: absolute;
  display: block;
}

.gervino{
	width: 24.2rem;
	height: 4.4rem;
	margin-left: 15rem;
}

.navbar-nav .nav-item span {
  margin-left: 1rem;
  margin-right: 1rem;
}
.navbar-nav {
  margin-bottom: -1.2rem !important;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--azul) solid 1px;
  opacity: 1;
}
.bt-download {
  display: block;
}
.bt-download svg, .bt-download span {
  float: left;
  margin-right: 0.5rem;
}
.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(--azul);
  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: 0rem;
  padding-bottom: .5rem;
  margin-bottom: 0;
	margin-top: 0.5rem;
  line-height: 2.8rem;
	font-size: 2.1rem;
}
.botao-enviar {
  display: inline-block;
  width: auto;
  padding: .5rem .75rem;
  font-size: 2.1rem;
  font-weight: normal;
  line-height: 2.8rem;
  height: 3rem;
  font-family: 'helvetica_neueregular';
  background-color: transparent;
  color: var(--branco);
  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: -4rem;
}
svg.feather.feather-download{
	width: 2.2rem;
	height: 2.2rem;
}

	
	.produtos .holder-produto{
		display: block;
		margin-right: 2rem;
	}

.produtos img{
	margin-left: -2rem;
	margin-bottom: 1rem;
}
.produtos h1{
	display: block;
	margin-top: -1rem;
}

.navbar-toggler-icon {

    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'><path stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.logo{
		margin-left: -2rem;
	}

  .gervino {
    margin-left: 0rem;
    margin-top: 3.1rem;
  }
  .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: 6rem;
    margin-bottom: 0rem;
}

	
.navbar-toggler {
    padding: 0;
    font-size: 5rem;
    line-height: 1;
    color: var(--azul);
    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;
}	
	
	.hold-social{
		margin-top: 2rem;
	}

	
}
/* 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) {}