/*=============== FONTS CSS ===============*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");


body {
  font: 100%;
  color: #046938;
  background: blue;
  font-family: "Montserrat", sans-serif; }

footer {
  color: black;
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  display: block;
  text-align: center;
  min-height: 200px;
  background: white;
  border-top: 6px solid #9fc36e; }

h1 {
  font-size: 2em;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 900; }

h2 {
  font-size: 1.5em;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-weight: 900; }

.bannercentralizado {
  text-align: center;
  float: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 100px; }

.centralizado {
  text-align: center; }

.alinhado {
  text-align: center !important; }

.title {
  text-align: center; }

.title:before {
  content: '';
  display: block;
  width: 50px;
  height: 10px;
  float: none;
  margin: auto;
  margin-right: auto;
  background: #046938;
  border-radius: 5px;
  margin-bottom: 5px; }

.textoverde {
  color: #9fc36e; }

.textobranco {
  color: white; }

.textopreto {
  color: #333333; }

.textopadrao {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  line-height: 150%;
  text-align: justify; }

span.textopadraoalinhado {
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  line-height: 150%;
  text-align: center; }

#fundobannertopo {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  display: block;
  text-align: center;
  text-align: center;
  min-height: 250px;
  background-image: url("../img/fundotopo.jpg");
  background-repeat: no-repeat;
  background-position: center top; }
  #fundobannertopo img {
    max-width: 100%; }

#produtoshome {
  background: #046938;
  color: white;
  background-image: url("../img/fundo-verde1.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  border-top: 5px solid #9fc36e;
  border-bottom: 5px solid #9fc36e; }

.espaco {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  display: block;
  text-align: center;
  height: 100px;
  text-align: center; }

.espaco2 {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  display: block;
  text-align: center;
  height: 150px;
  text-align: center; }

#topoempresa {
  height: 250px;
  background-image: url("../img/fundo-verde1.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  text-align: center; }

#numberscompany {
  background-color: #9fc36e;
  min-height: 300px; }

#rodapeimagem {
  height: 300px;
  background-image: url("../img/rodapeimagem.jpg");
  background-repeat: no-repeat;
  background-position: center bottom; }

footer {
  background-color: #046938;
  color: #FFFFFF; }

img.ajustada {
  max-width: 100%;
  overflow: hidden; }

img.ajustada80 {
  max-width: 80%;
  overflow: hidden; }

.titulopagina {
  text-align: center;
  color: #ffffff; }

.bordabottomverde {
  border: 5px bottom #9fc36e; }

.riscoverde {
  height: 10px;
  margin: 50px 0px 50px 0px;
  background-image: url("../img/risco-verde.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  border-top: 5px solid red; }

.divisoriten {
  display: none; }

.transicao {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 0px; }
  .transicao:hover {
    margin-top: -20px; }

#boxcontato {
  position: relative;
  float: none;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  background-color: #9fc36e;
  height: auto;
  padding: 5%;
  -webkit-border-radius: 25px 25px 25px 25px;
  border-radius: 25px 25px 25px 25px; }

@media screen and (max-width: 480px) {
  #topoempresa {
    height: 200px;
    background-image: url("../img/fundo-verde1.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center; }

  .espaco {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    display: block;
    text-align: center;
    height: 50px;
    text-align: center; }

  .espaco2 {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    display: block;
    text-align: center;
    height: 100px;
    text-align: center; }

  .divisoriten {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    display: block;
    text-align: center;
    height: 50px;
    text-align: center; }

  .textopadrao {
    text-align: justify !important; }

  span.textopadrao {
    text-align: justify; }

  h2 {
    text-align: center; }

  #rodapeimagem {
    height: 200px;
    background-image: url("../img/rodapeimagem.jpg");
    background-repeat: no-repeat;
    background-position: cover; }

  #boxcontato {
    position: relative;
    float: none;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    background-color: #9fc36e;
    height: auto;
    padding: 5%;
    -webkit-border-radius: 25px 25px 25px 25px;
    border-radius: 25px 25px 25px 25px; }

  .header {
    padding-top: 10px;
    padding-bottom: 10px; } }
#logofooter {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  display: block;
  text-align: center;
  text-align: center;
  margin: 30px 0px 30px 0px; }

#adress {
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  display: block;
  text-align: center;
  text-align: center;
  margin-bottom: 30px;
  color: #ffffff; }

.iframe-maps {
  width: 100% !important;
  margin-top: -80px; }

#btenviar {
  width: 100%;
  height: 40px;
  line-height: 30px;
  background-color: #046938;
  text-align: center;
  border: 0px; }

/*
*
* ==========================================
* FOR DEMO PURPOSE
* ==========================================
*
*/
body {
  background: #f4f4f4; }

.banner {
  background: #a770ef;
  background: -webkit-linear-gradient(to right, #a770ef, #cf8bf3, #fdb99b);
  background: linear-gradient(to right, #a770ef, #cf8bf3, #fdb99b); }

/*# sourceMappingURL=estilos.css.map */
