/*!**************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./assets/scss/pages/single-produto.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "Dosis";
  src: url(../fonts/Dosis-VariableFont_wght.woff2) format("woff2");
  font-weight: 300 400 600 700 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DrawYBrand";
  src: url(../fonts/DrawYBrand-Regular.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@keyframes fadeIntoUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIntoDown {
  from {
    opacity: 0;
    transform: translateY(-40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes marquee {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: 2666.52px;
  }
}
@keyframes floating {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  25% {
    transform: translateY(-8px) rotate(-1deg);
  }
  50% {
    transform: translateY(-15px) rotate(0deg);
  }
  75% {
    transform: translateY(-8px) rotate(1deg);
  }
  100% {
    transform: translateY(0px) rotate(0deg);
  }
}
@property --progress-val {
  syntax: "<number>";
  inherits: true;
  initial-value: 0;
}
@keyframes progress-animation {
  from {
    --progress-val: 100;
  }
  to {
    --progress-val: var(--value);
  }
}
@keyframes icon-appear {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.section-hero {
  background: #bf151d;
  background-image: url(../images/mascara.webp);
  background-size: cover;
  background-repeat: repeat-x;
  background-position: 0 0;
  padding: 120px 0;
}
.section-hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/section-pattern-home-red.webp);
  background-repeat: no-repeat;
  background-position: 800px 0;
  z-index: 0;
}
.section-hero .breadcrumb {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-hero h1 {
  margin-top: 70px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "DrawYBrand", sans-serif;
  font-size: 80px;
  color: #fff;
  z-index: 1;
}
.section-hero h1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: " ";
  background: #0160aa;
  clip-path: polygon(91% 94%, 8% 94%, 6% 67%, 5% 41%, 3% 6%, 13% 8%, 52% 7%, 78% 8%, 95% 4%, 94% 37%, 93% 69%);
  padding: 12px 42px;
  left: -40px;
  top: -17px;
  box-sizing: content-box;
  z-index: -1;
}
.section-hero p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  max-width: 469px;
  color: #fff0f2;
}
.section-hero ul {
  display: flex;
  align-items: center;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #fff;
}
.section-hero ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-hero .progress {
  --value: 75;
  --size: 64px;
  --thickness: 4px;
  --progress-val: var(--value);
  width: 64px;
  width: var(--size);
  height: 64px;
  height: var(--size);
  border-radius: 50%;
  position: relative;
  background: conic-gradient(from 0deg, #9e1b1b 0 calc(75 * 1%), #fff 0 100%);
  transform: scaleX(-1);
  animation: progress-animation 1.2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
@supports (background: conic-gradient(red 0deg, red 0deg 1deg, red 2deg)){
.section-hero .progress {
  background: conic-gradient(from 0deg, #9e1b1b 0 calc(var(--progress-val) * 1%), #fff 0 100%);
}
}
.section-hero .progress::before {
  content: "";
  position: absolute;
  inset: var(--thickness);
  background: #c81922;
  border-radius: 50%;
}
.section-hero li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-hero .icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  opacity: 0;
  animation: icon-appear 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) 0.4s forwards;
}
.section-hero .icon svg {
  width: 30px;
  height: 30px;
}
.section-hero .serve {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bf151d;
  border: 3px solid #fcb421;
  border-radius: 50%;
  width: 64px;
  color: #bf151d;
  height: 64px;
}
.section-hero .serve .serve-icon {
  width: 48px;
  height: 48px;
  background: #fcb421;
  border: 4px solid #bf151d;
  border-radius: 8px;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-hero .serve .serve-icon svg {
  width: 28px;
  height: 28px;
  transform: rotate(-45deg);
}
.section-hero .c-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-hero .c-wrapper p {
  max-width: 55px;
  font-size: 18px;
}
.section-hero .img-wrapper {
  position: relative;
  max-width: 100%;
  width: 500px;
  height: 500px;
  z-index: 1;
}
.section-hero .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-hero .img-wrapper::after {
  transition: 300ms;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform-origin: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  background: #a51d20;
  opacity: 100%;
}
.section-hero.bolinha .img-wrapper::after {
  -webkit-mask: url(../images/bolinha.svg) no-repeat center/contain;
  mask: url(../images/bolinha.svg) no-repeat center/contain;
}
.section-hero.coxinha .img-wrapper::after {
  -webkit-mask: url(../images/coxinha.svg) no-repeat center/contain;
  mask: url(../images/coxinha.svg) no-repeat center/contain;
}
.section-hero.risoles .img-wrapper::after {
  -webkit-mask: url(../images/risoles.svg) no-repeat center/contain;
  mask: url(../images/risoles.svg) no-repeat center/contain;
}
.section-hero.esfiha .img-wrapper::after {
  -webkit-mask: url(../images/esfirra.svg) no-repeat center/contain;
  mask: url(../images/esfirra.svg) no-repeat center/contain;
}
.section-hero.kibe .img-wrapper::after {
  -webkit-mask: url(../images/kibe.svg) no-repeat center/contain;
  mask: url(../images/kibe.svg) no-repeat center/contain;
}
.section-hero.pao-de-queijo .img-wrapper::after {
  -webkit-mask: url(../images/pao-de-queijo.svg) no-repeat center/contain;
  mask: url(../images/pao-de-queijo.svg) no-repeat center/contain;
}
.section-hero .swipper-imagens-prod {
  margin-top: 20px;
}
.section-hero .swipper-imagens-prod .swiper-wrapper {
  align-items: center;
}
.section-hero .swipper-imagens-prod .swiper-slide {
  width: 100px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-hero .swipper-imagens-prod .swiper-slide .card-wrapper {
  width: 100%;
  height: 100%;
  min-height: 75px;
  border-radius: 8px;
  padding: 10px;
  border: 3px solid #fcb421;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
}
.section-hero .swipper-imagens-prod .swiper-slide .card-wrapper img {
  width: 75px;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}

.section-infos {
  padding: 170px 0;
  background: #fff;
  color: #000;
  clip-path: polygon(0% 0%, 28% 6%, 70% 0%, 100% 5%, 100% 100%, 0% 100%);
  margin-top: -80px;
}
.section-infos .info-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 32px;
  margin-top: 56px;
}
.section-infos .info-item {
  transition: 300ms;
  position: relative;
  width: 100%;
  background-color: rgba(252, 179, 33, 0.2);
  padding: 28px 48px;
  border-radius: 8px;
  overflow: hidden;
}
.section-infos .info-item[open] .info-arrow {
  top: 50px;
  background-image: url(../images/ico-drop-faq-active.svg);
}
.section-infos .info-text {
  font-family: "DrawYBrand", sans-serif;
  font-weight: 400;
  font-size: 58px;
  color: #bf151d;
}
.section-infos .info-arrow {
  width: 51px;
  height: 50px;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../images/ico-drop-faq.svg);
  background-size: cover;
}
.section-infos .info-content {
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #493933;
  max-width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, margin-top 0.3s ease-out;
}
.section-infos .info-item[open] .info-content {
  max-height: none;
  margin-top: 15px;
}
.section-infos summary {
  list-style: none; /* Para a maioria dos navegadores modernos */
  cursor: pointer;
}
.section-infos summary::-webkit-details-marker {
  display: none; /* Para navegadores baseados em WebKit */
}
@media screen and (max-width: 991px) {
  .section-infos .info-title {
    max-width: calc(100% - 101px);
  }
}
.section-infos .nutri-portion {
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
}
.section-infos .nutri-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
}
.section-infos .nutri-table th,
.section-infos .nutri-table td {
  padding: 12px 15px;
  text-align: center;
  border-bottom: 1px solid rgba(73, 57, 51, 0.15);
}
.section-infos .nutri-table th {
  font-family: "DrawYBrand", sans-serif;
  font-weight: bold;
  letter-spacing: 1.2px;
  color: #bf151d;
  font-size: 32px;
}
.section-infos .nutri-table tbody tr:hover {
  background-color: rgba(252, 179, 33, 0.1);
}
.section-infos .nutri-note {
  font-size: 14px;
  color: rgba(73, 57, 51, 0.7);
  line-height: 20px;
  margin-top: 15px;
}

