#contato {
  background: #1b3738;
  border-radius: 0px 0px 50px 50px;
  position: relative;
  z-index: 2;
  height: 410px;
}

.menu {
  position: relative;
  width: 100%;
  background-color: #1b3738;
}

section#contato h1 {
  color: #72FF75;
  text-align: center;
  font-family: Figtree;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  height: 220px;
}
section#informacao {
  position: relative;
  bottom: 37px;
  width: 100%;
  min-height: 288px;
  border-radius: 0px 0px 50px 50px;
  background: #80ff83;
}
section#informacao .inicio {
  padding-top: 132px;
}
section#informacao a.tel {
  color: #1B3738;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}
section#informacao a.email {
  color: #1B3738;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  margin-top: 9px;
}
section#informacao label.sem-icone {
  padding-left: 17px;
  margin-bottom: 12px;
  margin-top: 10px;
}
section#endereco {
  margin-top: 101px;
}
section#endereco .mapa {
  width: 100%;
  height: 403px;
  border-radius: 25px;
}
section#endereco .box-endereco {
  width: 95%;
  margin-left: 5%;
}
section#endereco .box-endereco h2 {
  color: #1B3738;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  padding-left: 10px;
}
section#endereco .box-endereco label {
  width: 54%;
  margin-left: 73px;
  margin-bottom: 10px;
}
section#endereco .box-endereco .divisoria {
  width: 516px;
  height: 1px;
  background: rgba(27, 55, 56, 0.2);
  margin-top: 22px;
  margin-bottom: 36px;
}
section#form-contato form {
  width: 872px;
  margin-top: 80px;
}
section#form-contato .fundo {
  background: #F4F4F4;
  margin-top: 101px;
}
section#form-contato h2 {
  color: #1B3738;
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  margin-bottom: 21px;
}
section#form-contato .centro {
  display: flex;
  align-items: center;
  justify-content: center;
}
section#form-contato input[type=text],
section#form-contato input[type=email] {
  border-radius: 10px;
  border: 1px solid #1B3738;
  height: 70px;
  margin-bottom: 24px;
}
section#form-contato button[type=submit] {
  height: 70px;
  border-radius: 10px;
  background: #72ff75;
  text-align: center;
  color: #1b3738;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  width: 100%;
  border: 0px;
  margin-top: 74px;
  text-transform: uppercase;
  margin-bottom: 62px;
}
section#form-contato select {
  border-radius: 10px;
  border: 1px solid #1B3738;
  height: 70px;
  margin-bottom: 24px;
  background: #fff url(../images/up.png) no-repeat 97% center;
}
section#form-contato input::-moz-placeholder, section#form-contato textarea::-moz-placeholder {
  color: #000;
}
section#form-contato input::placeholder,
section#form-contato textarea::placeholder {
  color: #000;
}
section#form-contato textarea {
  height: 151px;
  border-radius: 10px;
  border: 1px solid #1B3738;
}
section#outros {
  margin-top: 53px;
}
section#outros .cor1 {
  width: 100%;
  height: 345px;
  border-radius: 21.941px;
  border: 0.878px solid #1B3738;
  background: #1B3738;
}
section#outros .cor1 a {
  width: 266px;
  height: 41px;
  border-radius: 49px;
  border: 0.736px solid #FFF;
  text-align: center;
  color: #fff;
  margin-top: 31px;
  text-decoration: none;
}
section#outros .cor1 h2 {
  width: 196px;
  height: 79px;
  color: #fff;
  font-size: 26x;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding-left: 10px;
}
section#outros .cor2 {
  width: 100%;
  height: 345px;
  border-radius: 21.941px;
  border: 1.755px solid #1B3738;
}
section#outros .cor2 a {
  width: 266px;
  height: 41px;
  border-radius: 49px;
  border: 0.736px solid #1B3738;
  text-align: center;
  color: #1B3738;
  margin-top: 31px;
  text-decoration: none;
}
section#outros .cor2 h2 {
  width: 196px;
  height: 79px;
  color: #1B3738;
  font-size: 26x;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  padding-left: 10px;
}
section#outros .altura {
  height: 55%;
}
section#outros .centro {
  display: flex;
  align-items: center;
  justify-content: center;
}
section .relative-banner {
  position: relative;
}
section .absolute-banner {
  position: absolute;
  width: 100%;
  z-index: 2;
  bottom: 213px;
}
section#fim {
  height: 84px;
  width: 100%;
}

/* MOBILE */
@media (max-width: 991px) {
  .mob-titulo {
    background: transparent;
    color: #1b3738;
    margin-top: 30px;
    margin-bottom: 0;
  }
  section#informacao {
    padding-bottom: 38px;
  }
  section#contato h1 {
    font-size: 35px;
    margin-top: 1.5em;
  }
  section#form-contato .fundo {
    background: #f4f4f4;
    margin-top: 20px;
  }
  section#form-contato button[type=submit] {
    margin-top: 21px;
  }
  section#endereco {
    margin-top: 0px;
  }
  section#endereco .box-endereco {
    margin-top: 33px;
  }
  section#endereco .box-endereco .divisoria {
    width: 90%;
  }
  section#endereco .box-endereco label {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
  }
  section .img-banner {
    top: 17px;
    width: 92%;
    right: 7%;
    min-height: 254px;
    height: 281px;
    background-size: cover;
  }
  section#outros .cor1 {
    margin-bottom: 40px;
  }
  section#outros .cor2 {
    margin-bottom: 40px;
  }
  section#informacao a.tel {
    font-size: 19px;
  }
  section#endereco .box-endereco h2 {
    font-size: 25px;
  }
  .boxx {
    justify-items: center;
    text-align: center;
  }
  section#form-contato input, section#form-contato textarea, section#form-contato select {
    border-radius: 5px !important;
    border: 1px solid #1B3738;
    height: 51px !important;
    margin-bottom: 24px;
    background-color: transparent;
  }
  section#form-contato textarea {
    height: auto !important;
  }
}
/* TABLET */
@media (min-width: 992px) and (max-width: 1199px) {
  .mob-titulo {
    background: #1b3738;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  section#informacao {
    padding-bottom: 38px;
  }
  section#contato h1 {
    font-size: 60px;
  }
  section#form-contato .fundo {
    background: #f4f4f4;
    margin-top: 20px;
  }
  section#form-contato button[type=submit] {
    margin-top: 21px;
  }
  section#endereco {
    margin-top: 0px;
  }
  section#endereco .box-endereco label {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
  }
  section .img-banner {
    top: 17px;
    width: 90%;
    right: 7%;
    min-height: 254px;
    height: auto;
  }
  section#outros .cor1 {
    margin-bottom: 40px;
  }
  section#outros .cor2 {
    margin-bottom: 40px;
  }
}
/* DESKTOP CASO PRECISA FAZER ALGO ESPECIFICO NO DESKTOP */
.link-maps {
  color: #000;
  cursor: pointer;
}/*# sourceMappingURL=contato.css.map */