@charset "UTF-8";
/* Margins for my-* */
@import "./produtos.css";
.my-6 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-7 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-8 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

/* Margins for mx-* */
.mx-6 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-7 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-8 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

/* Margins for mt-* */
.mt-6 {
  margin-top: 4rem !important;
}

.mt-7 {
  margin-top: 5rem !important;
}

.mt-8 {
  margin-top: 6rem !important;
}

/* Margins for mb-* */
.mb-6 {
  margin-bottom: 4rem !important;
}

.mb-7 {
  margin-bottom: 5rem !important;
}

.mb-8 {
  margin-bottom: 6rem !important;
}

/* Margins for ml-* */
.ml-6 {
  margin-left: 4rem !important;
}

.ml-7 {
  margin-left: 5rem !important;
}

.ml-8 {
  margin-left: 6rem !important;
}

/* Margins for mr-* */
.mr-6 {
  margin-right: 4rem !important;
}

.mr-7 {
  margin-right: 5rem !important;
}

.mr-8 {
  margin-right: 6rem !important;
}

/* Margins for m-* (all sides) */
.m-6 {
  margin: 4rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.m-8 {
  margin: 6rem !important;
}

* {
  font-family: "Montserrat", sans-serif;
}

#lightboxOverlay,
.lightbox {
  width: 100% !important;
}

/* whatsapp */
.btn-whatsapp {
  color: #ffffff;
  background: linear-gradient(45deg, #5fef6f, #30c348);
  padding: 11px 30px 0px 15px;
  font-size: 40px;
  position: fixed;
  left: -163px;
  bottom: 20px;
  border-radius: 0px 20px 20px 0px;
  transition: ease-in-out 0.3s;
  z-index: 1;
}

.btn-whatsapp:hover {
  color: #ffffff;
  background: linear-gradient(45deg, #5fef6f, #30c348);
  font-size: 40px;
  position: fixed;
  left: 0;
  bottom: 20px;
  border-radius: 0px 20px 20px 0px;
}

.btn-whatsapp p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.btn-whatsapp p strong {
  display: block;
  font-size: 16px;
}

.btn-whatsapp i {
  position: relative;
  top: -5px;
}

html {
  scroll-padding-top: 70px;
}

li {
  list-style-type: none !important;
}

button {
  border: none;
  outline: none;
  background: none;
}

body {
  overflow: hidden !important;
}

body,
html {
  margin: 0;
  padding: 0;
  word-wrap: normal;
  overflow-x: hidden;
  scroll-behavior: smooth;
  background-color: #ffffff !important;
}
body::-webkit-scrollbar,
html::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
  background: #d6d6d6;
}
body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.3);
}
body::-webkit-scrollbar-thumb:hover,
html::-webkit-scrollbar-thumb:hover {
  background: #3f3f3f;
}

/* .bg-header {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
} */
/* .bg-header object {
  overflow: hidden;
  position: absolute;
  top: -15vh;
  right: 0;
  width: 100%;
  z-index: -9999;
} */
.carousel-control-prev-icon {
  background-image: none;
}
.carousel-control-prev-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 15px;
  height: 15px;
  background-image: none;
  border-left: 1px solid white;
  border-top: 1px solid white;
}

.carousel-control-next-icon {
  background-image: none;
}
.carousel-control-next-icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  width: 15px;
  height: 15px;
  border-left: 1px solid white;
  border-top: 1px solid white;
}

/* teste */
a:hover {
  text-decoration: none;
}

header a {
  font-size: 14px;
}
header a:hover, header a:active, header a:focus {
  text-decoration: none;
  outline: none;
}

.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
  border: 0px !important;
}

footer img {
  max-width: 140px;
  width: 100%;
}

.container {
  max-width: 1300px !important;
}

.owl-theme .owl-dots .owl-dot:hover,
.owl-theme .owl-dots .owl-dot:active,
.owl-theme .owl-dots .owl-dot:focus {
  outline: none;
  box-shadow: none;
}

input:focus-visible {
  outline: none;
}

textarea:focus-visible {
  outline: none;
}

.navbar-toggler {
  border: 0px !important;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0rem !important;
}

.navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><path stroke="rgba(255, 222, 0, 1)" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" d="M4 7h22M4 15h22M4 23h22"/></svg>') !important;
  transition: 0.5s ease;
}

.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg viewBox="0 0 30 30" xmlns="http://www.w3.org/2000/svg"><path stroke="rgba(255, 222, 0, 1)" stroke-width="3" stroke-linecap="round" stroke-miterlimit="10" d="M23 7l-16 16M7 7l16 16"/></svg>') !important;
  transition: 0.5s ease;
  transform: rotate(180deg);
}

.owl-dot span {
  background-color: #ffde00 !important;
  opacity: 0.3;
}

.owl-dot.active span {
  background-color: #ffde00 !important;
  opacity: 0.6;
}

/* SETAS DOS CARROUSEIS */
.produtos .prev-slide::after {
  z-index: 222222;
  cursor: pointer;
  content: "";
  position: absolute;
  top: 50%;
  left: -5%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 24px;
  height: 24px;
  background-image: none;
  border-left: 4px solid rgb(255, 222, 0);
  border-top: 4px solid rgb(255, 222, 0);
  opacity: 1;
}

.produtos .next-slide::after {
  z-index: 222222;
  cursor: pointer;
  content: "";
  position: absolute;
  top: 50%;
  right: calc(-5% - 24px);
  transform: translate(-50%, -50%) rotate(135deg);
  width: 24px;
  height: 24px;
  border-left: 4px solid rgb(255, 222, 0);
  border-top: 4px solid rgb(255, 222, 0);
  opacity: 1;
}

