:root {
  --dark-orange: #f28a03;
}

.body {
  background-color: #eee;
  background-image: url('../images/bg-fundo_1.jpg');
  background-position: 0 0;
  background-size: cover;
  font-family: Poppins, sans-serif;
}

.cont--produtos {
  max-width: 1200px;
  padding: 85px 20px;
}

.header-desk {
  border-radius: 20px;
}

.header-mobile {
  display: none;
}

.div-banner-header {
  width: 100%;
}

.grid {
  grid-column-gap: 14px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.div-thumb {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.cont--header {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.bloco-thumb {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 220px;
  box-shadow: 0 3px 5px -12px #0003;
}

.h-titulo-thumb {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.3em;
}

.thumb {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: 100%;
  padding: 11px;
}

.thumb.sem-padding {
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 10px;
  height: 100%;
  padding: 0;
}

.thumb.sem-padding.cover {
  object-fit: cover;
}

.thumb.exp {
  object-fit: cover;
  border-radius: 10px;
  padding: 0;
}

.btn-base {
  background-color: var(--dark-orange);
  color: #eee;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 100px;
  width: 100%;
  margin-top: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 13px;
  font-weight: 600;
}

.btn-base.destaque {
  background-color: #0000;
  border: 2px solid #eee;
  width: auto;
  margin-top: 20px;
  padding: 14px 70px;
  font-size: 15px;
  font-weight: 700;
}

.cont--chamada {
  max-width: 1200px;
  padding: 60px 20px 80px;
}

.div-block-4 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-2 {
  object-fit: cover;
  height: 400px;
}

.div-block-5 {
  max-width: 50%;
  margin-left: 40px;
}

.heading-2 {
  font-size: 50px;
  line-height: 1em;
}

.div-block-6 {
  max-width: 40%;
}

.image-3 {
  display: none;
}

.div-block-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0;
  display: flex;
}

.logo {
  width: 300px;
}

.cont--instagram {
  max-width: 1200px;
  padding: 0 20px 100px;
}

.div-bloco-instagram {
  background-color: var(--dark-orange);
  background-image: url('../images/bg-bloco-instagram.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 90px;
  display: flex;
}

.heading-3 {
  color: #eee;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2em;
}

.div-block-9 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.grid-2 {
  grid-column-gap: 51px;
  grid-template-rows: auto;
}

.h-titulo-pagina {
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 800;
  line-height: 1em;
}

.h-titulo-pagina.margin {
  margin-bottom: 40px;
}

.paragraph {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.4em;
}

.span {
  font-weight: 400;
}

.bloco-whatsapp {
  z-index: 999;
  background-color: #01df71;
  border-radius: 50px;
  width: 80px;
  height: 80px;
  margin: 15px;
  padding: 12px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.section {
  background-color: #381717;
}

.texto-telefone {
  color: #333;
  text-align: center;
  letter-spacing: -1px;
  font-size: 50px;
  font-weight: 800;
  line-height: 1em;
}

.div-block-10 {
  margin-top: 0;
}

.texto-email {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
}

.texto-end {
  color: #333;
  text-align: center;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
}

.div-block-11 {
  justify-content: space-around;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.image-5 {
  width: 220px;
}

.div-block-12 {
  background-color: #eee;
  width: 1px;
  height: 100px;
}

.heading-5 {
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.grid-info-produto {
  grid-column-gap: 51px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.accordion-item {
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}

.btn-accordion {
  border-style: none none solid;
  border-width: 1px;
  border-color: #ce830b #ce830b var(--dark-orange);
  background-color: #0000;
  align-items: center;
  height: 60px;
  padding: 0;
  display: flex;
}

.icon-accordion {
  color: var(--dark-orange);
  padding-left: 20px;
}

.nome-btn-accordion {
  color: var(--dark-orange);
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: normal;
  flex: none;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.dropdown-list {
  background-color: #0000;
  padding: 20px 0 0;
  display: block;
  position: static;
}

.p {
  color: #3c2823;
  text-transform: none;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6em;
}

.text-block {
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 4px;
  padding-bottom: 4px;
}

.text, .text-span-2, .text-span-3, .text-span-4 {
  font-weight: 500;
}

.image-6 {
  mix-blend-mode: multiply;
  border-bottom-style: solid;
  border-bottom-color: #000;
  border-radius: 20px;
  width: 100%;
}

.image-7 {
  mix-blend-mode: multiply;
  object-fit: contain;
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.image-8 {
  border-radius: 20px;
  margin-bottom: 40px;
}

.section-2 {
  background-image: url('../images/bg-fundo_1.jpg'), url('../images/bg-fundo.jpg');
  background-position: 50% 0, 50% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 65px;
}

.image-9 {
  border-radius: 5px;
}

.list, .list-2 {
  margin-bottom: 5px;
  padding-left: 20px;
}

.bloco-lista {
  margin-top: 40px;
  display: none;
}

.heading-6 {
  border-bottom: 1px solid var(--dark-orange);
  color: var(--dark-orange);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-top: 0;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.grid-5 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.bold-text {
  text-align: center;
  font-size: 13px;
  line-height: 1.1em;
}

.heading-7 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.3em;
}

.thumb-form {
  object-fit: contain;
  width: 100%;
}

.div-block-14 {
  border: 1px solid #dfdfdf;
  border-radius: 12px;
  padding: 30px;
}

.cookie-content {
  align-items: center;
  display: flex;
}

.no-margin {
  margin-bottom: 0;
}

.no-margin.white-text {
  color: #fff;
}

.no-margin.white-text.max-700 {
  padding-right: 40px;
}

.white-x-2 {
  background-image: url('../images/Vector-2-Stroke.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 30px;
  height: 30px;
}

.link-3 {
  color: #fff;
  font-style: normal;
}

.cookie-button-bottom-2 {
  color: #b63101;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.cookie-button-bottom-2:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.cookie {
  z-index: 999;
  background-color: #b63101;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.html-embed {
  display: none;
}

.image-10 {
  object-fit: contain;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
}

.h-subtitulo-thumb {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2em;
}

.image-12 {
  display: none;
}

.image-13 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.image-14 {
  display: none;
}

.img-100 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.div-block-15 {
  width: 100%;
}

.img-globalshine {
  mix-blend-mode: multiply;
  object-fit: contain;
  border-radius: 12px;
  width: 100%;
  height: 450px;
}

.img-60 {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.link-block {
  text-align: center;
  width: 100%;
  text-decoration: none;
}

.image-15 {
  border-radius: 2rem;
  padding-left: 0;
  padding-right: 0;
}

.div-block-16 {
  width: 100%;
  height: 3rem;
}

.sp-p {
  width: 100%;
  height: 1rem;
}

.texto-bold {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1em;
}

.texto-footer {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
}

.link-block-2 {
  padding: 2px;
}

.link-block-2.w--current {
  padding: 37px;
}

@media screen and (max-width: 991px) {
  .cont--produtos {
    padding: 80px;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr;
  }

  .bloco-thumb {
    border-radius: 10px;
  }

  .h-titulo-thumb, .btn-base {
    margin-top: 20px;
  }

  .cont--chamada {
    padding: 0 50px 21px;
  }

  .div-block-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo {
    width: 200px;
  }

  .cont--instagram {
    padding: 50px;
  }

  .div-bloco-instagram {
    background-position: 60%;
  }

  .heading-3 {
    font-size: 28px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .h-titulo-pagina {
    font-size: 50px;
  }

  .paragraph {
    font-size: 13px;
  }

  .texto-telefone {
    font-size: 40px;
  }

  .texto-email {
    font-size: 18px;
  }

  .div-block-13 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .grid-info-produto {
    grid-template-columns: 1fr;
  }

  .p {
    font-size: 13px;
    line-height: 1.6em;
  }

  .image-8 {
    margin-bottom: 20px;
  }

  .grid-5 {
    grid-template-columns: 1fr 1fr;
  }

  .cookie-button-bottom-2 {
    text-align: center;
    line-height: 1.2em;
  }

  .cookie, .image-13, .img-100, .img-globalshine, .img-60 {
    height: auto;
  }

  .texto-bold, .texto-footer {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .cont--produtos {
    padding: 40px;
  }

  .header-desk {
    border-radius: 10px;
  }

  .grid {
    padding: 0;
  }

  .h-titulo-thumb {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .thumb {
    width: 100%;
  }

  .btn-base {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .div-block-7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .logo {
    width: 200px;
  }

  .div-bloco-instagram {
    background-position: 70%;
  }

  .heading-3 {
    font-size: 25px;
  }

  .grid-2 {
    grid-row-gap: 29px;
    grid-template-columns: 1fr;
  }

  .h-titulo-pagina {
    font-size: 40px;
  }

  .texto-telefone, .texto-email, .texto-end {
    text-align: center;
  }

  .div-block-11 {
    flex-direction: column;
  }

  .div-block-12 {
    width: 300px;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-block-13 {
    margin-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .grid-info-produto {
    grid-row-gap: 29px;
    grid-template-columns: 1fr;
  }

  .p {
    font-size: 12px;
  }

  .image-7 {
    object-fit: contain;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 0;
  }

  .cookie-content.bottom-banner-content {
    align-items: center;
  }

  .no-margin.white-text.max-700 {
    padding-right: 40px;
  }

  .cookie-button-bottom-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-13, .img-100 {
    height: auto;
  }

  .img-globalshine {
    object-fit: contain;
  }

  .img-60 {
    height: auto;
  }

  .texto-bold, .texto-footer {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .cont--produtos {
    padding: 40px;
  }

  .header-desk {
    display: none;
  }

  .header-mobile {
    border-radius: 10px;
    display: inline-block;
  }

  .div-banner-header {
    border-radius: 0;
    width: 100%;
    padding: 0 20px;
  }

  .grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .cont--header {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .bloco-thumb {
    height: auto;
  }

  .h-titulo-thumb {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    font-weight: 800;
    line-height: 1em;
  }

  .thumb {
    object-fit: contain;
    width: 100%;
    height: 250px;
  }

  .thumb.sem-padding {
    object-fit: cover;
  }

  .btn-base {
    margin-top: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 15px;
  }

  .btn-base.destaque {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .cont--chamada {
    padding: 25px 40px;
  }

  .image-3 {
    display: inline-block;
  }

  .image-4 {
    display: none;
  }

  .div-block-7 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .logo {
    width: 200px;
  }

  .cont--instagram {
    padding: 25px 40px 40px;
  }

  .div-bloco-instagram {
    background-position: 70%;
    background-size: cover;
    padding: 50px 40px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .grid-2 {
    grid-row-gap: 19px;
  }

  .h-titulo-pagina {
    text-align: left;
    margin-bottom: 20px;
    font-size: 38px;
    font-weight: 800;
    line-height: 1em;
  }

  .h-titulo-pagina.margin {
    margin-bottom: 30px;
  }

  .paragraph {
    font-size: 14px;
  }

  .bloco-whatsapp {
    width: 60px;
    height: 60px;
  }

  .texto-telefone {
    letter-spacing: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
    line-height: 1.1em;
  }

  .div-block-10 {
    padding-left: 26px;
    padding-right: 26px;
  }

  .texto-email {
    font-size: 14px;
  }

  .texto-end {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.3em;
  }

  .image-5 {
    width: 170px;
  }

  .div-block-12 {
    width: 200px;
  }

  .div-block-13 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-5 {
    text-align: left;
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1.2em;
  }

  .grid-info-produto {
    grid-column-gap: 51px;
    grid-row-gap: 19px;
  }

  .nome-btn-accordion {
    font-size: 13px;
  }

  .p {
    font-size: 13px;
    line-height: 1.7em;
  }

  .image-8 {
    border-radius: 7px;
    margin-bottom: 20px;
  }

  .grid-4, .grid-5 {
    grid-template-columns: 1fr;
  }

  .cookie-content {
    justify-content: flex-start;
  }

  .cookie-content.bottom-banner-content {
    order: 0;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 25px;
  }

  .no-margin.white-text.max-700 {
    padding-right: 0;
  }

  .white-x-2 {
    background-position: 0%;
    background-repeat: no-repeat;
    padding-top: 35px;
  }

  .cookie-button-bottom-2 {
    color: #b63101;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .cookie {
    flex-direction: column-reverse;
    padding: 25px;
    display: flex;
  }

  .image-10 {
    width: 30px;
    height: 30px;
  }

  .image-11 {
    display: none;
  }

  .image-12 {
    display: block;
  }

  .image-13 {
    display: none;
  }

  .image-14 {
    margin-top: 20px;
    display: block;
  }

  .img-100 {
    display: none;
  }

  .img-globalshine {
    height: auto;
  }

  .img-60 {
    display: none;
  }

  .image-15 {
    border-radius: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-16 {
    height: 1rem;
  }

  .sp-p {
    height: .4rem;
  }

  .texto-bold {
    font-size: 14px;
  }

  .texto-footer {
    font-size: 14px;
    line-height: 1.3em;
  }

  .link-block-2.w--current {
    padding: 11px;
  }
}


