/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 10 2022 | 18:07:38 */
.linha_contato {
  position: absolute;
  bottom: -178px;
  right: -21.7%;
  width: fit-content !important;
}
.linha_contato img {
  width: 230px !important;
}

.elementor-19 .elementor-element.elementor-element-7a103c8 .eael-wpforms .wpforms-submit-container .wpforms-submit {
  padding: 10px 30px 10px 30px!important;
  font-family: 'Panton'!important;
  font-size: 17px!important;
  font-weight: 600!important;
}

.overlay-menu-mouseover {
  background-color: rgb(0 0 0 / 65%);
  display: none;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#instafeed a img {
  /* height: 100%; */
  /* height: 350px;
  width: 300px; */
}

#instafeed {
    grid-template-columns: auto auto auto auto auto;
    display: grid;
    gap: 5px;
}

.feed-mobile {
  width: 70%;
  margin: 0 auto;
}

.galeria-feed {
  position: initial!important;
}

.feed-mobile .swiper-button-next, .feed-mobile .swiper-button-prev {
  color: #FD613C !important;
}

.feed-mobile .swiper-button-next, .feed-mobile .swiper-button-prev {
  background-image: none!important;
}

.feed-mobile .swiper-button-prev {
  left: 15px!important;
}

.feed-mobile .swiper-button-next, .feed-mobile .swiper-button-prev {
  right: 15px!important;
}

.swiper-button-prev:after {
  content: "◄"!important;
  font-family: "Arial"!important;
  font-size: 30px !important;
}

.swiper-button-next:after {
  content: "►"!important;
  font-family: "Arial"!important;
  font-size: 30px !important;
}

@media (max-width: 1440px) {
  .linha_contato {
    
  }
}
@media (max-width: 1240px) {
  .linha_contato {
    
  }
}
@media (max-width: 999px) {
  
  .wpforms-field {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .linha_contato {
    display: none;
  }

  .fa-angle-double-left:before {
    content: "◄"!important;
  }

  .feed .wpr-slider-arrow {
    color: #FD613C !important;
  }

  .feed .wpr-slider-next-arrow {
    right: -6%!important;
  }

  .feed .wpr-slider-prev-arrow {
    left: -6%!important;
  }

}