/* -------------------------------------------------------------------------- */
/*                          Galeria do produto                                */
/* -------------------------------------------------------------------------- */
.section-galeria {
  background: #fff;
  padding: 0 0 120px;
  position: relative;
}
.section-galeria h2 {
  font-family: "DrawYBrand", sans-serif;
  font-weight: 400;
  font-size: 64px;
  color: #1f0c0c;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 48px;
}
.section-galeria h2 span {
  font-family: "DrawYBrand", sans-serif;
  display: block;
  text-transform: uppercase;
}
.section-galeria .galeria-main-img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 40px;
  clip-path: polygon(1% 2%, 99% 1%, 100% 100%, 0% 98%);
}
.section-galeria .galeria-main-img img {
  width: 100%;
  max-height: 480px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.2s ease-in-out;
  border-radius: 8px;
}
.section-galeria .galeria-swiper-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
}
.section-galeria .galeria-prev,
.section-galeria .galeria-next {
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  width: 52px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: transform 0.2s ease;
}
.section-galeria .galeria-prev svg,
.section-galeria .galeria-next svg {
  width: 100%;
  height: 100%;
}
.section-galeria .galeria-prev:hover,
.section-galeria .galeria-next:hover {
  transform: scale(1.05);
}
.section-galeria .galeria-prev svg {
  transform: rotate(-90deg);
}
.section-galeria .galeria-next svg {
  transform: rotate(90deg);
}
.section-galeria .swiper-galeria {
  overflow: hidden;
  flex: 1;
}
.section-galeria .swiper-galeria .swiper-slide {
  width: 160px;
  height: auto;
  aspect-ratio: 160/188;
  cursor: pointer;
  overflow: hidden;
  background: #1f0c0c;
}
.section-galeria .swiper-galeria .swiper-slide:nth-child(odd) {
  clip-path: polygon(1% 95%, 4% 5%, 100% 0, 100% 100%);
}
.section-galeria .swiper-galeria .swiper-slide:nth-child(even) {
  clip-path: polygon(0 100%, 0 0, 95% 4%, 97% 96%);
  transform: translateX(8px);
}
.section-galeria .swiper-galeria .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease, opacity 0.2s;
  opacity: 0.8;
}
.section-galeria .swiper-galeria .swiper-slide.active img, .section-galeria .swiper-galeria .swiper-slide:hover img {
  opacity: 1;
  transform: scale(1.04);
}
.section-galeria .btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-galeria .custom-button-yellow {
  margin-top: 65px;
}

