* {
  box-sizing: border-box;
}
.w-80 {
  width: 80%;
}
body {
  font-family: "Montserrat", sans-serif !important;
  font-weight: 400;
  margin: 0 auto;
  background-color: #ffffff;
  overflow-x: hidden;
}

p {
  color: #212121;
  line-height: 1.8;
  font-size: 0.85rem;
}

.top_bar {
  background-color: #212121;
  color: #fff;
  font-size: 0.8rem;
}
.banner_menu {
  min-height: 600px;
  background-image: url(../img/banner.webp);
  background-size: cover;
  width: 100%;
  position: relative;
  background-position: bottom center;
}
.barra_menu {
  background-color: #5d4037;
  height: 45px;
  width: 70%;
  position: absolute;
  right: 0px;
  top: 5.5%;
  -webkit-box-shadow: -4px 2px 34px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -4px 2px 34px -4px rgba(0, 0, 0, 0.75);
  box-shadow: -4px 2px 34px -4px rgba(0, 0, 0, 0.75);
}
.barra_menu ul {
  list-style: none;
  text-align: right;
}
.banner_menu ul li {
  display: inline-block;
  padding: 10px 12px;
}
.banner_menu ul li a {
  color: #fff;
  text-decoration: none;
}
a.btn-social {
  color: #5d4037 !important;
  background: #fff;
  border-radius: 50px;
  display: block;
  width: 25px;
  text-align: center;
}
.description {
  position: absolute;
  bottom: 7%;
  left: 1.5%;
}

.background-quem-somos {
  background-image: url(../img/quem-somos.webp);
  min-height: 350px;
  background-size: cover;
}
.quem_somos h1 {
  color: #5d4037;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.quem_somos h1:after {
  content: "";
  width: 100px;
  height: 7px;
  background-color: #212121;
  display: block;
  margin-top: 5px;
  margin-bottom: 20px;
}
.area_atuacao {
  background-color: #efefef;
}
.area_atuacao h1 {
  color: #5d4037;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.area_atuacao h1:after {
  content: "";
  width: 100px;
  height: 7px;
  background-color: #212121;
  display: block;
  margin-top: 5px !important;
  margin-bottom: 20px !important;
  margin: 0 auto;
}
.area_atuacao h3 {
  color: #5d4037;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: -0.5px;
  font-weight: 600;
}
.parallax {
  background-image: url(../img/img_parallax.webp);
  min-height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  text-align: center;
  align-items: center;
}
.servicos{
  display: none;
}
.servicos h1 {
  color: #5d4037;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.servicos h1:after {
  content: "";
  width: 100px;
  height: 7px;
  background-color: #212121;
  display: block;
  margin-top: 5px !important;
  margin-bottom: 20px !important;
  margin: 0 auto;
}
.servicos h3 {
  color: #5d4037;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: -0.5px;
  font-weight: 600;
}
.background-servicos {
  min-height: 350px;
  background-size: cover;
}
.contato {
  background-image: url(../img/background-form.webp);
  min-height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  text-align: center;
  align-items: center;
}
.contato h3 {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 100px !important;
}

.form-enviar input:focus {
  outline: none;
}
.form-enviar input::placeholder,
.form-enviar textarea::placeholder {
  color: #fff;
  padding: 5px;
  font-size: 0.8rem;
  letter-spacing: -0.5px;
}

.form-enviar button {
  border: 1px solid #f9c33b;
  color: #f9c33b;
  background: transparent;
  border-radius: 50px;
  padding: 10px 50px;
  margin-top: 20px;
  margin-bottom: 60px;
}

footer {
  background-image: url(../img/fundo-footer.webp);
  background-size: cover;
}