/* PRE CABEÇALHO */
.precabecalho {
  /*  padding: 16px 0px; */
}
@media screen and (max-width: 768px) {
  .precabecalho {
    background-color: transparent;
    display: none;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .precabecalho {
    background-color: transparent;
    display: none;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .precabecalho {
    background-color: transparent;
    display: none;
  }
}

.precabecalho .container {
  padding: 16px 0px;
  border-bottom: 2px solid rgba(255, 222, 0, 0.3);
}

.precabecalho .col-lg-4 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .precabecalho .col-lg-4 {
    justify-content: center;
    margin-top: 8px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .precabecalho .col-lg-4 {
    justify-content: center;
    margin-top: 8px;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .precabecalho .col-lg-4 {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .precabecalho .col-lg-8 ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .precabecalho .col-lg-8 ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) and (max-width: 1200px) and (min-width: 1000px) {
  .precabecalho .col-lg-8 ul {
    flex-direction: row;
  }
}

.precabecalho ul {
  padding: 0px 0px 0px 0px !important;
  display: flex;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .precabecalho ul {
    align-items: center;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .precabecalho ul {
    align-items: center;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .precabecalho ul {
    align-items: center;
  }
}
.precabecalho ul li {
  margin: 0px 8px;
  max-width: -moz-max-content;
  max-width: max-content;
  display: flex;
}
@media screen and (max-width: 768px) {
  .precabecalho ul li {
    margin: 4px 0px;
  }
}
.precabecalho a {
  color: #898989;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
.precabecalho a:hover {
  transform: scale(1.1);
}
.precabecalho i {
  color: #f4be00;
}
.precabecalho p {
  color: #898989;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0px;
}

/* NAVBAR */
/* .static-top {
  top: 0px;
  position: absolute;
  z-index: 22222;
  width: 100%;
} */
.navbar {
  padding: 15px !important;
}

.navbar a.btn-yellow {
  background-color: #ffde00 !important;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #898989;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.0175rem;
  padding: 12px 24px !important;
  border: none !important;
  text-decoration: none;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: background-color 0.5s;
  border-radius: 4px;
  margin-left: 16px;
}
.navbar a.btn-yellow:hover {
  filter: contrast(0.9);
}
@media screen and (max-width: 768px) {
  .navbar a.btn-yellow {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .navbar ul {
    padding: 60px 0px 60px 0px !important;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .navbar ul {
    padding: 60px 0px 60px 0px !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .navbar ul {
    padding: 60px 0px 60px 0px !important;
  }
}

.nav-link,
.item-menu {
  color: #4f4f4f !important;
  font-family: "Montserrat", sans-serif;
  font-size: 0.85rem !important;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0px 8px !important;
  text-decoration: none;
}
.nav-link:hover,
.item-menu:hover {
  transform: scale(1.05);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .nav-link:hover,
  .item-menu:hover {
    transform: scale(1.01) !important;
    font-weight: 600;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .nav-link:hover,
  .item-menu:hover {
    transform: scale(1.01) !important;
    font-weight: 600;
  }
}
@media screen and (max-width: 768px) {
  .nav-link,
  .item-menu {
    padding: 16px 8px !important;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .nav-link,
  .item-menu {
    padding: 16px 8px !important;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .nav-link,
  .item-menu {
    padding: 16px 8px !important;
  }
}

.item-menu {
  display: flex !important;
  align-items: center;
  margin: 0 auto !important;
}
@media screen and (max-width: 768px) {
  .item-menu {
    margin: 4px;
    text-align: center;
  }
}

.dropdown-menu.show {
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 8px 0px;
}
@media screen and (max-width: 768px) {
  .dropdown-menu.show {
    margin: 0px;
  }
}

.dropdown-menu {
  background: rgba(0, 30, 65, 0.2) !important;
  -webkit-backdrop-filter: blur(4px) !important;
          backdrop-filter: blur(4px) !important;
  border: 1px solid #ffffff !important;
}

.dropdown-item {
  display: block;
  width: 100%;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  margin: 16px auto !important;
}
@media screen and (max-width: 768px) {
  .dropdown-item {
    margin: 0px auto !important;
  }
}

.item-menu {
  max-width: -moz-max-content !important;
  max-width: max-content !important;
}

.dropdown-item:hover {
  background-color: transparent !important;
}

/* LINHA HEADER */
.linha-header {
  padding: 54px 0px 108px 0px;
}
@media screen and (max-width: 768px) {
  .linha-header {
    padding: 40px 0px 40px 0px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .linha-header {
    padding: 40px 0px 40px 0px;
  }
}

.linha-header span {
  color: #1b1b1b;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 800;
  line-height: 104.1%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
}
.linha-header span a {
  text-decoration: none;
  color: #898989;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 500;
  line-height: 104.1%; /* 0.91088rem */
  text-transform: uppercase;
  margin-top: 8px;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .linha-header span a {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .linha-header span {
    font-size: 1rem;
    padding: 12px;
  }
}
@media screen and (max-width: 768px) {
  .linha-header img {
    transform: scale(0.7);
    transform-origin: center;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .linha-header img {
    transform: scale(0.7);
    transform-origin: center;
  }
}

.card-linha {
  display: flex;
  align-items: center;
}

/* QUEM SOMOS */
.quemsomos {
  padding: 0px 0px 80px 0px;
}

.quemsomos span.micro {
  color: #898989;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.quemsomos h3 {
  color: #1b1b1b;
  font-family: "Montserrat", sans-serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 800;
  line-height: 104.1%; /* 1.95188rem */
}
@media screen and (max-width: 768px) {
  .quemsomos h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .quemsomos h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .quemsomos h3 {
    font-size: 1.5rem;
  }
}
.quemsomos span {
  color: #898989;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  margin: 8px 0px;
}
@media screen and (max-width: 768px) {
  .quemsomos span {
    font-size: 16px;
  }
}
.quemsomos hr {
  border-top: 2px solid #ffde00;
  opacity: 1 !important;
  margin: 16px 0px;
  max-width: 80px;
}
.quemsomos img {
  width: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .quemsomos img {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .quemsomos img {
    margin-top: 16px;
  }
}

/* SOLUCOES */
.solucoes {
  padding: 0px 0px 80px 0px;
}

.solucoes h3 {
  color: #1b1b1b;
  font-family: "Montserrat", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 104.1%;
  text-align: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 768px) {
  .solucoes h3 {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 768px) {
  .solucoes ul {
    padding-left: 0px;
  }
}
.solucoes li {
  color: #898989;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .solucoes li {
    font-size: 1rem;
  }
}
.solucoes img {
  margin-right: 8px;
}

/* CALL TO ACTION */
.cta {
  padding: 0px 0px 80px 0px;
}

.cta .container {
  padding: 80px 60px;
  background-image: linear-gradient(to bottom, rgba(34, 35, 39, 0.8), rgba(34, 35, 39, 0.8)), url(../img/cta/background.png);
}
@media screen and (max-width: 768px) {
  .cta .container {
    padding: 40px 12px;
  }
}

.cta-direita {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.cta span.title {
  color: #898989;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  color: #ffffff;
}
.cta h4 {
  color: #1b1b1b;
  font-family: "Montserrat", sans-serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 800;
  line-height: 104.1%; /* 1.95188rem */
  color: #ffde00;
}
@media screen and (max-width: 768px) {
  .cta h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .cta h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .cta h4 {
    font-size: 1.5rem;
  }
}
.cta hr {
  border-top: 2px solid #ffde00;
  opacity: 1 !important;
  margin: 16px 0px;
  border-top: 2px solid #ffffff;
  max-width: 80px;
}
.cta span {
  color: #898989;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #ffffff !important;
}
@media screen and (max-width: 768px) {
  .cta span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .cta span {
    margin-bottom: 16px;
    display: flex;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .cta span {
    margin-bottom: 16px;
    display: flex;
  }
}
.cta a {
  background-color: #ffde00 !important;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #898989;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.0175rem;
  padding: 12px 24px !important;
  border: none !important;
  text-decoration: none;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: background-color 0.5s;
  border-radius: 4px;
  margin-top: 16px;
  color: #1b1b1b;
  align-items: center;
}
.cta a:hover {
  filter: contrast(0.9);
}
.cta a i {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .cta svg {
    transform: scale(0.7);
    transform-origin: center;
  }
}

/* PRODUTOS */
.produtos {
  padding: 0px 0px 80px 0px;
}

.produtos span.subtitle {
  color: #898989;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  margin: 8px auto;
  justify-content: center;
}
.produtos h3 {
  color: #1b1b1b;
  font-family: "Montserrat", sans-serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 800;
  line-height: 104.1%; /* 1.95188rem */
  max-width: 50%;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .produtos h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .produtos h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .produtos h3 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .produtos h3 {
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .produtos h3 {
    max-width: 100%;
  }
}
.produtos hr {
  border-top: 2px solid #ffde00;
  opacity: 1 !important;
  margin: 16px 0px;
  max-width: 80px;
  display: flex;
  margin: 16px auto;
  justify-content: center;
}

.card-produtos {
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #eaeaea;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.card-produtos h6 {
  color: #1b1b1b;
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 104.1%; /* 1.17113rem */
  margin-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .card-produtos h6 {
    font-size: 1.5rem;
  }
}
.card-produtos p {
  color: #898989;
  font-family: "Montserrat", sans-serif;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 122.1%; /* 0.76313rem */
  text-transform: uppercase;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .card-produtos p {
    font-size: 0.75rem;
  }
}
.card-produtos ul {
  padding-left: 0px;
}
.card-produtos li {
  color: #898989;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140.1%; /* 1.05075rem */
}
.card-produtos li strong {
  color: #898989;
  font-family: "Montserrat", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 800;
  line-height: 140.1%;
}
.card-produtos a {
  background-color: #ffde00 !important;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #898989;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.0175rem;
  padding: 12px 24px !important;
  border: none !important;
  text-decoration: none;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: background-color 0.5s;
  border-radius: 4px;
  margin-top: 16px;
  color: #1b1b1b;
  align-items: center;
  width: 100% !important;
  max-width: 100% !important;
  text-align: center;
  justify-content: center;
}
.card-produtos a:hover {
  filter: contrast(0.9);
}
.card-produtos img {
  aspect-ratio: 4/4;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 24px;
  max-height: 215px;
}

.produtos-carrousel {
  margin-top: 48px;
}
@media screen and (max-width: 768px) {
  .produtos-carrousel {
    margin-top: 32px;
  }
}

/* FORNECEDORES */
.fornecedores {
  padding: 0px 0px 80px 0px;
}

.fornecedores h3 {
  color: #1b1b1b;
  font-family: "Montserrat", sans-serif;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 104.1%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .fornecedores h3 {
    margin-bottom: 32px;
  }
}

/* RODAPE */
footer {
  /*   padding: 80px 0px 0px 0px;
  */
  background-color: #ffde00;
}

.linha-contato {
  padding: 70px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .linha-contato {
    padding: 40px 0px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .linha-contato {
    padding: 40px 0px;
  }
}

.rodape {
  /* FOOTER DIREITA textos */
}
.rodape span.subtitle {
  color: #898989;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  margin: 8px auto;
  color: #1b1b1b;
}
.rodape h3 {
  color: #1b1b1b;
  font-family: "Montserrat", sans-serif;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 800;
  line-height: 104.1%; /* 1.95188rem */
}
@media screen and (max-width: 768px) {
  .rodape h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .rodape h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1000px) {
  .rodape h3 {
    font-size: 1.5rem;
  }
}
.rodape hr {
  border-top: 2px solid #ffde00;
  opacity: 1 !important;
  margin: 16px 0px;
  max-width: 80px;
  border-top: 2px solid #ffffff;
}
.rodape ul {
  padding-left: 0px;
  margin-top: 54px;
}
.rodape li {
  padding-left: 22px;
  margin-bottom: 40px;
  border-left: 3px solid #1b1b1b;
}
.rodape li a,
.rodape li {
  display: flex;
  flex-direction: column;
  color: #1b1b1b;
  font-family: "Montserrat", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
}
.rodape li span {
  color: #1b1b1b;
  font-family: Montserrat;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5625rem;
  text-transform: none;
}
.rodape .redesociaisfooter {
  display: flex;
  flex-direction: row;
}
.rodape .redesociaisfooter a {
  margin: 8px;
}
.rodape h6 {
  font-family: "Montserrat", sans-serif;
  color: #1b1b1b;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.6875rem;
}
.rodape input,
.rodape textarea {
  width: 100%;
  padding: 12px 24px;
  background-color: rgba(255, 255, 255, 0.2);
  outline: none !important;
  border: none !important;
  border-bottom: 2px solid #1b1b1b !important;
  margin: 8px 0px;
}
.rodape input::-moz-placeholder, .rodape textarea::-moz-placeholder {
  color: #1b1b1b !important;
  opacity: 1;
}
.rodape input::placeholder,
.rodape textarea::placeholder {
  color: #1b1b1b !important;
  opacity: 1;
}
.rodape button {
  background-color: #ffde00 !important;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  color: #898989;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.0175rem;
  padding: 12px 24px !important;
  border: none !important;
  text-decoration: none;
  display: flex;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: background-color 0.5s;
  border-radius: 4px;
  margin-top: 16px;
  color: #1b1b1b;
  background-color: #ffffff !important;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin-left: auto;
}
.rodape button:hover {
  filter: contrast(0.9);
}

.footer-direita form {
  display: flex;
  flex-direction: column;
}

footer iframe {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  footer iframe {
    margin-bottom: 40px;
  }
}

#finalline {
  border-top: 2px solid rgba(255, 255, 255, 0.3);
  width: 100%;
  background-color: transparent;
  margin: 0px auto !important;
  padding: 0px 150px;
}
@media screen and (max-width: 768px) {
  #finalline {
    padding: 0px 20px;
  }
}

.finalcontainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0px auto !important;
  padding: 0px 0px;
}

.finalcontainer .d-flex {
  justify-content: center;
}
.finalcontainer p {
  font-family: "Montserrat", sans-serif;
  padding: 24px 0px !important;
  justify-content: center;
  color: #1b1b1b;
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .finalcontainer p {
    font-size: 12px !important;
    text-align: center;
  }
}
.finalcontainer a {
  color: #1b1b1b;
  text-decoration: none;
}

/* FORMULARIOS */
.wpcf7 {
  padding: 0px !important;
}

.wpcf7-response-output {
  border-color: #ffde00 !important;
}/*# sourceMappingURL=style.css.map */