.custom-button-yellow {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}

/* -------------------------------------------------------------------------- */
/*                        Outros Produtos (Seção Vermelha)                    */
/* -------------------------------------------------------------------------- */
.section-outros-produtos {
  position: relative;
  z-index: 1;
  background: #ac1524;
  background-image: url(../images/mascara.webp);
  background-size: 100%;
  padding: 120px 0 100px;
  margin-top: 96px;
}
.section-outros-produtos::after {
  content: "";
  position: absolute;
  top: -96px;
  left: 0;
  width: 100%;
  height: 96px;
  background-color: #ac1524;
  background-image: url(../images/mascara.webp);
  background-size: cover;
  background-repeat: repeat-x;
  background-position: 0 0;
  -webkit-mask-image: url(../images/marquee-footer.svg);
  mask-image: url(../images/marquee-footer.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
  z-index: 1;
  animation: marquee-produtos 20s linear infinite;
}
.section-outros-produtos .deco-title-blue {
  background: #0164ad;
  clip-path: polygon(91% 94%, 8% 94%, 6% 67%, 5% 41%, 3% 6%, 13% 8%, 52% 7%, 78% 8%, 95% 4%, 94% 37%, 93% 69%);
  color: #fff;
  padding: 17px 45px;
  font-family: "DrawYBrand", sans-serif;
  font-size: 80px;
  font-weight: 500;
  text-transform: uppercase;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 60px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section-outros-produtos .deco-title-blue {
    font-size: 28px;
    padding: 15px 30px;
  }
}
.section-outros-produtos .card-col {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-outros-produtos .card-produto {
  max-width: 270px;
  margin: 0 auto;
}
.section-outros-produtos .card-produto .img-wrapper {
  max-width: 225px;
  margin: 0 auto;
}
.section-outros-produtos .card-produto .img-wrapper img {
  max-width: 100%;
  max-height: 225px;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-outros-produtos .card-produto .img-wrapper::after {
  background: #fcb421 !important;
  opacity: 1 !important;
}
.section-outros-produtos .card-produto.bolinha .img-wrapper::after {
  -webkit-mask: url(../images/bolinha.svg) no-repeat center/contain;
  mask: url(../images/bolinha.svg) no-repeat center/contain;
}
.section-outros-produtos .card-produto.coxinha .img-wrapper::after {
  -webkit-mask: url(../images/coxinha.svg) no-repeat center/contain;
  mask: url(../images/coxinha.svg) no-repeat center/contain;
}
.section-outros-produtos .card-produto.risoles .img-wrapper::after {
  -webkit-mask: url(../images/risoles.svg) no-repeat center/contain;
  mask: url(../images/risoles.svg) no-repeat center/contain;
}
.section-outros-produtos .card-produto.esfiha .img-wrapper::after {
  -webkit-mask: url(../images/esfirra.svg) no-repeat center/contain;
  mask: url(../images/esfirra.svg) no-repeat center/contain;
}
.section-outros-produtos .card-produto.kibe .img-wrapper::after {
  -webkit-mask: url(../images/kibe.svg) no-repeat center/contain;
  mask: url(../images/kibe.svg) no-repeat center/contain;
}
.section-outros-produtos .card-produto.pao-de-queijo .img-wrapper::after {
  -webkit-mask: url(../images/pao-de-queijo.svg) no-repeat center/contain;
  mask: url(../images/pao-de-queijo.svg) no-repeat center/contain;
}
.section-outros-produtos .card-produto .titulo {
  margin-top: 42px;
  background: #0164ad;
  color: #fff;
  clip-path: polygon(100% 0%, 100% 100%, 0% 93%, 0% 0%);
  padding: 17px;
  font-size: 32px;
}
.section-outros-produtos .card-produto .link {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  color: #fff !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.011em;
  margin-top: 20px;
}
.section-outros-produtos .card-produto .link::before {
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background-color: transparent;
  background-image: url(../images/btn-ver-mais.svg);
  background-repeat: no-repeat;
  background-size: contain;
  filter: brightness(0) invert(1);
  margin-right: 8px;
  flex-shrink: 0;
  transition: 300ms;
}
.section-outros-produtos .card-produto:hover .titulo {
  color: #f2c60f;
}
.section-outros-produtos .card-produto:hover .link::before {
  background-image: url(../images/btn-ver-mais-hover.svg);
  filter: none;
}
.section-outros-produtos .btn-wrapper {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

main.distribuidores .section-hero {
  background: #0160aa;
}
main.distribuidores .section-hero > * {
  position: relative;
  z-index: 1;
}
main.distribuidores .section-hero:before {
  background-image: url(../images/section-pattern-home.webp);
  background-position: 1200px 0;
}
main.distribuidores .section-hero h1::before {
  background: #bf151d;
}
main.distribuidores .section-hero .img-wrapper::after {
  background: #034578;
}
main.distribuidores .section-hero .progress {
  background: conic-gradient(from 0deg, #fff 0 calc(var(--progress-val) * 1%), #142e55 0 100%);
}
main.distribuidores .section-hero .progress::before {
  background: #0160aa;
  border-color: #fcb421;
}
main.distribuidores .section-hero .serve {
  background: transparent;
}
main.distribuidores .section-hero .serve .serve-icon {
  border-color: #fcb421;
  color: #0160aa;
}
main.distribuidores .section-outros-produtos {
  background: #0160aa;
}
main.distribuidores .section-outros-produtos::after {
  background: #0160aa;
}
main.distribuidores .section-outros-produtos .deco-title-blue {
  background: #b0202f;
}
main.distribuidores .section-outros-produtos .titulo {
  background: #b0202f;
}

@media screen and (max-width: 991px) {
  .section-hero {
    padding: 30px 0 120px 0;
  }
  .section-hero .c-col {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section-hero .c-col-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section-hero .swiper {
    width: 300px;
  }
  .section-hero h1 {
    font-size: 52px;
    margin-bottom: 30px;
  }
  .section-hero .img-wrapper {
    height: auto;
    max-height: 350px;
  }
  .section-infos {
    clip-path: polygon(0% 2%, 100% 0%, 100% 100%, 0% 100%);
  }
  .section-infos .info-title {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .section-infos .info-content {
    text-align: left;
  }
  .section-infos .info-item {
    padding: 10px 5px;
  }
  .info-arrow {
    display: none;
  }
  .section-galeria h2 {
    font-size: 52px;
  }
}
@keyframes marquee-produtos {
  from {
    background-position-x: 0;
    -webkit-mask-position-x: 0;
    mask-position-x: 0;
  }
  to {
    background-position-x: 2666.52px;
    -webkit-mask-position-x: 2666.52px;
    mask-position-x: 2666.52px;
  }
}

/*# sourceMappingURL=singleProduto.bundle.css.map*/