/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/home.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);
  }
}
@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);
  }
}
.card-post:hover .title {
  color: #ee3434;
  -webkit-text-decoration: 1px solid underline #ee3434;
          text-decoration: 1px solid underline #ee3434;
}
.card-post:hover .link {
  color: #ee3434 !important;
}
.card-post:hover .link::before {
  background-image: url(../images/btn-ver-mais-hover.svg);
}
.card-post img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 51% 99%, 38% 98%, 27% 98%, 17% 97%, 7% 97%, 0% 100%);
}
.card-post .date {
  font-weight: 300;
  font-size: 20px;
  line-height: 28px;
  color: #1f0c0c;
}
.card-post .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #1f0c0c;
}
.card-post .link {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  color: #a51d20 !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.011em;
  margin-top: 20px;
}
.card-post .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;
  margin-right: 8px;
  flex-shrink: 0;
  transition: 300ms;
}

.section-home-banner {
  position: relative;
  z-index: 0;
  background: #a51d20;
}
.section-home-banner p {
  margin: 0;
  padding: 0;
}
.section-home-banner .title {
  font-size: 64px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .section-home-banner .title {
    max-width: 231px;
  }
}
.section-home-banner .deco-title {
  line-height: 1;
  transform: translateY(-20px);
  font-size: 70px;
  margin-top: 12px;
  padding: 25px 65px;
}
@media screen and (max-width: 575px) {
  .section-home-banner .deco-title {
    padding: 20px 30px;
  }
}
.section-home-banner .title,
.section-home-banner .deco-title {
  color: #fff;
  font-family: "DrawYBrand", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-home-banner .title,
  .section-home-banner .deco-title {
    text-align: center;
    font-size: 50px;
  }
}
.section-home-banner .content-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 165px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .section-home-banner .content-wrapper {
    padding-top: 78px;
  }
}
.section-home-banner .swiper-banner-home {
  position: relative;
}
.section-home-banner .swiper-slide {
  width: 100%;
  height: 100%;
  min-height: 80vh;
}
@media screen and (max-width: 991px) {
  .section-home-banner .swiper-slide {
    min-height: 60vh;
  }
}
@media screen and (max-width: 575px) {
  .section-home-banner .swiper-slide {
    min-height: 90vh;
  }
}
.section-home-banner .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(0, 0, 0, 0.76) 0%, rgba(255, 255, 255, 0) 52%);
  z-index: 1;
}
.section-home-banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.section-home-banner a {
  margin-top: 40px;
  background: transparent;
  width: -moz-fit-content;
  width: fit-content;
}
.section-home-banner .swiper-navigation.hero {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 160px;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .section-home-banner .swiper-navigation.hero {
    bottom: 98px;
  }
}
.section-home-distribuidores {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 991px) {
  .section-home-distribuidores {
    clip-path: polygon(84% 0%, 100% 6%, 100% 100%, 0% 100%, 0% 3%);
    margin-top: -45px;
  }
}
@media screen and (max-width: 575px) {
  .section-home-distribuidores {
    clip-path: polygon(87% 0%, 100% 1%, 100% 100%, 0% 100%, 0% 1%);
    background: #a90b1b;
    margin-top: -40px;
  }
}
.section-home-distribuidores .background {
  position: absolute;
  overflow: visible;
  width: 100%;
  height: 100%;
}
.section-home-distribuidores .background::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: -1;
}
.section-home-distribuidores .background::after {
  content: "";
  position: absolute;
  top: -125px;
  left: 0;
  width: 100%;
  min-height: 126px;
  background-repeat: repeat-x;
  background-size: contain;
  background-position: bottom;
  z-index: -1;
}
.section-home-distribuidores .background .decoration-left {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 1;
}
.section-home-distribuidores .background .decoration-right {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  max-width: 1920px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: right top;
  z-index: 1;
}
.section-home-distribuidores .bg-red {
  z-index: -2;
}
.section-home-distribuidores .bg-red.active {
  z-index: -1;
}
.section-home-distribuidores .bg-red::after {
  background-image: url(../images/section-deco-home-1-red.svg);
}
.section-home-distribuidores .bg-red::before {
  background: url(../images/section-bg-home-red.png);
}
.section-home-distribuidores .bg-red .decoration-left {
  background-image: url(../images/section-deco-home-2-red.svg);
  background-position-x: calc(0px - (1920px - 100vw) * 0.2);
}
.section-home-distribuidores .bg-red .decoration-right {
  background-image: url(../images/section-pattern-home-red.webp);
  background-position-x: calc(100% + 0px + (1920px - 100vw) * 0.4);
}
.section-home-distribuidores .bg-blue {
  z-index: -2;
}
.section-home-distribuidores .bg-blue.active {
  z-index: -1;
}
.section-home-distribuidores .bg-blue::after {
  background-image: url(../images/section-deco-home-1.svg);
}
.section-home-distribuidores .bg-blue::before {
  background: url(../images/section-bg-home.png);
}
.section-home-distribuidores .bg-blue .decoration-left {
  background-image: url(../images/section-deco-home-2.svg);
  background-position-x: calc(0px - (1920px - 100vw) * 0.4);
}
.section-home-distribuidores .bg-blue .decoration-right {
  background-image: url(../images/section-pattern-home.webp);
}
.section-home-distribuidores h2 {
  font-family: "DrawYBrand", sans-serif;
  letter-spacing: 4%;
  font-size: 80px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  padding-top: 100px;
  padding-bottom: 40px;
}
.section-home-distribuidores h2 span {
  font-family: "DrawYBrand", sans-serif;
  color: #f2c60f;
}
.section-home-distribuidores .ct-btn-white {
  margin-bottom: 210px;
}
.section-home-distribuidores .img-1 {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1;
}
.section-home-distribuidores .img-2 {
  position: absolute;
  top: 250px;
  left: -60px;
  z-index: 1;
}
.section-home-distribuidores .img-3 {
  position: absolute;
  top: 200px;
  left: 200px;
  z-index: 1;
}
.section-home-distribuidores .img-4 {
  position: absolute;
  top: 0px;
  left: 300px;
  z-index: 1;
}
.section-home-distribuidores .swiper-navigation.distribuidores {
  z-index: 99;
  transform: translateY(-120px);
}
@media screen and (max-width: 575px) {
  .section-home-distribuidores .swiper-navigation.distribuidores {
    margin-top: 60px;
    padding-bottom: 140px;
  }
}
.section-home-distribuidores .bg-red > div,
.section-home-distribuidores .bg-blue > div {
  margin: 0 auto;
}
.section-home-distribuidores .ct-btn-white {
  padding: 25px 15px;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1199px) {
  .section-home-distribuidores .img-wrapper {
    position: relative;
    width: 385px;
    height: 290px;
    margin: 0 auto;
    margin-top: 60px;
    margin-left: 20px;
  }
  .section-home-distribuidores .img-wrapper .img-1 {
    width: 195px;
    height: 197px;
    top: 0;
    left: 0;
  }
  .section-home-distribuidores .img-wrapper .img-2 {
    width: 122px;
    height: 122px;
    top: 168px;
    left: -33px;
  }
  .section-home-distribuidores .img-wrapper .img-3 {
    width: 195px;
    height: 197px;
    left: auto;
    left: initial;
    top: calc(100% - 197px);
    right: 111px;
  }
  .section-home-distribuidores .img-wrapper .img-4 {
    width: 142px;
    height: 142px;
    left: 165px;
  }
}
@media screen and (max-width: 767px) {
  .section-home-distribuidores .ct-btn-white {
    width: -moz-fit-content;
    width: fit-content;
    padding: 25px 15px;
  }
  .section-home-distribuidores .bg-red,
  .section-home-distribuidores .bg-blue {
    clip-path: polygon(84% 0%, 100% 6%, 100% 100%, 0% 100%, 0% 3%);
  }
  .section-home-distribuidores .bg-red::before,
  .section-home-distribuidores .bg-blue::before {
    width: 2000px;
  }
  .section-home-distribuidores .bg-red > div,
  .section-home-distribuidores .bg-blue > div {
    background-size: contain;
  }
  .section-home-distribuidores .bg-red .decoration-left,
  .section-home-distribuidores .bg-blue .decoration-left {
    width: 355px !important;
    position: absolute;
    margin-top: 30px !important;
    width: 500px;
    height: 520px;
    background-position-x: -60px;
  }
  .section-home-distribuidores .bg-red .decoration-right,
  .section-home-distribuidores .bg-blue .decoration-right {
    width: 100%;
    left: 205px;
    background-position-x: 0;
  }
  .section-home-distribuidores .f-centered {
    position: relative;
  }
  .section-home-distribuidores .img-wrapper {
    position: relative;
    width: 385px;
    height: 290px;
    margin: 0 auto;
    margin-top: 60px;
    margin-left: 20px;
  }
  .section-home-distribuidores .img-wrapper .img-1 {
    width: 195px;
    height: 197px;
    top: 0;
    left: 0;
  }
  .section-home-distribuidores .img-wrapper .img-2 {
    width: 122px;
    height: 122px;
    top: 168px;
    left: -33px;
  }
  .section-home-distribuidores .img-wrapper .img-3 {
    width: 195px;
    height: 197px;
    left: auto;
    left: initial;
    top: calc(100% - 197px);
    right: 111px;
  }
  .section-home-distribuidores .img-wrapper .img-4 {
    width: 142px;
    height: 142px;
    left: 165px;
  }
  .section-home-distribuidores h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 575px) {
  .section-home-distribuidores .bg-red::before,
  .section-home-distribuidores .bg-blue::before {
    width: 2000px;
  }
  .section-home-distribuidores .bg-red div,
  .section-home-distribuidores .bg-blue div {
    display: none;
  }
  .section-home-distribuidores .f-centered {
    position: relative;
  }
  .section-home-distribuidores .f-centered::after {
    overflow: visible;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    width: 300px;
    height: 320px;
    background-image: url(../images/section-deco-home-2.svg);
    background-size: cover;
    background-position: top right;
  }
  .section-home-distribuidores .img-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: auto;
    width: 300px;
    aspect-ratio: 300/300;
  }
  .section-home-distribuidores .img-wrapper .img-1 {
    width: 179px;
    top: 0;
    left: 0;
  }
  .section-home-distribuidores .img-wrapper .img-2 {
    width: 131px;
    left: 0;
    top: 167px;
  }
  .section-home-distribuidores .img-wrapper .img-3 {
    width: 179px;
    left: auto;
    left: initial;
    right: 0;
    top: auto !important;
    top: initial !important;
    bottom: 0;
  }
  .section-home-distribuidores .img-wrapper .img-4 {
    width: 112px;
    top: 20px;
    left: 177px;
  }
  .section-home-distribuidores h2 {
    font-size: 50px;
    text-align: center;
  }
  .section-home-distribuidores .swiper-navigation {
    transform: none !important;
  }
  .section-home-distribuidores .ct-btn-white {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    display: block;
    margin-top: 80px;
    padding: 30px 30px;
  }
}