footer ul li a:focus,
footer ul li a:hover {
  color: #a38177 !important;
}
footer ul li a {
  color: #fff;
  text-decoration: none;
}
.footer_bar {
  background-color: #5d4037;
  text-align: center;
  color: #fff;
}
@media only screen and (min-width: 601px) {
  .mobile {
    display: none !important;
  }
  .description h1 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
  }
  .description p {
    color: #fff;
  }
  .parallax h1 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    margin: 0 60px;
}
  .form-enviar input {
    display: block;
    margin: 0 auto;
    width: 450px;
    margin-bottom: 10px;
    border: 1px solid #f9c33b;
    background: transparent;
    color: #fff;
    padding: 5px;
    font-size: 0.8rem;
    letter-spacing: -0.5px;
  }
  .form-enviar textarea {
    display: block;
    margin: 0 auto;
    width: 450px;
    margin-bottom: 10px;
    border: 1px solid #f9c33b;
    background: transparent;
    color: #fff;
    padding: 5px;
    font-size: 0.8rem;
    letter-spacing: -0.5px;
  }
  .logos ul {
    list-style: none;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
  }
  .logos ul li {
    width: 175px;
    height: 125px;
    background-size: 420%;
    background-repeat: no-repeat;
    background-image: url(../img/logos.webp);
  }
  .logos ul li:nth-child(1) {
    background-position: 24px 24px;
  }
  .logos ul li:nth-child(2) {
    background-position: -126px 31px;
  }
  .logos ul li:nth-child(3) {
    background-position: -277px 24px;
  }
  .logos ul li:nth-child(4) {
    background-position: -418px 24px;
  }
  .logos ul li:nth-child(5) {
    background-position: -568px 24px;
  }
  footer ul {
    list-style: none;
    text-align: right;
    padding: 0;
  }
  footer ul li {
    display: inline-block;
    padding: 10px 12px;
  }
}

@media only screen and (max-width: 600px) {
  .no-mobile {
    display: none !important;
  }
  .description h1 {
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    margin: 20px;
  }
  .description p {
    color: #fff;
    margin: 20px;
  }
  .parallax h1 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.3rem;
  }
  .form-enviar input {
    display: block;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 10px;
    border: 1px solid #f9c33b;
    background: transparent;
    color: #fff;
    padding: 5px;
    font-size: 0.8rem;
    letter-spacing: -0.5px;
  }
  .form-enviar textarea {
    display: block;
    margin: 0 auto;
    width: 90%;
    margin-bottom: 10px;
    border: 1px solid #f9c33b;
    background: transparent;
    color: #fff;
    padding: 5px;
    font-size: 0.8rem;
    letter-spacing: -0.5px;
  }

  .logos ul {
    list-style: none;
    display: block;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
  }
  .logos ul li {
    width: 175px;
    height: 96px;
    background-size: 420%;
    background-repeat: no-repeat;
    background-image: url(../img/logos.webp);
    margin: 0 auto;
  }
  .logos ul li:nth-child(1) {
    background-position: 24px 15px;
  }
  .logos ul li:nth-child(2) {
    background-position: -126px 15px;
  }
  .logos ul li:nth-child(3) {
    background-position: -277px 15px;
  }
  .logos ul li:nth-child(4) {
    background-position: -418px 15px;
  }
  .logos ul li:nth-child(5) {
    background-position: -568px 15px;
  }
  footer ul {
    list-style: none;
    text-align: right;
    padding: 0;
  }
  footer ul li {
    display: block;
    padding: 10px 12px;
    text-align: center;
  }
  footer img {
    width: 80%;
    margin: 0 auto;
  }
}
.know h1 {
  color: #5d4037;
  font-weight: 700;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}
.know h1:after {
  content: "";
  width: 100px;
  height: 7px;
  background-color: #212121;
  display: block;
  margin-top: 5px !important;
  margin-bottom: 20px !important;
  margin: 0 auto;
}

/* Slider */

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider
{
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after
{
  display: table;
  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

#btnTop {
  position: fixed;
  z-index: 998;
  margin-bottom: 0;
  color: #fff;
  cursor: pointer;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.3s, bottom 0.5s,
      box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1),
      background-color 0.1s linear;
  background-color: rgba(0, 0, 0, 0.25) !important;
  overflow: hidden;
  text-align: center;
  padding-top: 8px;
  bottom: 65px;
  right: 59px;
  display: none;
}
#btnTopWhats {
  position: fixed;
  z-index: 99999999;
  margin-bottom: 0;
  color: #fff;
  cursor: pointer;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-position: center;

  background-color: rgba(19, 207, 35) !important;
  overflow: hidden;
  text-align: center;
  padding-top: 8px;
  bottom: 65px;
  right: 14px;
}
#btnTopWhats a {
  color: #fff;
}