@import url("fontes.css");
@import url("margins.css");
:root {
  --verde: #82d667;
  --marrom: #5d564e;
  --branco: #ffffff;
  --marrom-claro: #a8a5a0;
}
* {
  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;
}
h1::after {
  content: " ";
  width: 11rem;
  border-top: 2px solid var(--marrom);
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h2 {
  font-size: 5.7rem;
}
h3 {
  font-size: 4.0rem;
}
h4 {
  font-size: 3.2rem;
}
h1, h2, h3, h4, h5 {
  line-height: 1em !important;
}
.produto-home1 {
  width: 27%;
  display: inline-block;
  float: left;
}
.produto-home2 {
  width: 27%;
  display: inline-block;
  float: left;
}
.produto-home3 {
  width: 44%;
  display: inline-block;
  float: left;
}
.padding-produto-home {
  padding-left: 1.7rem;
}
.produtos-home hr {
  margin-left: 1.5rem;
  border-width: 2px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: block;
}
.txt-m {
  font-size: 2.4rem;
  line-height: 1.1em;
}
.txt-p {
  font-size: 2.05rem;
}
.produtos .txt-p {
  line-height: 1.25em;
}
.logo {
  font-size: 38.7rem;
  height: 13.4rem;
}
.social {
  width: 3.5rem;
  height: 3.5rem;
  margin-left: 1.5rem;
}
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 p {
  margin-top: 0.6rem;
}
footer .logo {
  margin-bottom: 0.5rem;
}
.info-footer-tel {
  margin-left: 1.5rem;
  display: block;
  margin-bottom: -0.1rem;
}
.info-footer-add {
  margin-bottom: -0.2rem;
  display: block;
  margin-left: 3rem;
}
.gervino {
  width: 24.2rem;
  height: 4.4rem;
  margin-left: 12rem;
}
.whats {
  width: 4rem;
  height: 4rem;
  margin-top: -0.8rem;
}
/*.logo-escola{
	width: 14.3rem;
	height: 16rem;
	margin-bottom: 0.8rem;
	margin-right: 5rem;
}

.logo-ambiental{
	width: 13.7rem;
	height: 15rem;
}*/
.logo-escola {
  width: 12.2rem;
  height: 13.5rem;
  margin-bottom: 0.8rem;
  margin-right: 5rem;
  margin-left: 3rem;
}
.logo-ambiental {
  width: 11.7rem;
  height: 12.8rem;
}
.logo-escola-pg {
  width: 29.1rem;
  height: 32.2rem;
}
.aprender-preservar {
  width: 46.7rem;
  height: 36.1rem;
  position: absolute;
  z-index: 10;
  right: 5rem;
  top: -16rem;
}
.logo-ambiental-pg {
  width: 28.6rem;
  height: 31.4rem;
}
.nav-link {
  display: block;
  padding: 0;
  font-size: 2.6rem;
  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;
	font-size: 2.6;
}
.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.2rem !important;

}
footer {}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--marrom) solid 1px;
  opacity: 1;
}
.bg-sobre {
  background-size: 41.3rem 47.9rem;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("../images/bg-sobre.png");
}
.bg-contato {
  background-size: 41.3rem 47.9rem;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url("../images/bg-sobre.png");
}
.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;
}
.produtos-bullets {
  width: 18rem;
  float: right;
  margin-right: 4rem;
}
.produtos-bullets p::after {
  content: " ";
  width: 11rem;
  border-top: 2px solid var(--marrom);
  display: block;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.produtos-bullets p:first-child::before {
  content: " ";
  width: 11rem;
  border-top: 2px solid var(--marrom);
  display: block;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}
.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(--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(--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: -6rem;
}
svg.feather.feather-download{
	width: 2.2rem;
	height: 2.2rem;
}
.margin-produtos-home{
	margin-top: 0;
}


/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	
.margin-produtos-home{
	margin-top: 9.3rem;
}	
	.texto-triplo{
		margin-left: 26rem;
	}
  .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;
}
.produto-home1,.produto-home2 {
  width: 49%;
  display: inline-block;
  float: left;
}

.produto-home3 {
  width:95%;
  display: inline-block;
  float: left;
}
	
.logo-escola {

  margin-bottom: 0.8rem;
  margin-right: 4rem;
  margin-left: 0rem;
}
	
.txt-p {
  font-size: 1.7rem;
}

 .padding-produto-home {
  padding-left: 3rem;
}
	
h3 .padding-produto-home {
  padding-left: 0rem;
}

.navbar {
    padding-top: 2rem;
    margin-bottom: 2rem;
}
.logo {
  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;
	}	
	
	

	
.bg-sobre, .bg-contato {
    background-size: 25rem 28rem;
	padding-bottom: 9rem;
}

body {
  font-size: 2.5rem;
}	
h1 {
  font-size: 5rem;
}
h2 {
  font-size: 4.5rem;
}
h3 {
  font-size: 3.5rem;
}
h4 {
  font-size: 2.8rem;
}
	
.logo-ambiental-pg {
    width: 23rem;
    height: 25rem;
}
.logo-escola-pg {
    width: 23rem;
    height: 25rem;
}
.aprender-preservar {
    width: 25rem;
    top: -20rem;
}

svg.feather.feather-download{
	width: 1.8rem;
	height: 1.8rem;
}	
	

	
}
/* 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) {}