.section-home-porque-escolher {
  position: relative;
  background: #a90b1b;
  overflow-y: visible;
  padding-top: 50px;
  padding-bottom: 200px;
  --bg-offset-y: 0px;
}
.section-home-porque-escolher::after {
  position: absolute;
  content: "";
  top: -98px;
  left: 0;
  width: 2667px;
  height: 98px;
  background-image: url(../images/section-decorator-home.webp);
  background-size: 100%;
  z-index: 1;
  animation: marquee 20s linear infinite;
}
.section-home-porque-escolher::before {
  position: absolute;
  content: "";
  top: var(--bg-offset-y);
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/section-mask-home-porque.webp);
  background-size: cover;
  background-position: center;
  z-index: 1;
}
.section-home-porque-escolher > * {
  position: relative;
  z-index: 2;
}
.section-home-porque-escolher h1,
.section-home-porque-escolher span {
  font-family: "DrawYBrand", sans-serif;
  font-weight: 500;
  font-size: 75px;
  color: #ffffff;
}
.section-home-porque-escolher h1 span,
.section-home-porque-escolher span span {
  color: #f2c60f;
}
.section-home-porque-escolher h1 {
  max-width: 481px;
}
.section-home-porque-escolher .subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  /* ou 140% */
  letter-spacing: -0.011em;
  color: #fff0f2;
  max-width: 510px;
  color: #fff0f2;
}
.section-home-porque-escolher a {
  padding: 18px 44px;
  max-width: 280px;
}
.section-home-porque-escolher .image-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-right: 50px;
}
.section-home-porque-escolher .image-wrapper::before {
  content: "";
  width: 852px;
  height: 970px;
  top: -72px;
  right: 125px;
  position: absolute;
  background-image: url(../images/section-deco-home-porque.svg);
  background-size: cover;
  z-index: -1;
}
.section-home-porque-escolher .image-wrapper img,
.section-home-porque-escolher .image-wrapper video {
  max-width: 100%;
  width: 555px;
  height: 555px;
  position: relative;
  border-top-left-radius: 100px;
  border-bottom-right-radius: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 991px) {
  .section-home-porque-escolher .image-wrapper img,
  .section-home-porque-escolher .image-wrapper video {
    width: 437px;
    height: 434px;
  }
}
@media screen and (max-width: 767px) {
  .section-home-porque-escolher .image-wrapper img,
  .section-home-porque-escolher .image-wrapper video {
    width: 288px;
    height: 287px;
  }
}
.section-home-porque-escolher .c-porque-col .content-wrapper {
  padding-top: 130px;
  margin-left: 122px;
  display: flex;
}
.section-home-porque-escolher .c-porque-col .content-wrapper p {
  margin: 0;
  padding: 0;
  max-width: 331px;
  color: #fff0f2;
  font-size: 30px;
  font-weight: 300;
}
.section-home-porque-escolher .c-porque-col .content-wrapper p span {
  font-size: 80px;
}
.section-home-porque-escolher .c-porque-col .content-wrapper .jopaninhas {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateY(-100px);
}
@media screen and (max-width: 991px) {
  .section-home-porque-escolher .c-porque-col .content-wrapper .jopaninhas {
    transform: translateY(-70px);
  }
}
.section-home-porque-escolher .c-porque-col .content-wrapper .jopaninhas .ballon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-weight: 400;
  font-size: 40px;
  width: 326px !important;
  height: 291px;
  color: #1f0c0c;
  z-index: 1;
  transform: translateY(-50px);
}
.section-home-porque-escolher .c-porque-col .content-wrapper .jopaninhas .ballon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 326px;
  height: 291px;
  background-image: url(../images/asset-ballon-inverted.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
}
.section-home-porque-escolher .c-porque-col .content-wrapper .jopaninhas .ballon p {
  font-family: "DrawYBrand", sans-serif;
  color: #1f0c0c;
  font-style: normal;
  text-align: lef;
  font-weight: 500;
  font-size: 40px;
  max-width: 205px;
  transform: translateX(30px) translateY(-20px);
}
.section-home-porque-escolher {
  /* Seleciona TODOS os cartões e inclina para a direita */
}
.section-home-porque-escolher .card-home {
  max-width: 100%;
  width: 401px;
  height: 500px;
  position: relative;
  display: flex;
  justify-content: start;
  align-items: end;
  clip-path: polygon(1% 95%, 4% 5%, 100% 0, 100% 100%);
}
@media screen and (max-width: 1199px) {
  .section-home-porque-escolher .card-home {
    width: 285px;
    height: 355px;
  }
}
@media screen and (max-width: 991px) {
  .section-home-porque-escolher .card-home {
    max-width: 100%;
    width: 286px;
    height: 355px;
  }
}
.section-home-porque-escolher .card-home.inverted {
  clip-path: polygon(0 100%, 0 0, 95% 4%, 97% 96%);
}
.section-home-porque-escolher .card-home::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(transparent 50%, rgba(0, 0, 0, 0.3));
  z-index: 0;
}
.section-home-porque-escolher .card-home img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.section-home-porque-escolher .card-home p {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 42px 29px;
  font-family: "DrawYBrand", sans-serif;
  font-weight: 500;
  font-size: 56px;
  line-height: 1;
  color: #ffffff;
}
.section-home-porque-escolher .swiper-motivos {
  overflow: hidden;
  padding: 0 !important;
  width: 1268px;
  max-width: 100%;
  margin: 0 auto;
}
.section-home-porque-escolher .swiper-motivos .swiper-slide {
  width: calc(33% - 19px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-home-porque-escolher .swiper-motivos .swiper-slide > div {
  max-width: 100% !important;
}
@media screen and (max-width: 1199px) {
  .section-home-porque-escolher .swiper-motivos .swiper-slide {
    width: calc(33% - 19px);
  }
}
@media screen and (max-width: 991px) {
  .section-home-porque-escolher .swiper-motivos .swiper-slide {
    width: calc(43.4782608696% - 19px);
  }
}
@media screen and (max-width: 575px) {
  .section-home-porque-escolher .swiper-motivos .swiper-slide {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .section-home-porque-escolher .swiper-motivos .swiper-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    transform: none !important;
  }
  .section-home-porque-escolher .swiper-motivos .swiper-slide {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 !important;
  }
}
@media screen and (max-width: 991px) {
  .section-home-porque-escolher {
    padding-bottom: 120px;
  }
  .section-home-porque-escolher h1 > span {
    width: 368px;
    font-size: 57px;
  }
  .section-home-porque-escolher h1 {
    display: block;
    font-size: 52px;
    max-width: 100%;
  }
  .section-home-porque-escolher h1 span {
    font-size: 52px;
  }
  .section-home-porque-escolher .subtitle {
    font-size: 16px;
  }
  .section-home-porque-escolher .c-porque-col {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 30px 0;
  }
  .section-home-porque-escolher .c-porque-col .content-wrapper {
    max-width: 80%;
    padding-top: 0;
    margin-left: 0;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
  }
  .section-home-porque-escolher .c-porque-col .content-wrapper p {
    width: 100%;
    min-width: 171px;
    font-size: 23px;
  }
  .section-home-porque-escolher .c-porque-col .content-wrapper p span {
    font-size: 58px;
  }
  .section-home-porque-escolher .c-porque-col .content-wrapper .jopaninhas {
    height: 116px;
    margin-left: 8px;
    transform: none;
  }
  .section-home-porque-escolher .c-porque-col .content-wrapper .jopaninhas img {
    height: 100%;
    margin-left: -30px;
  }
  .section-home-porque-escolher .c-porque-col .content-wrapper .jopaninhas .ballon {
    width: 230px !important;
    height: 230px;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-home-porque-escolher .c-porque-col .content-wrapper .jopaninhas .ballon::after {
    width: 235px;
    height: 208px;
    background-position: left bottom;
  }
  .section-home-porque-escolher .c-porque-col .content-wrapper .jopaninhas .ballon p {
    max-width: 125px;
    transform: translateX(34px) translateY(12px);
    font-size: 24px;
  }
  .section-home-porque-escolher .image-wrapper {
    padding: 0;
    justify-content: center;
    margin: 20px 0;
  }
  .section-home-porque-escolher .image-wrapper img {
    height: 434px;
  }
  .section-home-porque-escolher .custom-button-yellow {
    margin: 30px 0 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .section-home-porque-escolher {
    padding-bottom: 120px;
  }
  .section-home-porque-escolher h1 > span {
    width: 368px;
    font-size: 57px;
  }
  .section-home-porque-escolher h1 {
    display: block;
    font-size: 52px;
    max-width: 100%;
    text-align: center;
  }
  .section-home-porque-escolher h1 span {
    font-size: 52px;
  }
  .section-home-porque-escolher .subtitle {
    font-size: 16px;
    text-align: center;
  }
  .section-home-porque-escolher .c-porque-col {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
  }
  .section-home-porque-escolher .c-porque-col .content-wrapper {
    max-width: 80%;
    padding-top: 0;
    margin-left: 0;
    padding: 30px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: space-between;
  }
  .section-home-porque-escolher .c-porque-col .content-wrapper p {
    width: 100%;
    min-width: 171px;
    font-size: 23px;
  }
  .section-home-porque-escolher .c-porque-col .content-wrapper p span {
    font-size: 50px;
  }
  .section-home-porque-escolher .c-porque-col .content-wrapper .jopaninhas {
    width: 120px;
    height: 90px;
    margin-left: 8px;
    transform: none;
  }
  .section-home-porque-escolher .c-porque-col .content-wrapper .jopaninhas img {
    height: 100%;
    margin-left: -30px;
  }
  .section-home-porque-escolher .c-porque-col .content-wrapper .jopaninhas .ballon {
    display: none;
  }
  .section-home-porque-escolher .image-wrapper {
    padding: 0;
    justify-content: center;
    margin: 20px 0;
  }
  .section-home-porque-escolher .c-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section-home-porque-escolher .custom-button-yellow {
    margin: 30px 0 60px 0;
  }
}

.section-home-praticidade {
  width: 100%;
  position: relative;
  background-image: url(../images/section-bg-home-praticidade.webp);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 207px;
  padding-bottom: 205px;
  clip-path: polygon(0% 0%, 33% 6%, 73% 0%, 100% 6%, 100% 100%, -1% 100%);
  margin-top: -50px;
  z-index: 2;
}
@media screen and (max-width: 575px) {
  .section-home-praticidade {
    clip-path: polygon(0% 4%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.section-home-praticidade::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(90deg, black, transparent, black);
}
.section-home-praticidade h2 {
  font-family: "DrawYBrand", sans-serif;
  font-weight: 500;
  font-size: 64px;
}
.section-home-praticidade h2 span {
  position: relative;
  font-size: 37px;
  color: #f2c60f;
  background: #b0202f;
  padding: 17px 8px;
  border-radius: 4px;
  text-transform: uppercase;
  top: -7px;
}
.section-home-praticidade h2 {
  color: #ffffff;
  max-width: 510px;
}
.section-home-praticidade p {
  max-width: 477px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
.section-home-praticidade .ct-btn {
  margin-top: 26px;
}
@media screen and (max-width: 991px) {
  .section-home-praticidade {
    padding: 120px 0 100px 0;
  }
}
@media screen and (max-width: 575px) {
  .section-home-praticidade .container-sm {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .section-home-praticidade h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    tet-xalign: center;
    font-size: 52px;
    max-width: 260px;
  }
  .section-home-praticidade h2 span {
    text-align: center;
    font-size: 30px;
    padding: 10px 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    left: -12px;
    width: 285px;
    top: auto;
    top: initial;
  }
  .section-home-praticidade {
    padding-top: 160px;
    padding-bottom: 95px;
  }
}

.section-home-marquee * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.section-home-marquee {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 156px;
  position: relative;
  z-index: 3;
  background-image: url(../images/marquee-home-bg.svg);
  margin-top: -62px;
}
.section-home-marquee .mw-1920 {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.section-home-marquee .container-fluid {
  overflow: hidden;
  padding: 0;
}
.section-home-marquee ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
  width: -moz-max-content;
  width: max-content;
  flex-wrap: nowrap;
  animation: marquee-horizontal 25s linear infinite;
  height: 100%;
}
.section-home-marquee ul li {
  position: relative;
  flex-shrink: 0;
  min-width: 247px;
  padding-right: 124px;
  font-family: "DrawYBrand", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 56px;
  color: #ffffff;
  white-space: nowrap;
}
.section-home-marquee ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  left: -60px;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
.section-home-marquee ul li.coxinha::after {
  background-image: url(../images/coxinha.webp);
  width: 35px;
  height: 44px;
}
.section-home-marquee ul li.bolinha_queijo::after {
  background-image: url(../images/bolinha_queijo.webp);
  width: 36px;
  height: 34px;
}
.section-home-marquee ul li.risolis::after {
  background-image: url(../images/risolis.webp);
  width: 40px;
  height: 40px;
}
.section-home-marquee ul li.kibe::after {
  background-image: url(../images/kibe.webp);
  width: 62px;
  height: 62px;
  top: calc(50% - 15px);
  left: -65px;
}
.section-home-marquee ul li.pao_queijo::after {
  background-image: url(../images/pao_queijo.webp);
  width: 44px;
  height: 33px;
}
.section-home-marquee ul li.esfirra::after {
  background-image: url(../images/esfirra.webp);
  width: 60px;
  height: 33px;
}
@media screen and (max-width: 767px) {
  .section-home-marquee ul li {
    font-size: 48px;
  }
}

.section-home-insights-tendencias {
  position: relative;
  padding-top: 90px;
  padding-bottom: 60px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin-top: -30px;
  z-index: 4;
  background: #ffffff;
}
.section-home-insights-tendencias h2,
.section-home-insights-tendencias h3 {
  text-align: center;
}
.section-home-insights-tendencias h3 {
  font-weight: 500;
  font-size: 20px;
  color: #5d5455;
  max-width: 527px;
}
.section-home-insights-tendencias h2 {
  font-family: "DrawYBrand", sans-serif;
  font-weight: 500;
  font-size: 64px;
  color: #1f0c0c;
}
.section-home-insights-tendencias .c-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-home-insights-tendencias .read-more {
  padding-top: 50px;
}
.section-home-insights-tendencias .read-more img {
  width: 100%;
}
.section-home-insights-tendencias .c-col-btn {
  padding-top: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-home-insights-tendencias .custom-button-yellow {
  width: -moz-fit-content;
  width: fit-content;
}
.section-home-insights-tendencias .card-body {
  padding: 22px 32px 0 32px;
}
.section-home-insights-tendencias .card-footer {
  padding: 0 32px 0 32px;
}
@media screen and (max-width: 991px) {
  .section-home-insights-tendencias .read-more .row {
    justify-content: center;
  }
  .section-home-insights-tendencias .c-content-posts {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .section-home-insights-tendencias .c-content-posts:nth-child(n+3) {
    display: none !important;
  }
}
.section-home-insights-tendencias h3 {
  font-size: 18px;
}
.section-home-insights-tendencias h2 {
  font-size: 58px;
}
.section-home-insights-tendencias .card-post {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-width: 361px;
  padding-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .section-home-insights-tendencias {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section-home-insights-tendencias .c-content-posts:not(:first-child) {
    display: none !important;
  }
}

.section-home-conecte-jopanas {
  padding-top: 140px;
  padding-bottom: 180px;
  position: relative;
}
.section-home-conecte-jopanas::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/section-bg-conect-se.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.section-home-conecte-jopanas h2 {
  font-family: "DrawYBrand", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 64px;
  width: 248px;
  color: #ffffff;
  margin-bottom: 50px;
}
.section-home-conecte-jopanas .swiperInstagram {
  overflow: visible !important;
}
.section-home-conecte-jopanas .swiperInstagram .swiper-slide {
  width: 401px;
  height: auto;
  aspect-ratio: 401/470;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
  padding: 1px;
}
.section-home-conecte-jopanas .swiperInstagram .swiper-slide:nth-child(odd) {
  clip-path: polygon(1% 95%, 4% 5%, 100% 0, 100% 100%);
}
.section-home-conecte-jopanas .swiperInstagram .swiper-slide:nth-child(even) {
  clip-path: polygon(0 100%, 0 0, 95% 4%, 97% 96%);
  transform: translateX(12px);
}
.section-home-conecte-jopanas .swiperInstagram .swiper-slide:nth-child(odd) a {
  clip-path: polygon(1% 95%, 4% 5%, 100% 0, 100% 100%);
}
.section-home-conecte-jopanas .swiperInstagram .swiper-slide:nth-child(even) a {
  clip-path: polygon(0 100%, 0 0, 95% 4%, 97% 96%);
}
@media screen and (max-width: 991px) {
  .section-home-conecte-jopanas .swiperInstagram .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .section-home-conecte-jopanas .swiperInstagram .swiper-slide {
    margin: 0;
    width: 100%;
  }
}
.section-home-conecte-jopanas .swiperInstagram .swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: 1px solid #1f0c0c inset;
}
.section-home-conecte-jopanas .swiperInstagram img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-home-conecte-jopanas .social-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  gap: 15px;
  z-index: 1;
}
.section-home-conecte-jopanas .social-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/section-home-conecte.svg);
  top: -134px;
  left: -94px;
  width: 1177px;
  height: 340px;
  background-repeat: no-repeat;
  z-index: -1;
}
.section-home-conecte-jopanas .social-wrapper a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b62f3d;
  width: 56px;
  height: 56px;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 50%;
}
@media screen and (max-width: 575px) {
  .section-home-conecte-jopanas h2 {
    width: 100%;
    text-align: center;
  }
  .section-home-conecte-jopanas .social-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
  }
  .section-home-conecte-jopanas .social-wrapper::after {
    left: -40px;
  }
}

.section-home-parceiros {
  padding-top: 93px;
}
.section-home-parceiros h2 {
  max-width: 391px;
  font-family: "DrawYBrand", sans-serif;
  font-size: 64px;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 575px) {
  .section-home-parceiros h2 {
    font-size: 58px;
  }
}
.section-home-parceiros .swiper-parceiros {
  padding: 90px 0;
}
.section-home-parceiros .swiper-parceiros .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
}
@media screen and (max-width: 1199px) {
  .section-home-parceiros .swiper-parceiros .swiper-slide {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .section-home-parceiros .swiper-parceiros .swiper-slide {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 575px) {
  .section-home-parceiros .swiper-parceiros .swiper-slide {
    width: 76.9230769231%;
  }
}
.section-home-parceiros .custom-button-yellow {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 129px;
}
@media screen and (max-width: 991px) {
  .section-home-parceiros .swiper-parceiros {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .section-home-parceiros h2 {
    max-width: 288px;
    font-size: 58px;
  }
  .section-home-parceiros .row {
    gap: 40px;
  }
  .section-home-parceiros .parceiro {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section-home-parceiros {
    padding-top: 20px;
  }
}

@keyframes marquee-horizontal {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.3333%);
  }
}

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