@charset "utf-8";

/************************** ESTRUTURA BASE ********************************/
.container {
	width: 100%;
	margin:0 auto;
}

.containerConteudo {
  width: 1200px;
  margin:0 auto;
}

.esquerda {
	float: left;
}

.direita {
	float: right;
}

.blocos {
  display: inline-block;
}

.AjusteGeral {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/*************************** TOPO MENU ****************************/
header {
  height: 273px;
  padding: 32px 20px 15px 60px;
  background-color: #87C540;
  background-image: url(../../images/BgTopo.jpg);
  background-repeat: no-repeat;
  background-position: right;
}

.logotipo {
  float: left;
}

.TextoTopo {
  font-family: 'Lato', sans-serif;
  color: #fff;
  width: 34%;
  float: right;
  padding: 74px 155px 0px 0px;
}

.TextoTopo h1 {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 19px;
}

.TextoTopo h2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
}

/***************** BANNER ******************/

.Banner img {
    width: 100%;
}

/****************** TAGS ********************/

.tagGeral {
  text-align: center;
}

.tags {
  padding: 15px 0px;
}

.tags span {
  margin: 15px;
  font-family: 'Lato', sans-serif;
  color: #87c440;
  font-size: 16px;
}

/****************** TEXTOS ******************/

.Texto {
  margin-top: 55px;
  width: 55%;
}

.Texto h3 {
  font-family: 'Lato', sans-serif;
  color: #4e8211;
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 25px;
}

.Texto span {
  font-family: 'Lato', sans-serif;
  color: #676767;
    font-size: 15px;
    line-height: 19px;
}

.Texto a {
  color: #87c440;
}

.Texto a:hover {
  text-decoration: underline;
}

.Equipe {
  margin-top: 25px;
}

.Equipe img {
  margin-right: 5px;
}


/******************** BOX ***************/

.Lateral {
  margin-top: 55px;
  margin-left: 45px;
}

.Box {
  font-family: 'Lato', sans-serif;
  color: #4e8211;
  font-weight: bold;
  font-size: 19px;
}

.Box p {
  color: #656565;
  font-size: 13px;
  font-weight: 400;
  margin-top: 6px;
  margin-bottom: 16px;
}

.BoxVerde {
  width: 300px;
  height: 187px;
  background-color: #ecfdd7;
  margin-top: 14px;
  padding: 23px 22px;
  -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
  margin-bottom: 40px;
}

.textbox { 
  border: 1px solid #d8ecde; 
                -webkit-border-radius: 3px; 
                -moz-border-radius: 3px; 
                border-radius: 3px; 
                outline:0; 
                height:37px; 
                width: 275px; 
                padding-left:10px; 
                padding-right:10px; 
                margin-bottom: 10px;
              } 

.btn {
  margin-top: 8px;
}

.btn input {
  background-color: #87c440;
  border: 1px solid #578c19;
  padding: 7px 31px;
  font-family: 'Lato', sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 13px;
  cursor: pointer;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px; 
}

.btn input:hover {
  background-color: #578c19;
}

footer {
  background-color: #87c440;
    padding: 22px 0px;
    font-family: 'Lato', sans-serif;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    margin-top: 64px;
    line-height: 20px;
    text-align: center;
}


/*********** RESPONSIVE ************/

@media screen and (max-width: 1200px) {
  .Texto {
    width: 70%;
  }
  .TextoTopo {
    padding: 74px 0px 0px 0px;
  }
  .containerConteudo {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {
  header {
    height: 447px;
    background-image: none;
    padding: 32px 20px 15px 20px;
  }

  .logotipo {
    float: none;
    text-align: center;
  }

  .TextoTopo {
    float: none;
    text-align: center;
    width: 100%;
    padding: 74px 0px 0px 0px;
  }
}

@media screen and (max-width: 478px) {
  header {
    padding: 32px 20px 15px 20px;
  }
  .logotipo img {
    width: 100%;
  }
  .Lateral {
    margin-left: 0px;
  }
  .BoxVerde {
    width: 82%;
  }
  .textbox {
    width: 82%;
  }
  .Box {
    padding: 15px;
  }
}