@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.grecaptcha-badge {
  visibility: hidden;
}

.text-bolder {
  font-weight: 900;
  font-size: 6rem;
}

.text-bold {
  font-weight: 600;
  font-size: 4rem;
}

.text-setor {
  font-weight: 600;
  font-size: 2.5rem;
}

.icon {
  font-size: 2rem;
  background: -webkit-gradient(linear, left top, right top, from(#F59733), to(#EACF30));
  background: linear-gradient(to right, #F59733 0%, #EACF30 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.icon-contato {
  font-size: 3rem;
  background: -webkit-gradient(linear, left top, right top, from(#B83336), to(#ff0004));
  background: linear-gradient(to right, #B83336 0%, #ff0004 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gd-vermelho {
  background: -webkit-gradient(linear, left top, right top, from(#B83336), to(#ff0004));
  background: linear-gradient(to right, #B83336 0%, #ff0004 100%);
}

.text-shadow {
  -webkit-filter: drop-shadow(2px 2px 2px #000000);
          filter: drop-shadow(2px 2px 2px #000000);
}

/** Text Gradient Example */
.text-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#F59733), to(#EACF30));
  background: linear-gradient(to right, #F59733 0%, #EACF30 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-gradient-2 {
  background: -webkit-gradient(linear, left top, right top, from(#B83336), to(#ff0004));
  background: linear-gradient(to right, #B83336 0%, #ff0004 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.divisor {
  width: 100px;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#B83336), to(#ff0004));
  background: linear-gradient(to right, #B83336 0%, #ff0004 100%);
  margin: 20px 0;
}

.botao {
  background: -webkit-gradient(linear, left top, right top, from(#B83336), to(#ff0004));
  background: linear-gradient(to right, #B83336 0%, #ff0004 100%);
  font-weight: 300;
  padding: 10px 20px;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.botao:hover {
  background: -webkit-gradient(linear, left top, right top, from(#F59733), to(#EACF30));
  background: linear-gradient(to right, #F59733 0%, #EACF30 100%);
  color: #ff0004;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.botao:hover .icon {
  font-size: 2rem;
  background: -webkit-gradient(linear, left top, right top, from(#B83336), to(#ff0004));
  background: linear-gradient(to right, #B83336 0%, #ff0004 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.botao-acao {
  background: -webkit-gradient(linear, left top, right top, from(#B83336), to(#ff0004));
  background: linear-gradient(to right, #B83336 0%, #ff0004 100%);
  font-weight: 300;
  padding: 10px 20px;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0px;
  color: white;
}
.botao-acao:hover {
  background: -webkit-gradient(linear, left top, right top, from(#F59733), to(#EACF30));
  background: linear-gradient(to right, #F59733 0%, #EACF30 100%);
  color: #ff0004;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.botao-acao:hover .icon {
  font-size: 2rem;
  background: -webkit-gradient(linear, left top, right top, from(#B83336), to(#ff0004));
  background: linear-gradient(to right, #B83336 0%, #ff0004 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.botao-acao:disabled {
  opacity: 0.2;
}

.botao-produto {
  background: -webkit-gradient(linear, left top, right top, from(#B83336), to(#ff0004));
  background: linear-gradient(to right, #B83336 0%, #ff0004 100%);
  font-weight: 300;
  padding: 10px 20px;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.botao-produto:hover {
  background: -webkit-gradient(linear, left top, right top, from(#F59733), to(#EACF30));
  background: linear-gradient(to right, #F59733 0%, #EACF30 100%);
  color: #ff0004;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.botao-produto:hover .icon {
  font-size: 2rem;
  background: -webkit-gradient(linear, left top, right top, from(#B83336), to(#ff0004));
  background: linear-gradient(to right, #B83336 0%, #ff0004 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cursor-pointer {
  cursor: pointer;
}

.h100 {
  min-height: 100vh;
}

.h200 {
  min-height: 200vh;
}

.h300 {
  min-height: 300vh;
}

.w-90vw {
  width: 90vw;
}

@media (max-width: 645px) {
  .text-bolder {
    font-weight: 900;
    font-size: 3.5rem;
  }
  .text-bold {
    font-weight: 600;
    font-size: 2rem;
  }
  .w-100vw {
    width: 90vw;
  }
}
.historia-1 {
  fill-opacity: 0;
  stroke-dasharray: 679.5267333984;
  stroke-dashoffset: -679.5267333984;
}

.historia-2 {
  fill-opacity: 0;
  stroke-dasharray: 1156.9738769531;
  stroke-dashoffset: -1156.9738769531;
}

.historia-3 {
  fill-opacity: 0;
  stroke-dasharray: 1156.4702148438;
  stroke-dashoffset: -1156.4702148438;
}

.historia-4 {
  fill-opacity: 0;
  stroke-dasharray: 1155.9599609375;
  stroke-dashoffset: -1155.9599609375;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  max-width: 100vw;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

.card {
  max-width: 300px;
  min-width: 300px;
  width: 300px;
}

.card-body {
  background-color: #FBFAE7;
}

.menu a {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  padding: 5px 15px;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.menu a:hover {
  background-color: #F59733;
  color: #B83336;
}

.ajuste {
  max-width: 1600px;
  margin: 0 auto !important;
  padding: 0 20px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 50px;
  /*  */
  background: rgba(242, 166, 50, 0.29);
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.6px);
  -webkit-backdrop-filter: blur(6.6px);
  border: 3px solid rgba(242, 166, 50, 0.5);
  /*  */
  position: fixed;
  width: 94%;
  max-width: 1600px;
  max-height: 50px;
  top: 50px;
  left: 3%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 10px;
  z-index: 9998;
}

.modal {
  z-index: 9999;
}

.logo {
  border-radius: 50%;
  width: 100px;
  height: 116px;
}

.svg-logo {
  max-width: 100%;
  max-height: 100%;
  min-width: 100px;
}

#moldura {
  -webkit-animation: moldura 1s ease-in-out forwards;
          animation: moldura 1s ease-in-out forwards;
  stroke-width: 5px;
  stroke: black;
}

#whatsapp {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 60px;
  height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#B83336), to(#ff0004));
  background: linear-gradient(to right, #B83336 0%, #ff0004 100%);
  z-index: 9999;
  border-radius: 50%;
  box-shadow: -3px 2px 30px -11px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -3px 2px 30px -11px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -3px 2px 30px -11px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#whatsapp:hover {
  background: -webkit-gradient(linear, left top, right top, from(#F59733), to(#EACF30));
  background: linear-gradient(to right, #F59733 0%, #EACF30 100%);
  color: #ff0004;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#whatsapp:hover .icon {
  font-size: 2rem;
  background: -webkit-gradient(linear, left top, right top, from(#B83336), to(#ff0004));
  background: linear-gradient(to right, #B83336 0%, #ff0004 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.botao-whatsapp {
  height: 100%;
  width: 100%;
}

.inicio {
  padding-top: 130px;
  min-height: 100vh;
}

section.padding-top {
  padding-top: 100px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

section {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#inicio {
  background-image: url("../img/graos.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

#historia {
  background-image: url("../img/historia_fundo.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.atendemos {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.setores-wrapper {
  min-height: 100vh;
  overflow-x: hidden;
  will-change: transform;
}

.todos-setores {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#setores {
  background: url("../img/bg-setor.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.setor-img-1 {
  min-height: 50vh;
  min-width: 30vw;
  margin: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), url("../img/setores/1.jpg");
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("../img/setores/1.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.setor-img-2 {
  min-height: 50vh;
  min-width: 30vw;
  margin: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), url("../img/setores/2.jpg");
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("../img/setores/2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.setor-img-3 {
  min-height: 50vh;
  min-width: 30vw;
  margin: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), url("../img/setores/3.jpg");
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("../img/setores/3.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.setor-img-4 {
  min-height: 50vh;
  min-width: 30vw;
  margin: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), url("../img/setores/4.jpg");
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("../img/setores/4.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.setor-img-5 {
  min-height: 50vh;
  min-width: 30vw;
  margin: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), url("../img/setores/5.jpg");
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("../img/setores/5.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.setor-img-6 {
  min-height: 50vh;
  min-width: 30vw;
  margin: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), url("../img/setores/6.jpg");
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("../img/setores/6.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.setor-img-7 {
  min-height: 50vh;
  min-width: 30vw;
  margin: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), url("../img/setores/7.jpg");
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("../img/setores/7.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.setor-img-8 {
  min-height: 50vh;
  min-width: 30vw;
  margin: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), url("../img/setores/8.jpg");
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("../img/setores/8.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.setor-img-9 {
  min-height: 50vh;
  min-width: 30vw;
  margin: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), url("../img/setores/9.jpg");
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("../img/setores/9.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.setor-img-10 {
  min-height: 50vh;
  min-width: 30vw;
  margin: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.3))), url("../img/setores/10.jpg");
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3)), url("../img/setores/10.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.atendemos-img {
  max-width: 50px;
  max-height: 100%;
  border: 3px solid black;
  border-radius: 5px;
  padding: 5px;
  background-color: rgba(255, 255, 255, 0.5568627451);
}

.img-historia {
  max-width: 500px;
  width: 100%;
  border-radius: 15px;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4784313725));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4784313725));
}

#svg-timeline {
  width: 99vw;
  height: 200vh;
}

#svg-produtos {
  width: 99vw;
  height: 50vh;
}

.produto {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border: 1px solid #F59733;
  border-radius: 15px;
}

.produto-texto {
  height: 100%;
  width: 100%;
}

.img-produto {
  border-radius: 15px 15px 0 0;
  width: 100% !important;
  min-width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.descricao-produto {
  font-size: 16px;
}

.contato-item {
  padding: 10px 0;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#F59733), to(#EACF30));
  background: linear-gradient(to right, #F59733 0%, #EACF30 100%);
  margin-bottom: 10px;
  word-break: break-word;
  color: white;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contato-item:hover {
  background: -webkit-gradient(linear, left top, right top, from(#B83336), to(#ff0004));
  background: linear-gradient(to right, #B83336 0%, #ff0004 100%);
  color: white;
}
.contato-item:hover .icon-contato {
  background: -webkit-gradient(linear, left top, right top, from(#F59733), to(#EACF30));
  background: linear-gradient(to right, #F59733 0%, #EACF30 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.form-contato {
  border-right: 1px solid #F59733;
}

@-webkit-keyframes moldura {
  0% {
    stroke-dasharray: 20% 300%;
    fill-opacity: 0;
  }
  100% {
    stroke-dasharray: 100% 0;
    stroke-width: 0;
    fill-opacity: 1;
  }
}

@keyframes moldura {
  0% {
    stroke-dasharray: 20% 300%;
    fill-opacity: 0;
  }
  100% {
    stroke-dasharray: 100% 0;
    stroke-width: 0;
    fill-opacity: 1;
  }
}
@media (max-width: 800px) {
  #svg-produtos {
    width: 99vw;
    height: 70vh;
  }
}
@media (max-width: 768px) {
  .logo {
    border-radius: 50%;
    width: 50px;
    height: 60px;
  }
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 2px;
    /*  */
    background: rgba(242, 166, 50, 0.29);
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.6px);
    -webkit-backdrop-filter: blur(6.6px);
    border: 3px solid rgba(242, 166, 50, 0.5);
    /*  */
    position: fixed;
    width: 94%;
    max-height: 80px;
    top: 10px;
    left: 3%;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    border-radius: 10px;
  }
  .menu a {
    color: #000;
    font-size: 12px;
    font-weight: 500;
    border-radius: 5px;
    padding: 25px 15px;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .svg-logo {
    max-width: 100%;
    max-height: 100%;
    min-width: 50px;
  }
}
@media (max-width: 645px) {
  .inicio {
    padding-top: 130px !important;
    min-height: 100vh;
  }
  .img-historia {
    max-width: 300px;
    width: 100%;
    border-radius: 15px;
    -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4784313725));
            filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4784313725));
  }
  #svg-timeline {
    width: 99vw;
    height: 100vh;
    padding: 0px 15px;
  }
  .setor-img-1 {
    min-height: 50vh;
    min-width: 80vw;
    margin: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url("../img/setores/1.jpg");
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../img/setores/1.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
  }
  .setor-img-2 {
    min-height: 50vh;
    min-width: 80vw;
    margin: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url("../img/setores/2.jpg");
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../img/setores/2.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
  }
  .setor-img-3 {
    min-height: 50vh;
    min-width: 80vw;
    margin: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url("../img/setores/3.jpg");
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../img/setores/3.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
  }
  .setor-img-4 {
    min-height: 50vh;
    min-width: 80vw;
    margin: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url("../img/setores/4.jpg");
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../img/setores/4.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
  }
  .setor-img-5 {
    min-height: 50vh;
    min-width: 80vw;
    margin: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url("../img/setores/5.jpg");
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../img/setores/5.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
  }
  .setor-img-6 {
    min-height: 50vh;
    min-width: 80vw;
    margin: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url("../img/setores/6.jpg");
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../img/setores/6.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
  }
  .setor-img-7 {
    min-height: 50vh;
    min-width: 80vw;
    margin: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url("../img/setores/7.jpg");
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../img/setores/7.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
  }
  .setor-img-8 {
    min-height: 50vh;
    min-width: 80vw;
    margin: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url("../img/setores/8.jpg");
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../img/setores/8.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
  }
  .setor-img-9 {
    min-height: 50vh;
    min-width: 80vw;
    margin: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url("../img/setores/9.jpg");
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../img/setores/9.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
  }
  .setor-img-10 {
    min-height: 50vh;
    min-width: 80vw;
    margin: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.5))), url("../img/setores/10.jpg");
    background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url("../img/setores/10.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
  }
  .descricao-produto {
    font-size: 10px;
  }
  .titulo-produto {
    font-size: 14px !important;
  }
}
@media (min-width: 1715px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: space-around;
        -ms-flex-align: space-around;
            align-items: space-around;
    padding: 5px;
    /*  */
    background: rgba(242, 166, 50, 0.29);
    border-radius: 16px;
    -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6.6px);
    -webkit-backdrop-filter: blur(6.6px);
    border: 3px solid rgba(242, 166, 50, 0.5);
    /*  */
    position: fixed;
    width: 1600px;
    max-height: 50px;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    border-radius: 10px;
  }
}/*# sourceMappingURL=style.css.map */