@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/keen-slider@6.8.5/keen-slider.min.css");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  overflow-x: hidden;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

b,
strong {
  font-weight: bold;
}

.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

@media (min-width: 767px) {
  .ta-center__md {
    text-align: center;
  }
  .ta-left__md {
    text-align: left;
  }
  .ta-right__md {
    text-align: right;
  }
}
.container {
  width: 100%;
  padding: 0px 20px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1168px;
    margin: 0 auto;
    display: block;
  }
}

.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

.flex {
  /**
  * [!] THIS IS NOT CONTROVERSIAL [!]
  * As the layout doesnt make usage of flex (grouped elements horizontally)
  * and the code is mobile-first, the flex property returns to a default
  * type of display and stacking sections and divs up and down eachothers.
  * For full flex usage (mobile and desktop) use: "flex flex--force".
  */
  display: block;
}
.flex--force {
  display: flex;
}
.flex--none {
  display: none;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--jcc {
  justify-content: center;
}
.flex--jcfe {
  justify-content: flex-end;
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--jcsa {
  justify-content: space-around;
}
.flex--jcsb {
  justify-content: space-between;
}
.flex--aic {
  align-items: center;
}
.flex--aifs {
  align-items: flex-start;
}
.flex--aife {
  align-items: flex-end;
}
.flex--row {
  flex-direction: row;
}
.flex--column {
  flex-direction: column;
}
.flex--column-reverse {
  flex-direction: column-reverse;
}
.flex--gap-4 {
  gap: 4px;
}
.flex--gap-6 {
  gap: 6px;
}
.flex--gap-8 {
  gap: 8px;
}
.flex--gap-10 {
  gap: 10px;
}
.flex--gap-12 {
  gap: 12px;
}
.flex--gap-16 {
  gap: 16px;
}
.flex--gap-20 {
  gap: 20px;
}
.flex--gap-24 {
  gap: 24px;
}
.flex--gap-32 {
  gap: 32px;
}
.flex--gap-40 {
  gap: 40px;
}
.flex--gap-50 {
  gap: 50px;
}
.flex--gap-60 {
  gap: 60px;
}
.flex--gap-80 {
  gap: 80px;
}
@media (min-width: 1200px) {
  .flex {
    display: flex;
  }
  .flex--sm {
    display: block;
  }
}
@media (min-width: 767px) {
  .flex--row__md {
    flex-direction: row;
  }
  .flex--aic__md {
    align-items: center;
  }
  .flex--column__md {
    flex-direction: column;
  }
  .flex--force__md {
    display: flex;
  }
  .flex--none__md {
    display: none;
  }
  .flex--gap-4__md {
    gap: 4px;
  }
  .flex--gap-6__md {
    gap: 6px;
  }
  .flex--gap-8__md {
    gap: 8px;
  }
  .flex--gap-10__md {
    gap: 10px;
  }
  .flex--gap-12__md {
    gap: 12px;
  }
  .flex--gap-16__md {
    gap: 16px;
  }
  .flex--gap-20__md {
    gap: 20px;
  }
  .flex--gap-24__md {
    gap: 24px;
  }
  .flex--gap-32__md {
    gap: 32px;
  }
  .flex--gap-40__md {
    gap: 40px;
  }
  .flex--gap-50__md {
    gap: 50px;
  }
  .flex--gap-60__md {
    gap: 60px;
  }
  .flex--gap-80__md {
    gap: 80px;
  }
}
@media (min-width: 1200px) {
  .flex--row__lg {
    flex-direction: row;
  }
  .flex--aic__lg {
    align-items: center;
  }
  .flex--aife__lg {
    align-items: flex-end;
  }
  .flex--jcfe__lg {
    justify-content: flex-end;
  }
  .flex--jcc__lg {
    justify-content: center;
  }
  .flex--column__lg {
    flex-direction: column;
  }
  .flex--force__lg {
    display: flex;
  }
  .flex--none__lg {
    display: none;
  }
  .flex--gap-4__lg {
    gap: 4px;
  }
  .flex--gap-6__lg {
    gap: 6px;
  }
  .flex--gap-8__lg {
    gap: 8px;
  }
  .flex--gap-10__lg {
    gap: 10px;
  }
  .flex--gap-12__lg {
    gap: 12px;
  }
  .flex--gap-16__lg {
    gap: 16px;
  }
  .flex--gap-20__lg {
    gap: 20px;
  }
  .flex--gap-24__lg {
    gap: 24px;
  }
  .flex--gap-32__lg {
    gap: 32px;
  }
  .flex--gap-40__lg {
    gap: 40px;
  }
  .flex--gap-50__lg {
    gap: 50px;
  }
  .flex--gap-60__lg {
    gap: 60px;
  }
  .flex--gap-80__lg {
    gap: 80px;
  }
}

:root {
  --weight-light: 300;
  --weight-regular: 400;
  --weight-medium: 500;
  --weight-semibold: 600;
  --weight-bold: 700;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.p-0 {
  padding: 0px;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.margin-size {
  margin: 0px;
}

.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.px-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.pt-4 {
  padding-top: 4px;
}

.pb-4 {
  padding-bottom: 4px;
}

.p-4 {
  padding: 4px;
}

.my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.mx-4 {
  margin-left: 4px;
  margin-right: 4px;
}

.mt-4 {
  margin-top: 4px;
}

.mb-4 {
  margin-bottom: 4px;
}

.margin-size {
  margin: 4px;
}

.py-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.px-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.pt-6 {
  padding-top: 6px;
}

.pb-6 {
  padding-bottom: 6px;
}

.p-6 {
  padding: 6px;
}

.my-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.mx-6 {
  margin-left: 6px;
  margin-right: 6px;
}

.mt-6 {
  margin-top: 6px;
}

.mb-6 {
  margin-bottom: 6px;
}

.margin-size {
  margin: 6px;
}

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.px-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.pt-8 {
  padding-top: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.p-8 {
  padding: 8px;
}

.my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.mt-8 {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.margin-size {
  margin: 8px;
}

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.p-10 {
  padding: 10px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.mx-10 {
  margin-left: 10px;
  margin-right: 10px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.margin-size {
  margin: 10px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.pt-16 {
  padding-top: 16px;
}

.pb-16 {
  padding-bottom: 16px;
}

.p-16 {
  padding: 16px;
}

.my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.mt-16 {
  margin-top: 16px;
}

.mb-16 {
  margin-bottom: 16px;
}

.margin-size {
  margin: 16px;
}

.py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.p-20 {
  padding: 20px;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.mx-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.margin-size {
  margin: 20px;
}

@media (min-width: 767px) {
  .py-0__md {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .px-0__md {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pt-0__md {
    padding-top: 0px;
  }
  .pb-0__md {
    padding-bottom: 0px;
  }
  .p-0__md {
    padding: 0px;
  }
  .my-0__md {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mx-0__md {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mt-0__md {
    margin-top: 0px;
  }
  .mb-0__md {
    margin-bottom: 0px;
  }
  .margin-size__md {
    margin: 0px;
  }
  .py-4__md {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .px-4__md {
    padding-left: 4px;
    padding-right: 4px;
  }
  .pt-4__md {
    padding-top: 4px;
  }
  .pb-4__md {
    padding-bottom: 4px;
  }
  .p-4__md {
    padding: 4px;
  }
  .my-4__md {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .mx-4__md {
    margin-left: 4px;
    margin-right: 4px;
  }
  .mt-4__md {
    margin-top: 4px;
  }
  .mb-4__md {
    margin-bottom: 4px;
  }
  .margin-size__md {
    margin: 4px;
  }
  .py-6__md {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .px-6__md {
    padding-left: 6px;
    padding-right: 6px;
  }
  .pt-6__md {
    padding-top: 6px;
  }
  .pb-6__md {
    padding-bottom: 6px;
  }
  .p-6__md {
    padding: 6px;
  }
  .my-6__md {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .mx-6__md {
    margin-left: 6px;
    margin-right: 6px;
  }
  .mt-6__md {
    margin-top: 6px;
  }
  .mb-6__md {
    margin-bottom: 6px;
  }
  .margin-size__md {
    margin: 6px;
  }
  .py-8__md {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .px-8__md {
    padding-left: 8px;
    padding-right: 8px;
  }
  .pt-8__md {
    padding-top: 8px;
  }
  .pb-8__md {
    padding-bottom: 8px;
  }
  .p-8__md {
    padding: 8px;
  }
  .my-8__md {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .mx-8__md {
    margin-left: 8px;
    margin-right: 8px;
  }
  .mt-8__md {
    margin-top: 8px;
  }
  .mb-8__md {
    margin-bottom: 8px;
  }
  .margin-size__md {
    margin: 8px;
  }
  .py-10__md {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .px-10__md {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pt-10__md {
    padding-top: 10px;
  }
  .pb-10__md {
    padding-bottom: 10px;
  }
  .p-10__md {
    padding: 10px;
  }
  .my-10__md {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mx-10__md {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mt-10__md {
    margin-top: 10px;
  }
  .mb-10__md {
    margin-bottom: 10px;
  }
  .margin-size__md {
    margin: 10px;
  }
  .py-16__md {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .px-16__md {
    padding-left: 16px;
    padding-right: 16px;
  }
  .pt-16__md {
    padding-top: 16px;
  }
  .pb-16__md {
    padding-bottom: 16px;
  }
  .p-16__md {
    padding: 16px;
  }
  .my-16__md {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .mx-16__md {
    margin-left: 16px;
    margin-right: 16px;
  }
  .mt-16__md {
    margin-top: 16px;
  }
  .mb-16__md {
    margin-bottom: 16px;
  }
  .margin-size__md {
    margin: 16px;
  }
  .py-20__md {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .px-20__md {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pt-20__md {
    padding-top: 20px;
  }
  .pb-20__md {
    padding-bottom: 20px;
  }
  .p-20__md {
    padding: 20px;
  }
  .my-20__md {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mx-20__md {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mt-20__md {
    margin-top: 20px;
  }
  .mb-20__md {
    margin-bottom: 20px;
  }
  .margin-size__md {
    margin: 20px;
  }
}
@media (min-width: 1200px) {
  .py-0__lg {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .px-0__lg {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pt-0__lg {
    padding-top: 0px;
  }
  .pb-0__lg {
    padding-bottom: 0px;
  }
  .padding-0__lg {
    padding: 0px;
  }
  .my-0__lg {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .mx-0__lg {
    margin-left: 0px;
    margin-right: 0px;
  }
  .mt-0__lg {
    margin-top: 0px;
  }
  .mb-0__lg {
    margin-bottom: 0px;
  }
  .margin-size__lg {
    margin: 0px;
  }
  .py-4__lg {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .px-4__lg {
    padding-left: 4px;
    padding-right: 4px;
  }
  .pt-4__lg {
    padding-top: 4px;
  }
  .pb-4__lg {
    padding-bottom: 4px;
  }
  .padding-4__lg {
    padding: 4px;
  }
  .my-4__lg {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .mx-4__lg {
    margin-left: 4px;
    margin-right: 4px;
  }
  .mt-4__lg {
    margin-top: 4px;
  }
  .mb-4__lg {
    margin-bottom: 4px;
  }
  .margin-size__lg {
    margin: 4px;
  }
  .py-6__lg {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .px-6__lg {
    padding-left: 6px;
    padding-right: 6px;
  }
  .pt-6__lg {
    padding-top: 6px;
  }
  .pb-6__lg {
    padding-bottom: 6px;
  }
  .padding-6__lg {
    padding: 6px;
  }
  .my-6__lg {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .mx-6__lg {
    margin-left: 6px;
    margin-right: 6px;
  }
  .mt-6__lg {
    margin-top: 6px;
  }
  .mb-6__lg {
    margin-bottom: 6px;
  }
  .margin-size__lg {
    margin: 6px;
  }
  .py-8__lg {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .px-8__lg {
    padding-left: 8px;
    padding-right: 8px;
  }
  .pt-8__lg {
    padding-top: 8px;
  }
  .pb-8__lg {
    padding-bottom: 8px;
  }
  .padding-8__lg {
    padding: 8px;
  }
  .my-8__lg {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .mx-8__lg {
    margin-left: 8px;
    margin-right: 8px;
  }
  .mt-8__lg {
    margin-top: 8px;
  }
  .mb-8__lg {
    margin-bottom: 8px;
  }
  .margin-size__lg {
    margin: 8px;
  }
  .py-10__lg {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .px-10__lg {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pt-10__lg {
    padding-top: 10px;
  }
  .pb-10__lg {
    padding-bottom: 10px;
  }
  .padding-10__lg {
    padding: 10px;
  }
  .my-10__lg {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .mx-10__lg {
    margin-left: 10px;
    margin-right: 10px;
  }
  .mt-10__lg {
    margin-top: 10px;
  }
  .mb-10__lg {
    margin-bottom: 10px;
  }
  .margin-size__lg {
    margin: 10px;
  }
  .py-16__lg {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .px-16__lg {
    padding-left: 16px;
    padding-right: 16px;
  }
  .pt-16__lg {
    padding-top: 16px;
  }
  .pb-16__lg {
    padding-bottom: 16px;
  }
  .padding-16__lg {
    padding: 16px;
  }
  .my-16__lg {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .mx-16__lg {
    margin-left: 16px;
    margin-right: 16px;
  }
  .mt-16__lg {
    margin-top: 16px;
  }
  .mb-16__lg {
    margin-bottom: 16px;
  }
  .margin-size__lg {
    margin: 16px;
  }
  .py-20__lg {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .px-20__lg {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pt-20__lg {
    padding-top: 20px;
  }
  .pb-20__lg {
    padding-bottom: 20px;
  }
  .padding-20__lg {
    padding: 20px;
  }
  .my-20__lg {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .mx-20__lg {
    margin-left: 20px;
    margin-right: 20px;
  }
  .mt-20__lg {
    margin-top: 20px;
  }
  .mb-20__lg {
    margin-bottom: 20px;
  }
  .margin-size__lg {
    margin: 20px;
  }
}
@font-face {
  font-family: "Guanabara Sans";
  src: url("../fonts/GuanabaraSans/GuanabaraSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Guanabara Sans";
  src: url("../fonts/GuanabaraSans/GuanabaraSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Guanabara Sans";
  src: url("../fonts/GuanabaraSans/GuanabaraSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Guanabara Sans";
  src: url("../fonts/GuanabaraSans/GuanabaraSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Guanabara Display";
  src: url("../fonts/GuanabaraDisplay/GuanabaraDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Guanabara Display";
  src: url("../fonts/GuanabaraDisplay/GuanabaraDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Guanabara Display";
  src: url("../fonts/GuanabaraDisplay/GuanabaraDisplay-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Guanabara Display";
  src: url("../fonts/GuanabaraDisplay/GuanabaraDisplay-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.color-primary {
  color: #003cbe;
}

.background-primary {
  background-color: #003cbe;
}

.border-primary {
  border-color: #003cbe;
}

.color-support-primary {
  color: #4c76d1;
}

.background-support-primary {
  background-color: #4c76d1;
}

.border-support-primary {
  border-color: #4c76d1;
}

.color-support-primary-100 {
  color: #002752;
}

.background-support-primary-100 {
  background-color: #002752;
}

.border-support-primary-100 {
  border-color: #002752;
}

.color-secondary {
  color: #3cc300;
}

.background-secondary {
  background-color: #3cc300;
}

.border-secondary {
  border-color: #3cc300;
}

.color-accent {
  color: #e04e27;
}

.background-accent {
  background-color: #e04e27;
}

.border-accent {
  border-color: #e04e27;
}

.color-support-accent {
  color: #b53817;
}

.background-support-accent {
  background-color: #b53817;
}

.border-support-accent {
  border-color: #b53817;
}

.color-background {
  color: #ffffff;
}

.background-background {
  background-color: #ffffff;
}

.border-background {
  border-color: #ffffff;
}

.color-background-blue {
  color: #003cbe;
}

.background-background-blue {
  background-color: #003cbe;
}

.border-background-blue {
  border-color: #003cbe;
}

.color-color-white {
  color: #ffffff;
}

.background-color-white {
  background-color: #ffffff;
}

.border-color-white {
  border-color: #ffffff;
}

.color-color-black {
  color: #000000;
}

.background-color-black {
  background-color: #000000;
}

.border-color-black {
  border-color: #000000;
}

.color-gray-0 {
  color: #fcfcfc;
}

.background-gray-0 {
  background-color: #fcfcfc;
}

.border-gray-0 {
  border-color: #fcfcfc;
}

.color-gray-50 {
  color: #f9f6f6;
}

.background-gray-50 {
  background-color: #f9f6f6;
}

.border-gray-50 {
  border-color: #f9f6f6;
}

.color-gray-100 {
  color: #f2f2f2;
}

.background-gray-100 {
  background-color: #f2f2f2;
}

.border-gray-100 {
  border-color: #f2f2f2;
}

.color-gray-150 {
  color: #f0f2f7;
}

.background-gray-150 {
  background-color: #f0f2f7;
}

.border-gray-150 {
  border-color: #f0f2f7;
}

.color-gray-200 {
  color: #f0f0f0;
}

.background-gray-200 {
  background-color: #f0f0f0;
}

.border-gray-200 {
  border-color: #f0f0f0;
}

.color-gray-250 {
  color: #ececec;
}

.background-gray-250 {
  background-color: #ececec;
}

.border-gray-250 {
  border-color: #ececec;
}

.color-gray-300 {
  color: #e9e8e8;
}

.background-gray-300 {
  background-color: #e9e8e8;
}

.border-gray-300 {
  border-color: #e9e8e8;
}

.color-gray-350 {
  color: #e4e4e4;
}

.background-gray-350 {
  background-color: #e4e4e4;
}

.border-gray-350 {
  border-color: #e4e4e4;
}

.color-gray-400 {
  color: #dcdde0;
}

.background-gray-400 {
  background-color: #dcdde0;
}

.border-gray-400 {
  border-color: #dcdde0;
}

.color-gray-450 {
  color: #d9d9d9;
}

.background-gray-450 {
  background-color: #d9d9d9;
}

.border-gray-450 {
  border-color: #d9d9d9;
}

.color-gray-500 {
  color: #c6c6c6;
}

.background-gray-500 {
  background-color: #c6c6c6;
}

.border-gray-500 {
  border-color: #c6c6c6;
}

.color-gray-600 {
  color: #b3b3b3;
}

.background-gray-600 {
  background-color: #b3b3b3;
}

.border-gray-600 {
  border-color: #b3b3b3;
}

.color-gray-700 {
  color: #808080;
}

.background-gray-700 {
  background-color: #808080;
}

.border-gray-700 {
  border-color: #808080;
}

.color-gray-800 {
  color: #4d4d4d;
}

.background-gray-800 {
  background-color: #4d4d4d;
}

.border-gray-800 {
  border-color: #4d4d4d;
}

.color-gray-900 {
  color: #000000;
}

.background-gray-900 {
  background-color: #000000;
}

.border-gray-900 {
  border-color: #000000;
}

.color-error {
  color: #e04e27;
}

.background-error {
  background-color: #e04e27;
}

.border-error {
  border-color: #e04e27;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

@media (min-width: 767px) {
  .ta-center__md {
    text-align: center;
  }
  .ta-left__md {
    text-align: left;
  }
  .ta-right__md {
    text-align: right;
  }
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-80 {
  opacity: 0.8;
}

.flex-1 {
  flex: 1;
}

.site-header-idk-0226 {
  position: fixed;
  top: 30px;
  left: 48px;
  right: 48px;
  margin: 0 auto;
  width: calc(100% - 48px - 48px);
  max-width: 1416px;
  z-index: 9999;
  backdrop-filter: blur(62px);
  background: rgba(77, 77, 77, 0.4);
  border-radius: 20px;
}
.site-header-idk-0226 .mobile-only,
.site-header-idk-0226 .mobile-only * {
  display: none;
}
.site-header-idk-0226 .desktop-only,
.site-header-idk-0226 .desktop-only * {
  display: block;
}
.site-header-idk-0226 .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 32px;
  row-gap: 24px;
  margin: 0 auto;
}
.site-header-idk-0226 .header-logo {
  display: block;
  height: 61px;
  width: 189px;
  background-image: url("../img/svg/betania-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.site-header-idk-0226 .header-nav {
  flex: 1;
  display: flex;
  align-items: center;
}
.site-header-idk-0226 .menu-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.site-header-idk-0226 .menu-item a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-weight: var(--weight-regular);
  padding: 8px 5px;
  text-decoration: none;
  white-space: nowrap;
}
.site-header-idk-0226 .menu-item a:hover {
  color: #ffffff;
}
.site-header-idk-0226 .header-btns {
  display: flex;
  align-items: center;
  gap: 16px;
}
.site-header-idk-0226 .lang-header .trp-language-item:first-of-type {
  display: inline-flex;
  align-items: center;
  padding: 0;
}
.site-header-idk-0226 .lang-header .trp-language-item:first-of-type::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/svg/world-icon.svg") no-repeat center;
  background-size: contain;
  opacity: 0.6;
}
.site-header-idk-0226 .lang-header .trp-language-item:first-of-type:hover::before {
  opacity: 1;
}
.site-header-idk-0226 .lang-header .trp-shortcode-arrow {
  display: none;
}
.site-header-idk-0226.header-white {
  background: #ffffff;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 60, 190, 0.2);
  width: 100%;
  max-width: 100%;
  top: 0;
  left: 0;
  right: 0;
}
.site-header-idk-0226.header-white .header-logo {
  background-image: url("../img/svg/betania-logo-blue.svg");
}
.site-header-idk-0226.header-white .header-wrapper {
  width: calc(100% - 48px - 48px);
  max-width: 1416px;
  padding: 32px;
}
.site-header-idk-0226.header-white .menu-item a {
  color: rgba(0, 39, 82, 0.6);
}
.site-header-idk-0226.header-white .menu-item a:hover {
  color: #002752;
}
.site-header-idk-0226.header-white .primary-btn-white {
  background: #003cbe;
  color: #ffffff;
  fill: #ffffff;
}
.site-header-idk-0226.header-white .primary-btn-white:hover, .site-header-idk-0226.header-white .primary-btn-white:focus, .site-header-idk-0226.header-white .primary-btn-white:active {
  background: #4c76d1;
  color: #ffffff;
  fill: #ffffff;
}
.site-header-idk-0226.header-white .lang-header * {
  color: #002752 !important;
  fill: #002752 !important;
}
.site-header-idk-0226.header-white .lang-header .trp-language-item:first-of-type::before {
  filter: invert(1);
}

@media (max-width: 1200px) {
  .site-header-idk-0226 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
  }
  .site-header-idk-0226 .mobile-only,
  .site-header-idk-0226 .mobile-only * {
    display: block;
  }
  .site-header-idk-0226 .desktop-only,
  .site-header-idk-0226 .desktop-only * {
    display: none;
  }
  .site-header-idk-0226 .header-wrapper {
    padding: 20px;
  }
  .site-header-idk-0226 .header-logo img {
    height: 42px;
  }
  .site-header-idk-0226 .menu-toggle {
    display: inline-flex;
    border: none;
    background: transparent;
    padding: 0;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  .site-header-idk-0226 .menu-toggle .icon-open,
  .site-header-idk-0226 .menu-toggle .icon-close {
    width: 32px;
    height: 32px;
    transition: transform 0.2s ease;
  }
  .site-header-idk-0226 .menu-toggle .icon-close {
    display: none;
  }
  .site-header-idk-0226 .menu-toggle.is-active .icon-open {
    display: none;
  }
  .site-header-idk-0226 .menu-toggle.is-active .icon-close {
    display: block;
  }
  .site-header-idk-0226.header-white .header-wrapper {
    padding: 20px;
    width: 100%;
    max-width: 100%;
  }
  .site-header-idk-0226.header-white .menu-toggle img {
    filter: invert(1);
  }
  .site-header-idk-0226 .mobile-menu {
    max-height: 0;
    opacity: 0;
    pointer-events: none;
    overflow: hidden;
    transform: translateY(-10px);
    transition: max-height 0.35s, opacity 0.35s, transform 0.35s;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #e9e8e8;
    padding: 0;
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    overflow: hidden;
    pointer-events: none;
    transition: max-height 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
  }
  .site-header-idk-0226 .mobile-menu.is-active {
    max-height: 600px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
  .site-header-idk-0226 .mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 16px 0 0;
  }
  .site-header-idk-0226 .mobile-item {
    padding: 16px 20px;
  }
  .site-header-idk-0226 .mobile-item > a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000;
    font-size: 14px;
    font-weight: var(--weight-semibold);
    text-decoration: none;
    text-align: center;
  }
  .site-header-idk-0226 .mobile-item > a:hover {
    color: #003cbe;
  }
  .site-header-idk-0226 .lang-header {
    margin: 0 auto;
  }
  .site-header-idk-0226 .lang-header,
  .site-header-idk-0226 .lang-header * {
    width: fit-content;
    color: #000000 !important;
    opacity: 0.9;
  }
  .site-header-idk-0226 .lang-header:hover,
  .site-header-idk-0226 .lang-header *:hover {
    opacity: 1;
  }
  .site-header-idk-0226 .lang-header .trp-language-item:first-of-type::before {
    filter: invert(1);
  }
  .site-header-idk-0226 .primary-btn-blue {
    margin: 0 20px 20px;
    padding: 8px 14px;
    width: calc(100% - 40px);
    font-size: 12px;
    font-weight: var(--weight-semibold);
  }
}
.site-footer-idk-0226 .desktop-only,
.site-footer-idk-0226 .desktop-only * {
  display: block;
}
.site-footer-idk-0226 .mobile-only,
.site-footer-idk-0226 .mobile-only * {
  display: none;
}
.site-footer-idk-0226 .footer-border {
  margin: 40px 20px 20px;
  background: #003cbe;
  color: #ffffff;
  border-radius: 30px;
}
.site-footer-idk-0226 .footer-grid {
  max-width: 1353px;
  display: flex;
  gap: 10%;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 60px;
  margin: 0 auto;
}
.site-footer-idk-0226 .footer-content {
  display: flex;
  gap: 10%;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.site-footer-idk-0226 .footer-logo-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.site-footer-idk-0226 .footer-logo-col .betania-logo {
  height: 60px;
  width: auto;
}
.site-footer-idk-0226 .footer-logo-col p {
  margin-bottom: 16px;
}
.site-footer-idk-0226 .footer-logo-col .social-grid-footer {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.site-footer-idk-0226 .footer-logo-col .logo-alvoar {
  margin-top: 32px;
  height: 43px;
  width: auto;
}
.site-footer-idk-0226 .footer-sections-col {
  width: 100%;
  max-width: 1010px;
  gap: 32px;
  justify-content: space-between;
  margin-top: 16px;
  display: flex;
  flex-direction: row;
}
.site-footer-idk-0226 h5 {
  margin-bottom: 24px;
}
.site-footer-idk-0226 .institutional-menu-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.site-footer-idk-0226 .institutional-menu-list a {
  opacity: 0.5;
  white-space: nowrap;
}
.site-footer-idk-0226 .institutional-menu-list a:hover, .site-footer-idk-0226 .institutional-menu-list a:focus, .site-footer-idk-0226 .institutional-menu-list a:active {
  opacity: 1;
}
.site-footer-idk-0226 .icon-text-wrapper {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.site-footer-idk-0226 .icon-text-wrapper img {
  width: 24px;
  height: 24px;
}
.site-footer-idk-0226 .icon-text-wrapper p {
  font-size: 16px;
}
.site-footer-idk-0226 .assessoria {
  margin-top: 32px;
}
.site-footer-idk-0226 .endereco-footer * {
  font-size: 16px;
}
.site-footer-idk-0226 .divisor {
  margin: 60px 0 32px;
  width: 100%;
  height: 1px;
  background: #4c76d1;
}
.site-footer-idk-0226 .copyright {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 22px;
}
.site-footer-idk-0226 .copyright p {
  white-space: nowrap;
}
.site-footer-idk-0226 .left-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.site-footer-idk-0226 .left-links p {
  white-space: nowrap;
}
.site-footer-idk-0226 .box-decorative {
  padding-top: 80px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
.site-footer-idk-0226 .box-decorative img {
  width: 42px;
  height: 42px;
}

@media (max-width: 992px) {
  .site-footer-idk-0226 .desktop-only,
  .site-footer-idk-0226 .desktop-only * {
    display: none;
  }
  .site-footer-idk-0226 .mobile-only,
  .site-footer-idk-0226 .mobile-only * {
    display: block;
  }
  .site-footer-idk-0226 .footer-border {
    margin: 0;
    border-radius: 0;
  }
  .site-footer-idk-0226 .footer-grid,
  .site-footer-idk-0226 .footer-sections-col,
  .site-footer-idk-0226 .footer-content {
    flex-wrap: wrap;
  }
  .site-footer-idk-0226 .footer-grid {
    padding: 40px;
  }
  .site-footer-idk-0226 .footer-sections-col {
    margin-top: 40px;
  }
  .site-footer-idk-0226 h5 {
    margin-bottom: 20px;
  }
  .site-footer-idk-0226 .institutional-menu-list {
    gap: 16px;
  }
  .site-footer-idk-0226 p.mobile-small {
    font-size: 14px;
  }
  .site-footer-idk-0226 .endereco-footer.mobile-small * {
    font-size: 14px;
  }
  .site-footer-idk-0226 .divisor {
    margin: 40px 0;
  }
  .site-footer-idk-0226 .copyright {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .site-footer-idk-0226 .copyright p {
    white-space: wrap;
    text-align: center;
  }
  .site-footer-idk-0226 .left-links {
    gap: 16px;
    flex-direction: column;
    justify-content: center;
  }
  .site-footer-idk-0226 .box-decorative {
    display: flex;
    padding: 40px 40px 0;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .site-footer-idk-0226 .box-decorative img {
    width: 24px;
    height: 24px;
  }
}

.divisor-text-section-idk-0226 {
  background: #3cc300;
  color: #ffffff;
  padding: 18px 0;
  overflow: hidden;
}
.divisor-text-section-idk-0226 .content-wrapper {
  overflow: hidden;
  white-space: nowrap;
}
.divisor-text-section-idk-0226 .content {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: ticker-scroll 100s linear infinite;
}
.divisor-text-section-idk-0226 .content-item {
  display: flex;
  align-items: center;
  gap: 20px;
  text-transform: uppercase;
}
@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 768px) {
  .divisor-text-section-idk-0226 .divisor-img {
    width: 32px;
    height: 32px;
  }
  .divisor-text-section-idk-0226 .content,
  .divisor-text-section-idk-0226 .content-item {
    gap: 12px;
  }
}
.portal-receitas {
  display: flex;
  align-items: center;
  max-width: 1352px;
  margin: 80px auto 0;
  box-sizing: content-box;
  padding: 0 20px;
  position: relative;
  color: #ffffff;
}
.portal-receitas .content {
  top: 0;
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  inset: 0;
  align-items: center;
  justify-content: center;
  padding: 80px;
  text-align: center;
}
.portal-receitas .content .description {
  width: 597px;
  max-width: 100%;
  margin-bottom: 8px;
}
.portal-receitas .content .primary-btn-orange {
  margin-top: 8px;
  padding: 20px;
  font-size: 16px;
  gap: 10px;
}
.portal-receitas .content .primary-btn-orange .people {
  margin-right: 6px;
  filter: none;
}
.portal-receitas .image-wrapper {
  width: 100%;
  aspect-ratio: 1352/745;
  overflow: hidden;
  mask-image: url("../img/svg/mask-shape-horizontal.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  -webkit-mask-image: url("../img/svg/mask-shape-horizontal.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-mode: luminance;
  mask-composite: source-over;
  -webkit-mask-composite: source-over;
}
.portal-receitas .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.portal-receitas .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5019607843);
}

@media (max-width: 960px) {
  .portal-receitas {
    max-width: 100%;
    margin: 80px auto 0;
  }
  .portal-receitas .content {
    gap: 8px;
    padding: 20px;
  }
  .portal-receitas .content h2 {
    font-size: 36px;
  }
  .portal-receitas .content p {
    font-size: 14px;
  }
  .portal-receitas .content .description {
    width: calc(100% - 40px);
    margin-bottom: 16px;
  }
  .portal-receitas .content .primary-btn-orange {
    margin: 0 16px;
    padding: 15px 16px;
    font-size: 14px;
  }
  .portal-receitas .image-wrapper {
    aspect-ratio: 353/606;
    mask-image: url("../img/svg/mask-shape.svg");
    -webkit-mask-image: url("../img/svg/mask-shape.svg");
  }
}
.hero-banner-idk-0226 {
  width: 100%;
  max-height: 100vh;
  height: 100vh;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}
.hero-banner-idk-0226 .swiper {
  width: 100%;
  height: 100%;
}
.hero-banner-idk-0226 .swiper-slide {
  width: 100%;
  height: 100%;
}
.hero-banner-idk-0226 .hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.hero-banner-idk-0226 .hero-button-prev,
.hero-banner-idk-0226 .hero-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  transition: 0.3s ease all;
}
.hero-banner-idk-0226 .hero-button-prev:hover, .hero-banner-idk-0226 .hero-button-prev:focus, .hero-banner-idk-0226 .hero-button-prev:active,
.hero-banner-idk-0226 .hero-button-next:hover,
.hero-banner-idk-0226 .hero-button-next:focus,
.hero-banner-idk-0226 .hero-button-next:active {
  background: #003cbe;
}
.hero-banner-idk-0226 .hero-button-prev {
  left: 32px;
  border: 1px solid #ffffff;
}
.hero-banner-idk-0226 .hero-button-next {
  right: 32px;
  border: 1px solid #ffffff;
}
.hero-banner-idk-0226 .swiper-pagination {
  bottom: 20px !important;
}
.hero-banner-idk-0226 .swiper-pagination .hero-bullet {
  width: 38px;
  height: 7px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: 0.3s ease;
}
.hero-banner-idk-0226 .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 70px;
}

@media (max-width: 768px) {
  .hero-banner-idk-0226 .hero-button-prev,
  .hero-banner-idk-0226 .hero-button-next {
    top: auto;
    bottom: 68px;
    width: 52px;
    height: 52px;
  }
  .hero-banner-idk-0226 .hero-button-prev img,
  .hero-banner-idk-0226 .hero-button-next img {
    width: 32px;
    height: 32px;
  }
  .hero-banner-idk-0226 .hero-button-prev {
    left: calc(50% - 16px - 26px);
    transform: translateX(-50%);
  }
  .hero-banner-idk-0226 .hero-button-next {
    right: calc(50% - 16px - 26px);
    transform: translateX(50%);
  }
  .hero-banner-idk-0226 .swiper-pagination {
    bottom: 24px !important;
  }
  .hero-banner-idk-0226 .swiper-pagination .hero-bullet {
    height: 5px;
  }
}
.about-section-idk-0226 {
  background-color: #003cbe;
}
.about-section-idk-0226 .images-wrapper {
  display: flex;
  gap: 38px;
  padding: 80px;
  max-width: 1352px;
  margin: 0 auto;
}
.about-section-idk-0226 .image-mask {
  position: relative;
  padding: 2px;
  aspect-ratio: 420/600;
  mask-image: url("../img/svg/mask-shape.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  overflow: hidden;
  -webkit-mask-image: url("../img/svg/mask-shape.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-mode: luminance;
  -webkit-mask-composite: source-over;
}
.about-section-idk-0226 .image-mask:hover .about-button {
  transform: translate(-50%, 0);
  opacity: 1;
}
.about-section-idk-0226 .mask-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: contain;
  object-position: center center;
}
.about-section-idk-0226 .about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.about-section-idk-0226 .about-button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 40px); /* começa abaixo */
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 2;
}
.about-section-idk-0226 .about-button a {
  white-space: nowrap;
}
.about-section-idk-0226 .about-button .primary-btn-white {
  gap: 4px;
}

@media (max-width: 768px) {
  .about-section-idk-0226 .images-wrapper {
    padding: 46px 26px;
    gap: 34px;
    flex-direction: column;
    max-width: 100%;
    align-items: center;
  }
  .about-section-idk-0226 .image-mask,
  .about-section-idk-0226 .about-image {
    aspect-ratio: 338/485;
    max-height: 485px;
    max-width: 338px;
  }
}
.products-section-idk-0226 {
  background-color: #003cbe;
  color: #ffffff;
  padding: 80px 80px 40px;
}
.products-section-idk-0226 .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 44px;
  max-width: 1592px;
  margin: 0 auto;
}
.products-section-idk-0226 .top-wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}
.products-section-idk-0226 .top-wrapper .secondary-btn-white {
  width: fit-content;
}
.products-section-idk-0226 .top-wrapper .secondary-btn-white img {
  filter: brightness(0) invert(1);
}
.products-section-idk-0226 .top-wrapper .secondary-btn-white:hover img {
  filter: none;
}
.products-section-idk-0226 .productsSwiper {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.products-section-idk-0226 .productsSwiper.swiper-initialized {
  opacity: 1;
}
.products-section-idk-0226 .swiper-wrapper {
  align-items: stretch;
}
.products-section-idk-0226 .swiper-slide {
  display: flex;
  height: auto;
}
.products-section-idk-0226 .card {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 2px;
  aspect-ratio: 418/600;
  mask-image: url("../img/svg/mask-shape.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  mask-mode: luminance;
  -webkit-mask-image: url("../img/svg/mask-shape.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-composite: source-over;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.products-section-idk-0226 .card a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.products-section-idk-0226 .card:hover .card-title {
  transform: translateY(-50%);
  opacity: 0;
}
.products-section-idk-0226 .card:hover .mask-image {
  transform: rotate(6deg);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.products-section-idk-0226 .card:hover .mask-image-hover {
  top: 32px;
  transform: translate(-50%, 0);
  opacity: 1;
}
.products-section-idk-0226 .card:hover .icon-bottom-left,
.products-section-idk-0226 .card:hover .icon-bottom-right {
  transform: translateY(0);
  opacity: 1;
}
.products-section-idk-0226 .card-title {
  z-index: 3;
  letter-spacing: -4%;
  line-height: 1.2;
  text-align: center;
  padding: 45px 40px;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
  font-size: clamp(20px, 2vw, 32px);
}
.products-section-idk-0226 .mask-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: contain;
  object-position: center center;
  aspect-ratio: 418/600;
}
.products-section-idk-0226 .mask-image-wrapper {
  width: 100%;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.products-section-idk-0226 .mask-image {
  width: calc(100% - 100px);
  height: auto;
  display: block;
  object-fit: contain;
}
.products-section-idk-0226 .mask-image-hover {
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  max-width: calc(100% - 100px);
  max-height: 130px;
  object-fit: contain;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
  z-index: 2;
}
.products-section-idk-0226 .icon-bottom-left,
.products-section-idk-0226 .icon-bottom-right {
  position: absolute;
  bottom: 46px;
  z-index: 2;
  transform: translateY(40px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
}
.products-section-idk-0226 .icon-bottom-left {
  left: 46px;
}
.products-section-idk-0226 .icon-bottom-right {
  right: 46px;
}
.products-section-idk-0226 .swiper-pagination {
  position: relative;
  margin-top: 60px;
  width: 100%;
  border-radius: 0;
  display: flex;
}
.products-section-idk-0226 .swiper-pagination-bullet {
  flex: 1;
  height: 3px;
  border-radius: 0;
  background: #ffffff;
  opacity: 0.2;
  margin: 0 !important;
}
.products-section-idk-0226 .swiper-pagination-bullet-active {
  opacity: 1;
}
.products-section-idk-0226 .pagination-buttons {
  display: none;
}

@media (max-width: 768px) {
  .products-section-idk-0226 {
    background-color: #003cbe;
    color: #ffffff;
    padding: 80px 20px 20px;
  }
  .products-section-idk-0226 .content-wrapper {
    gap: 40px;
    max-width: 100%;
  }
  .products-section-idk-0226 .top-wrapper {
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .products-section-idk-0226 .top-wrapper .secondary-btn-white {
    padding: 14px 16px;
    font-weight: var(--weight-regular);
  }
  .products-section-idk-0226 .card-title {
    display: none;
  }
  .products-section-idk-0226 .mask-image-wrapper {
    margin: auto 0 80px;
  }
  .products-section-idk-0226 .mask-image {
    width: calc(100% - 140px);
  }
  .products-section-idk-0226 .mask-image-hover {
    top: 32px;
    transform: translate(-50%, 0);
    opacity: 1;
  }
  .products-section-idk-0226 .icon-bottom-left,
  .products-section-idk-0226 .icon-bottom-right {
    transform: translateY(0);
    opacity: 1;
  }
  .products-section-idk-0226 .card,
  .products-section-idk-0226 .mask-border {
    aspect-ratio: 349/500;
  }
  .products-section-idk-0226 .pagination-buttons {
    display: flex;
    gap: 10px;
    height: 52px;
    width: 152px;
    margin: 36px auto;
    position: relative;
  }
  .products-section-idk-0226 .swiper-button-prev,
  .products-section-idk-0226 .swiper-button-next {
    border-radius: 999px;
    border: 1px solid #ffffff;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .products-section-idk-0226 .swiper-button-prev img,
  .products-section-idk-0226 .swiper-button-next img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
  }
  .products-section-idk-0226 .swiper-button-prev::after,
  .products-section-idk-0226 .swiper-button-next::after {
    display: none;
  }
  .products-section-idk-0226 .swiper-button-prev:hover,
  .products-section-idk-0226 .swiper-button-next:hover {
    background: #ffffff;
    fill: #003cbe;
  }
  .products-section-idk-0226 .swiper-button-prev:hover img,
  .products-section-idk-0226 .swiper-button-next:hover img {
    filter: none;
  }
}
.animated-section-idk-0226 .splash {
  background: linear-gradient(180deg, #003cbe 0%, #003cbe 90%, #ffffff 91%, #ffffff 100%);
  width: 100%;
}
.animated-section-idk-0226 .content-wrapper {
  background-color: #ffffff;
  display: flex;
  gap: 20px;
  padding: 80px 80px 96px;
  max-width: 1512px;
  margin: 0 auto;
  flex-direction: column;
}
.animated-section-idk-0226 .first-highlight-text {
  width: clamp(353px, 50vw, 849px);
  height: 293px;
  object-fit: contain;
  max-width: calc(100% - 160px);
  margin: 0 auto;
}
.animated-section-idk-0226 .fruits-wrapper {
  margin: 40px 0 80px;
  display: flex;
  gap: 40px;
  justify-content: space-between;
  height: 652px;
}
.animated-section-idk-0226 .fruits-wrapper .left-side-fruit {
  margin-top: auto;
  width: clamp(174px, 18vw, 332px);
  height: auto;
  object-fit: contain;
  padding-left: 80px;
  box-sizing: content-box;
}
.animated-section-idk-0226 .fruits-wrapper .right-side-fruit {
  margin-bottom: auto;
  width: clamp(192px, 18vw, 398px);
  height: auto;
  object-fit: contain;
}
.animated-section-idk-0226 .second-highlight-text {
  width: clamp(353px, 50vw, 988px);
  height: 313px;
  object-fit: contain;
  max-width: calc(100% - 160px);
  margin: 0 auto;
}
.animated-section-idk-0226 .second-right-side-fruit {
  margin: -36px 133px 0 auto;
  width: clamp(110px, 12vw, 220px);
  height: auto;
  object-fit: contain;
}
.animated-section-idk-0226 .card-section {
  width: 100%;
  margin: 70px auto 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 0;
  position: relative;
}
.animated-section-idk-0226 .product {
  background-image: url("../img/svg/blue-stars-frame.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(353px, 30vw, 503px);
}
.animated-section-idk-0226 .product,
.animated-section-idk-0226 .product-image {
  aspect-ratio: 503/707;
  max-width: 100%;
  height: auto;
  position: relative;
}
.animated-section-idk-0226 .product-image {
  padding: clamp(28px, 10vw, 40px) clamp(90px, 8vw, 130px);
  width: clamp(353px, 30vw, 503px);
  object-fit: contain;
  z-index: 3;
  margin: auto 0;
}
.animated-section-idk-0226 .product-placeholder {
  width: 100%;
  height: 100%;
}
.animated-section-idk-0226 .text-product-image,
.animated-section-idk-0226 .text-product-image-without-image {
  width: clamp(93px, 10vw, 186px);
  padding: 47px 20px 0 41px;
  box-sizing: content-box;
  height: auto;
  object-fit: contain;
}
.animated-section-idk-0226 .pagination-buttons {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  gap: 10px;
  width: 100%;
  justify-content: space-between;
}
.animated-section-idk-0226 .animated-section-swiper-button-prev,
.animated-section-idk-0226 .animated-section-swiper-button-next {
  border-radius: 999px;
  border: 1px solid #003cbe;
  width: clamp(52px, 8vw, 106px);
  height: clamp(52px, 8vw, 106px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.animated-section-idk-0226 .animated-section-swiper-button-prev img,
.animated-section-idk-0226 .animated-section-swiper-button-next img {
  width: clamp(32px, 4vw, 42px);
  height: clamp(32px, 4vw, 42px);
}
.animated-section-idk-0226 .animated-section-swiper-button-prev::after,
.animated-section-idk-0226 .animated-section-swiper-button-next::after {
  display: none;
}
.animated-section-idk-0226 .animated-section-swiper-button-prev:hover,
.animated-section-idk-0226 .animated-section-swiper-button-next:hover {
  background: #003cbe;
  fill: #ffffff;
}
.animated-section-idk-0226 .animated-section-swiper-button-prev:hover img,
.animated-section-idk-0226 .animated-section-swiper-button-next:hover img {
  filter: brightness(0) invert(1);
}
.animated-section-idk-0226 .secondary-btn-blue {
  margin: 24px auto 0;
}

@media (max-width: 1080px) {
  .animated-section-idk-0226 .fruits-wrapper {
    margin: 40px 0 40px;
  }
  .animated-section-idk-0226 .fruits-wrapper .left-side-fruit {
    width: clamp(174px, 2vw, 332px);
    padding-left: 0;
  }
  .animated-section-idk-0226 .fruits-wrapper .right-side-fruit {
    width: clamp(192px, 2vw, 398px);
  }
}
@media (max-width: 960px) {
  .animated-section-idk-0226 .content-wrapper {
    padding: 40px 20px 80px;
    max-width: 100%;
  }
  .animated-section-idk-0226 .first-highlight-text {
    width: 353px;
    height: auto;
    max-width: 100%;
  }
  .animated-section-idk-0226 .fruits-wrapper {
    margin: 20px 0 0;
    flex-direction: column-reverse;
    gap: 40px;
    justify-content: space-between;
    height: auto;
    position: relative;
    min-height: 474px;
  }
  .animated-section-idk-0226 .fruits-wrapper .left-side-fruit {
    padding: 0;
    position: absolute;
    left: -81px;
    bottom: 0;
    width: 174px;
  }
  .animated-section-idk-0226 .fruits-wrapper .right-side-fruit {
    position: absolute;
    right: -99px;
    top: 0;
    width: 192px;
  }
  .animated-section-idk-0226 .second-highlight-text {
    width: 353px;
    height: auto;
    max-width: 100%;
    margin-top: 110px;
  }
  .animated-section-idk-0226 .second-right-side-fruit {
    margin: 127px -52px 0 auto;
    width: 110px;
  }
  .animated-section-idk-0226 .card-section {
    flex-direction: column-reverse;
    margin: -84px auto 0;
  }
  .animated-section-idk-0226 .product,
  .animated-section-idk-0226 .product-image {
    aspect-ratio: 353/496;
  }
  .animated-section-idk-0226 .product-placeholder {
    width: 100%;
    height: 100%;
  }
  .animated-section-idk-0226 .text-product-image {
    width: 93px;
    padding: 0;
    margin-bottom: 92px;
  }
  .animated-section-idk-0226 .text-product-image-without-image {
    display: none;
  }
  .animated-section-idk-0226 .pagination-buttons {
    top: auto;
    bottom: -120px;
    gap: 32px;
    width: fit-content;
    justify-content: center;
    margin: 0 auto;
  }
  .animated-section-idk-0226 .animated-section-swiper-button-prev,
  .animated-section-idk-0226 .animated-section-swiper-button-next {
    width: 52px;
    height: 52px;
  }
  .animated-section-idk-0226 .animated-section-swiper-button-prev img,
  .animated-section-idk-0226 .animated-section-swiper-button-next img {
    width: 32px;
    height: 32px;
  }
  .animated-section-idk-0226 .secondary-btn-blue {
    margin: 112px auto 0;
  }
}
.other-products-section-idk-0226 {
  background-color: #003cbe;
  color: #ffffff;
  padding: 104px 80px 90px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1882352941);
}
.other-products-section-idk-0226 .images-wrapper {
  display: flex;
  gap: 38px;
  padding-top: 50px;
  max-width: 1352px;
  margin: 0 auto;
}
.other-products-section-idk-0226 .image-mask {
  position: relative;
  padding: 2px;
  aspect-ratio: 420/600;
  mask-image: url("../img/svg/mask-shape.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  overflow: hidden;
  -webkit-mask-image: url("../img/svg/mask-shape.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-mode: luminance;
  -webkit-mask-composite: source-over;
  transition: all 0.4s ease;
}
.other-products-section-idk-0226 .image-mask:hover .about-image {
  transform: scale(1.2);
}
.other-products-section-idk-0226 .image-mask:hover .about-button {
  transform: translate(-50%, 0);
  opacity: 1;
}
.other-products-section-idk-0226 .mask-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: contain;
  object-position: center center;
}
.other-products-section-idk-0226 .about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.other-products-section-idk-0226 .about-button {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 40px);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 2;
}
.other-products-section-idk-0226 .about-button a {
  white-space: nowrap;
}
.other-products-section-idk-0226 .about-button .primary-btn-white {
  gap: 4px;
}

@media (max-width: 768px) {
  .other-products-section-idk-0226 {
    padding: 80px 20px;
  }
  .other-products-section-idk-0226 .images-wrapper {
    padding-top: 40px;
    gap: 32px;
    flex-direction: column;
    max-width: 100%;
    align-items: center;
  }
  .other-products-section-idk-0226 .image-mask,
  .other-products-section-idk-0226 .about-image {
    aspect-ratio: 353/503;
    max-height: 503px;
    max-width: 353px;
  }
}
@media (max-width: 480px) {
  .other-products-section-idk-0226 h2 {
    text-align: left;
  }
}
.recipes-section-idk-0226 {
  background-color: #003cbe;
  color: #ffffff;
  padding: 104px 80px 90px;
}
.recipes-section-idk-0226 .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 53px;
  max-width: 1592px;
  margin: 0 auto;
}
.recipes-section-idk-0226 .top-wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}
.recipes-section-idk-0226 .top-wrapper .secondary-btn-white {
  width: fit-content;
}
.recipes-section-idk-0226 .top-wrapper .secondary-btn-white img {
  filter: brightness(0) invert(1);
}
.recipes-section-idk-0226 .top-wrapper .secondary-btn-white:hover img {
  filter: none;
}
.recipes-section-idk-0226 .recipesSwiper {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.recipes-section-idk-0226 .recipesSwiper.swiper-initialized {
  opacity: 1;
}
.recipes-section-idk-0226 .swiper-wrapper {
  align-items: stretch;
}
.recipes-section-idk-0226 .swiper-slide {
  display: flex;
  height: auto;
}
.recipes-section-idk-0226 .card {
  width: 100%;
  background: #003cbe;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 2px;
  aspect-ratio: 364/511;
  transition: all 0.4s ease;
  mask-image: url("../img/svg/mask-shape.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  mask-mode: luminance;
  overflow: hidden;
  -webkit-mask-image: url("../img/svg/mask-shape.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-composite: source-over;
}
.recipes-section-idk-0226 .card:hover .mask-image {
  transform: scale(1.2);
}
.recipes-section-idk-0226 .mask-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: contain;
  object-position: center center;
}
.recipes-section-idk-0226 .mask-image {
  width: 100%;
  display: block;
  aspect-ratio: 364/511;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.recipes-section-idk-0226 .primary-btn-orange {
  position: absolute;
  max-width: calc(100% - 80px);
  bottom: 34px;
  left: 50%;
  transform: translate(-50%, 20px);
  text-align: center;
  width: max-content;
  z-index: 2;
}
.recipes-section-idk-0226 .swiper-pagination {
  position: relative;
  margin-top: 60px;
  width: 100%;
  border-radius: 0;
  display: flex;
}
.recipes-section-idk-0226 .swiper-pagination-bullet {
  flex: 1;
  height: 3px;
  border-radius: 0;
  background: #ffffff;
  opacity: 0.2;
  margin: 0 !important;
}
.recipes-section-idk-0226 .swiper-pagination-bullet-active {
  opacity: 1;
}
.recipes-section-idk-0226 .pagination-buttons {
  display: none;
}

@media (max-width: 768px) {
  .recipes-section-idk-0226 {
    background-color: #003cbe;
    color: #ffffff;
    padding: 80px 20px 98px;
  }
  .recipes-section-idk-0226 .content-wrapper {
    gap: 40px;
    max-width: 100%;
  }
  .recipes-section-idk-0226 .top-wrapper {
    flex-direction: column;
    gap: 24px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .recipes-section-idk-0226 .top-wrapper .secondary-btn-white {
    padding: 14px 16px;
    font-weight: var(--weight-regular);
  }
  .recipes-section-idk-0226 .card,
  .recipes-section-idk-0226 .mask-image {
    aspect-ratio: 353/500;
  }
  .recipes-section-idk-0226 .pagination-buttons {
    display: flex;
    gap: 10px;
    height: 52px;
    width: 152px;
    margin: 36px auto;
    position: relative;
  }
  .recipes-section-idk-0226 .swiper-button-prev,
  .recipes-section-idk-0226 .swiper-button-next {
    border-radius: 999px;
    border: 1px solid #ffffff;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .recipes-section-idk-0226 .swiper-button-prev img,
  .recipes-section-idk-0226 .swiper-button-next img {
    width: 18px;
    height: 18px;
    filter: brightness(0) invert(1);
  }
  .recipes-section-idk-0226 .swiper-button-prev::after,
  .recipes-section-idk-0226 .swiper-button-next::after {
    display: none;
  }
  .recipes-section-idk-0226 .swiper-button-prev:hover,
  .recipes-section-idk-0226 .swiper-button-next:hover {
    background: #ffffff;
    fill: #003cbe;
  }
  .recipes-section-idk-0226 .swiper-button-prev:hover img,
  .recipes-section-idk-0226 .swiper-button-next:hover img {
    filter: none;
  }
}
.brands-section-idk-0226 {
  background: #003cbe;
  border-top: 1px solid #ffffff;
  color: #ffffff;
}
.brands-section-idk-0226 .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: center;
  align-items: stretch;
}
.brands-section-idk-0226 .grid-container > div:nth-child(2n) {
  border-left: 1px solid #ffffff;
  padding-left: 40px;
}
.brands-section-idk-0226 .brands-wrapper {
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.brands-section-idk-0226 .primary-btn-white {
  width: fit-content;
  white-space: nowrap;
}
.brands-section-idk-0226 .primary-btn-white:hover,
.brands-section-idk-0226 .primary-btn-white:focus,
.brands-section-idk-0226 .primary-btn-white:active {
  background: #003cbe;
  color: #ffffff;
  fill: #ffffff;
  border: 1px solid #ffffff;
}

@media (max-width: 768px) {
  .brands-section-idk-0226 .grid-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .brands-section-idk-0226 .grid-container > div:nth-child(2n) {
    border-left: none;
    padding-left: 0;
  }
  .brands-section-idk-0226 .brands-wrapper {
    padding: 80px 20px;
    gap: 32px;
    border-bottom: 1px solid #ffffff;
  }
  .brands-section-idk-0226 .primary-btn-white {
    background: #003cbe;
    color: #ffffff;
    fill: #ffffff;
    border: 1px solid #ffffff;
    padding: 24px 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: var(--weight-medium);
    cursor: pointer;
    transition: 0.3s ease all;
  }
  .brands-section-idk-0226 .primary-btn-white img {
    filter: brightness(0) invert(1);
  }
  .brands-section-idk-0226 .primary-btn-white:hover, .brands-section-idk-0226 .primary-btn-white:focus, .brands-section-idk-0226 .primary-btn-white:active {
    background: #ffffff;
    color: #003cbe;
    fill: #ffffff;
    border: 1px solid #ffffff;
  }
  .brands-section-idk-0226 .primary-btn-white:hover img, .brands-section-idk-0226 .primary-btn-white:focus img, .brands-section-idk-0226 .primary-btn-white:active img {
    filter: none;
  }
  .brands-section-idk-0226 .primary-btn-white:disabled {
    background: #f0f0f0;
    border-color: #b3b3b3;
    color: #fcfcfc;
    fill: #fcfcfc;
    cursor: not-allowed;
  }
  .brands-section-idk-0226 .primary-btn-white:disabled:hover, .brands-section-idk-0226 .primary-btn-white:disabled:focus, .brands-section-idk-0226 .primary-btn-white:disabled:active {
    background: #f0f0f0;
    border-color: #b3b3b3;
    color: #fcfcfc;
    fill: #fcfcfc;
  }
}
.instagram-section-idk-0226 {
  color: #003cbe;
  padding: 80px;
}
.instagram-section-idk-0226 .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1592px;
  margin: 0 auto;
}
.instagram-section-idk-0226 .instagramSwiper {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.instagram-section-idk-0226 .instagramSwiper.swiper-initialized {
  opacity: 1;
}
.instagram-section-idk-0226 .swiper-wrapper {
  align-items: stretch;
}
.instagram-section-idk-0226 .swiper-slide {
  display: flex;
  height: auto;
}
.instagram-section-idk-0226 .card {
  width: 100%;
  background: #003cbe;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.instagram-section-idk-0226 .card:hover .primary-btn-orange, .instagram-section-idk-0226 .card:focus .primary-btn-orange, .instagram-section-idk-0226 .card:active .primary-btn-orange {
  background: #ffffff;
  color: #e04e27;
  fill: #e04e27;
}
.instagram-section-idk-0226 .card:hover .primary-btn-orange img, .instagram-section-idk-0226 .card:focus .primary-btn-orange img, .instagram-section-idk-0226 .card:active .primary-btn-orange img {
  filter: none;
}
.instagram-section-idk-0226 .card__img {
  width: 100%;
  aspect-ratio: 323/500;
  object-fit: cover;
  display: block;
}
.instagram-section-idk-0226 .primary-btn-orange {
  width: fit-content;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s ease;
}
.instagram-section-idk-0226 .primary-btn-orange img {
  filter: brightness(0) invert(1);
}
.instagram-section-idk-0226 .swiper-pagination {
  position: relative;
  margin-top: 60px;
  width: 100%;
  border-radius: 0;
  display: flex;
}
.instagram-section-idk-0226 .swiper-pagination-bullet {
  border-radius: 0;
  flex: 1;
  height: 3px;
  border-radius: 4px;
  background: #003cbe;
  opacity: 0.2;
  margin: 0 !important;
}
.instagram-section-idk-0226 .swiper-pagination-bullet-active {
  opacity: 1;
}
.instagram-section-idk-0226 .pagination-buttons {
  display: none;
}

@media (max-width: 768px) {
  .instagram-section-idk-0226 {
    padding: 80px 20px;
  }
  .instagram-section-idk-0226 .content-wrapper {
    max-width: 100%;
  }
  .instagram-section-idk-0226 .card__img {
    aspect-ratio: 373/500;
  }
  .instagram-section-idk-0226 .primary-btn-orange {
    padding: 10px 16px;
  }
  .instagram-section-idk-0226 .pagination-buttons {
    display: flex;
    gap: 10px;
    height: 52px;
    width: 152px;
    margin: 36px auto;
    position: relative;
  }
  .instagram-section-idk-0226 .swiper-button-prev,
  .instagram-section-idk-0226 .swiper-button-next {
    border-radius: 999px;
    border: 1px solid #003cbe;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .instagram-section-idk-0226 .swiper-button-prev img,
  .instagram-section-idk-0226 .swiper-button-next img {
    width: 18px;
    height: 18px;
  }
  .instagram-section-idk-0226 .swiper-button-prev::after,
  .instagram-section-idk-0226 .swiper-button-next::after {
    display: none;
  }
  .instagram-section-idk-0226 .swiper-button-prev:hover,
  .instagram-section-idk-0226 .swiper-button-next:hover {
    background: #003cbe;
    fill: #ffffff;
  }
  .instagram-section-idk-0226 .swiper-button-prev:hover img,
  .instagram-section-idk-0226 .swiper-button-next:hover img {
    filter: brightness(0) invert(1);
  }
}
.view__produtos-idk-0326 {
  padding-bottom: 40px;
  background-color: #ffffff;
  color: #003cbe;
}
.view__produtos-idk-0326 .hero-banner {
  width: 100%;
  max-height: 100vh;
  height: 100vh;
  max-height: 900px;
  min-height: 500px;
  overflow: hidden;
  position: relative;
}
.view__produtos-idk-0326 .hero-banner .swiper {
  width: 100%;
  height: 100%;
}
.view__produtos-idk-0326 .hero-banner .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.view__produtos-idk-0326 .hero-banner .hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.view__produtos-idk-0326 .hero-banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5019607843);
  z-index: 1;
}
.view__produtos-idk-0326 .hero-banner .hero-button-prev,
.view__produtos-idk-0326 .hero-banner .hero-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  transition: 0.3s ease all;
}
.view__produtos-idk-0326 .hero-banner .hero-button-prev:hover, .view__produtos-idk-0326 .hero-banner .hero-button-prev:focus, .view__produtos-idk-0326 .hero-banner .hero-button-prev:active,
.view__produtos-idk-0326 .hero-banner .hero-button-next:hover,
.view__produtos-idk-0326 .hero-banner .hero-button-next:focus,
.view__produtos-idk-0326 .hero-banner .hero-button-next:active {
  background: #003cbe;
}
.view__produtos-idk-0326 .hero-banner .hero-button-prev {
  left: 32px;
  border: 1px solid #ffffff;
}
.view__produtos-idk-0326 .hero-banner .hero-button-next {
  right: 32px;
  border: 1px solid #ffffff;
}
.view__produtos-idk-0326 .hero-banner .swiper-pagination {
  bottom: 20px !important;
}
.view__produtos-idk-0326 .hero-banner .swiper-pagination .hero-bullet {
  width: 38px;
  height: 7px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: 0.3s ease;
}
.view__produtos-idk-0326 .hero-banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 70px;
}
.view__produtos-idk-0326 .products-section {
  background-color: #003cbe;
  color: #ffffff;
  padding: 120px 80px;
}
.view__produtos-idk-0326 .products-section .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 50px;
  max-width: 1352px;
  margin: 0 auto;
}
.view__produtos-idk-0326 .products-section .top-wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}
.view__produtos-idk-0326 .products-section .products-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  row-gap: 80px;
}
.view__produtos-idk-0326 .products-section .card {
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 2px;
  aspect-ratio: 418/600;
  mask-image: url("../img/svg/mask-shape.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  mask-mode: luminance;
  -webkit-mask-image: url("../img/svg/mask-shape.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  -webkit-mask-composite: source-over;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.view__produtos-idk-0326 .products-section .card .card-title {
  z-index: 3;
  letter-spacing: -4%;
  line-height: 1.2;
  text-align: center;
  padding: 42px 20px 0;
  font-weight: var(--weight-medium);
  transition: 0.3s ease all;
  width: 176px;
  box-sizing: content-box;
  max-width: 100%;
  margin: 0 auto;
  font-size: clamp(20px, 2vw, 32px);
}
.view__produtos-idk-0326 .products-section .card .mask-image {
  width: calc(100% - 140px);
  height: auto;
  max-height: 100%;
  display: block;
  object-fit: contain;
}
.view__produtos-idk-0326 .products-section .card a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.view__produtos-idk-0326 .products-section .card .mask-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: contain;
  object-position: center center;
  aspect-ratio: 418/600;
}
.view__produtos-idk-0326 .products-section .card .mask-image-wrapper {
  width: 100%;
  max-height: 262px;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.view__produtos-idk-0326 .products-section .card .icon-bottom-left,
.view__produtos-idk-0326 .products-section .card .icon-bottom-right {
  position: absolute;
  bottom: 25px;
  z-index: 2;
  transform: translateY(40px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
}
.view__produtos-idk-0326 .products-section .card .icon-bottom-left {
  left: 35px;
}
.view__produtos-idk-0326 .products-section .card .icon-bottom-right {
  right: 39px;
}
.view__produtos-idk-0326 .products-section .card:hover .card-title {
  padding: 32px 20px 0;
  width: 158px;
  font-size: 18px;
}
.view__produtos-idk-0326 .products-section .card:hover .mask-image {
  width: calc(100% - 87px);
  transform: scale(1.1);
  transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.view__produtos-idk-0326 .products-section .card:hover .mask-image-wrapper {
  max-height: 314px;
}
.view__produtos-idk-0326 .products-section .card:hover .icon-bottom-left,
.view__produtos-idk-0326 .products-section .card:hover .icon-bottom-right {
  transform: translateY(0);
  opacity: 1;
}
.view__produtos-idk-0326 .products-section .custom-select {
  position: relative;
  min-width: 260px;
}
.view__produtos-idk-0326 .products-section .custom-select .btn {
  width: 100%;
  height: 72px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 12px;
  color: #ffffff;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  font-size: 18px;
  font-family: "Guanabara Sans", sans-serif;
  font-weight: var(--weight-regular);
  text-align: left;
}
.view__produtos-idk-0326 .products-section .custom-select .label {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.2s ease;
}
.view__produtos-idk-0326 .products-section .custom-select.has-value .label {
  color: #ffffff;
  font-weight: var(--weight-medium);
}
.view__produtos-idk-0326 .products-section .custom-select .chevron {
  flex-shrink: 0;
  transition: transform 0.25s ease;
  color: rgba(255, 255, 255, 0.6);
}
.view__produtos-idk-0326 .products-section .custom-select.is-open .chevron {
  transform: rotate(180deg);
}
.view__produtos-idk-0326 .products-section .custom-select .list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  z-index: 200;
  max-height: 220px;
  overflow-y: auto;
  list-style: none;
  padding: 6px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.view__produtos-idk-0326 .products-section .custom-select.is-open .list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.view__produtos-idk-0326 .products-section .custom-select .option {
  padding: 12px 20px;
  font-size: 15px;
  color: #003cbe;
  cursor: pointer;
  transition: background 0.15s ease;
}
.view__produtos-idk-0326 .products-section .custom-select .option:hover {
  background: #f2f2f2;
}
.view__produtos-idk-0326 .products-section .custom-select .option.is-selected {
  font-weight: var(--weight-semibold);
  background: #f0f2f7;
}
.view__produtos-idk-0326 .shops-section .top-wrapper {
  display: flex;
  flex-direction: column;
  padding: 120px 80px;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.view__produtos-idk-0326 .shops-section .top-wrapper .shops-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  text-align: center;
}
.view__produtos-idk-0326 .shops-section .top-wrapper .shops-header .mobile-only {
  display: none;
}
.view__produtos-idk-0326 .shops-section .top-wrapper .shops-header .desktop-only {
  display: block;
}
.view__produtos-idk-0326 .shops-section .top-wrapper .shops-header .shop-title {
  text-align: center;
}
.view__produtos-idk-0326 .shops-section .top-wrapper .shops-header .shape {
  width: clamp(40px, 6vw, 80px);
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}
.view__produtos-idk-0326 .shops-section .top-wrapper .shops-line {
  width: 100%;
  display: flex;
  justify-content: center;
}
.view__produtos-idk-0326 .shops-section .top-wrapper .shops-line .line {
  display: block;
  width: 2px;
  height: clamp(80px, 10vw, 131px);
  background: #003cbe;
}
.view__produtos-idk-0326 .shops-section .grid-container {
  background: #003cbe;
  color: #ffffff;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: center;
  align-items: stretch;
}
.view__produtos-idk-0326 .shops-section .grid-container > div:nth-child(2n) {
  border-left: 1px solid #ffffff;
  padding-left: 40px;
}
.view__produtos-idk-0326 .shops-section .brands-wrapper {
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.view__produtos-idk-0326 .nossas-unidades {
  padding: 120px 80px 0;
  width: 1352px;
  max-width: calc(100% - 160px);
  margin: 0 auto;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.view__produtos-idk-0326 .nossas-unidades .unidades-search {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(20px, 10vw, 155px);
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.view__produtos-idk-0326 .nossas-unidades .unidades-search h1 {
  white-space: nowrap;
}
.view__produtos-idk-0326 .nossas-unidades .search-form {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.view__produtos-idk-0326 .nossas-unidades .primary-btn-blue {
  font-size: 16px;
  font-weight: var(--weight-regular);
  padding: 26.5px 20px;
  border-radius: 16px;
}
.view__produtos-idk-0326 .nossas-unidades .custom-select {
  position: relative;
  flex: 1;
  width: clamp(200px, 10vw, 330px);
  max-width: 100%;
}
.view__produtos-idk-0326 .nossas-unidades .custom-select__btn {
  width: 100%;
  height: 72px;
  background: transparent;
  border: 1px solid #003cbe;
  border-radius: 12px;
  color: #003cbe;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  font-size: 18px;
  font-family: "Guanabara Sans", sans-serif;
  font-weight: var(--weight-regular);
  text-align: left;
}
.view__produtos-idk-0326 .nossas-unidades .custom-select__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.view__produtos-idk-0326 .nossas-unidades .custom-select__label {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #003cbe;
  transition: color 0.2s ease;
}
.view__produtos-idk-0326 .nossas-unidades .custom-select.has-value .custom-select__label {
  color: #003cbe;
  font-weight: var(--weight-medium);
  max-width: fit-content;
}
.view__produtos-idk-0326 .nossas-unidades .custom-select__chevron {
  flex-shrink: 0;
  transition: transform 0.25s ease;
  color: #003cbe;
}
.view__produtos-idk-0326 .nossas-unidades .custom-select.is-open .custom-select__chevron {
  transform: rotate(180deg);
}
.view__produtos-idk-0326 .nossas-unidades .custom-select__list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  z-index: 200;
  max-height: 220px;
  overflow-y: auto;
  list-style: none;
  padding: 6px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.view__produtos-idk-0326 .nossas-unidades .custom-select.is-open .custom-select__list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.view__produtos-idk-0326 .nossas-unidades .custom-select__option {
  padding: 12px 20px;
  font-size: 15px;
  color: #003cbe;
  cursor: pointer;
  transition: background 0.15s ease;
}
.view__produtos-idk-0326 .nossas-unidades .custom-select__option:hover {
  background: #f2f2f2;
}
.view__produtos-idk-0326 .nossas-unidades .custom-select__option.is-selected {
  font-weight: var(--weight-semibold);
  background: #f0f2f7;
}
.view__produtos-idk-0326 .nossas-unidades .custom-select[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.82);
  color: #ffffff;
  padding: 7px 14px;
  border-radius: 8px;
  font-size: 13px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 300;
}
.view__produtos-idk-0326 .nossas-unidades .custom-select[data-tooltip]::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.82);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 300;
}
.view__produtos-idk-0326 .nossas-unidades .custom-select[data-tooltip]:hover::after, .view__produtos-idk-0326 .nossas-unidades .custom-select[data-tooltip]:hover::before {
  opacity: 1;
}
.view__produtos-idk-0326 .nossas-unidades .btn-buscar-wrapper {
  position: relative;
  flex-shrink: 0;
}
.view__produtos-idk-0326 .nossas-unidades .btn-buscar-wrapper[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.82);
  color: #ffffff;
  padding: 7px 14px;
  border-radius: 8px;
  font-size: 13px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 300;
}
.view__produtos-idk-0326 .nossas-unidades .btn-buscar-wrapper[data-tooltip]::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.82);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 300;
}
.view__produtos-idk-0326 .nossas-unidades .btn-buscar-wrapper[data-tooltip]:hover::after, .view__produtos-idk-0326 .nossas-unidades .btn-buscar-wrapper[data-tooltip]:hover::before {
  opacity: 1;
}
.view__produtos-idk-0326 .nossas-unidades .btn-buscar-wrapper .primary-btn-white {
  white-space: nowrap;
}
.view__produtos-idk-0326 .nossas-unidades .unidades-results {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.view__produtos-idk-0326 .nossas-unidades .unidades-results[hidden] {
  display: none;
}
.view__produtos-idk-0326 .nossas-unidades .mapa-wrapper,
.view__produtos-idk-0326 .nossas-unidades iframe#mapa-iframe {
  border-radius: 20px;
}
.view__produtos-idk-0326 .nossas-unidades .unidadesSwiper {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.view__produtos-idk-0326 .nossas-unidades .unidadesSwiper.swiper-initialized {
  opacity: 1;
}
.view__produtos-idk-0326 .nossas-unidades .unidadesSwiper .swiper-wrapper {
  align-items: stretch;
}
.view__produtos-idk-0326 .nossas-unidades .unidadesSwiper .swiper-slide {
  display: flex;
  height: auto;
}
.view__produtos-idk-0326 .nossas-unidades .unidade-card {
  width: 100%;
  background: rgba(0, 60, 190, 0.1019607843);
  border: 1px solid rgba(0, 39, 82, 0.1019607843);
  border-radius: 16px;
  padding: 8px 8px 16px;
  gap: 20px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.view__produtos-idk-0326 .nossas-unidades .unidade-card .card-header {
  width: 100%;
  background: #ffffff;
  border-radius: 9px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}
.view__produtos-idk-0326 .nossas-unidades .unidade-card .card-header .card-name {
  font-family: "Guanabara Display", sans-serif;
  font-size: 32px;
  font-weight: var(--weight-bold);
  line-height: 1.2;
}
.view__produtos-idk-0326 .nossas-unidades .unidade-card.is-active {
  border: 1px solid #003cbe;
}
.view__produtos-idk-0326 .nossas-unidades .unidade-card.is-active .card-header {
  color: #ffffff;
  background: #003cbe;
}
.view__produtos-idk-0326 .nossas-unidades .card-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.view__produtos-idk-0326 .nossas-unidades .card-row {
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.view__produtos-idk-0326 .nossas-unidades .card-row span {
  font-size: 16px;
  color: #002752;
  font-weight: var(--weight-regular);
  line-height: 1.5;
  width: 269px;
  max-width: 100%;
}
.view__produtos-idk-0326 .nossas-unidades .unidades-pagination {
  position: relative;
  margin-top: 40px;
  width: 100%;
  display: flex;
}
.view__produtos-idk-0326 .nossas-unidades .unidades-pagination.swiper-pagination-bullet {
  flex: 1;
  height: 3px;
  border-radius: 0;
  background: #003cbe;
  opacity: 0.2;
  margin: 0 !important;
}
.view__produtos-idk-0326 .nossas-unidades .unidades-pagination.swiper-pagination-bullet-active {
  opacity: 1;
}
.view__produtos-idk-0326 .nossas-unidades .swiper-pagination-bullet {
  flex: 1;
  height: 3px;
  border-radius: 0;
  background: #003cbe;
  opacity: 0.2;
  margin: 0 !important;
}
.view__produtos-idk-0326 .nossas-unidades .swiper-pagination-bullet-active {
  opacity: 1;
}
.view__produtos-idk-0326 .nossas-unidades .unidades-empty {
  text-align: center;
  font-size: 16px;
  padding: 40px 0;
}
.view__produtos-idk-0326 .nossas-unidades .unidades-empty[hidden] {
  display: none;
}

@media (max-width: 1200px) {
  .view__produtos-idk-0326 .products-section .products-wrapper {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 70px;
  }
}
@media (max-width: 1024px) {
  .view__produtos-idk-0326 .products-section .products-wrapper {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 60px;
  }
}
@media (max-width: 480px) {
  .view__produtos-idk-0326 .products-section .products-wrapper {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 40px;
  }
}
@media (max-width: 960px) {
  .view__produtos-idk-0326 {
    padding-bottom: 80px;
  }
  .view__produtos-idk-0326 .hero-banner .hero-button-prev,
  .view__produtos-idk-0326 .hero-banner .hero-button-next {
    top: auto;
    bottom: 68px;
    width: 52px;
    height: 52px;
  }
  .view__produtos-idk-0326 .hero-banner .hero-button-prev img,
  .view__produtos-idk-0326 .hero-banner .hero-button-next img {
    width: 32px;
    height: 32px;
  }
  .view__produtos-idk-0326 .hero-banner .hero-button-prev {
    left: calc(50% - 16px - 26px);
    transform: translateX(-50%);
  }
  .view__produtos-idk-0326 .hero-banner .hero-button-next {
    right: calc(50% - 16px - 26px);
    transform: translateX(50%);
  }
  .view__produtos-idk-0326 .hero-banner .swiper-pagination {
    bottom: 24px !important;
  }
  .view__produtos-idk-0326 .hero-banner .swiper-pagination .hero-bullet {
    height: 5px;
  }
  .view__produtos-idk-0326 .products-section {
    padding: 60px 20px 80px;
  }
  .view__produtos-idk-0326 .products-section .content-wrapper {
    gap: 40px;
    max-width: 100%;
  }
  .view__produtos-idk-0326 .products-section .top-wrapper {
    flex-direction: column;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .view__produtos-idk-0326 .products-section .top-wrapper h2 {
    font-size: 48px;
    line-height: 1.2;
  }
  .view__produtos-idk-0326 .products-section .top-wrapper .custom-select {
    min-width: 100%;
    max-width: 100%;
  }
  .view__produtos-idk-0326 .products-section .card,
  .view__produtos-idk-0326 .products-section .card .mask-border {
    aspect-ratio: 351/500;
  }
  .view__produtos-idk-0326 .products-section .card .mask-image-wrapper {
    margin: auto 0;
    height: calc(80% - 80px);
  }
  .view__produtos-idk-0326 .products-section .card .mask-image {
    width: calc(100% - 87px);
    transform: scale(1.1);
  }
  .view__produtos-idk-0326 .products-section .card .card-title {
    padding: 51px 20px 0;
    width: 166px;
  }
  .view__produtos-idk-0326 .products-section .card:hover .card-title {
    padding: 51px 20px 0;
    width: 166px;
    font-size: 20px;
  }
  .view__produtos-idk-0326 .shops-section .top-wrapper {
    padding: 80px 20px;
  }
  .view__produtos-idk-0326 .shops-section .top-wrapper .shops-header {
    gap: 20px;
  }
  .view__produtos-idk-0326 .shops-section .top-wrapper .shops-header h2 {
    font-size: 48px;
  }
  .view__produtos-idk-0326 .shops-section .top-wrapper .shops-header .mobile-only {
    display: block;
  }
  .view__produtos-idk-0326 .shops-section .top-wrapper .shops-header .desktop-only {
    display: none;
  }
  .view__produtos-idk-0326 .shops-section .grid-container {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .view__produtos-idk-0326 .shops-section .grid-container > div:nth-child(2n) {
    border-left: none;
    padding-left: 0;
  }
  .view__produtos-idk-0326 .shops-section .brands-wrapper {
    padding: 80px 20px;
    gap: 32px;
    border-bottom: 1px solid #ffffff;
  }
  .view__produtos-idk-0326 .shops-section .primary-btn-white {
    background: #003cbe;
    color: #ffffff;
    fill: #ffffff;
    border: 1px solid #ffffff;
    padding: 24px 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border-radius: 100px;
    font-size: 16px;
    font-weight: var(--weight-medium);
    cursor: pointer;
    transition: 0.3s ease all;
  }
  .view__produtos-idk-0326 .shops-section .primary-btn-white img {
    filter: brightness(0) invert(1);
  }
  .view__produtos-idk-0326 .shops-section .primary-btn-white:hover, .view__produtos-idk-0326 .shops-section .primary-btn-white:focus, .view__produtos-idk-0326 .shops-section .primary-btn-white:active {
    background: #ffffff;
    color: #003cbe;
    fill: #ffffff;
    border: 1px solid #ffffff;
  }
  .view__produtos-idk-0326 .shops-section .primary-btn-white:hover img, .view__produtos-idk-0326 .shops-section .primary-btn-white:focus img, .view__produtos-idk-0326 .shops-section .primary-btn-white:active img {
    filter: none;
  }
  .view__produtos-idk-0326 .shops-section .primary-btn-white:disabled {
    background: #f0f0f0;
    border-color: #b3b3b3;
    color: #fcfcfc;
    fill: #fcfcfc;
    cursor: not-allowed;
  }
  .view__produtos-idk-0326 .shops-section .primary-btn-white:disabled:hover, .view__produtos-idk-0326 .shops-section .primary-btn-white:disabled:focus, .view__produtos-idk-0326 .shops-section .primary-btn-white:disabled:active {
    background: #f0f0f0;
    border-color: #b3b3b3;
    color: #fcfcfc;
    fill: #fcfcfc;
  }
  .view__produtos-idk-0326 .nossas-unidades {
    padding: 80px 20px 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
    gap: 20px;
  }
  .view__produtos-idk-0326 .nossas-unidades .unidades-search {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 30px;
    gap: 30px;
    width: 100%;
  }
  .view__produtos-idk-0326 .nossas-unidades .unidades-search h1 {
    white-space: nowrap;
  }
  .view__produtos-idk-0326 .nossas-unidades .search-form {
    flex-direction: column;
  }
  .view__produtos-idk-0326 .nossas-unidades .btn-buscar-wrapper,
  .view__produtos-idk-0326 .nossas-unidades #btn-buscar {
    width: 100%;
  }
  .view__produtos-idk-0326 .nossas-unidades .unidades-results {
    margin: 0;
  }
  .view__produtos-idk-0326 .nossas-unidades .custom-select {
    min-width: 100%;
    max-width: 100%;
  }
  .view__produtos-idk-0326 .nossas-unidades .unidadesSwiper,
  .view__produtos-idk-0326 .nossas-unidades .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 11px;
  }
  .view__produtos-idk-0326 .nossas-unidades .unidade-card {
    gap: 16px;
  }
  .view__produtos-idk-0326 .nossas-unidades .unidade-card .card-header {
    padding: 14px;
  }
  .view__produtos-idk-0326 .nossas-unidades .unidades-pagination,
  .view__produtos-idk-0326 .nossas-unidades .swiper-pagination-bullet {
    display: none;
  }
}
.view__single-product-idk-0326 {
  padding: 156px 0 0;
  background-color: #003cbe;
  color: #ffffff;
}
.view__single-product-idk-0326 .produto-hero {
  background-color: #ffffff;
  display: flex;
  min-height: 690px;
  max-width: 1452px;
  padding: 20px;
  border-radius: 28px;
  margin: 0 auto;
}
.view__single-product-idk-0326 .produto-hero .hero-left {
  position: relative;
  flex: 1;
  background: #3363cb;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 24px;
  border-radius: 32px;
}
.view__single-product-idk-0326 .produto-hero .hero-left .btn-download {
  position: absolute;
  top: 24px;
  left: 24px;
  gap: 6px;
  font-weight: var(--weight-regular);
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -4%;
  z-index: 2;
  padding: 16px 20px;
}
.view__single-product-idk-0326 .produto-hero .hero-left .btn-download svg * {
  stroke: #ffffff;
}
.view__single-product-idk-0326 .produto-hero .hero-left .btn-download:hover svg * {
  stroke: #003cbe;
}
.view__single-product-idk-0326 .produto-hero .hero-left .texto-branco {
  position: absolute;
  top: 24px;
  right: 24px;
  max-width: 190px;
  height: auto;
  z-index: 2;
  pointer-events: none;
  user-select: none;
}
.view__single-product-idk-0326 .produto-hero .hero-left .produto-image-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 1;
  height: 85%;
  width: 100%;
  padding: 26px;
  margin-top: auto;
}
.view__single-product-idk-0326 .produto-hero .hero-left .produto-image-wrapper .produto-img {
  display: block;
  max-width: 100%;
  width: auto;
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: relative;
  z-index: 1;
}
.view__single-product-idk-0326 .produto-hero .hero-left .shape {
  position: absolute;
  bottom: 32px;
  width: clamp(32px, 8vw, 42px);
  height: clamp(32px, 8vw, 42px);
  flex-shrink: 0;
  z-index: 2;
}
.view__single-product-idk-0326 .produto-hero .hero-left .shape.shape-left {
  left: 32px;
}
.view__single-product-idk-0326 .produto-hero .hero-left .shape.shape-right {
  right: 32px;
}
.view__single-product-idk-0326 .produto-hero .hero-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  padding: 60px;
  background: #ffffff;
  width: 45%;
}
.view__single-product-idk-0326 .produto-hero .hero-right .btn-back {
  gap: 10px;
  font-weight: var(--weight-regular);
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -4%;
  align-self: flex-start;
  cursor: pointer;
  padding: 20px;
  margin-bottom: 44px;
}
.view__single-product-idk-0326 .produto-hero .hero-right .btn-back:hover svg {
  filter: invert(1) brightness(100);
}
.view__single-product-idk-0326 .produto-hero .hero-right .produto-nome {
  color: #003cbe;
}
.view__single-product-idk-0326 .produto-hero .hero-right .produto-descricao {
  color: #003cbe;
}
.view__single-product-idk-0326 .produto-hero .hero-right .produto-descricao * {
  font-weight: var(--weight-regular);
  line-height: 1.2;
  font-size: 20px;
  letter-spacing: -4%;
  margin-bottom: 10px;
}
.view__single-product-idk-0326 .produto-hero .hero-right .produto-descricao *:last-child {
  margin-bottom: 0;
}
.view__single-product-idk-0326 .produto-hero .hero-right .btn-compra {
  margin-top: 8px;
  padding: 20px 36px;
  width: 444px;
  max-width: 100%;
  align-self: flex-start;
  font-size: 18px;
  font-weight: var(--weight-regular);
  line-height: 1.2;
  letter-spacing: -4%;
}
.view__single-product-idk-0326 .produto-banner-section {
  padding: 125px 80px;
}
.view__single-product-idk-0326 .produto-banner-section .banner-image-wrapper {
  position: relative;
  width: 1352px;
  max-width: 100%;
  aspect-ratio: 1352/745;
  margin: 0 auto;
  overflow: hidden;
  mask-image: url("../img/svg/mask-shape-horizontal.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  -webkit-mask-image: url("../img/svg/mask-shape-horizontal.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-mode: luminance;
  mask-composite: source-over;
  -webkit-mask-composite: source-over;
}
.view__single-product-idk-0326 .produto-banner-section .banner-image-wrapper .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.view__single-product-idk-0326 .produto-banner-section .banner-image-wrapper .banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.07%, #000000 100%);
  z-index: 1;
}
.view__single-product-idk-0326 .produto-banner-section .banner-image-wrapper .mask-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  object-fit: contain;
  object-position: center;
  pointer-events: none;
}
.view__single-product-idk-0326 .produto-banner-section .banner-image-wrapper .mask-border.vertical {
  display: none;
}
.view__single-product-idk-0326 .produto-banner-section .banner-image-wrapper .mask-border.horizontal {
  display: block;
}
.view__single-product-idk-0326 .produto-banner-section .banner-image-wrapper .banner-content {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 40px 80px;
  gap: 8px;
  text-align: center;
}
.view__single-product-idk-0326 .produto-banner-section .banner-image-wrapper .banner-content .banner-titulo {
  color: #ffffff;
  line-height: 1.1;
  max-width: 860px;
}
.view__single-product-idk-0326 .produto-banner-section .banner-image-wrapper .banner-content .banner-subtitulo {
  color: #ffffff;
  font-weight: var(--weight-regular);
  line-height: 1.5;
  max-width: 730px;
}
.view__single-product-idk-0326 .ingredientes-section .content-wrapper {
  background-color: #ffffff;
  color: #003cbe;
  max-width: 1452px;
  border-radius: 28px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 32px;
  padding: 120px 74px 120px 50px;
}
.view__single-product-idk-0326 .ingredientes-section .section-title {
  flex: 1.1;
  color: #003cbe;
}
.view__single-product-idk-0326 .ingredientes-section .ingredientes-wrapper {
  flex: 0.9;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.view__single-product-idk-0326 .ingredientes-section .ingredientes-wrapper .ingredientes-text * {
  font-size: 20px;
  font-weight: var(--weight-regular);
  line-height: 1.5;
  letter-spacing: -4%;
  margin-bottom: 20px;
}
.view__single-product-idk-0326 .ingredientes-section .ingredientes-wrapper .ingredientes-text *:last-child {
  margin-bottom: 0;
}
.view__single-product-idk-0326 .ingredientes-section .ingredientes-wrapper .alergicos-text {
  font-weight: var(--weight-regular);
  line-height: 1.5;
  max-width: 900px;
}
.view__single-product-idk-0326 .ingredientes-section .ingredientes-wrapper .alergicos-text .text-medium {
  font-weight: var(--weight-medium);
}
.view__single-product-idk-0326 .ingredientes-section .ingredientes-wrapper .sem-alergenos {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 18px;
  flex-direction: column;
}
.view__single-product-idk-0326 .ingredientes-section .ingredientes-wrapper .sem-alergenos .sem-alergeno-badge {
  display: flex;
  align-items: center;
  gap: 11px;
}
.view__single-product-idk-0326 .ingredientes-section .ingredientes-wrapper .sem-alergenos .sem-alergeno-badge svg {
  width: 44px;
  height: 44px;
}
.view__single-product-idk-0326 .ingredientes-section .ingredientes-wrapper .sem-alergenos .sem-alergeno-badge .badge-label {
  font-size: 18px;
  font-weight: var(--weight-medium);
  line-height: 1;
}
.view__single-product-idk-0326 .tabela-nutricional-section {
  background: #003cbe;
  padding: 125px 60px;
}
.view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper {
  max-width: 1352px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout {
  display: flex;
  gap: 80px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .porcao-control {
  display: flex;
  flex-direction: column;
  gap: 17px;
  flex-shrink: 0;
  color: #ffffff;
}
.view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .porcao-control .section-title {
  margin-bottom: 7px;
  white-space: nowrap;
}
.view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .porcao-control .porcao-label {
  font-weight: var(--weight-regular);
  line-height: 1.5;
  letter-spacing: -4%;
}
.view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .porcao-control .porcao-stepper {
  display: flex;
  align-items: center;
  gap: 0;
  overflow: hidden;
  width: fit-content;
}
.view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .porcao-control .porcao-stepper .stepper-btn {
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  border: 1px solid #ffffff;
  color: #ffffff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 200ms ease;
  background: transparent;
}
.view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .porcao-control .porcao-stepper .stepper-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .porcao-control .porcao-stepper .stepper-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}
.view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .porcao-control .porcao-stepper .stepper-btn:active {
  background: rgba(255, 255, 255, 0.3);
}
.view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .porcao-control .porcao-stepper .porcao-valor {
  padding: 0 16px;
  color: #ffffff;
  font-size: 20px;
  font-weight: var(--weight-regular);
  line-height: 1.5;
  min-width: 80px;
  text-align: center;
  user-select: none;
}
.view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .tabela-wrapper {
  overflow-x: auto;
  display: flex;
  justify-content: end;
}
.view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .tabela-wrapper .tabela-inner-wrapper {
  border-radius: 20px;
  overflow: hidden;
  min-width: 665px;
}
.view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .tabela-wrapper .tabela-nutricional {
  width: 100%;
  border-collapse: collapse;
  background: #002752;
  color: #ffffff;
}
.view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .tabela-wrapper .tabela-nutricional thead tr {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}
.view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .tabela-wrapper .tabela-nutricional thead th {
  font-size: 16px;
  font-weight: var(--weight-medium);
  letter-spacing: -4%;
  padding: 16px 32px;
  text-align: left;
  white-space: nowrap;
}
.view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .tabela-wrapper .tabela-nutricional thead th:first-child {
  padding-right: 0;
}
.view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .tabela-wrapper .tabela-nutricional thead th:last-child {
  padding-left: 0;
}
.view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .tabela-wrapper .tabela-nutricional tbody tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: background 200ms ease;
}
.view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .tabela-wrapper .tabela-nutricional tbody tr:hover {
  background: rgba(255, 255, 255, 0.05);
}
.view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .tabela-wrapper .tabela-nutricional tbody tr:last-child {
  border-bottom: none;
}
.view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .tabela-wrapper .tabela-nutricional tbody td {
  font-size: 16px;
  font-weight: var(--weight-regular);
  padding: 16px 32px;
  vertical-align: middle;
}
.view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .tabela-wrapper .tabela-nutricional tbody td:first-child {
  padding-right: 0;
}
.view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .tabela-wrapper .tabela-nutricional tbody td:last-child {
  padding-left: 0;
}
.view__single-product-idk-0326 .receitas-produto-section {
  padding: 80px 50px;
  background-color: #ffffff;
  max-width: 1452px;
  border-radius: 28px;
  margin: 0 auto;
}
.view__single-product-idk-0326 .receitas-produto-section .content-wrapper {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.view__single-product-idk-0326 .receitas-produto-section .top-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.view__single-product-idk-0326 .receitas-produto-section .section-title {
  color: #003cbe;
}
.view__single-product-idk-0326 .receitas-produto-section .productRecipesSwiper {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.view__single-product-idk-0326 .receitas-produto-section .productRecipesSwiper.swiper-initialized {
  opacity: 1;
}
.view__single-product-idk-0326 .receitas-produto-section .swiper-slide {
  height: auto;
}
.view__single-product-idk-0326 .receitas-produto-section .receita-card {
  display: flex;
  flex-direction: row;
  border-radius: 20px;
  padding: 6px;
  overflow: hidden;
  background: #e04e27;
  gap: 8px;
  flex-wrap: wrap;
  height: 100%;
}
.view__single-product-idk-0326 .receitas-produto-section .receita-card:hover .card-image {
  transform: scale(1.1);
}
.view__single-product-idk-0326 .receitas-produto-section .receita-card .card-image-wrapper {
  overflow: hidden;
  border-radius: 13px;
  width: 341px;
  min-width: 341px;
  min-height: 346px;
  aspect-ratio: 341/346;
  flex: 1;
}
.view__single-product-idk-0326 .receitas-produto-section .receita-card .card-image-wrapper .card-image {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 500ms cubic-bezier(0.25, 0, 0, 1);
}
.view__single-product-idk-0326 .receitas-produto-section .receita-card .card-body {
  background: #b53817;
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 20px;
  color: #ffffff;
  border-radius: 15px;
  flex: 1;
  min-width: 282px;
}
.view__single-product-idk-0326 .receitas-produto-section .receita-card .card-body .card-title {
  width: 217px;
  max-width: 100%;
}
.view__single-product-idk-0326 .receitas-produto-section .receita-card .card-body .card-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.view__single-product-idk-0326 .receitas-produto-section .receita-card .card-body .card-meta li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  color: #ffffff;
  font-weight: var(--weight-regular);
  white-space: nowrap;
}
.view__single-product-idk-0326 .receitas-produto-section .receita-card .card-body .card-meta li img {
  flex-shrink: 0;
}
.view__single-product-idk-0326 .receitas-produto-section .receita-card .card-body .receita-btn {
  margin-top: auto;
  font-size: 16px;
  font-weight: var(--weight-medium);
  line-height: 1.2;
  padding: 16px 20px;
  gap: 4px;
}
.view__single-product-idk-0326 .receitas-produto-section .swiper-pagination {
  position: relative;
  margin-top: 80px;
  width: 100%;
  display: flex;
}
.view__single-product-idk-0326 .receitas-produto-section .swiper-pagination-bullet {
  flex: 1;
  height: 3px;
  border-radius: 0;
  background: rgba(0, 60, 190, 0.2);
  opacity: 1;
  margin: 0 !important;
}
.view__single-product-idk-0326 .receitas-produto-section .swiper-pagination-bullet-active {
  background: #003cbe;
}
.view__single-product-idk-0326 .receitas-produto-section .btn-ver-receitas-mobile {
  display: none;
}
.view__single-product-idk-0326 .faq-section {
  padding: clamp(40px, 10vw, 125px) clamp(20px, 10vw, 60px);
}
.view__single-product-idk-0326 .faq-section .content-wrapper {
  max-width: 1352px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 48px;
  justify-content: space-between;
}
.view__single-product-idk-0326 .faq-section .content-wrapper .faq-list {
  display: flex;
  width: 666px;
  max-width: 100%;
  flex-direction: column;
  gap: 12px;
}
.view__single-product-idk-0326 .faq-section .content-wrapper .faq-list .faq-item {
  background: #ffffff;
  color: #003cbe;
  border-radius: 16px;
  opacity: 0.5;
}
.view__single-product-idk-0326 .faq-section .content-wrapper .faq-list .faq-item:hover {
  opacity: 0.8;
}
.view__single-product-idk-0326 .faq-section .content-wrapper .faq-list .faq-item.is-open {
  opacity: 1;
}
.view__single-product-idk-0326 .faq-section .content-wrapper .faq-list .faq-item.is-open .faq-question {
  font-weight: var(--weight-medium);
}
.view__single-product-idk-0326 .faq-section .content-wrapper .faq-list .faq-item.is-open .faq-icon {
  transform: rotate(180deg);
}
.view__single-product-idk-0326 .faq-section .content-wrapper .faq-list .faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 18px;
  font-weight: var(--weight-regular);
  line-height: 1;
  letter-spacing: -4%;
  transition: color 200ms ease;
  color: #003cbe;
}
.view__single-product-idk-0326 .faq-section .content-wrapper .faq-list .faq-question span {
  flex: 1;
}
.view__single-product-idk-0326 .faq-section .content-wrapper .faq-list .faq-question .faq-icon {
  flex-shrink: 0;
  transition: transform 300ms ease;
  color: #003cbe;
  stroke: currentColor;
}
.view__single-product-idk-0326 .faq-section .content-wrapper .faq-list .faq-answer {
  padding: 16px 20px 20px;
  border-top: 1px solid #a3b9e8;
}
.view__single-product-idk-0326 .faq-section .content-wrapper .faq-list .faq-answer .faq-answer-content * {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -4%;
  font-weight: var(--weight-regular);
  margin-bottom: 12px;
}
.view__single-product-idk-0326 .faq-section .content-wrapper .faq-list .faq-answer .faq-answer-content *:last-child {
  margin-bottom: 0;
}
.view__single-product-idk-0326 .faq-section .content-wrapper .faq-list .faq-answer .faq-answer-content a {
  color: #003cbe;
  text-decoration: underline;
}
.view__single-product-idk-0326 .portal-receitas {
  max-width: 1452px;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 40px 50px 42px;
  box-sizing: border-box;
  border-radius: 28px 28px 0 0;
}
.view__single-product-idk-0326 .produto-nav-footer {
  margin-top: -2px;
  padding-bottom: 40px;
}
.view__single-product-idk-0326 .produto-nav-footer .content-wrapper {
  max-width: 1452px;
  background-color: #ffffff;
  border-radius: 0 0 28px 28px;
  padding: 40px 90px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.view__single-product-idk-0326 .produto-nav-footer .nav-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #003cbe;
  transition: color 200ms ease;
  text-align: center;
}
.view__single-product-idk-0326 .produto-nav-footer .nav-btn:hover {
  color: #4c76d1;
}
.view__single-product-idk-0326 .produto-nav-footer .nav-btn p {
  color: inherit;
  line-height: 1.2;
  transition: color 200ms ease;
}

@media (max-width: 960px) {
  .view__single-product-idk-0326 {
    padding: 121px 20px 0;
  }
  .view__single-product-idk-0326 .produto-hero {
    min-height: auto;
    max-width: 100%;
    flex-direction: column;
    padding: 8px;
    border-radius: 16px;
  }
  .view__single-product-idk-0326 .produto-hero .hero-left {
    padding: 12px;
    border-radius: 14px;
    min-height: 380px;
  }
  .view__single-product-idk-0326 .produto-hero .hero-left .btn-download {
    top: 12px;
    left: 12px;
    font-size: 14px;
    padding: 11px 16px;
  }
  .view__single-product-idk-0326 .produto-hero .hero-left .btn-download svg {
    width: 20px;
    height: 20px;
  }
  .view__single-product-idk-0326 .produto-hero .hero-left .texto-branco {
    top: 12px;
    right: 12px;
    max-width: 82px;
  }
  .view__single-product-idk-0326 .produto-hero .hero-left .produto-image-wrapper {
    max-height: 100%;
    height: 269px;
    width: auto;
    max-width: 100%;
    padding: 11px;
  }
  .view__single-product-idk-0326 .produto-hero .hero-left .shape {
    bottom: 23px;
  }
  .view__single-product-idk-0326 .produto-hero .hero-left .shape.shape-left {
    left: 12px;
  }
  .view__single-product-idk-0326 .produto-hero .hero-left .shape.shape-right {
    right: 12px;
  }
  .view__single-product-idk-0326 .produto-hero .hero-right {
    gap: 20px;
    padding: 12px 4px 20px;
    width: 100%;
    flex: 1;
  }
  .view__single-product-idk-0326 .produto-hero .hero-right .btn-back {
    font-size: 14px;
    padding: 16px;
    margin-bottom: 20px;
    width: 100%;
  }
  .view__single-product-idk-0326 .produto-hero .hero-right .produto-nome {
    font-size: 40px;
    padding: 0 4px;
  }
  .view__single-product-idk-0326 .produto-hero .hero-right .produto-descricao {
    padding: 0 4px;
  }
  .view__single-product-idk-0326 .produto-hero .hero-right .produto-descricao * {
    font-size: 16px;
  }
  .view__single-product-idk-0326 .produto-hero .hero-right .btn-compra {
    margin-top: 0;
    width: 100%;
    font-size: 16px;
  }
  .view__single-product-idk-0326 .produto-banner-section {
    padding: 20px 0;
  }
  .view__single-product-idk-0326 .produto-banner-section .banner-image-wrapper {
    width: 100%;
    aspect-ratio: 353/606;
    mask-image: url("../img/svg/mask-shape.svg");
    -webkit-mask-image: url("../img/svg/mask-shape.svg");
  }
  .view__single-product-idk-0326 .produto-banner-section .banner-image-wrapper .banner-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.52%, #000000 100%);
  }
  .view__single-product-idk-0326 .produto-banner-section .banner-image-wrapper .mask-border.horizontal {
    display: none;
  }
  .view__single-product-idk-0326 .produto-banner-section .banner-image-wrapper .mask-border.vertical {
    display: block;
  }
  .view__single-product-idk-0326 .produto-banner-section .banner-image-wrapper .banner-content {
    padding: 94px 30px;
  }
  .view__single-product-idk-0326 .produto-banner-section .banner-image-wrapper .banner-content .banner-titulo {
    font-size: 32px;
  }
  .view__single-product-idk-0326 .produto-banner-section .banner-image-wrapper .banner-content .banner-subtitulo {
    font-size: 16px;
    line-height: 1.5;
  }
  .view__single-product-idk-0326 .ingredientes-section .content-wrapper {
    max-width: 100%;
    border-radius: 16px;
    gap: 16px;
    padding: 32px 16px;
    flex-direction: column;
  }
  .view__single-product-idk-0326 .ingredientes-section .section-title {
    font-size: 40px;
    flex: 1;
  }
  .view__single-product-idk-0326 .ingredientes-section .ingredientes-wrapper {
    flex: 1;
  }
  .view__single-product-idk-0326 .ingredientes-section .ingredientes-wrapper .ingredientes-text *,
  .view__single-product-idk-0326 .ingredientes-section .ingredientes-wrapper .alergicos-text {
    font-size: 16px;
    max-width: 100%;
  }
  .view__single-product-idk-0326 .ingredientes-section .ingredientes-wrapper .sem-alergenos {
    margin-top: 12px;
    gap: 20px;
  }
  .view__single-product-idk-0326 .ingredientes-section .ingredientes-wrapper .sem-alergenos .sem-alergeno-badge {
    gap: 11px;
  }
  .view__single-product-idk-0326 .ingredientes-section .ingredientes-wrapper .sem-alergenos .sem-alergeno-badge svg {
    width: 28px;
    height: 28px;
  }
  .view__single-product-idk-0326 .ingredientes-section .ingredientes-wrapper .sem-alergenos .sem-alergeno-badge .badge-label {
    font-size: 16px;
  }
  .view__single-product-idk-0326 .tabela-nutricional-section {
    padding: 60px 0;
  }
  .view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper {
    max-width: 100%;
    gap: 32px;
  }
  .view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout {
    flex-direction: column;
    gap: 20px;
  }
  .view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .porcao-control {
    gap: 12px;
    width: 100%;
  }
  .view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .porcao-control .section-title {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 0;
    white-space: wrap;
  }
  .view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .porcao-control .porcao-label {
    font-size: 16px;
  }
  .view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .porcao-control .porcao-stepper {
    width: 100%;
  }
  .view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .porcao-control .porcao-stepper .porcao-valor {
    padding: 0 16px;
    width: 100%;
  }
  .view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .tabela-wrapper {
    justify-content: flex-start;
    width: 100%;
  }
  .view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .tabela-wrapper .tabela-inner-wrapper {
    min-width: 100%;
  }
  .view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .tabela-wrapper .tabela-nutricional {
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 60, 190, 0.2) transparent;
  }
  .view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .tabela-wrapper .tabela-nutricional::-webkit-scrollbar {
    width: 4px;
  }
  .view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .tabela-wrapper .tabela-nutricional::-webkit-scrollbar-track {
    background: transparent;
  }
  .view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .tabela-wrapper .tabela-nutricional thead th {
    font-size: 14px;
    padding: 20px;
    white-space: wrap;
  }
  .view__single-product-idk-0326 .tabela-nutricional-section .content-wrapper .tabela-layout .tabela-wrapper .tabela-nutricional tbody td {
    font-size: 14px;
    padding: 20px;
  }
  .view__single-product-idk-0326 .receitas-produto-section {
    padding: 20px 8px;
    max-width: 100%;
    border-radius: 16px;
  }
  .view__single-product-idk-0326 .receitas-produto-section .content-wrapper {
    gap: 12px;
  }
  .view__single-product-idk-0326 .receitas-produto-section .section-title {
    font-size: 40px;
    padding: 0 8px;
  }
  .view__single-product-idk-0326 .receitas-produto-section .top-wrapper .btn-ver-receitas {
    display: none;
  }
  .view__single-product-idk-0326 .receitas-produto-section .swiper-wrapper {
    flex-direction: column;
    gap: 12px;
    transform: none !important;
  }
  .view__single-product-idk-0326 .receitas-produto-section .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .view__single-product-idk-0326 .receitas-produto-section .swiper-slide:nth-child(n+3) {
    display: none;
  }
  .view__single-product-idk-0326 .receitas-produto-section .swiper-pagination {
    display: none;
  }
  .view__single-product-idk-0326 .receitas-produto-section .btn-ver-receitas-mobile {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 16px 20px;
    gap: 10px;
    font-size: 14px;
    font-weight: var(--weight-regular);
    line-height: 1.2;
    letter-spacing: -4%;
  }
  .view__single-product-idk-0326 .receitas-produto-section .btn-ver-receitas-mobile img {
    width: 20px;
    height: 20px;
  }
  .view__single-product-idk-0326 .receitas-produto-section .receita-card {
    flex-direction: column;
    border-radius: 14px;
  }
  .view__single-product-idk-0326 .receitas-produto-section .receita-card .card-image-wrapper {
    width: 100%;
    min-width: 100%;
    min-height: auto;
    max-height: 360px;
    aspect-ratio: 341/300;
  }
  .view__single-product-idk-0326 .receitas-produto-section .receita-card .card-body {
    padding: 24px 16px;
    min-width: 100%;
  }
  .view__single-product-idk-0326 .receitas-produto-section .receita-card .card-body .card-title {
    width: 100%;
    font-size: 32px;
  }
  .view__single-product-idk-0326 .receitas-produto-section .receita-card .card-body .card-meta li {
    font-size: 16px;
    white-space: normal;
  }
  .view__single-product-idk-0326 .faq-section {
    padding: 60px 0;
  }
  .view__single-product-idk-0326 .faq-section .content-wrapper {
    max-width: 100%;
    flex-direction: column;
    gap: 28px;
  }
  .view__single-product-idk-0326 .faq-section .content-wrapper h1 {
    font-size: 40px;
  }
  .view__single-product-idk-0326 .faq-section .content-wrapper .faq-list {
    width: 100%;
  }
  .view__single-product-idk-0326 .portal-receitas {
    max-width: 100%;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 0 6px;
    border-radius: 16px 16px 0 0;
  }
  .view__single-product-idk-0326 .produto-nav-footer {
    padding-bottom: 32px;
  }
  .view__single-product-idk-0326 .produto-nav-footer .content-wrapper {
    max-width: 100%;
    border-radius: 0 0 16px 16px;
    padding: 0 32px 32px;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 33px;
  }
  .view__single-product-idk-0326 .produto-nav-footer .nav-btn p {
    font-size: 40px;
  }
}
.view__quem-somos-idk-0326 {
  background: #ffffff;
  color: #003cbe;
}
.view__quem-somos-idk-0326 .banner {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 900px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view__quem-somos-idk-0326 .banner .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.view__quem-somos-idk-0326 .banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5019607843);
  z-index: 1;
}
.view__quem-somos-idk-0326 .banner .title {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  text-align: center;
  width: 977px;
  max-width: calc(100% - 40px);
  font-weight: var(--weight-medium);
}
.view__quem-somos-idk-0326 .segunda-secao {
  color: #ffffff;
  background: #003cbe;
  padding: 120px 80px;
}
.view__quem-somos-idk-0326 .segunda-secao .content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  justify-content: space-between;
  max-width: 1352px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.view__quem-somos-idk-0326 .segunda-secao h2 {
  max-width: 100%;
  width: 737px;
}
.view__quem-somos-idk-0326 .segunda-secao .text {
  font-family: "Guanabara Sans", sans-serif;
  font-weight: var(--weight-regular);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  max-width: 100%;
  width: 522px;
}
.view__quem-somos-idk-0326 .historia {
  padding: 120px 0 80px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.view__quem-somos-idk-0326 .historia h1 {
  text-align: center;
}
.view__quem-somos-idk-0326 .historia .historiaSwiper {
  width: 100%;
  overflow: visible;
  height: 468px;
  margin-top: 20px;
}
.view__quem-somos-idk-0326 .historia .swiper-wrapper {
  align-items: center;
}
.view__quem-somos-idk-0326 .historia .card {
  width: 787px !important;
  height: 412px;
  opacity: 0.6;
  background: #003cbe;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 10px;
  transition: all 0.4s ease;
  overflow: hidden;
}
.view__quem-somos-idk-0326 .historia .card.swiper-slide-active {
  width: 894px !important;
  height: 468px;
  opacity: 1;
}
.view__quem-somos-idk-0326 .historia .card .card-image {
  flex-shrink: 0;
  aspect-ratio: 427/448;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.view__quem-somos-idk-0326 .historia .card .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.view__quem-somos-idk-0326 .historia .card .card-content {
  width: 100%;
  background: #002752;
  border-radius: 12px;
  padding: 20px 20px 26px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
  min-width: 0;
}
.view__quem-somos-idk-0326 .historia .card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.view__quem-somos-idk-0326 .historia .card .card-header .shape {
  width: 64px;
  height: auto;
  object-fit: contain;
}
.view__quem-somos-idk-0326 .historia .card .card-body {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.view__quem-somos-idk-0326 .historia .card .card-text {
  width: 372px;
  max-width: 100%;
}
.view__quem-somos-idk-0326 .historia .arrows {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.view__quem-somos-idk-0326 .historia .arrow {
  width: 82px;
  height: 82px;
  border-radius: 999px;
  border: 1px solid #003cbe;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.view__quem-somos-idk-0326 .historia .arrow:hover, .view__quem-somos-idk-0326 .historia .arrow:focus, .view__quem-somos-idk-0326 .historia .arrow:active {
  background: #003cbe;
}
.view__quem-somos-idk-0326 .historia .arrow:hover img, .view__quem-somos-idk-0326 .historia .arrow:focus img, .view__quem-somos-idk-0326 .historia .arrow:active img {
  filter: brightness(0) invert(1);
}
.view__quem-somos-idk-0326 .historia .arrow:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.view__quem-somos-idk-0326 .carrossel-imagens {
  width: 100%;
  aspect-ratio: 1512/900;
  overflow: hidden;
  position: relative;
}
.view__quem-somos-idk-0326 .carrossel-imagens .imagensSwiper {
  width: 100%;
  height: 100%;
}
.view__quem-somos-idk-0326 .carrossel-imagens .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.view__quem-somos-idk-0326 .carrossel-imagens .slide-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.view__quem-somos-idk-0326 .carrossel-imagens .slide-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 26.61%, #000000 100%);
  z-index: 1;
}
.view__quem-somos-idk-0326 .carrossel-imagens .slide-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 80px 87px;
}
.view__quem-somos-idk-0326 .carrossel-imagens .slide-text {
  color: #ffffff;
  width: 1060px;
  max-width: 100%;
  text-align: center;
  line-height: 1.2;
}
.view__quem-somos-idk-0326 .carrossel-imagens .imagens-btn-prev,
.view__quem-somos-idk-0326 .carrossel-imagens .imagens-btn-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border: 1px solid #ffffff;
  transition: 0.3s ease all;
}
.view__quem-somos-idk-0326 .carrossel-imagens .imagens-btn-prev:hover, .view__quem-somos-idk-0326 .carrossel-imagens .imagens-btn-prev:focus, .view__quem-somos-idk-0326 .carrossel-imagens .imagens-btn-prev:active,
.view__quem-somos-idk-0326 .carrossel-imagens .imagens-btn-next:hover,
.view__quem-somos-idk-0326 .carrossel-imagens .imagens-btn-next:focus,
.view__quem-somos-idk-0326 .carrossel-imagens .imagens-btn-next:active {
  background: #003cbe;
}
.view__quem-somos-idk-0326 .carrossel-imagens .imagens-btn-prev {
  left: 32px;
}
.view__quem-somos-idk-0326 .carrossel-imagens .imagens-btn-next {
  right: 32px;
}
.view__quem-somos-idk-0326 .carrossel-imagens .swiper-pagination {
  bottom: 20px !important;
}
.view__quem-somos-idk-0326 .carrossel-imagens .swiper-pagination .swiper-pagination-bullet {
  width: 38px;
  height: 7px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  transition: 0.3s ease;
}
.view__quem-somos-idk-0326 .carrossel-imagens .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
  width: 70px;
}
.view__quem-somos-idk-0326 .imagem-texto {
  background: #003cbe;
  color: #ffffff;
  padding: 120px 80px 40px;
}
.view__quem-somos-idk-0326 .imagem-texto .image-wrapper {
  position: relative;
  width: 1352px;
  max-width: 100%;
  aspect-ratio: 1352/745;
  margin: 0 auto;
  overflow: hidden;
  mask-image: url("../img/svg/mask-shape-horizontal.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  -webkit-mask-image: url("../img/svg/mask-shape-horizontal.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-mode: luminance;
  mask-composite: source-over;
  -webkit-mask-composite: source-over;
}
.view__quem-somos-idk-0326 .imagem-texto .mask-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  object-fit: contain;
  object-position: center center;
}
.view__quem-somos-idk-0326 .imagem-texto .mask-border.vertical {
  display: none;
}
.view__quem-somos-idk-0326 .imagem-texto .mask-border.horizontal {
  display: block;
}
.view__quem-somos-idk-0326 .imagem-texto .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.view__quem-somos-idk-0326 .imagem-texto .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50.07%, #000000 100%);
}
.view__quem-somos-idk-0326 .imagem-texto .content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 40px 80px;
  margin-top: auto;
  height: 90%;
}
.view__quem-somos-idk-0326 .imagem-texto .content .text {
  width: 760px;
  max-width: 100%;
  text-align: center;
  line-height: 1.2;
  font-size: clamp(32px, 7vw, 64px);
}
.view__quem-somos-idk-0326 .trabalhe-conosco {
  background: #003cbe;
  color: #ffffff;
  padding: 0;
}
.view__quem-somos-idk-0326 .trabalhe-conosco .purpose-line {
  width: 100%;
  display: flex;
  justify-content: center;
}
.view__quem-somos-idk-0326 .trabalhe-conosco .purpose-line .line {
  display: block;
  width: 2px;
  height: 200px;
  background: #ffffff;
}
.view__quem-somos-idk-0326 .trabalhe-conosco .purpose-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  padding: 40px 80px 137px;
}
.view__quem-somos-idk-0326 .trabalhe-conosco .purpose-header .purpose-title {
  text-align: center;
}
.view__quem-somos-idk-0326 .trabalhe-conosco .purpose-header .shape {
  width: clamp(32px, 6vw, 80px);
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}
.view__quem-somos-idk-0326 .trabalhe-conosco .purpose-content {
  display: flex;
  gap: 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin: 0 auto;
}
.view__quem-somos-idk-0326 .trabalhe-conosco .purpose-content .purpose-left {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 95px 159px 95px 40px;
  justify-content: flex-end;
  border-right: 1px solid #ffffff;
}
.view__quem-somos-idk-0326 .trabalhe-conosco .purpose-content .purpose-left h2 {
  text-align: left;
  max-width: 100%;
  width: 437px;
  line-height: 1.2;
}
.view__quem-somos-idk-0326 .trabalhe-conosco .purpose-content .purpose-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 32px;
  padding: 80px 40px 80px 131px;
}
.view__quem-somos-idk-0326 .trabalhe-conosco .purpose-content .purpose-right .purpose-text {
  line-height: 1.5;
  max-width: 100%;
  width: 494px;
}
.view__quem-somos-idk-0326 .trabalhe-conosco .purpose-content .purpose-right .secondary-btn-white {
  width: fit-content;
}
.view__quem-somos-idk-0326 .nossas-unidades {
  background: #003cbe;
  color: #ffffff;
  padding: 164px 40px 80px;
}
.view__quem-somos-idk-0326 .nossas-unidades .unidades-search {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 1048px;
  max-width: 100%;
  margin: 0 auto 80px;
}
.view__quem-somos-idk-0326 .nossas-unidades .search-form {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}
.view__quem-somos-idk-0326 .nossas-unidades .primary-btn-white {
  font-size: 16px;
  font-weight: var(--weight-regular);
  padding: 26.5px 30px;
  border-radius: 16px;
}
.view__quem-somos-idk-0326 .nossas-unidades .primary-btn-white:hover {
  border-color: #ffffff;
}
.view__quem-somos-idk-0326 .nossas-unidades .custom-select {
  position: relative;
  flex: 1;
  min-width: 200px;
}
.view__quem-somos-idk-0326 .nossas-unidades .custom-select__btn {
  width: 100%;
  height: 72px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 12px;
  color: #ffffff;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  font-size: 18px;
  font-family: "Guanabara Sans", sans-serif;
  font-weight: var(--weight-regular);
  text-align: left;
}
.view__quem-somos-idk-0326 .nossas-unidades .custom-select__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.view__quem-somos-idk-0326 .nossas-unidades .custom-select__label {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.2s ease;
}
.view__quem-somos-idk-0326 .nossas-unidades .custom-select.has-value .custom-select__label {
  color: #ffffff;
  font-weight: var(--weight-medium);
}
.view__quem-somos-idk-0326 .nossas-unidades .custom-select__chevron {
  flex-shrink: 0;
  transition: transform 0.25s ease;
  color: rgba(255, 255, 255, 0.6);
}
.view__quem-somos-idk-0326 .nossas-unidades .custom-select.is-open .custom-select__chevron {
  transform: rotate(180deg);
}
.view__quem-somos-idk-0326 .nossas-unidades .custom-select__list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  z-index: 200;
  max-height: 220px;
  overflow-y: auto;
  list-style: none;
  padding: 6px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.view__quem-somos-idk-0326 .nossas-unidades .custom-select.is-open .custom-select__list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.view__quem-somos-idk-0326 .nossas-unidades .custom-select__option {
  padding: 12px 20px;
  font-size: 15px;
  color: #003cbe;
  cursor: pointer;
  transition: background 0.15s ease;
}
.view__quem-somos-idk-0326 .nossas-unidades .custom-select__option:hover {
  background: #f2f2f2;
}
.view__quem-somos-idk-0326 .nossas-unidades .custom-select__option.is-selected {
  font-weight: var(--weight-semibold);
  background: #f0f2f7;
}
.view__quem-somos-idk-0326 .nossas-unidades .custom-select[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.82);
  color: #ffffff;
  padding: 7px 14px;
  border-radius: 8px;
  font-size: 13px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 300;
}
.view__quem-somos-idk-0326 .nossas-unidades .custom-select[data-tooltip]::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.82);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 300;
}
.view__quem-somos-idk-0326 .nossas-unidades .custom-select[data-tooltip]:hover::after, .view__quem-somos-idk-0326 .nossas-unidades .custom-select[data-tooltip]:hover::before {
  opacity: 1;
}
.view__quem-somos-idk-0326 .nossas-unidades .btn-buscar-wrapper {
  position: relative;
  flex-shrink: 0;
}
.view__quem-somos-idk-0326 .nossas-unidades .btn-buscar-wrapper[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.82);
  color: #ffffff;
  padding: 7px 14px;
  border-radius: 8px;
  font-size: 13px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 300;
}
.view__quem-somos-idk-0326 .nossas-unidades .btn-buscar-wrapper[data-tooltip]::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.82);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 300;
}
.view__quem-somos-idk-0326 .nossas-unidades .btn-buscar-wrapper[data-tooltip]:hover::after, .view__quem-somos-idk-0326 .nossas-unidades .btn-buscar-wrapper[data-tooltip]:hover::before {
  opacity: 1;
}
.view__quem-somos-idk-0326 .nossas-unidades .btn-buscar-wrapper .primary-btn-white {
  white-space: nowrap;
}
.view__quem-somos-idk-0326 .nossas-unidades .unidades-results {
  max-width: 1352px;
  margin: 0 auto;
}
.view__quem-somos-idk-0326 .nossas-unidades .unidades-results[hidden] {
  display: none;
}
.view__quem-somos-idk-0326 .nossas-unidades .unidadesSwiper {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.view__quem-somos-idk-0326 .nossas-unidades .unidadesSwiper.swiper-initialized {
  opacity: 1;
}
.view__quem-somos-idk-0326 .nossas-unidades .unidadesSwiper .swiper-wrapper {
  align-items: stretch;
}
.view__quem-somos-idk-0326 .nossas-unidades .unidadesSwiper .swiper-slide {
  display: flex;
  height: auto;
}
.view__quem-somos-idk-0326 .nossas-unidades .unidade-card {
  width: 100%;
  background: rgba(255, 255, 255, 0.1019607843);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 16px;
  padding: 8px 8px 16px;
  display: flex;
  flex-direction: column;
}
.view__quem-somos-idk-0326 .nossas-unidades .card-header {
  background: #ffffff;
  color: #003cbe;
  border-radius: 9px;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.view__quem-somos-idk-0326 .nossas-unidades .card-header .card-type {
  font-size: 14px;
  font-weight: var(--weight-regular);
}
.view__quem-somos-idk-0326 .nossas-unidades .card-header .card-name {
  font-family: "Guanabara Display", sans-serif;
  font-size: 32px;
  font-weight: var(--weight-bold);
  line-height: 1.2;
}
.view__quem-somos-idk-0326 .nossas-unidades .card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 8px 0;
}
.view__quem-somos-idk-0326 .nossas-unidades .card-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.view__quem-somos-idk-0326 .nossas-unidades .card-row svg {
  flex-shrink: 0;
  margin-top: 2px;
}
.view__quem-somos-idk-0326 .nossas-unidades .card-row span {
  font-size: 16px;
  font-weight: var(--weight-regular);
  line-height: 1.5;
  width: 269px;
  max-width: 100%;
}
.view__quem-somos-idk-0326 .nossas-unidades .unidades-pagination {
  position: relative;
  margin-top: 40px;
  width: 100%;
  display: flex;
}
.view__quem-somos-idk-0326 .nossas-unidades .unidades-pagination.swiper-pagination-bullet {
  flex: 1;
  height: 3px;
  border-radius: 0;
  background: #ffffff;
  opacity: 0.2;
  margin: 0 !important;
}
.view__quem-somos-idk-0326 .nossas-unidades .unidades-pagination.swiper-pagination-bullet-active {
  opacity: 1;
}
.view__quem-somos-idk-0326 .nossas-unidades .swiper-pagination-bullet {
  flex: 1;
  height: 3px;
  border-radius: 0;
  background: #ffffff;
  opacity: 0.2;
  margin: 0 !important;
}
.view__quem-somos-idk-0326 .nossas-unidades .swiper-pagination-bullet-active {
  opacity: 1;
}
.view__quem-somos-idk-0326 .nossas-unidades .unidades-empty {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  padding: 40px 0;
}
.view__quem-somos-idk-0326 .nossas-unidades .unidades-empty[hidden] {
  display: none;
}

@media (max-width: 960px) {
  .view__quem-somos-idk-0326 .banner {
    max-height: 852px;
  }
  .view__quem-somos-idk-0326 .banner .title {
    display: none;
  }
  .view__quem-somos-idk-0326 .segunda-secao {
    padding: 60px 20px;
  }
  .view__quem-somos-idk-0326 .segunda-secao .content {
    gap: 20px;
    max-width: 100%;
    flex-direction: column;
  }
  .view__quem-somos-idk-0326 .segunda-secao h2,
  .view__quem-somos-idk-0326 .segunda-secao .text {
    width: 100%;
  }
  .view__quem-somos-idk-0326 .historia {
    padding: 80px 20px;
    gap: 24px;
  }
  .view__quem-somos-idk-0326 .historia .historiaSwiper {
    min-height: 670px;
    height: fit-content;
    margin-top: 16px;
  }
  .view__quem-somos-idk-0326 .historia .swiper-wrapper {
    align-items: center;
  }
  .view__quem-somos-idk-0326 .historia .card {
    width: 100% !important;
    height: fit-content;
    min-height: 670px;
    opacity: 1;
    flex-direction: column;
    gap: 10px;
  }
  .view__quem-somos-idk-0326 .historia .card.swiper-slide-active {
    width: 100% !important;
    height: fit-content;
    min-height: 670px;
  }
  .view__quem-somos-idk-0326 .historia .card .card-image {
    aspect-ratio: 333/320;
    width: 100%;
    height: auto;
    max-height: 320px;
    border-radius: 16px;
  }
  .view__quem-somos-idk-0326 .historia .card .card-content {
    height: 100%;
    border-radius: 21px;
    padding: 20px;
    flex: 1;
  }
  .view__quem-somos-idk-0326 .historia .card .card-header .shape {
    width: 32px;
  }
  .view__quem-somos-idk-0326 .historia .card .year {
    font-size: 48px;
  }
  .view__quem-somos-idk-0326 .historia .card .card-title {
    font-size: 36px;
  }
  .view__quem-somos-idk-0326 .historia .card .card-text {
    font-size: 16px;
    width: 100%;
  }
  .view__quem-somos-idk-0326 .historia .arrows {
    gap: 32px;
  }
  .view__quem-somos-idk-0326 .historia .arrow {
    width: 52px;
    height: 52px;
  }
  .view__quem-somos-idk-0326 .historia .arrow img {
    width: 32px;
    height: 32px;
  }
  .view__quem-somos-idk-0326 .carrossel-imagens {
    width: 100%;
    height: 800px;
    max-height: 100vh;
    aspect-ratio: 393/800;
  }
  .view__quem-somos-idk-0326 .carrossel-imagens .slide-content {
    padding: 0 20px 79px;
  }
  .view__quem-somos-idk-0326 .carrossel-imagens .slide-text {
    font-size: 40px;
    width: 100%;
    text-align: left;
  }
  .view__quem-somos-idk-0326 .carrossel-imagens .imagens-btn-prev,
  .view__quem-somos-idk-0326 .carrossel-imagens .imagens-btn-next {
    display: none;
  }
  .view__quem-somos-idk-0326 .carrossel-imagens .swiper-pagination {
    bottom: 32px !important;
  }
  .view__quem-somos-idk-0326 .imagem-texto {
    padding: 80px 20px 40px;
  }
  .view__quem-somos-idk-0326 .imagem-texto .image-wrapper {
    width: 100%;
    aspect-ratio: 353/606;
    mask-image: url("../img/svg/mask-shape.svg");
    -webkit-mask-image: url("../img/svg/mask-shape.svg");
  }
  .view__quem-somos-idk-0326 .imagem-texto .mask-border.horizontal {
    display: none;
  }
  .view__quem-somos-idk-0326 .imagem-texto .mask-border.vertical {
    display: block;
  }
  .view__quem-somos-idk-0326 .imagem-texto .content {
    padding: 42px 28px;
    margin-top: 0;
  }
  .view__quem-somos-idk-0326 .imagem-texto .content .text {
    width: 100%;
    text-align: center;
    line-height: 1.2;
  }
  .view__quem-somos-idk-0326 .trabalhe-conosco {
    margin-top: -2px;
  }
  .view__quem-somos-idk-0326 .trabalhe-conosco .purpose-line .line {
    height: 120px;
  }
  .view__quem-somos-idk-0326 .trabalhe-conosco .purpose-header {
    gap: 12px;
    padding: 40px 20px 80px;
  }
  .view__quem-somos-idk-0326 .trabalhe-conosco .purpose-header h2 {
    font-size: 40px;
  }
  .view__quem-somos-idk-0326 .trabalhe-conosco .purpose-content {
    flex-direction: column;
  }
  .view__quem-somos-idk-0326 .trabalhe-conosco .purpose-content .purpose-left {
    padding: 92px 40px;
    justify-content: center;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
  .view__quem-somos-idk-0326 .trabalhe-conosco .purpose-content .purpose-left h2 {
    font-size: 40px;
    text-align: center;
    width: 267px;
  }
  .view__quem-somos-idk-0326 .trabalhe-conosco .purpose-content .purpose-right {
    justify-content: center;
    padding: 40px 20px;
    text-align: center;
  }
  .view__quem-somos-idk-0326 .trabalhe-conosco .purpose-content .purpose-right .secondary-btn-white {
    width: 100%;
  }
  .view__quem-somos-idk-0326 .nossas-unidades {
    padding: 80px 20px 80px;
  }
  .view__quem-somos-idk-0326 .nossas-unidades .unidades-search {
    gap: 20px;
    margin: 0 auto 40px;
    align-items: flex-start;
  }
  .view__quem-somos-idk-0326 .nossas-unidades .search-form {
    gap: 12px;
  }
  .view__quem-somos-idk-0326 .nossas-unidades .custom-select {
    min-width: 100%;
    max-width: 100%;
  }
  .view__quem-somos-idk-0326 .nossas-unidades .btn-buscar-wrapper {
    width: 100%;
  }
  .view__quem-somos-idk-0326 .nossas-unidades .btn-buscar-wrapper .primary-btn-white {
    width: 100%;
    justify-content: center;
    padding: 20px;
  }
  .view__quem-somos-idk-0326 .nossas-unidades .primary-btn-white {
    padding: 24px 20px;
    width: 100%;
    height: 72px;
  }
  .view__quem-somos-idk-0326 .nossas-unidades .unidadesSwiper {
    overflow: visible;
    opacity: 1;
  }
  .view__quem-somos-idk-0326 .nossas-unidades .unidadesSwiper .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.view__marcas-betania-idk-0326 {
  padding: 125px 0 40px;
  background-color: #ffffff;
}
.view__marcas-betania-idk-0326 .brands-section {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}
.view__marcas-betania-idk-0326 .brands-section:nth-child(2n) {
  flex-direction: row-reverse;
}
.view__marcas-betania-idk-0326 .brands-content-wrapper,
.view__marcas-betania-idk-0326 .brands-image {
  width: 50%;
}
.view__marcas-betania-idk-0326 .brands-content-wrapper {
  border-bottom: 1px solid rgba(0, 60, 190, 0.2);
}
.view__marcas-betania-idk-0326 .brands-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
  padding: 40px 102px;
  color: #003cbe;
  width: fit-content;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
.view__marcas-betania-idk-0326 .brands-content .brands-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 20px;
  width: 522px;
  max-width: 100%;
}
.view__marcas-betania-idk-0326 .brands-content .brands-description p {
  font-size: 16px;
}
.view__marcas-betania-idk-0326 .brands-content .brands-btn {
  margin-top: 16px;
}
.view__marcas-betania-idk-0326 .brands-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 960px) {
  .view__marcas-betania-idk-0326 {
    padding: 126px 20px 60px;
  }
  .view__marcas-betania-idk-0326 .brands-section {
    flex-direction: column;
    padding: 0;
  }
  .view__marcas-betania-idk-0326 .brands-section:nth-child(2n) {
    flex-direction: column;
    padding: 80px 0 0;
  }
  .view__marcas-betania-idk-0326 .brands-content-wrapper,
  .view__marcas-betania-idk-0326 .brands-image {
    width: 100%;
    border: none;
  }
  .view__marcas-betania-idk-0326 .brands-content {
    padding: 0 0 40px;
  }
  .view__marcas-betania-idk-0326 .brands-image img {
    max-width: 522px;
    max-height: 522px;
    margin: 0 auto;
    border-radius: 20px;
  }
}
.view__receitas-idk-0326 {
  background: #ffffff;
  color: #003cbe;
  padding-bottom: 100px;
}
.view__receitas-idk-0326 .banner {
  position: relative;
  width: 100%;
  height: 100vh;
  max-height: 900px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view__receitas-idk-0326 .banner .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.view__receitas-idk-0326 .banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5019607843);
  z-index: 1;
}
.view__receitas-idk-0326 .banner .banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 5vw, 80px);
  padding: 40px;
  width: 100%;
  z-index: 2;
}
.view__receitas-idk-0326 .banner .banner-content .shape {
  width: clamp(32px, 6vw, 80px);
  height: auto;
  object-fit: contain;
  flex-shrink: 0;
}
.view__receitas-idk-0326 .banner .banner-content .title {
  text-align: center;
  color: #ffffff;
  text-align: center;
  max-width: calc(100% - 40px);
  font-weight: var(--weight-medium);
}
.view__receitas-idk-0326 .chefs-section {
  color: #003cbe;
  padding: 120px 80px;
}
.view__receitas-idk-0326 .chefs-section .content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1351px;
  margin: 0 auto;
}
.view__receitas-idk-0326 .chefs-section .chefsSwiper {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.view__receitas-idk-0326 .chefs-section .chefsSwiper.swiper-initialized {
  opacity: 1;
}
.view__receitas-idk-0326 .chefs-section .swiper-wrapper {
  align-items: stretch;
}
.view__receitas-idk-0326 .chefs-section .swiper-slide {
  display: flex;
  height: auto;
}
.view__receitas-idk-0326 .chefs-section .card {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.view__receitas-idk-0326 .chefs-section .card:hover .content {
  transform: translateY(0);
}
.view__receitas-idk-0326 .chefs-section .card-img {
  width: 100%;
  aspect-ratio: 437/500;
  object-fit: cover;
  display: block;
}
.view__receitas-idk-0326 .chefs-section .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 34.8%, #000000 100%);
  z-index: 1;
}
.view__receitas-idk-0326 .chefs-section .content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  color: #ffffff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  transform: translateY(calc(100% - var(--content-offset, 76px)));
  transition: transform 600ms cubic-bezier(0.51, 0, 0, 1);
}
.view__receitas-idk-0326 .chefs-section .content .name {
  font-size: 36px;
  line-height: 1;
}
.view__receitas-idk-0326 .chefs-section .content .secondary-btn-white {
  width: fit-content;
}
.view__receitas-idk-0326 .chefs-section .swiper-pagination {
  position: relative;
  margin-top: 80px;
  width: 100%;
  border-radius: 0;
  display: flex;
}
.view__receitas-idk-0326 .chefs-section .swiper-pagination-bullet {
  border-radius: 0;
  flex: 1;
  height: 3px;
  border-radius: 4px;
  background: #003cbe;
  opacity: 0.2;
  margin: 0 !important;
}
.view__receitas-idk-0326 .chefs-section .swiper-pagination-bullet-active {
  opacity: 1;
}
.view__receitas-idk-0326 .receitas-section {
  padding: 0 80px;
}
.view__receitas-idk-0326 .receitas-section .content-wrapper {
  max-width: 1352px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.view__receitas-idk-0326 .receitas-section .search-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.view__receitas-idk-0326 .receitas-section .search-container .search-title {
  color: #003cbe;
  text-align: center;
  line-height: 1.2;
  max-width: 90%;
}
.view__receitas-idk-0326 .receitas-section .search-container .search-input-wrapper {
  width: 894px;
  max-width: 100%;
  display: flex;
  align-items: center;
  border: 1.5px solid #002752;
  border-radius: 16px;
  padding: 24px 16px;
  height: 72px;
  gap: 32px;
  transition: border-color 200ms ease;
}
.view__receitas-idk-0326 .receitas-section .search-container .search-input-wrapper:focus-within {
  border-color: #003cbe;
}
.view__receitas-idk-0326 .receitas-section .search-container .search-input-wrapper .search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: var(--weight-regular);
  color: #003cbe;
  background: transparent;
  min-width: 0;
}
.view__receitas-idk-0326 .receitas-section .search-container .search-input-wrapper .search-input::placeholder {
  color: rgba(0, 39, 82, 0.6);
}
.view__receitas-idk-0326 .receitas-section .search-container .search-input-wrapper .search-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.view__receitas-idk-0326 .receitas-section .search-container .search-input-wrapper .search-actions .search-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: #808080;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 200ms ease;
  border-radius: 50%;
}
.view__receitas-idk-0326 .receitas-section .search-container .search-input-wrapper .search-actions .search-btn:hover {
  color: #003cbe;
}
.view__receitas-idk-0326 .receitas-section .search-container .search-input-wrapper .search-actions .search-btn.voice-btn.listening {
  color: #e04e27;
  animation: pulse-voice 1s infinite;
}
.view__receitas-idk-0326 .receitas-section .receitas-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 20px auto 0;
  gap: 8px;
  border: 1px solid #d7dfeb;
  border-radius: 48px;
  padding: 8px;
  background: rgba(0, 60, 190, 0.0784313725);
}
.view__receitas-idk-0326 .receitas-section .receitas-filters .filter-btn {
  justify-content: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 36px;
  background: #ffffff;
  color: #8093a9;
  font-size: 16px;
  font-weight: var(--weight-regular);
  line-height: 1.2;
  letter-spacing: -3%;
  cursor: pointer;
  transition: all 200ms ease;
  white-space: nowrap;
  border: 1px solid transparent;
}
.view__receitas-idk-0326 .receitas-section .receitas-filters .filter-btn .filter-count {
  color: #8093a9;
  background: #e1e5eb;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  font-size: 12px;
  font-weight: var(--weight-medium);
  transition: all 200ms ease;
}
.view__receitas-idk-0326 .receitas-section .receitas-filters .filter-btn:hover:not(.active) {
  color: #002752;
  border-color: #002752;
}
.view__receitas-idk-0326 .receitas-section .receitas-filters .filter-btn:hover:not(.active) .filter-count {
  background: #002752;
  color: #ffffff;
}
.view__receitas-idk-0326 .receitas-section .receitas-filters .filter-btn.active {
  background: #003cbe;
  border-color: #003cbe;
  color: #ffffff;
}
.view__receitas-idk-0326 .receitas-section .receitas-filters .filter-btn.active .filter-count {
  background: #ffffff;
  color: #003cbe;
}
.view__receitas-idk-0326 .receitas-section .receitas-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  row-gap: 24px;
  transition: opacity 200ms ease;
}
.view__receitas-idk-0326 .receitas-section .receitas-grid .receita-card {
  display: flex;
  flex-direction: row;
  border-radius: 20px;
  padding: 6px;
  overflow: hidden;
  background: #e04e27;
  gap: 8px;
  flex-wrap: wrap;
}
.view__receitas-idk-0326 .receitas-section .receitas-grid .receita-card:hover .card-image {
  transform: scale(1.1);
}
.view__receitas-idk-0326 .receitas-section .receitas-grid .receita-card .card-image-wrapper {
  overflow: hidden;
  border-radius: 13px;
  width: 341px;
  min-width: 341px;
  min-height: 346px;
  aspect-ratio: 341/346;
  flex: 1;
}
.view__receitas-idk-0326 .receitas-section .receitas-grid .receita-card .card-image-wrapper .card-image {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 500ms cubic-bezier(0.25, 0, 0, 1);
}
.view__receitas-idk-0326 .receitas-section .receitas-grid .receita-card .card-body {
  background: #b53817;
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 20px;
  color: #ffffff;
  border-radius: 15px;
  flex: 1;
  min-width: 282px;
}
.view__receitas-idk-0326 .receitas-section .receitas-grid .receita-card .card-body .card-title {
  width: 217px;
  max-width: 100%;
}
.view__receitas-idk-0326 .receitas-section .receitas-grid .receita-card .card-body .card-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.view__receitas-idk-0326 .receitas-section .receitas-grid .receita-card .card-body .card-meta li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  color: #ffffff;
  font-weight: var(--weight-regular);
  white-space: nowrap;
}
.view__receitas-idk-0326 .receitas-section .receitas-grid .receita-card .card-body .card-meta li img {
  flex-shrink: 0;
}
.view__receitas-idk-0326 .receitas-section .receitas-grid .receita-card .card-body .receita-btn {
  margin-top: auto;
  font-size: 16px;
  font-weight: var(--weight-medium);
  line-height: 1.2;
  padding: 16px 20px;
  gap: 4px;
}
.view__receitas-idk-0326 .receitas-section .load-more-wrapper {
  display: flex;
  justify-content: center;
}
.view__receitas-idk-0326 .receitas-section .receitas-grid.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
@keyframes pulse-voice {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

@media (max-width: 960px) {
  .view__receitas-idk-0326 {
    padding-bottom: 80px;
  }
  .view__receitas-idk-0326 .banner {
    max-height: 852px;
  }
  .view__receitas-idk-0326 .banner .banner-content {
    padding: 40px 20px;
    flex-direction: column;
  }
  .view__receitas-idk-0326 .banner .banner-content h2 {
    font-size: 64px;
  }
  .view__receitas-idk-0326 .banner .banner-content img:last-child {
    display: none;
  }
  .view__receitas-idk-0326 .chefs-section {
    padding: 45px 20px 85px;
  }
  .view__receitas-idk-0326 .chefs-section .content-wrapper {
    max-width: 100%;
  }
  .view__receitas-idk-0326 .chefs-section .content-wrapper h2 {
    font-size: 48px;
  }
  .view__receitas-idk-0326 .chefs-section .card-img {
    aspect-ratio: 353/500;
  }
  .view__receitas-idk-0326 .chefs-section .content {
    transform: translateY(0);
  }
  .view__receitas-idk-0326 .chefs-section .content .secondary-btn-white {
    margin-top: 8px;
    padding: 16px 32px;
  }
  .view__receitas-idk-0326 .chefs-section .swiper-pagination {
    margin-top: 40px;
  }
  .view__receitas-idk-0326 .chefs-section .pagination-buttons {
    display: flex;
    gap: 10px;
    height: 52px;
    width: 152px;
    margin: 36px auto;
    position: relative;
  }
  .view__receitas-idk-0326 .receitas-section {
    max-width: 100%;
    padding: 0 20px;
  }
  .view__receitas-idk-0326 .receitas-section .content-wrapper {
    gap: 24px;
  }
  .view__receitas-idk-0326 .receitas-section .search-container {
    gap: 24px;
  }
  .view__receitas-idk-0326 .receitas-section .search-container .search-title {
    text-align: left;
    line-height: 1.1;
    max-width: 100%;
    font-size: 48px;
  }
  .view__receitas-idk-0326 .receitas-section .search-container .search-input-wrapper {
    width: 100%;
    padding: 24px 20px;
    min-height: 72px;
    height: fit-content;
  }
  .view__receitas-idk-0326 .receitas-section .receitas-filters {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
  }
  .view__receitas-idk-0326 .receitas-section .receitas-filters .filter-btn {
    border-radius: 10px;
    padding: 16px 32px;
    width: 100%;
  }
  .view__receitas-idk-0326 .receitas-section .receitas-grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .view__receitas-idk-0326 .receitas-section .receitas-grid .receita-card {
    flex-direction: column;
    border-radius: 14px;
  }
  .view__receitas-idk-0326 .receitas-section .receitas-grid .receita-card .card-image-wrapper {
    width: 100%;
    min-width: 100%;
    min-height: auto;
    max-height: 400px;
    height: auto;
    aspect-ratio: 341/300;
    flex: 1;
  }
  .view__receitas-idk-0326 .receitas-section .receitas-grid .receita-card .card-body {
    padding: 24px 16px;
    min-width: 100%;
    max-height: fit-content;
  }
  .view__receitas-idk-0326 .receitas-section .receitas-grid .receita-card .card-body .card-title {
    width: 100%;
    font-size: 36px;
  }
  .view__receitas-idk-0326 .receitas-section .receitas-grid .receita-card .card-body .primary-btn-white {
    margin-top: 0;
  }
  .view__receitas-idk-0326 .receitas-section .receitas-grid .receita-card .card-body .card-meta li {
    font-size: 16px;
    white-space: normal;
  }
}
.view__busca-idk-0326 {
  padding-top: 125px;
  background: #ffffff;
  color: #003cbe;
}
.view__busca-idk-0326 .banner {
  background: linear-gradient(87.01deg, #003cbe 0.05%, #3cc300 122.98%);
  padding: 80px;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view__busca-idk-0326 .banner .banner-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
}
.view__busca-idk-0326 .banner .banner-inner .banner-title {
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
}
.view__busca-idk-0326 .banner .banner-inner .search-input-wrapper {
  width: 894px;
  max-width: 100%;
  display: flex;
  align-items: center;
  border: 1.5px solid rgba(255, 255, 255, 0.5);
  border-radius: 16px;
  padding: 24px 16px;
  height: 72px;
  gap: 32px;
  background: #ffffff;
  transition: border-color 200ms ease;
}
.view__busca-idk-0326 .banner .banner-inner .search-input-wrapper:focus-within {
  border-color: #003cbe;
}
.view__busca-idk-0326 .banner .banner-inner .search-input-wrapper .search-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: var(--weight-regular);
  color: #003cbe;
  background: transparent;
  min-width: 0;
}
.view__busca-idk-0326 .banner .banner-inner .search-input-wrapper .search-input::placeholder {
  color: rgba(0, 39, 82, 0.6);
}
.view__busca-idk-0326 .banner .banner-inner .search-input-wrapper .search-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}
.view__busca-idk-0326 .banner .banner-inner .search-input-wrapper .search-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  color: #808080;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 200ms ease;
  border-radius: 50%;
}
.view__busca-idk-0326 .banner .banner-inner .search-input-wrapper .search-btn:hover {
  color: #003cbe;
}
.view__busca-idk-0326 .banner .banner-inner .search-input-wrapper .search-btn.voice-btn.listening {
  color: #e04e27;
  animation: busca-pulse 1s infinite;
}
.view__busca-idk-0326 .banner .banner-inner .results-count {
  color: #ffffff;
  text-align: center;
}
.view__busca-idk-0326 .banner .banner-inner .results-count strong {
  font-weight: var(--weight-bold);
}
.view__busca-idk-0326 .busca-results {
  padding: 40px 80px 80px;
}
.view__busca-idk-0326 .busca-results .receitas-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  gap: 8px;
  border: 1px solid #d7dfeb;
  border-radius: 48px;
  padding: 8px;
  background: rgba(0, 60, 190, 0.0784313725);
}
.view__busca-idk-0326 .busca-results .receitas-filters .filter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 36px;
  background: #ffffff;
  color: #8093a9;
  font-size: 16px;
  font-weight: var(--weight-regular);
  cursor: pointer;
  transition: all 200ms ease;
  white-space: nowrap;
  border: 1px solid transparent;
}
.view__busca-idk-0326 .busca-results .receitas-filters .filter-btn .filter-count {
  color: #8093a9;
  background: #e1e5eb;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: var(--weight-medium);
  transition: all 200ms ease;
}
.view__busca-idk-0326 .busca-results .receitas-filters .filter-btn:hover:not(.active) {
  color: #002752;
  border-color: #002752;
}
.view__busca-idk-0326 .busca-results .receitas-filters .filter-btn:hover:not(.active) .filter-count {
  background: #002752;
  color: #ffffff;
}
.view__busca-idk-0326 .busca-results .receitas-filters .filter-btn.active {
  background: #003cbe;
  border-color: #003cbe;
  color: #ffffff;
}
.view__busca-idk-0326 .busca-results .receitas-filters .filter-btn.active .filter-count {
  background: #ffffff;
  color: #003cbe;
}
.view__busca-idk-0326 .busca-results .content-wrapper {
  max-width: 1352px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.view__busca-idk-0326 .busca-results .no-results-hint {
  color: #003cbe;
  margin-top: 40px;
}
.view__busca-idk-0326 .busca-results .receitas-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  row-gap: 24px;
  transition: opacity 200ms ease;
}
.view__busca-idk-0326 .busca-results .receitas-grid.is-loading {
  opacity: 0.5;
  pointer-events: none;
}
.view__busca-idk-0326 .busca-results .receitas-grid .receita-card {
  display: flex;
  flex-direction: row;
  border-radius: 20px;
  padding: 6px;
  overflow: hidden;
  background: #e04e27;
  gap: 8px;
  flex-wrap: wrap;
}
.view__busca-idk-0326 .busca-results .receitas-grid .receita-card:hover .card-image {
  transform: scale(1.1);
}
.view__busca-idk-0326 .busca-results .receitas-grid .receita-card .card-image-wrapper {
  overflow: hidden;
  border-radius: 13px;
  width: 341px;
  min-width: 341px;
  min-height: 346px;
  aspect-ratio: 341/346;
  flex: 1;
}
.view__busca-idk-0326 .busca-results .receitas-grid .receita-card .card-image-wrapper .card-image {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 500ms cubic-bezier(0.25, 0, 0, 1);
}
.view__busca-idk-0326 .busca-results .receitas-grid .receita-card .card-body {
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 20px;
  color: #ffffff;
  border-radius: 15px;
  flex: 1;
  min-width: 282px;
}
.view__busca-idk-0326 .busca-results .receitas-grid .receita-card .card-body .card-title {
  width: 217px;
  max-width: 100%;
}
.view__busca-idk-0326 .busca-results .receitas-grid .receita-card .card-body .card-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.view__busca-idk-0326 .busca-results .receitas-grid .receita-card .card-body .card-meta li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  color: #ffffff;
  font-weight: var(--weight-regular);
  white-space: nowrap;
}
.view__busca-idk-0326 .busca-results .receitas-grid .receita-card .card-body .card-meta li img {
  flex-shrink: 0;
}
.view__busca-idk-0326 .busca-results .receitas-grid .receita-card .card-body .receita-btn {
  margin-top: auto;
  font-size: 16px;
  font-weight: var(--weight-medium);
  padding: 16px 20px;
  gap: 4px;
}
.view__busca-idk-0326 .busca-results .load-more-wrapper {
  display: flex;
  justify-content: center;
}
@keyframes busca-pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

@media (max-width: 960px) {
  .view__busca-idk-0326 {
    padding-top: 101px;
  }
  .view__busca-idk-0326 .banner {
    padding: 80px 20px;
    min-height: 511px;
    max-height: 100vh;
  }
  .view__busca-idk-0326 .banner .banner-inner {
    gap: 20px;
  }
  .view__busca-idk-0326 .banner .banner-inner .banner-title {
    font-size: 48px;
  }
  .view__busca-idk-0326 .banner .banner-inner .search-input-wrapper {
    width: 100%;
    padding: 24px 20px;
    height: auto;
    gap: 16px;
  }
  .view__busca-idk-0326 .banner .banner-inner .search-input-wrapper .search-actions svg {
    width: 20px;
    height: 20px;
  }
  .view__busca-idk-0326 .banner .banner-inner .search-input-wrapper .search-btn {
    padding: 2px;
  }
  .view__busca-idk-0326 .banner .banner-inner .results-count {
    font-size: 15px;
    line-height: 1.5;
  }
  .view__busca-idk-0326 .busca-results {
    padding: 40px 20px 80px;
  }
  .view__busca-idk-0326 .busca-results .receitas-filters {
    flex-direction: column;
    width: 100%;
    border-radius: 20px;
  }
  .view__busca-idk-0326 .busca-results .receitas-filters .filter-btn {
    border-radius: 10px;
    padding: 16px 32px;
    width: 100%;
  }
  .view__busca-idk-0326 .busca-results .content-wrapper {
    gap: 24px;
  }
  .view__busca-idk-0326 .busca-results .no-results-hint {
    font-size: 48px;
    text-align: left;
    margin-top: 0;
    line-height: 1.1;
  }
  .view__busca-idk-0326 .busca-results .receitas-grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .view__busca-idk-0326 .busca-results .receitas-grid .receita-card {
    flex-direction: column;
    border-radius: 14px;
  }
  .view__busca-idk-0326 .busca-results .receitas-grid .receita-card .card-image-wrapper {
    width: 100%;
    min-width: 100%;
    min-height: auto;
    height: auto;
    aspect-ratio: 341/300;
    flex: 1;
  }
  .view__busca-idk-0326 .busca-results .receitas-grid .receita-card .card-body {
    padding: 24px 16px;
    min-width: 100%;
  }
  .view__busca-idk-0326 .busca-results .receitas-grid .receita-card .card-body .card-title {
    width: 100%;
    font-size: 36px;
  }
  .view__busca-idk-0326 .busca-results .receitas-grid .receita-card .card-body .card-meta li {
    font-size: 16px;
    white-space: normal;
  }
}
.view__single-recipes-idk-0326 {
  background-color: #ffffff;
  color: #003cbe;
  margin-bottom: 80px;
}
.view__single-recipes-idk-0326 .recipe-banner {
  height: 900px;
  max-height: 100vh;
  position: relative;
  width: 100%;
  display: flex;
  overflow: hidden;
}
.view__single-recipes-idk-0326 .recipe-banner .banner-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.view__single-recipes-idk-0326 .recipe-banner .banner-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5019607843);
  z-index: 1;
}
.view__single-recipes-idk-0326 .recipe-banner .banner-content {
  justify-content: flex-end;
  position: relative;
  z-index: 2;
  width: 1512px;
  max-width: 100%;
  margin: 0 auto;
  padding: 80px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.view__single-recipes-idk-0326 .recipe-banner .banner-content .recipe-title {
  color: #ffffff;
  font-weight: var(--weight-medium);
  max-width: 900px;
}
.view__single-recipes-idk-0326 .recipe-banner .banner-content .recipe-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.view__single-recipes-idk-0326 .recipe-banner .banner-content .recipe-tags .recipe-tag {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  border-radius: 100px;
  background: #ffffff;
  color: #003cbe;
  font-size: 16px;
  font-weight: var(--weight-regular);
  line-height: 1.2;
  letter-spacing: -3%;
}
.view__single-recipes-idk-0326 .recipe-info-section {
  border-bottom: 1px solid #ccd8f2;
}
.view__single-recipes-idk-0326 .recipe-info-section .chef-bar {
  height: 200px;
  background: linear-gradient(87.01deg, #003cbe 0.05%, #3cc300 122.98%);
}
.view__single-recipes-idk-0326 .recipe-info-section .info-content {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 80px 80px;
}
.view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  flex: 1;
  z-index: 2;
}
.view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .chef-avatar {
  margin-top: -100px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #ffffff;
  flex-shrink: 0;
}
.view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .chef-avatar .chef-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .chef-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .chef-details .recommended-by {
  color: #003cbe;
  font-weight: var(--weight-regular);
  line-height: 1;
}
.view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .chef-details .chef-name {
  color: #003cbe;
  font-size: 64px;
  line-height: 1.2;
  text-decoration: none;
  transition: color 200ms ease;
}
.view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .chef-details .chef-name:hover {
  color: #4c76d1;
}
.view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .share {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  margin-top: 30px;
}
.view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .share .share-label {
  line-height: 1;
  color: #003cbe;
}
.view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .share .share-btns {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
.view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .share .share-btns .share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  border-radius: 100px;
  border: 1px solid #ccd8f2;
  background: #ffffff;
  color: #002752;
  font-size: 16px;
  font-weight: var(--weight-regular);
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms ease;
  white-space: nowrap;
}
.view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .share .share-btns .share-btn svg {
  fill: #003cbe;
  transition: all 200ms ease;
}
.view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .share .share-btns .share-btn:hover, .view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .share .share-btns .share-btn:active, .view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .share .share-btns .share-btn:focus {
  border-color: #003cbe;
  background: #003cbe;
  color: #ffffff;
}
.view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .share .share-btns .share-btn:hover svg, .view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .share .share-btns .share-btn:active svg, .view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .share .share-btns .share-btn:focus svg {
  fill: #ffffff;
}
.view__single-recipes-idk-0326 .recipe-info-section .info-content .info-right {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 60px;
  padding-top: 150px;
  flex-shrink: 0;
}
.view__single-recipes-idk-0326 .recipe-info-section .info-content .info-right .meta-item {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 24px;
}
.view__single-recipes-idk-0326 .recipe-info-section .info-content .info-right .meta-item img,
.view__single-recipes-idk-0326 .recipe-info-section .info-content .info-right .meta-item svg {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
}
.view__single-recipes-idk-0326 .recipe-info-section .info-content .info-right .meta-item .meta-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.view__single-recipes-idk-0326 .recipe-info-section .info-content .info-right .meta-item .meta-text .meta-value {
  color: #003cbe;
  font-size: 18px;
  font-weight: var(--weight-regular);
  line-height: 1;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper {
  padding: 80px 24px 40px 80px;
  max-width: 1512px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 60px;
  justify-content: space-between;
  align-items: flex-start;
  color: #003cbe;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .ingredientes-col {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .ingredientes-col .ingredientes-title {
  line-height: 1.2;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .ingredientes-col .porcao-control {
  display: flex;
  align-items: center;
  gap: 0;
  overflow: hidden;
  width: fit-content;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .ingredientes-col .porcao-control .stepper-btn {
  width: 42px;
  height: 42px;
  min-width: 42px;
  min-height: 42px;
  border: 1px solid #003cbe;
  color: #003cbe;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 200ms ease;
  background: transparent;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .ingredientes-col .porcao-control .stepper-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .ingredientes-col .porcao-control .stepper-btn:not(:disabled):hover {
  background: rgba(0, 60, 190, 0.1);
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .ingredientes-col .porcao-control .porcao-valor {
  padding: 0 16px;
  color: #003cbe;
  font-size: 20px;
  font-weight: var(--weight-regular);
  line-height: 1.5;
  letter-spacing: -4%;
  min-width: 120px;
  text-align: center;
  user-select: none;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .ingredientes-col .ingredientes-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .ingredientes-col .ingredientes-list .ingrediente-item {
  display: list-item;
  list-style: disc;
  margin-left: 20px;
  font-size: 18px;
  font-weight: var(--weight-regular);
  color: #003cbe;
  line-height: 1.5;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .ingredientes-col .ingredientes-list .ingrediente-item .ing-qty {
  font-weight: var(--weight-medium);
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .modo-cozinhar {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 36px;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .modo-cozinhar.mobile-only {
  display: none;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .modo-cozinhar .modo-cozinhar-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .modo-cozinhar .modo-cozinhar-toggle .toggle-track {
  display: block;
  width: 100px;
  height: 50px;
  border-radius: 100px;
  background: #ccd8f2;
  position: relative;
  transition: background 250ms ease;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .modo-cozinhar .modo-cozinhar-toggle .toggle-thumb {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  position: absolute;
  top: 5px;
  left: 5px;
  transition: transform 250ms ease, box-shadow 250ms ease;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .modo-cozinhar .modo-cozinhar-toggle.is-active .toggle-track {
  background: #003cbe;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .modo-cozinhar .modo-cozinhar-toggle.is-active .toggle-thumb {
  transform: translateX(50px);
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .modo-cozinhar .modo-cozinhar-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: #003cbe;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .modo-cozinhar .modo-cozinhar-info .modo-cozinhar-title {
  line-height: 1.2;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .modo-cozinhar .modo-cozinhar-info .modo-cozinhar-desc {
  font-size: 16px;
  font-weight: var(--weight-regular);
  line-height: 1.5;
  width: 218px;
  max-width: 100%;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .produtos-col {
  flex: 1.2;
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .produtos-col .produtos-title {
  color: #003cbe;
  line-height: 1.2;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .produtos-col .produtosSwiper {
  width: 100%;
  overflow: hidden;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .produtos-col .produtosSwiper .swiper-slide {
  height: auto;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .produtos-col .produtosSwiper .produto-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #e7eefa;
  border-radius: 14px;
  padding: 60px 42px;
  text-decoration: none;
  transition: background 200ms ease;
  height: 343px;
  width: 100%;
  aspect-ratio: 239/343;
  max-width: 100%;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .produtos-col .produtosSwiper .produto-card:hover {
  background: #dce4f8;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .produtos-col .produtosSwiper .produto-card .produto-img-wrapper {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .produtos-col .produtosSwiper .produto-card .produto-img-wrapper .produto-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .produtos-col .produtosSwiper .swiper-pagination {
  position: relative;
  margin-top: 94px;
  width: 100%;
  display: flex;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .produtos-col .produtosSwiper .swiper-pagination .swiper-pagination-bullet {
  flex: 1;
  height: 3px;
  border-radius: 0;
  background: rgba(0, 60, 190, 0.2);
  opacity: 1;
  margin: 0 !important;
}
.view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .produtos-col .produtosSwiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #003cbe;
}
.view__single-recipes-idk-0326 .preparo-section {
  background: #003cbe;
  height: 844px;
  max-height: calc(100vh - 170px);
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: row;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col {
  flex: 1.025;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: clamp(80px, 10vw, 65px) clamp(20px, 10vw, 134px) clamp(60px, 10vw, 112px) clamp(20px, 10vw, 80px);
  gap: 40px;
  overflow: hidden;
  align-items: flex-end;
  color: #ffffff;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content {
  width: 100%;
  max-width: 666px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  height: 100%;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content .preparo-title {
  line-height: 1.2;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content .preparo-body {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: row;
  gap: 40px;
  overflow: hidden;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content .preparo-body .arrows-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
  padding-bottom: 4px;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content .preparo-body .arrows-col .preparo-arrow {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 74px;
  height: 74px;
  flex-shrink: 0;
  transition: opacity 200ms ease;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content .preparo-body .arrows-col .preparo-arrow:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content .preparo-body .arrows-col .preparo-arrow:not(:disabled):hover svg rect {
  fill-opacity: 0.2;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content .preparo-body .arrows-col .preparo-arrow svg rect {
  transition: fill-opacity 200ms ease;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content .preparo-body .arrows-col .preparo-arrow:hover {
  background: rgba(255, 255, 255, 0.1);
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content .preparo-body .steps-track {
  flex: 1;
  min-height: 0;
  overflow: hidden;
  position: relative;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content .preparo-body .steps-track .steps-inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content .preparo-body .steps-track .step {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0.45;
  transition: opacity 300ms ease;
  color: #ffffff;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content .preparo-body .steps-track .step .step-etapa {
  font-size: 16px;
  font-weight: var(--weight-bold);
  line-height: 1.5;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content .preparo-body .steps-track .step .step-descricao * {
  font-weight: var(--weight-regular);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 6px;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content .preparo-body .steps-track .step .step-descricao *:last-child {
  margin-bottom: 0;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content .preparo-body .steps-track .step.is-active {
  opacity: 1;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content .preparo-body .steps-track .step.is-active .step-etapa {
  font-size: 20px;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content .preparo-body .steps-track .step.is-active .step-descricao * {
  font-size: 16px;
  margin-bottom: 8px;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .video-col {
  flex: 0.975;
  position: relative;
  min-width: 0;
  border-left: 1px solid #ffffff;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .video-col .video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .video-col .video-wrapper--image-only .video-poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .video-col .video-poster {
  position: relative;
  width: 100%;
  height: 100%;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .video-col .video-poster .video-poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .video-col .video-poster .video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5019607843);
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .video-col .video-poster .video-play-btn {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #ffffff;
  color: #003cbe;
  border: none;
  cursor: pointer;
  transition: opacity 200ms ease;
  height: fit-content;
  width: fit-content;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 16px 20px;
  border-radius: 34px;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .video-col .video-poster .video-play-btn svg {
  fill: #003cbe;
  stroke: #003cbe;
  width: 24px;
  height: 24px;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .video-col .video-poster .video-play-btn span {
  font-size: 16px;
  line-height: 1.2;
  font-weight: var(--weight-regular);
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .video-col .video-poster .video-play-btn:hover, .view__single-recipes-idk-0326 .preparo-section .content-wrapper .video-col .video-poster .video-play-btn:active, .view__single-recipes-idk-0326 .preparo-section .content-wrapper .video-col .video-poster .video-play-btn:focus {
  background: #003cbe;
  color: #ffffff;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .video-col .video-poster .video-play-btn:hover svg, .view__single-recipes-idk-0326 .preparo-section .content-wrapper .video-col .video-poster .video-play-btn:active svg, .view__single-recipes-idk-0326 .preparo-section .content-wrapper .video-col .video-poster .video-play-btn:focus svg {
  fill: #ffffff;
  stroke: #ffffff;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .video-col .video-embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.view__single-recipes-idk-0326 .preparo-section .content-wrapper .video-col .video-embed iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}
.view__single-recipes-idk-0326 .mais-receitas-section {
  background-color: #ffffff;
}
.view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper {
  padding: 120px 80px 0;
  max-width: 1512px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .top-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .top-wrapper .section-title {
  color: #003cbe;
  font-size: 80px;
  width: 850px;
  max-width: 100%;
}
.view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .top-wrapper .btn-ver-receitas {
  white-space: nowrap;
}
.view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .chefRecipesSwiper {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .chefRecipesSwiper.swiper-initialized {
  opacity: 1;
}
.view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .swiper-slide {
  height: auto;
}
.view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .receita-card {
  display: flex;
  flex-direction: row;
  border-radius: 20px;
  padding: 6px;
  overflow: hidden;
  background: #e04e27;
  gap: 8px;
  flex-wrap: wrap;
  min-height: 346px;
  height: 100%;
}
.view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .receita-card:hover .card-image {
  transform: scale(1.1);
}
.view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .receita-card .card-image-wrapper {
  overflow: hidden;
  border-radius: 13px;
  width: 341px;
  min-width: 341px;
  aspect-ratio: 341/346;
  flex: 1;
  max-height: 100%;
}
.view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .receita-card .card-image-wrapper .card-image {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 500ms cubic-bezier(0.25, 0, 0, 1);
}
.view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .receita-card .card-body {
  background: #b53817;
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 20px;
  color: #ffffff;
  border-radius: 15px;
  flex: 1;
  min-width: 282px;
}
.view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .receita-card .card-body .card-title {
  width: 217px;
  max-width: 100%;
}
.view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .receita-card .card-body .card-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .receita-card .card-body .card-meta li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  color: #ffffff;
  font-weight: var(--weight-regular);
  white-space: nowrap;
}
.view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .receita-card .card-body .card-meta li.card-meta-chef {
  display: none;
}
.view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .receita-card .card-body .card-meta li img {
  flex-shrink: 0;
}
.view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .receita-card .card-body .receita-btn {
  margin-top: auto;
  font-size: 16px;
  font-weight: var(--weight-medium);
  line-height: 1.2;
  padding: 16px 20px;
  gap: 4px;
}
.view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .swiper-pagination {
  position: relative;
  margin-top: 80px;
  width: 100%;
  display: flex;
}
.view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .swiper-pagination .swiper-pagination-bullet {
  flex: 1;
  height: 3px;
  border-radius: 0;
  background: rgba(0, 60, 190, 0.2);
  opacity: 1;
  margin: 0 !important;
}
.view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .swiper-pagination .swiper-pagination-bullet-active {
  background: #003cbe;
}
.view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .btn-ver-receitas-mobile {
  display: none;
}
.view__single-recipes-idk-0326 .portal-receitas {
  max-width: 1512px;
  margin: 0 auto;
  padding: 80px 80px 0;
}

@media (max-width: 1466px) {
  .view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .swiper-slide {
    height: 346px;
  }
  .view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .receita-card .card-body .card-title {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .view__single-recipes-idk-0326 .recipe-banner {
    height: 852px;
  }
  .view__single-recipes-idk-0326 .recipe-banner .banner-content {
    width: 100%;
    gap: 20px;
    padding: 40px 20px;
  }
  .view__single-recipes-idk-0326 .recipe-banner .banner-content .recipe-title {
    font-size: 64px;
    max-width: 100%;
  }
  .view__single-recipes-idk-0326 .recipe-info-section {
    border-bottom: none;
  }
  .view__single-recipes-idk-0326 .recipe-info-section .info-content {
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
    max-width: 100%;
    padding: 0;
  }
  .view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left {
    padding: 0 20px;
    gap: 20px;
  }
  .view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .chef-avatar {
    margin-top: -60px;
    width: 120px;
    height: 120px;
  }
  .view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .desktop-only {
    display: none;
  }
  .view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .chef-details {
    gap: 8px;
  }
  .view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .chef-details .recommended-by {
    font-size: 16px;
  }
  .view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .chef-details .chef-name {
    font-size: 48px;
  }
  .view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .share {
    gap: 16px;
    margin-top: 16px;
  }
  .view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .share .share-label {
    font-size: 14px;
  }
  .view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .share .share-btns {
    gap: 8px;
  }
  .view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .share .share-btns .share-btn {
    font-size: 14px;
  }
  .view__single-recipes-idk-0326 .recipe-info-section .info-content .info-left .share .share-btns .share-btn svg {
    width: 20px;
    height: 20px;
  }
  .view__single-recipes-idk-0326 .recipe-info-section .info-content .info-right {
    border-top: 1px solid #ccd8f2;
    align-items: center;
    padding: 40px 20px 88px;
  }
  .view__single-recipes-idk-0326 .recipe-info-section .info-content .info-right .meta-item {
    width: 200px;
    max-width: 100%;
    margin: 0 auto;
  }
  .view__single-recipes-idk-0326 .ingredientes-section .content-wrapper {
    padding: 0 0 80px;
    max-width: 100%;
    flex-direction: column;
    gap: 80px;
  }
  .view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .ingredientes-col {
    padding: 0 20px;
  }
  .view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .ingredientes-col .ingredientes-title {
    font-size: 42px;
  }
  .view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .ingredientes-col .porcao-control {
    margin-bottom: 12px;
  }
  .view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .produtos-col {
    gap: 40px;
  }
  .view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .produtos-col .produtos-title {
    padding: 0 20px;
    font-size: 42px;
  }
  .view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .produtos-col .produtos-title br {
    display: none;
  }
  .view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .produtos-col .produtosSwiper {
    padding-left: 20px;
  }
  .view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .produtos-col .produtosSwiper .swiper-pagination {
    margin-top: 40px;
    padding-right: 20px;
  }
  .view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .modo-cozinhar {
    flex-direction: column-reverse;
    align-items: center;
    gap: 34px;
    width: 100%;
    padding: 0 20px;
  }
  .view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .modo-cozinhar.desktop-only {
    display: none;
  }
  .view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .modo-cozinhar.mobile-only {
    display: flex;
  }
  .view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .modo-cozinhar .modo-cozinhar-info {
    align-items: center;
    text-align: center;
  }
  .view__single-recipes-idk-0326 .ingredientes-section .content-wrapper .modo-cozinhar .modo-cozinhar-info .modo-cozinhar-title {
    font-size: 48px;
  }
  .view__single-recipes-idk-0326 .preparo-section {
    height: fit-content;
    max-height: fit-content;
  }
  .view__single-recipes-idk-0326 .preparo-section .content-wrapper {
    height: fit-content;
    flex-direction: column;
  }
  .view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col {
    padding: 80px 20px 60px;
    gap: 32px;
    align-items: flex-start;
  }
  .view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content {
    max-width: 100%;
    gap: 32px;
    height: fit-content;
  }
  .view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content .preparo-title {
    font-size: 48px;
  }
  .view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content .preparo-body {
    flex-direction: column;
    gap: 30px;
  }
  .view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content .preparo-body .arrows-col {
    flex-direction: row;
    justify-content: flex-start;
    gap: 16px;
    padding-bottom: 0;
  }
  .view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content .preparo-body .arrows-col .preparo-arrow {
    width: 52px;
    height: 52px;
    transform: rotate(-90deg);
  }
  .view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content .preparo-body .arrows-col .preparo-arrow svg {
    width: 32px;
    height: 32px;
  }
  .view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content .preparo-body .steps-track .step {
    gap: 16px;
  }
  .view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content .preparo-body .steps-track .step:not(.is-active) {
    display: none;
  }
  .view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content .preparo-body .steps-track .step.is-active {
    opacity: 1;
    display: flex;
  }
  .view__single-recipes-idk-0326 .preparo-section .content-wrapper .preparo-col .preparo-content .preparo-body .steps-track .step.is-active .step-etapa {
    font-size: 24px;
  }
  .view__single-recipes-idk-0326 .preparo-section .content-wrapper .video-col {
    flex: 1;
    border-top: 1px solid #ffffff;
    border-left: none;
  }
  .view__single-recipes-idk-0326 .preparo-section .content-wrapper .video-col .video-wrapper {
    height: 400px;
    max-height: 100vh;
  }
  .view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper {
    padding: 80px 20px 40px;
    max-width: 100%;
    gap: 32px;
  }
  .view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .top-wrapper {
    margin-bottom: 8px;
  }
  .view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .top-wrapper .section-title {
    font-size: 42px;
    width: 100%;
  }
  .view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .top-wrapper .btn-ver-receitas {
    display: none;
  }
  .view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .swiper-wrapper {
    flex-direction: column;
    gap: 20px;
    transform: none !important;
  }
  .view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .swiper-slide:nth-child(n+4) {
    display: none;
  }
  .view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .swiper-slide {
    height: auto;
  }
  .view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .receita-card {
    flex-direction: column;
    border-radius: 14px;
    max-height: fit-content;
  }
  .view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .receita-card .card-image-wrapper {
    width: 100%;
    min-width: 100%;
    min-height: auto;
    max-height: 360px;
    aspect-ratio: 341/300;
  }
  .view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .receita-card .card-body {
    padding: 24px 16px;
    min-width: 100%;
  }
  .view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .receita-card .card-body .card-title {
    width: 100%;
    font-size: 32px;
  }
  .view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .receita-card .card-body .card-meta li {
    font-size: 16px;
    white-space: normal;
  }
  .view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .swiper-pagination {
    display: none;
  }
  .view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .btn-ver-receitas-mobile {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 16px 20px;
    gap: 4px;
    font-size: 16px;
    font-weight: var(--weight-medium);
    line-height: 1.2;
    letter-spacing: -3%;
    min-height: 64px;
  }
  .view__single-recipes-idk-0326 .mais-receitas-section .content-wrapper .btn-ver-receitas-mobile img {
    width: 24px;
    height: 24px;
  }
  .view__single-recipes-idk-0326 .portal-receitas {
    max-width: 100%;
    padding: 0 20px;
  }
  .view__single-recipes-idk-0326 .portal-receitas .content {
    padding: 0 20px;
  }
}
.view__single-chef-idk-0326 {
  padding: 125px 0 40px;
  background-color: #ffffff;
}
.view__single-chef-idk-0326 .chef-section .banner {
  position: relative;
  height: 300px;
  background: linear-gradient(87.01deg, #003cbe 0.05%, #3cc300 122.98%);
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 20px 80px;
}
.view__single-chef-idk-0326 .chef-section .banner .clube-label {
  color: #ffffff;
  font-size: clamp(32px, 4vw, 64px);
  line-height: 1;
  z-index: 1;
  line-height: 1.2;
}
.view__single-chef-idk-0326 .chef-section .banner .shape {
  position: absolute;
}
.view__single-chef-idk-0326 .chef-section .banner .shape.shape-top-left {
  top: 9px;
  left: 8px;
  width: clamp(32px, 12vw, 164px);
  height: auto;
}
.view__single-chef-idk-0326 .chef-section .banner .shape.shape-bottom-right {
  bottom: 8px;
  right: 8px;
  width: clamp(32px, 8vw, 90px);
  height: auto;
}
.view__single-chef-idk-0326 .chef-section .content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  max-width: 1352px;
  margin: 0 auto;
  padding: 0 65px 80px;
  box-sizing: content-box;
}
.view__single-chef-idk-0326 .chef-section .content .avatar-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  z-index: 2;
}
.view__single-chef-idk-0326 .chef-section .content .avatar-col .chef-avatar {
  margin-top: -103px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #ffffff;
  flex-shrink: 0;
}
.view__single-chef-idk-0326 .chef-section .content .avatar-col .chef-avatar .chef-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.view__single-chef-idk-0326 .chef-section .content .avatar-col .chef-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 100%;
}
.view__single-chef-idk-0326 .chef-section .content .avatar-col .chef-info .chef-name {
  color: #003cbe;
}
.view__single-chef-idk-0326 .chef-section .content .avatar-col .chef-info .chef-tipo {
  color: #003cbe;
  font-size: 18px;
  font-weight: var(--weight-regular);
}
.view__single-chef-idk-0326 .chef-section .content .avatar-col .chef-info .chef-descricao {
  color: #002752;
  max-width: 660px;
}
.view__single-chef-idk-0326 .chef-section .content .avatar-col .chef-info .chef-descricao p {
  font-weight: var(--weight-regular);
  font-size: 18px;
  margin-bottom: 32px;
  line-height: 1.5;
}
.view__single-chef-idk-0326 .chef-section .content .avatar-col .chef-info .chef-descricao p:last-child {
  margin-bottom: 0;
}
.view__single-chef-idk-0326 .chef-section .content .share {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  flex-shrink: 0;
  padding-top: 44px;
}
.view__single-chef-idk-0326 .chef-section .content .share .share-label {
  line-height: 1.2;
  color: #003cbe;
}
.view__single-chef-idk-0326 .chef-section .content .share .share-btns {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}
.view__single-chef-idk-0326 .chef-section .content .share .share-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 16px;
  border-radius: 100px;
  border: 1px solid #ccd8f2;
  background: #ffffff;
  color: #002752;
  font-size: 16px;
  font-weight: var(--weight-regular);
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms ease;
  white-space: nowrap;
}
.view__single-chef-idk-0326 .chef-section .content .share .share-btn svg {
  fill: #003cbe;
  transition: all 200ms ease;
}
.view__single-chef-idk-0326 .chef-section .content .share .share-btn:hover, .view__single-chef-idk-0326 .chef-section .content .share .share-btn:active, .view__single-chef-idk-0326 .chef-section .content .share .share-btn:focus {
  border-color: #003cbe;
  background: #003cbe;
  color: #ffffff;
}
.view__single-chef-idk-0326 .chef-section .content .share .share-btn:hover svg, .view__single-chef-idk-0326 .chef-section .content .share .share-btn:active svg, .view__single-chef-idk-0326 .chef-section .content .share .share-btn:focus svg {
  fill: #ffffff;
}
.view__single-chef-idk-0326 .chef-section {
  border-bottom: 1px solid #ccd8f2;
}
.view__single-chef-idk-0326 .receitas-section {
  padding: 80px 80px 0;
}
.view__single-chef-idk-0326 .receitas-section .content-wrapper {
  max-width: 1352px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.view__single-chef-idk-0326 .receitas-section .search-title {
  color: #003cbe;
}
.view__single-chef-idk-0326 .receitas-section .receitas-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0;
  gap: 8px;
  border: 1px solid #d7dfeb;
  border-radius: 48px;
  padding: 8px;
  background: rgba(0, 60, 190, 0.0784313725);
}
.view__single-chef-idk-0326 .receitas-section .receitas-filters .filter-btn {
  justify-content: center;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 32px;
  border-radius: 36px;
  background: #ffffff;
  color: #8093a9;
  font-size: 16px;
  font-weight: var(--weight-regular);
  line-height: 1.2;
  letter-spacing: -3%;
  cursor: pointer;
  transition: all 200ms ease;
  white-space: nowrap;
  border: 1px solid transparent;
  text-decoration: none;
}
.view__single-chef-idk-0326 .receitas-section .receitas-filters .filter-btn .filter-count {
  color: #8093a9;
  background: #e1e5eb;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  font-size: 12px;
  font-weight: var(--weight-medium);
  transition: all 200ms ease;
}
.view__single-chef-idk-0326 .receitas-section .receitas-filters .filter-btn:hover:not(.active) {
  color: #002752;
  border-color: #002752;
}
.view__single-chef-idk-0326 .receitas-section .receitas-filters .filter-btn:hover:not(.active) .filter-count {
  background: #002752;
  color: #ffffff;
}
.view__single-chef-idk-0326 .receitas-section .receitas-filters .filter-btn.active {
  background: #003cbe;
  border-color: #003cbe;
  color: #ffffff;
}
.view__single-chef-idk-0326 .receitas-section .receitas-filters .filter-btn.active .filter-count {
  background: #ffffff;
  color: #003cbe;
}
.view__single-chef-idk-0326 .receitas-section .receitas-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  row-gap: 24px;
  transition: opacity 200ms ease;
}
.view__single-chef-idk-0326 .receitas-section .receitas-grid .receita-card {
  display: flex;
  flex-direction: row;
  border-radius: 20px;
  padding: 6px;
  overflow: hidden;
  background: #e04e27;
  gap: 8px;
  flex-wrap: wrap;
}
.view__single-chef-idk-0326 .receitas-section .receitas-grid .receita-card:hover .card-image {
  transform: scale(1.1);
}
.view__single-chef-idk-0326 .receitas-section .receitas-grid .receita-card .card-image-wrapper {
  overflow: hidden;
  border-radius: 13px;
  width: 341px;
  min-width: 341px;
  min-height: 346px;
  aspect-ratio: 341/346;
  flex: 1;
}
.view__single-chef-idk-0326 .receitas-section .receitas-grid .receita-card .card-image-wrapper .card-image {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform 500ms cubic-bezier(0.25, 0, 0, 1);
}
.view__single-chef-idk-0326 .receitas-section .receitas-grid .receita-card .card-body {
  background: #b53817;
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 20px;
  color: #ffffff;
  border-radius: 15px;
  flex: 1;
  min-width: 282px;
}
.view__single-chef-idk-0326 .receitas-section .receitas-grid .receita-card .card-body .card-title {
  width: 217px;
  max-width: 100%;
}
.view__single-chef-idk-0326 .receitas-section .receitas-grid .receita-card .card-body .card-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.view__single-chef-idk-0326 .receitas-section .receitas-grid .receita-card .card-body .card-meta li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
  color: #ffffff;
  font-weight: var(--weight-regular);
  white-space: nowrap;
}
.view__single-chef-idk-0326 .receitas-section .receitas-grid .receita-card .card-body .card-meta li img {
  flex-shrink: 0;
}
.view__single-chef-idk-0326 .receitas-section .receitas-grid .receita-card .card-body .receita-btn {
  margin-top: auto;
  font-size: 16px;
  font-weight: var(--weight-medium);
  line-height: 1.2;
  padding: 16px 20px;
  gap: 4px;
}
.view__single-chef-idk-0326 .receitas-section .pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 40px;
}
.view__single-chef-idk-0326 .receitas-section .pagination-wrapper .page-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 12px;
  border-radius: 1000px;
  border: 1.5px solid transparent;
  background: #ffffff;
  color: #000000;
  font-size: 16px;
  font-weight: var(--weight-regular);
  text-decoration: none;
  transition: all 200ms ease;
  aspect-ratio: 1/1;
}
.view__single-chef-idk-0326 .receitas-section .pagination-wrapper .page-btn:hover {
  border-color: #4c76d1;
  background: #4c76d1;
  color: #ffffff;
}
.view__single-chef-idk-0326 .receitas-section .pagination-wrapper .page-btn.active {
  font-weight: var(--weight-medium);
  border-color: #003cbe;
  background: #003cbe;
  color: #ffffff;
  pointer-events: none;
}
.view__single-chef-idk-0326 .receitas-section .pagination-wrapper .page-btn--arrow {
  min-width: 44px;
  padding: 0;
  color: #003cbe;
}
.view__single-chef-idk-0326 .receitas-section .pagination-wrapper .page-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  color: #8093a9;
  font-size: 16px;
  user-select: none;
}
.view__single-chef-idk-0326 .receitas-section .no-results {
  grid-column: 1/-1;
  text-align: center;
  color: #8093a9;
  font-size: 18px;
  padding: 40px 0;
}

@media (max-width: 960px) {
  .view__single-chef-idk-0326 {
    padding: 100px 0 40px;
  }
  .view__single-chef-idk-0326 .chef-section .banner {
    height: 240px;
    padding: 20px;
  }
  .view__single-chef-idk-0326 .chef-section .banner .shape.shape-top-left {
    top: 23px;
    left: 20px;
  }
  .view__single-chef-idk-0326 .chef-section .banner .shape.shape-bottom-right {
    bottom: 20px;
    right: 20px;
  }
  .view__single-chef-idk-0326 .chef-section .content {
    flex-direction: column;
    padding: 0 20px 40px;
    gap: 32px;
  }
  .view__single-chef-idk-0326 .chef-section .content .avatar-col {
    gap: 16px;
  }
  .view__single-chef-idk-0326 .chef-section .content .avatar-col .chef-avatar {
    margin-top: -60px;
    width: 120px;
    height: 120px;
  }
  .view__single-chef-idk-0326 .chef-section .content .avatar-col .chef-info {
    gap: 8px;
  }
  .view__single-chef-idk-0326 .chef-section .content .avatar-col .chef-info .chef-name {
    font-size: 48px;
  }
  .view__single-chef-idk-0326 .chef-section .content .avatar-col .chef-info .chef-tipo,
  .view__single-chef-idk-0326 .chef-section .content .avatar-col .chef-info .chef-descricao,
  .view__single-chef-idk-0326 .chef-section .content .avatar-col .chef-info .chef-descricao p {
    font-size: 16px;
  }
  .view__single-chef-idk-0326 .chef-section .content .avatar-col .chef-info .chef-descricao p {
    margin-bottom: 20px;
  }
  .view__single-chef-idk-0326 .chef-section .content .share {
    padding-top: 0;
  }
  .view__single-chef-idk-0326 .chef-section .content .share .share-label {
    font-size: 18px;
  }
  .view__single-chef-idk-0326 .chef-section .content .share .share-btns {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
  }
  .view__single-chef-idk-0326 .receitas-section {
    padding: 40px 20px 0;
  }
  .view__single-chef-idk-0326 .receitas-section .content-wrapper {
    gap: 20px;
    max-width: 100%;
  }
  .view__single-chef-idk-0326 .receitas-section .search-title {
    line-height: 1.1;
    font-size: 48px;
  }
  .view__single-chef-idk-0326 .receitas-section .receitas-filters {
    flex-direction: column;
    width: 100%;
    margin: 0 auto 4px;
    border-radius: 20px;
  }
  .view__single-chef-idk-0326 .receitas-section .receitas-filters .filter-btn {
    border-radius: 10px;
    padding: 16px 32px;
    width: 100%;
  }
  .view__single-chef-idk-0326 .receitas-section .receitas-grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
  .view__single-chef-idk-0326 .receitas-section .receitas-grid .receita-card {
    flex-direction: column;
    border-radius: 14px;
  }
  .view__single-chef-idk-0326 .receitas-section .receitas-grid .receita-card .card-image-wrapper {
    width: 100%;
    min-width: 100%;
    min-height: auto;
    max-height: 400px;
    height: auto;
    aspect-ratio: 341/300;
    flex: 1;
  }
  .view__single-chef-idk-0326 .receitas-section .receitas-grid .receita-card .card-body {
    padding: 24px 16px;
    min-width: 100%;
    max-height: fit-content;
  }
  .view__single-chef-idk-0326 .receitas-section .receitas-grid .receita-card .card-body .card-title {
    width: 100%;
    font-size: 36px;
  }
  .view__single-chef-idk-0326 .receitas-section .receitas-grid .receita-card .card-body .primary-btn-white {
    margin-top: 0;
  }
  .view__single-chef-idk-0326 .receitas-section .receitas-grid .receita-card .card-body .card-meta li {
    font-size: 16px;
    white-space: normal;
  }
  .view__single-chef-idk-0326 .receitas-section .pagination-wrapper {
    margin-top: 20px;
  }
  .view__single-chef-idk-0326 .portal-receitas {
    margin-top: 20px;
  }
}
.view__contato-idk-0326 {
  background-color: #ffffff;
  color: #003cbe;
  padding-bottom: 40px;
}
.view__contato-idk-0326 .banner {
  position: relative;
  width: 100%;
  height: 900px;
  max-height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view__contato-idk-0326 .banner .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.view__contato-idk-0326 .banner .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5019607843);
  z-index: 1;
}
.view__contato-idk-0326 .banner .banner-content {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding: 80px;
  width: 100%;
}
.view__contato-idk-0326 .banner .banner-content .banner-title {
  color: #ffffff;
  font-weight: var(--weight-medium);
  text-align: center;
}
.view__contato-idk-0326 .banner .banner-content .banner-text {
  color: #ffffff;
  font-size: 24px;
  font-weight: var(--weight-regular);
  line-height: 1.5;
  letter-spacing: -2%;
  text-align: center;
  width: 618px;
  max-width: 100%;
}
.view__contato-idk-0326 .sac-betania {
  background: #ffffff;
}
.view__contato-idk-0326 .sac-betania .sac-inner {
  padding: 100px 80px 120px;
  max-width: 1512px;
  display: flex;
  gap: 80px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
}
.view__contato-idk-0326 .sac-betania .sac-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #003cbe;
}
.view__contato-idk-0326 .sac-betania .sac-left .sac-title {
  line-height: 1;
}
.view__contato-idk-0326 .sac-betania .sac-left .sac-contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.view__contato-idk-0326 .sac-betania .sac-left .sac-contacts .icon-text-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.view__contato-idk-0326 .sac-betania .sac-left .sac-contacts .icon-text-wrapper img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}
.view__contato-idk-0326 .sac-betania .sac-left .sac-contacts .icon-text-wrapper a {
  text-decoration: none;
}
.view__contato-idk-0326 .sac-betania .sac-left .sac-contacts .icon-text-wrapper a h6 {
  transition: opacity 0.2s ease;
}
.view__contato-idk-0326 .sac-betania .sac-left .sac-contacts .icon-text-wrapper a:hover h6 {
  opacity: 0.8;
}
.view__contato-idk-0326 .sac-betania .sac-left .sac-description {
  color: #003cbe;
  font-weight: var(--weight-regular);
  line-height: 1.5;
  width: 452px;
  max-width: 100%;
  padding-bottom: 32px;
  border-bottom: 1px solid #ccd8f2;
}
.view__contato-idk-0326 .sac-betania .sac-right {
  flex: 1;
}
.view__contato-idk-0326 .sac-betania .sac-right .forminator-custom-form .forminator-row {
  margin-bottom: 32px;
}
.view__contato-idk-0326 .sac-betania .sac-right .forminator-custom-form .forminator-label {
  font-family: "Guanabara Sans", sans-serif;
  font-size: 18px;
  font-weight: var(--weight-regular);
  color: #002752;
  margin-bottom: 20px;
  display: block;
}
.view__contato-idk-0326 .sac-betania .sac-right .forminator-custom-form .forminator-label .forminator-required {
  display: none;
}
.view__contato-idk-0326 .sac-betania .sac-right .forminator-custom-form .forminator-input,
.view__contato-idk-0326 .sac-betania .sac-right .forminator-custom-form .forminator-textarea {
  width: 100%;
  background: #ffffff;
  border: 1px solid #002752;
  border-radius: 12px;
  padding: 24px 20px;
  font-family: "Guanabara Sans", sans-serif;
  font-size: 16px;
  color: #003cbe;
  transition: border-color 0.2s ease;
  outline: none;
}
.view__contato-idk-0326 .sac-betania .sac-right .forminator-custom-form .forminator-input::placeholder,
.view__contato-idk-0326 .sac-betania .sac-right .forminator-custom-form .forminator-textarea::placeholder {
  color: rgba(0, 40, 82, 0.5019607843);
  font-weight: var(--weight-regular);
}
.view__contato-idk-0326 .sac-betania .sac-right .forminator-custom-form .forminator-input:focus,
.view__contato-idk-0326 .sac-betania .sac-right .forminator-custom-form .forminator-textarea:focus {
  border-color: #003cbe;
}
.view__contato-idk-0326 .sac-betania .sac-right .forminator-custom-form .forminator-textarea {
  min-height: 280px;
  resize: vertical;
}
.view__contato-idk-0326 .sac-betania .sac-right .forminator-custom-form .forminator-description {
  display: none;
}
.view__contato-idk-0326 .sac-betania .sac-right .forminator-custom-form .forminator-checkbox .forminator-checkbox-label {
  font-size: 14px;
  color: #002752;
  line-height: 1.5;
  font-weight: var(--weight-regular);
}
.view__contato-idk-0326 .sac-betania .sac-right .forminator-custom-form .forminator-checkbox .forminator-checkbox-label a {
  color: #002752;
  text-decoration: underline;
}
.view__contato-idk-0326 .sac-betania .sac-right .forminator-custom-form .forminator-checkbox input {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  border-radius: 4px;
  border-color: #002752;
}
.view__contato-idk-0326 .sac-betania .sac-right .forminator-custom-form .forminator-checkbox input:checked {
  background: #002752;
}
.view__contato-idk-0326 .sac-betania .sac-right .forminator-custom-form .forminator-button-submit {
  width: 100%;
  background: #003cbe;
  color: #ffffff;
  border: none;
  border-radius: 16px;
  padding: 25px 32px;
  font-family: "Guanabara Sans", sans-serif;
  font-size: 18px;
  font-weight: var(--weight-medium);
  cursor: pointer;
  transition: background 0.2s ease;
  margin-top: 24px;
}
.view__contato-idk-0326 .sac-betania .sac-right .forminator-custom-form .forminator-button-submit:hover {
  background: #002752;
}
.view__contato-idk-0326 .trabalhe-conosco {
  background: #003cbe;
  color: #ffffff;
}
.view__contato-idk-0326 .trabalhe-conosco .purpose-content {
  display: flex;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.view__contato-idk-0326 .trabalhe-conosco .purpose-content .purpose-left {
  flex: 1;
  max-width: 50%;
  display: flex;
  align-items: center;
  padding: 95px 10.6%;
  justify-content: flex-end;
  border-right: 1px solid #ffffff;
}
.view__contato-idk-0326 .trabalhe-conosco .purpose-content .purpose-left h2 {
  text-align: left;
  max-width: 100%;
  width: 437px;
  line-height: 1.2;
}
.view__contato-idk-0326 .trabalhe-conosco .purpose-content .purpose-right {
  flex: 1;
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 32px;
  padding: 80px 8.7%;
}
.view__contato-idk-0326 .trabalhe-conosco .purpose-content .purpose-right .purpose-text {
  line-height: 1.5;
  max-width: 100%;
  width: 494px;
  font-weight: var(--weight-regular);
}
.view__contato-idk-0326 .trabalhe-conosco .purpose-content .purpose-right .secondary-btn-white {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
}
.view__contato-idk-0326 .nossas-unidades {
  background: #003cbe;
  color: #ffffff;
  padding: 120px 40px 80px;
}
.view__contato-idk-0326 .nossas-unidades .unidades-search {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 1048px;
  max-width: 100%;
  margin: 0 auto 80px;
}
.view__contato-idk-0326 .nossas-unidades .search-form {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
}
.view__contato-idk-0326 .nossas-unidades .primary-btn-white {
  font-size: 16px;
  font-weight: var(--weight-regular);
  padding: 26.5px 30px;
  border-radius: 16px;
}
.view__contato-idk-0326 .nossas-unidades .primary-btn-white:hover {
  border-color: #ffffff;
}
.view__contato-idk-0326 .nossas-unidades .custom-select {
  position: relative;
  flex: 1;
  min-width: 200px;
}
.view__contato-idk-0326 .nossas-unidades .custom-select__btn {
  width: 100%;
  height: 72px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 12px;
  color: #ffffff;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  font-size: 18px;
  font-family: "Guanabara Sans", sans-serif;
  font-weight: var(--weight-regular);
  text-align: left;
}
.view__contato-idk-0326 .nossas-unidades .custom-select__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.view__contato-idk-0326 .nossas-unidades .custom-select__label {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.2s ease;
}
.view__contato-idk-0326 .nossas-unidades .custom-select.has-value .custom-select__label {
  color: #ffffff;
  font-weight: var(--weight-medium);
}
.view__contato-idk-0326 .nossas-unidades .custom-select__chevron {
  flex-shrink: 0;
  transition: transform 0.25s ease;
  color: rgba(255, 255, 255, 0.6);
}
.view__contato-idk-0326 .nossas-unidades .custom-select.is-open .custom-select__chevron {
  transform: rotate(180deg);
}
.view__contato-idk-0326 .nossas-unidades .custom-select__list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  z-index: 200;
  max-height: 220px;
  overflow-y: auto;
  list-style: none;
  padding: 6px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.view__contato-idk-0326 .nossas-unidades .custom-select.is-open .custom-select__list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.view__contato-idk-0326 .nossas-unidades .custom-select__option {
  padding: 12px 20px;
  font-size: 15px;
  color: #003cbe;
  cursor: pointer;
  transition: background 0.15s ease;
}
.view__contato-idk-0326 .nossas-unidades .custom-select__option:hover {
  background: #f2f2f2;
}
.view__contato-idk-0326 .nossas-unidades .custom-select__option.is-selected {
  font-weight: var(--weight-semibold);
  background: #f0f2f7;
}
.view__contato-idk-0326 .nossas-unidades .custom-select[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.82);
  color: #ffffff;
  padding: 7px 14px;
  border-radius: 8px;
  font-size: 13px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 300;
}
.view__contato-idk-0326 .nossas-unidades .custom-select[data-tooltip]::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.82);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 300;
}
.view__contato-idk-0326 .nossas-unidades .custom-select[data-tooltip]:hover::after, .view__contato-idk-0326 .nossas-unidades .custom-select[data-tooltip]:hover::before {
  opacity: 1;
}
.view__contato-idk-0326 .nossas-unidades .btn-buscar-wrapper {
  position: relative;
  flex-shrink: 0;
}
.view__contato-idk-0326 .nossas-unidades .btn-buscar-wrapper[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.82);
  color: #ffffff;
  padding: 7px 14px;
  border-radius: 8px;
  font-size: 13px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 300;
}
.view__contato-idk-0326 .nossas-unidades .btn-buscar-wrapper[data-tooltip]::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.82);
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 300;
}
.view__contato-idk-0326 .nossas-unidades .btn-buscar-wrapper[data-tooltip]:hover::after, .view__contato-idk-0326 .nossas-unidades .btn-buscar-wrapper[data-tooltip]:hover::before {
  opacity: 1;
}
.view__contato-idk-0326 .nossas-unidades .btn-buscar-wrapper .primary-btn-white {
  white-space: nowrap;
}
.view__contato-idk-0326 .nossas-unidades .unidades-results {
  max-width: 1352px;
  margin: 0 auto;
}
.view__contato-idk-0326 .nossas-unidades .unidades-results[hidden] {
  display: none;
}
.view__contato-idk-0326 .nossas-unidades .unidadesSwiper {
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.view__contato-idk-0326 .nossas-unidades .unidadesSwiper.swiper-initialized {
  opacity: 1;
}
.view__contato-idk-0326 .nossas-unidades .unidadesSwiper .swiper-wrapper {
  align-items: stretch;
}
.view__contato-idk-0326 .nossas-unidades .unidadesSwiper .swiper-slide {
  display: flex;
  height: auto;
}
.view__contato-idk-0326 .nossas-unidades .unidade-card {
  width: 100%;
  background: rgba(255, 255, 255, 0.1019607843);
  border: 1px solid rgba(255, 255, 255, 0.1019607843);
  border-radius: 16px;
  padding: 8px 8px 16px;
  display: flex;
  flex-direction: column;
}
.view__contato-idk-0326 .nossas-unidades .card-header {
  background: #ffffff;
  color: #003cbe;
  border-radius: 9px;
  padding: 16px 24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.view__contato-idk-0326 .nossas-unidades .card-header .card-type {
  font-size: 14px;
  font-weight: var(--weight-regular);
}
.view__contato-idk-0326 .nossas-unidades .card-header .card-name {
  font-family: "Guanabara Display", sans-serif;
  font-size: 32px;
  font-weight: var(--weight-bold);
  line-height: 1.2;
}
.view__contato-idk-0326 .nossas-unidades .card-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 8px 0;
}
.view__contato-idk-0326 .nossas-unidades .card-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.view__contato-idk-0326 .nossas-unidades .card-row svg {
  flex-shrink: 0;
  margin-top: 2px;
}
.view__contato-idk-0326 .nossas-unidades .card-row span {
  font-size: 16px;
  font-weight: var(--weight-regular);
  line-height: 1.5;
  width: 269px;
  max-width: 100%;
}
.view__contato-idk-0326 .nossas-unidades .unidades-pagination {
  position: relative;
  margin-top: 40px;
  width: 100%;
  display: flex;
}
.view__contato-idk-0326 .nossas-unidades .unidades-pagination.swiper-pagination-bullet {
  flex: 1;
  height: 3px;
  border-radius: 0;
  background: #ffffff;
  opacity: 0.2;
  margin: 0 !important;
}
.view__contato-idk-0326 .nossas-unidades .unidades-pagination.swiper-pagination-bullet-active {
  opacity: 1;
}
.view__contato-idk-0326 .nossas-unidades .swiper-pagination-bullet {
  flex: 1;
  height: 3px;
  border-radius: 0;
  background: #ffffff;
  opacity: 0.2;
  margin: 0 !important;
}
.view__contato-idk-0326 .nossas-unidades .swiper-pagination-bullet-active {
  opacity: 1;
}
.view__contato-idk-0326 .nossas-unidades .unidades-empty {
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  padding: 40px 0;
}
.view__contato-idk-0326 .nossas-unidades .unidades-empty[hidden] {
  display: none;
}
.view__contato-idk-0326 .redes-sociais {
  margin-top: -1px;
  background: #003cbe;
  color: #ffffff;
  padding: 0 80px 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.view__contato-idk-0326 .redes-sociais .redes-title {
  text-align: center;
  color: #ffffff;
  font-weight: var(--weight-regular);
}
.view__contato-idk-0326 .redes-sociais .social-grid-contato {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}
.view__contato-idk-0326 .redes-sociais .social-grid-contato .social-btn-contato {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  border: 1px solid #ccd8f2;
  border-radius: 999px;
  text-decoration: none;
  color: #ffffff;
  transition: border-color 0.2s ease, background 0.2s ease;
}
.view__contato-idk-0326 .redes-sociais .social-grid-contato .social-btn-contato img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.view__contato-idk-0326 .redes-sociais .social-grid-contato .social-btn-contato p {
  font-size: 16px;
  font-weight: var(--weight-regular);
  color: #ffffff;
}
.view__contato-idk-0326 .redes-sociais .social-grid-contato .social-btn-contato:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.view__contato-idk-0326 .segunda-via .segunda-via-inner {
  display: flex;
  align-items: center;
  gap: 8%;
  padding: 120px 40px;
  justify-content: center;
  align-items: center;
  max-width: 1512px;
  margin: 0 auto;
}
.view__contato-idk-0326 .segunda-via .segunda-via-left {
  min-width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 16px;
  color: #003cbe;
}
.view__contato-idk-0326 .segunda-via .segunda-via-left .segunda-via-title {
  line-height: 1.2;
  white-space: nowrap;
}
.view__contato-idk-0326 .segunda-via .segunda-via-left .segunda-via-text {
  font-size: 18px;
  line-height: 1.5;
  font-weight: var(--weight-regular);
  width: 319px;
  max-width: 100%;
}
.view__contato-idk-0326 .segunda-via .segunda-via-banks {
  display: flex;
  align-items: center;
  gap: 29px;
  flex-wrap: wrap;
}
.view__contato-idk-0326 .segunda-via .segunda-via-banks .bank-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  border-radius: 16px;
  padding: 24px;
  text-decoration: none;
  transition: filter 0.2s ease;
  flex-shrink: 0;
}
.view__contato-idk-0326 .segunda-via .segunda-via-banks .bank-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.view__contato-idk-0326 .segunda-via .segunda-via-banks .bank-btn:hover {
  filter: brightness(1.2);
}
.view__contato-idk-0326 .assessoria-imprensa {
  background: #003cbe;
  color: #ffffff;
}
.view__contato-idk-0326 .assessoria-imprensa .assessoria-inner {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  max-width: 1512px;
  padding: 100px 15% 100px 10%;
  margin: 0 auto;
}
.view__contato-idk-0326 .assessoria-imprensa .assessoria-inner .assessoria-left {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.view__contato-idk-0326 .assessoria-imprensa .assessoria-inner .assessoria-left h2 {
  line-height: 1.2;
  white-space: nowrap;
}
.view__contato-idk-0326 .assessoria-imprensa .assessoria-inner .assessoria-left .secondary-btn-white {
  width: fit-content;
}
.view__contato-idk-0326 .assessoria-imprensa .assessoria-inner .assessoria-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 24px;
  max-width: 100%;
}
.view__contato-idk-0326 .assessoria-imprensa .assessoria-inner .assessoria-right .assessoria-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 21px;
  max-width: 100%;
}
.view__contato-idk-0326 .assessoria-imprensa .assessoria-inner .assessoria-right .assessoria-card .card-photo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  flex-shrink: 0;
  border: 1px solid #ffffff;
}
.view__contato-idk-0326 .assessoria-imprensa .assessoria-inner .assessoria-right .assessoria-card .card-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #ffffff;
}
.view__contato-idk-0326 .assessoria-imprensa .assessoria-inner .assessoria-right .assessoria-card .card-info .card-area,
.view__contato-idk-0326 .assessoria-imprensa .assessoria-inner .assessoria-right .assessoria-card .card-info .card-label {
  font-size: 16px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.7294117647);
  font-weight: var(--weight-regular);
}
.view__contato-idk-0326 .assessoria-imprensa .assessoria-inner .assessoria-right .assessoria-card .card-info .card-area {
  margin-top: 9px;
  text-transform: uppercase;
}
.view__contato-idk-0326 .assessoria-imprensa .assessoria-inner .assessoria-right .assessoria-card .card-info .card-name {
  font-weight: var(--weight-medium);
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 11px;
}
.view__contato-idk-0326 .assessoria-imprensa .assessoria-inner .assessoria-right .assessoria-card .card-info .card-email {
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  word-break: break-all;
  margin-top: 4px;
}
.view__contato-idk-0326 .assessoria-imprensa .assessoria-inner .assessoria-right .assessoria-card .card-info .card-email:hover {
  text-decoration: underline;
}

@media (max-width: 960px) {
  .view__contato-idk-0326 {
    padding-bottom: 0;
  }
  .view__contato-idk-0326 .banner {
    height: 100vh;
  }
  .view__contato-idk-0326 .banner .overlay {
    background: rgba(0, 0, 0, 0.5019607843);
  }
  .view__contato-idk-0326 .banner .banner-content {
    padding: 20px;
  }
  .view__contato-idk-0326 .banner .banner-content .banner-title {
    font-size: 64px;
    line-height: 1;
  }
  .view__contato-idk-0326 .banner .banner-content .banner-text {
    font-size: 16px;
  }
  .view__contato-idk-0326 .sac-betania .sac-inner {
    padding: 80px 20px;
    gap: 40px;
  }
  .view__contato-idk-0326 .sac-betania .sac-left {
    gap: 24px;
  }
  .view__contato-idk-0326 .sac-betania .sac-left .sac-description {
    font-size: 16px;
    width: 314px;
    padding-bottom: 0;
    border-bottom: none;
  }
  .view__contato-idk-0326 .sac-betania .sac-right {
    flex: 1;
  }
  .view__contato-idk-0326 .sac-betania .sac-right .forminator-custom-form .forminator-row {
    margin-bottom: 20px;
  }
  .view__contato-idk-0326 .sac-betania .sac-right .forminator-custom-form .forminator-label {
    font-size: 16px;
  }
  .view__contato-idk-0326 .sac-betania .sac-right .forminator-custom-form .forminator-checkbox {
    align-items: flex-start;
  }
  .view__contato-idk-0326 .sac-betania .sac-right .forminator-custom-form .forminator-button-submit {
    margin-top: 0;
  }
  .view__contato-idk-0326 .trabalhe-conosco .purpose-content {
    flex-direction: column;
  }
  .view__contato-idk-0326 .trabalhe-conosco .purpose-content .purpose-left {
    max-width: 100%;
    padding: 92px 20px;
    justify-content: center;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
  .view__contato-idk-0326 .trabalhe-conosco .purpose-content .purpose-left h2 {
    text-align: center;
    font-size: 40px;
    width: 267px;
  }
  .view__contato-idk-0326 .trabalhe-conosco .purpose-content .purpose-right {
    max-width: 100%;
    padding: 40px 20px;
    align-items: center;
  }
  .view__contato-idk-0326 .trabalhe-conosco .purpose-content .purpose-right .purpose-text {
    font-size: 16px;
    text-align: center;
  }
  .view__contato-idk-0326 .trabalhe-conosco .purpose-content .purpose-right .secondary-btn-white {
    width: 100%;
    padding: 20px 36px;
    font-size: 14px;
  }
  .view__contato-idk-0326 .nossas-unidades {
    padding: 80px 20px 0;
  }
  .view__contato-idk-0326 .nossas-unidades h1 {
    font-size: 48px;
  }
  .view__contato-idk-0326 .nossas-unidades .unidades-search {
    gap: 20px;
    margin: 0 auto;
    align-items: flex-start;
  }
  .view__contato-idk-0326 .nossas-unidades .search-form {
    gap: 12px;
  }
  .view__contato-idk-0326 .nossas-unidades .custom-select {
    min-width: 100%;
    max-width: 100%;
  }
  .view__contato-idk-0326 .nossas-unidades .btn-buscar-wrapper {
    width: 100%;
  }
  .view__contato-idk-0326 .nossas-unidades .btn-buscar-wrapper .primary-btn-white {
    width: 100%;
    justify-content: center;
    padding: 20px;
  }
  .view__contato-idk-0326 .nossas-unidades .primary-btn-white {
    padding: 24px 20px;
    width: 100%;
    height: 72px;
  }
  .view__contato-idk-0326 .nossas-unidades .unidadesSwiper {
    overflow: visible;
    opacity: 1;
    margin-top: 40px;
  }
  .view__contato-idk-0326 .nossas-unidades .unidadesSwiper .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .view__contato-idk-0326 .nossas-unidades .swiper-pagination {
    display: none;
  }
  .view__contato-idk-0326 .redes-sociais {
    padding: 60px 20px 80px;
    gap: 20px;
  }
  .view__contato-idk-0326 .redes-sociais .redes-title {
    line-height: 1.2;
  }
  .view__contato-idk-0326 .redes-sociais .social-grid-contato {
    gap: 8px;
    row-gap: 12px;
  }
  .view__contato-idk-0326 .redes-sociais .social-grid-contato .social-btn-contato {
    gap: 6px;
    padding: 12px 34px;
    width: calc(50% - 12px);
    min-width: fit-content;
  }
  .view__contato-idk-0326 .redes-sociais .social-grid-contato .social-btn-contato img {
    width: 20px;
    height: 20px;
  }
  .view__contato-idk-0326 .segunda-via .segunda-via-inner {
    align-items: flex-start;
    gap: 20px;
    padding: 40px 20px 80px;
    max-width: 100%;
    flex-direction: column;
  }
  .view__contato-idk-0326 .segunda-via .segunda-via-left {
    flex: 1;
    min-width: 100%;
  }
  .view__contato-idk-0326 .segunda-via .segunda-via-left .segunda-via-title {
    font-size: 48px;
    white-space: normal;
  }
  .view__contato-idk-0326 .segunda-via .segunda-via-left .segunda-via-text {
    font-size: 16px;
    width: 275px;
  }
  .view__contato-idk-0326 .segunda-via .segunda-via-banks {
    flex: 1;
  }
  .view__contato-idk-0326 .segunda-via .segunda-via-banks .bank-btn {
    width: 100%;
    height: 172px;
    padding: 32px;
  }
  .view__contato-idk-0326 .assessoria-imprensa .assessoria-inner {
    justify-content: center;
    gap: 0;
    max-width: 100%;
    padding: 0;
    flex-direction: column;
  }
  .view__contato-idk-0326 .assessoria-imprensa .assessoria-inner .assessoria-left {
    width: 100%;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 32px;
    border-bottom: 1px solid #ffffff;
    padding: 60px 20px;
  }
  .view__contato-idk-0326 .assessoria-imprensa .assessoria-inner .assessoria-left h2 {
    font-size: 40px;
    line-height: 1.1;
    white-space: normal;
  }
  .view__contato-idk-0326 .assessoria-imprensa .assessoria-inner .assessoria-left .secondary-btn-white {
    width: fit-content;
    padding: 20px 36px;
  }
  .view__contato-idk-0326 .assessoria-imprensa .assessoria-inner .assessoria-right {
    width: 100%;
    flex: 1;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    padding: 40px 0;
    border-bottom: 1px solid #ffffff;
  }
  .view__contato-idk-0326 .assessoria-imprensa .assessoria-inner .assessoria-right .assessoria-card {
    gap: 20px;
    padding: 20px;
  }
}
.view__guideline-idk-0326 {
  background-color: #ffffff;
  color: #003cbe;
  padding: 0 0 80px;
}
.view__guideline-idk-0326 .hero-section .hero-content {
  padding: 258px 80px 110px;
  background-color: #003cbe;
  color: #ffffff;
  display: flex;
  flex-direction: row;
  gap: 40px;
}
.view__guideline-idk-0326 .hero-section .hero-content .hero-left {
  width: 647px;
  max-width: 100%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.view__guideline-idk-0326 .hero-section .hero-content .hero-left p {
  font-weight: var(--weight-medium);
  color: #f0f2f7;
}
.view__guideline-idk-0326 .hero-section .hero-content .hero-left h1 {
  font-weight: var(--weight-bold);
  line-height: 1;
}
.view__guideline-idk-0326 .hero-section .hero-content .hero-right {
  width: 647px;
  max-width: 100%;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}
.view__guideline-idk-0326 .hero-section .hero-content .hero-right .hero-text {
  width: 471px;
  max-width: 100%;
}
.view__guideline-idk-0326 .hero-section .hero-content .hero-right .hero-text * {
  font-size: 18px;
  line-height: 1.5;
  font-weight: var(--weight-regular);
  margin-bottom: 27px;
}
.view__guideline-idk-0326 .hero-section .hero-content .hero-right .hero-text *:last-child {
  margin-bottom: 0;
}
.view__guideline-idk-0326 .hero-section .hero-image {
  width: 100%;
  margin-top: -2px;
}
.view__guideline-idk-0326 .hero-section .hero-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.view__guideline-idk-0326 .tabs-section {
  padding: 80px 80px 0;
  display: flex;
  justify-content: center;
}
.view__guideline-idk-0326 .tabs-section .tabs-wrapper {
  width: 1352px;
  max-width: 100%;
  margin: 0 auto;
  display: inline-flex;
  align-items: center;
  background: #d7dfeb;
  border-radius: 48px;
  gap: 8px;
  padding: 8px;
}
.view__guideline-idk-0326 .tabs-section .tabs-wrapper .tab-btn {
  flex: 1;
  padding: 24px 36px;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: -3%;
  font-weight: var(--weight-regular);
  text-align: center;
  border-radius: 62px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
  background: #ffffff;
  color: #8093a9;
  white-space: nowrap;
}
.view__guideline-idk-0326 .tabs-section .tabs-wrapper .tab-btn.is-active, .view__guideline-idk-0326 .tabs-section .tabs-wrapper .tab-btn:active, .view__guideline-idk-0326 .tabs-section .tabs-wrapper .tab-btn:focus {
  background: #003cbe;
  color: #ffffff;
}
.view__guideline-idk-0326 .tabs-section .tabs-wrapper .tab-btn:hover {
  background: rgba(0, 60, 190, 0.5647058824);
  color: #ffffff;
}
.view__guideline-idk-0326 .tab-panel {
  display: none;
}
.view__guideline-idk-0326 .tab-panel.is-active {
  display: block;
  animation: guidelineTabFadeIn 0.4s ease forwards;
}
@keyframes guidelineTabFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.view__guideline-idk-0326 #tab-catalogo .catalog-controls {
  max-width: 1512px;
  padding: 40px 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
.view__guideline-idk-0326 #tab-catalogo .catalog-controls .custom-select {
  position: relative;
  min-width: 229px;
}
.view__guideline-idk-0326 #tab-catalogo .catalog-controls .custom-select .btn {
  width: 100%;
  height: 64px;
  background: transparent;
  border: 1px solid #003cbe;
  border-radius: 16px;
  color: #003cbe;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-size: 16px;
  font-weight: var(--weight-regular);
  text-align: left;
}
.view__guideline-idk-0326 #tab-catalogo .catalog-controls .custom-select .label {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(0, 60, 190, 0.5);
  transition: color 0.2s ease;
}
.view__guideline-idk-0326 #tab-catalogo .catalog-controls .custom-select.has-value .label {
  color: #003cbe;
  font-weight: var(--weight-medium);
}
.view__guideline-idk-0326 #tab-catalogo .catalog-controls .custom-select .chevron {
  flex-shrink: 0;
  transition: transform 0.25s ease;
  color: #003cbe;
}
.view__guideline-idk-0326 #tab-catalogo .catalog-controls .custom-select.is-open .chevron {
  transform: rotate(180deg);
}
.view__guideline-idk-0326 #tab-catalogo .catalog-controls .custom-select .list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
  z-index: 200;
  max-height: 220px;
  overflow-y: auto;
  list-style: none;
  padding: 6px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.view__guideline-idk-0326 #tab-catalogo .catalog-controls .custom-select.is-open .list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.view__guideline-idk-0326 #tab-catalogo .catalog-controls .custom-select .option {
  padding: 12px 20px;
  font-size: 15px;
  color: #003cbe;
  cursor: pointer;
  transition: background 0.15s ease;
}
.view__guideline-idk-0326 #tab-catalogo .catalog-controls .custom-select .option:hover {
  background: #f2f2f2;
}
.view__guideline-idk-0326 #tab-catalogo .catalog-controls .custom-select .option.is-selected {
  font-weight: var(--weight-semibold);
  background: #f0f2f7;
}
.view__guideline-idk-0326 #tab-catalogo .catalog-controls .catalog-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}
.view__guideline-idk-0326 #tab-catalogo .catalog-controls .catalog-actions .select-all-label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  user-select: none;
}
.view__guideline-idk-0326 #tab-catalogo .catalog-controls .catalog-actions .select-all-label .select-all-checkbox {
  display: none;
}
.view__guideline-idk-0326 #tab-catalogo .catalog-controls .catalog-actions .select-all-label .select-all-indicator {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border: 1.5px solid #003cbe;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
  color: transparent;
}
.view__guideline-idk-0326 #tab-catalogo .catalog-controls .catalog-actions .select-all-label .select-all-indicator svg path {
  stroke: transparent;
  transition: stroke 0.2s ease;
}
.view__guideline-idk-0326 #tab-catalogo .catalog-controls .catalog-actions .select-all-label .select-all-checkbox:checked + .select-all-indicator {
  background: #003cbe;
  border-color: #003cbe;
  color: #ffffff;
}
.view__guideline-idk-0326 #tab-catalogo .catalog-controls .catalog-actions .select-all-label .select-all-checkbox:checked + .select-all-indicator svg path {
  stroke: #ffffff;
}
.view__guideline-idk-0326 #tab-catalogo .catalog-controls .catalog-actions .select-all-label .select-all-checkbox:indeterminate + .select-all-indicator {
  background: rgba(0, 60, 190, 0.3);
  border-color: #003cbe;
}
.view__guideline-idk-0326 #tab-catalogo .catalog-controls .catalog-actions .select-all-label .select-all-text {
  font-size: 16px;
  font-weight: var(--weight-regular);
  line-height: 1;
  color: #003cbe;
}
.view__guideline-idk-0326 #tab-catalogo .catalog-controls .catalog-actions .download-btn {
  border-radius: 16px;
  padding: 20px 20px 20px 24px;
  font-weight: var(--weight-regular);
}
.view__guideline-idk-0326 #tab-catalogo .products-grid {
  max-width: 1512px;
  margin: 0 auto;
  padding: 0 80px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(439px, 1fr));
  gap: 17px;
  row-gap: 30px;
}
.view__guideline-idk-0326 #tab-catalogo .products-grid .product-card {
  position: relative;
  border: 1px solid #003cbe;
  border-radius: 20px;
  padding: 20px 20px 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
  transition: box-shadow 0.3s ease, background 0.3s ease;
}
.view__guideline-idk-0326 #tab-catalogo .products-grid .product-card[hidden] {
  display: none;
}
.view__guideline-idk-0326 #tab-catalogo .products-grid .card-checkbox-label {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 2;
}
.view__guideline-idk-0326 #tab-catalogo .products-grid .card-checkbox-label .product-checkbox {
  display: none;
}
.view__guideline-idk-0326 #tab-catalogo .products-grid .card-checkbox-label .card-checkbox-btn {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  border: 1.5px solid #003cbe;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease, border-color 0.2s ease;
  color: transparent;
}
.view__guideline-idk-0326 #tab-catalogo .products-grid .card-checkbox-label .card-checkbox-btn svg path {
  stroke: transparent;
  transition: stroke 0.2s ease;
}
.view__guideline-idk-0326 #tab-catalogo .products-grid .card-checkbox-label .product-checkbox:checked + .card-checkbox-btn {
  background: #003cbe;
  border-color: #003cbe;
  color: #ffffff;
}
.view__guideline-idk-0326 #tab-catalogo .products-grid .card-checkbox-label .product-checkbox:checked + .card-checkbox-btn svg path {
  stroke: #ffffff;
}
.view__guideline-idk-0326 #tab-catalogo .products-grid .card-image-wrapper {
  width: 100%;
  max-width: 237px;
  height: 315px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.view__guideline-idk-0326 #tab-catalogo .products-grid .card-image-wrapper .card-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.view__guideline-idk-0326 #tab-catalogo .products-grid .card-name {
  text-align: center;
  color: #003cbe;
  width: 100%;
  line-height: 1;
  letter-spacing: -2%;
  padding: 0 32px;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-text-section {
  background-color: #ffffff;
  color: #003cbe;
  display: flex;
  flex-direction: row;
  gap: 30px;
  padding: 100px 80px 20px;
  min-height: 288px;
  justify-content: center;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-text-section .visual-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  max-width: 588px;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-text-section .visual-left .visual-title {
  width: 100%;
  text-align: left;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-text-section .visual-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 764px;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-text-section .visual-right .visual-desc {
  width: 734px;
  max-width: 100%;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-text-section .visual-right .visual-desc * {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: var(--weight-regular);
}
.view__guideline-idk-0326 #tab-universo-visual .visual-text-section .visual-right .visual-desc p {
  margin-bottom: 12px;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-text-section .visual-right .visual-desc p:last-child {
  margin-bottom: 0;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-text-section .visual-right .visual-desc ul {
  list-style: disc;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-text-section .visual-right .visual-desc ul:last-child {
  margin-bottom: 0;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-text-section .visual-right .visual-desc ol {
  list-style: decimal;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-text-section .visual-right .visual-desc ol:last-child {
  margin-bottom: 0;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-text-section .visual-right .visual-desc li {
  display: list-item;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-text-section .visual-right .visual-desc strong,
.view__guideline-idk-0326 #tab-universo-visual .visual-text-section .visual-right .visual-desc b {
  font-weight: var(--weight-semibold);
}
.view__guideline-idk-0326 #tab-universo-visual .visual-text-section .visual-right .visual-desc em,
.view__guideline-idk-0326 #tab-universo-visual .visual-text-section .visual-right .visual-desc i {
  font-style: italic;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-images-section {
  border-bottom: 1px solid #ccd8f2;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-images-section:last-child {
  border-bottom: none;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row .image-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row .image-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row.row-adornos {
  height: 484px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row.row-adornos .image-item {
  padding: 68px;
  width: 396px;
  max-width: 100%;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row.row-usos-incorretos {
  padding: 0 120px;
  gap: 30px;
  row-gap: 42px;
  justify-content: space-between;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row.row-usos-incorretos .image-item {
  width: 353px;
  max-width: 100%;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row--1 .image-item {
  width: 100%;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row--2 .image-item {
  width: 50%;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row--3 .image-item {
  width: 33.333%;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row--4 .image-item {
  width: 25%;
}
.view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row--5 .image-item {
  width: 20%;
}
.view__guideline-idk-0326 #tab-tom-de-voz {
  border-bottom: 1px solid #003cbe;
}
.view__guideline-idk-0326 #tab-tom-de-voz .hero {
  text-align: center;
  padding: 80px 80px 117px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  color: #003cbe;
}
.view__guideline-idk-0326 #tab-tom-de-voz .hero .hero-desc {
  width: 776px;
  max-width: 100%;
}
.view__guideline-idk-0326 #tab-tom-de-voz .hero .hero-desc * {
  font-size: 20px;
  line-height: 1.5;
  font-weight: var(--weight-regular);
  margin-bottom: 12px;
  letter-spacing: normal;
}
.view__guideline-idk-0326 #tab-tom-de-voz .hero .hero-desc *:last-child {
  margin-bottom: 0;
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-header {
  display: flex;
  flex-direction: row;
  gap: 50px;
  padding: 80px;
  min-height: 237px;
  align-items: center;
  justify-content: center;
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-header .header-col {
  flex: 1;
  width: 100%;
  max-width: 552px;
  display: flex;
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-header .header-col.desc {
  justify-content: flex-end;
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-header .header-col.desc * {
  font-size: 20px;
  line-height: 1.5;
  font-weight: var(--weight-regular);
  margin-bottom: 30px;
  letter-spacing: normal;
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-header .header-col.desc *:last-child {
  margin-bottom: 0;
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body {
  display: flex;
  flex-direction: row;
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body .pode-section,
.view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body .nao-pode-section {
  flex: 1;
  max-width: 100%;
  padding: 80px 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body .pode-section h3,
.view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body .nao-pode-section h3 {
  line-height: 1.2;
  width: 636px;
  max-width: 100%;
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body .pode-section {
  align-items: flex-end;
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body .nao-pode-section {
  align-items: flex-start;
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body .content {
  width: 636px;
  max-width: 100%;
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body .content * {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: normal;
  font-weight: var(--weight-regular);
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body .content p {
  margin-bottom: 12px;
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body .content p:last-child {
  margin-bottom: 0;
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body .content ul {
  list-style: disc;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body .content ul:last-child {
  margin-bottom: 0;
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body .content ol {
  list-style: decimal;
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body .content ol:last-child {
  margin-bottom: 0;
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body .content li {
  display: list-item;
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body .content strong,
.view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body .content b {
  font-weight: var(--weight-semibold);
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body .content em,
.view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body .content i {
  font-style: italic;
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section.content-section-white {
  background: #ffffff;
  color: #003cbe;
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section.content-section-white .section-header {
  border-top: 1px solid #ccd8f2;
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section.content-section-white .section-body {
  border-top: 1px solid #003cbe;
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section.content-section-white .nao-pode-section {
  border-left: 1px solid #003cbe;
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section.content-section-blue {
  background: #003cbe;
  color: #ffffff;
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section.content-section-blue .section-body {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.view__guideline-idk-0326 #tab-tom-de-voz .content-section.content-section-blue .nao-pode-section {
  border-left: 1px solid #ffffff;
}

@media (max-width: 960px) {
  .view__guideline-idk-0326 .hero-section .hero-content {
    padding: 122px 20px 64px;
    flex-direction: column;
    gap: 20px;
  }
  .view__guideline-idk-0326 .hero-section .hero-content .hero-left {
    width: 100%;
    gap: 20px;
    align-items: center;
  }
  .view__guideline-idk-0326 .hero-section .hero-content .hero-left p {
    font-size: 12px;
  }
  .view__guideline-idk-0326 .hero-section .hero-content .hero-right {
    width: 100%;
    align-items: center;
  }
  .view__guideline-idk-0326 .hero-section .hero-content .hero-right .hero-text {
    width: 100%;
  }
  .view__guideline-idk-0326 .hero-section .hero-content .hero-right .hero-text * {
    font-size: 16px;
    letter-spacing: -2%;
    margin-bottom: 24px;
  }
  .view__guideline-idk-0326 .hero-section .hero-image {
    height: 257px;
  }
  .view__guideline-idk-0326 .hero-section .hero-image img {
    height: 100%;
    object-fit: cover;
  }
  .view__guideline-idk-0326 .tabs-section {
    padding: 40px 20px 0;
  }
  .view__guideline-idk-0326 .tabs-section .tabs-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 14px;
  }
  .view__guideline-idk-0326 .tabs-section .tabs-wrapper .tab-btn {
    width: 100%;
    padding: 16px 36px;
    font-size: 18px;
    border-radius: 10px;
  }
  .view__guideline-idk-0326 #tab-catalogo .catalog-controls {
    max-width: 100%;
    padding: 32px 20px 50px;
    flex-direction: column;
    gap: 18px;
    justify-content: center;
  }
  .view__guideline-idk-0326 #tab-catalogo .catalog-controls .custom-select {
    min-width: 100%;
  }
  .view__guideline-idk-0326 #tab-catalogo .catalog-controls .catalog-actions {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 18px;
    width: 100%;
  }
  .view__guideline-idk-0326 #tab-catalogo .catalog-controls .catalog-actions .select-all-label .select-all-indicator {
    width: 24px;
    height: 24px;
  }
  .view__guideline-idk-0326 #tab-catalogo .catalog-controls .catalog-actions .download-btn {
    width: 100%;
    padding: 20px;
    gap: 10px;
  }
  .view__guideline-idk-0326 #tab-catalogo .products-grid {
    max-width: 100%;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    row-gap: 32px;
  }
  .view__guideline-idk-0326 #tab-catalogo .products-grid .product-card {
    padding: 18px 18px 38px 18px;
  }
  .view__guideline-idk-0326 #tab-catalogo .products-grid .card-checkbox-label {
    top: 18px;
    right: 18px;
  }
  .view__guideline-idk-0326 #tab-catalogo .products-grid .card-image-wrapper {
    width: 100%;
    max-width: 237px;
    height: 315px;
  }
  .view__guideline-idk-0326 #tab-catalogo .products-grid .card-name {
    text-align: center;
    color: #003cbe;
    width: 100%;
    line-height: 1;
    letter-spacing: -2%;
    padding: 0 32px;
  }
  .view__guideline-idk-0326 #tab-universo-visual .visual-text-section {
    flex-direction: column;
    gap: 24px;
    padding: 40px 20px;
    min-height: 100%;
  }
  .view__guideline-idk-0326 #tab-universo-visual .visual-text-section .visual-left {
    max-width: 100%;
    align-items: flex-start;
  }
  .view__guideline-idk-0326 #tab-universo-visual .visual-text-section .visual-left .visual-title {
    font-size: 48px;
  }
  .view__guideline-idk-0326 #tab-universo-visual .visual-text-section .visual-right {
    max-width: 100%;
  }
  .view__guideline-idk-0326 #tab-universo-visual .visual-text-section .visual-right .visual-desc {
    width: 100%;
  }
  .view__guideline-idk-0326 #tab-universo-visual .visual-text-section .visual-right .visual-desc * {
    font-size: 16px;
  }
  .view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row {
    flex-direction: column;
  }
  .view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row.row-paleta-de-cores:first-child .image-item, .view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row.row-paleta-de-cores:nth-child(2) .image-item {
    height: 289px;
  }
  .view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row.row-paleta-de-cores:first-child .image-item img, .view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row.row-paleta-de-cores:nth-child(2) .image-item img {
    height: 100%;
    object-fit: cover;
    object-position: left;
  }
  .view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row.row-adornos {
    height: fit-content;
    flex-direction: column;
    padding: 80px;
    gap: 120px;
  }
  .view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row.row-adornos .image-item {
    padding: 0;
    max-width: 154px;
  }
  .view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row.row-simbolo:first-child .image-item {
    height: 503px;
  }
  .view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row.row-simbolo:first-child .image-item img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row.row-area-de-arejamento .image-item:first-child {
    padding-right: 32px;
    border-bottom: 1px solid #ffffff;
  }
  .view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row.row-area-de-arejamento .image-item:last-child {
    padding-left: 16px;
  }
  .view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row.row-usos-incorretos {
    padding: 0 40px;
  }
  .view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row--1 .image-item,
  .view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row--2 .image-item,
  .view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row--3 .image-item,
  .view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row--4 .image-item,
  .view__guideline-idk-0326 #tab-universo-visual .visual-images-section .image-row--5 .image-item {
    width: 100%;
  }
  .view__guideline-idk-0326 #tab-tom-de-voz {
    border-bottom: 1px solid #003cbe;
  }
  .view__guideline-idk-0326 #tab-tom-de-voz .hero {
    padding: 40px 20px;
    align-items: flex-start;
    text-align: left;
  }
  .view__guideline-idk-0326 #tab-tom-de-voz .hero h1 {
    font-size: 48px;
  }
  .view__guideline-idk-0326 #tab-tom-de-voz .hero .hero-desc * {
    font-size: 16px;
  }
  .view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-header {
    flex-direction: column;
    gap: 24px;
    min-height: fit-content;
    padding: 80px 20px;
  }
  .view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-header .header-col {
    max-width: 100%;
  }
  .view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-header .header-col h2 {
    font-size: 48px;
  }
  .view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-header .header-col.desc {
    justify-content: flex-start;
  }
  .view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-header .header-col.desc * {
    font-size: 16px;
  }
  .view__guideline-idk-0326 #tab-tom-de-voz .content-section.content-section--first .section-header {
    padding: 40px 20px;
  }
  .view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body {
    flex-direction: column;
  }
  .view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body .pode-section,
  .view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body .nao-pode-section {
    padding: 40px 20px;
  }
  .view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body .pode-section h3,
  .view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body .nao-pode-section h3 {
    font-size: 48px;
    width: 100%;
  }
  .view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body .pode-section {
    align-items: flex-start;
  }
  .view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body .content {
    width: 100%;
  }
  .view__guideline-idk-0326 #tab-tom-de-voz .content-section .section-body .content * {
    font-size: 16px;
  }
  .view__guideline-idk-0326 #tab-tom-de-voz .content-section.content-section-white .nao-pode-section {
    border-left: none;
    border-top: 1px solid #003cbe;
  }
  .view__guideline-idk-0326 #tab-tom-de-voz .content-section.content-section-blue .nao-pode-section {
    border-left: none;
    border-top: 1px solid #ffffff;
  }
}
@media (max-width: 480px) {
  .view__guideline-idk-0326 #tab-catalogo .products-grid {
    grid-template-columns: 1fr;
  }
}
.view__fornecedores-idk-0326 {
  padding-top: 125px;
  background: #ffffff;
  color: #003cbe;
}
.view__fornecedores-idk-0326 .hero {
  display: flex;
  margin: 0 auto;
  align-items: stretch;
  max-height: 738px;
}
.view__fornecedores-idk-0326 .hero .content {
  flex: 1;
  background: #003cbe;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 80px 58px;
}
.view__fornecedores-idk-0326 .hero .content h2,
.view__fornecedores-idk-0326 .hero .content .text {
  width: 650px;
  max-width: 100%;
  text-align: left;
}
.view__fornecedores-idk-0326 .hero .content .text {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.view__fornecedores-idk-0326 .hero .image-wrapper {
  aspect-ratio: 746/738;
  overflow: hidden;
}
.view__fornecedores-idk-0326 .hero .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.view__fornecedores-idk-0326 .steps {
  padding: 120px 0;
  overflow: hidden;
  border-bottom: 1px solid #ccd8f2;
}
.view__fornecedores-idk-0326 .steps .passoSwiper {
  width: 100%;
  overflow: visible;
  height: 446px;
}
.view__fornecedores-idk-0326 .steps .swiper-wrapper {
  align-items: center;
}
.view__fornecedores-idk-0326 .steps .card {
  width: 312px !important;
  max-width: calc(100% - 40px);
  height: 386px;
  aspect-ratio: 312/386;
  opacity: 0.5;
  background-color: #003cbe;
  color: #ffffff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  justify-content: space-between;
  gap: 20px;
  padding: 36px 26px 36px 32px;
  text-align: center;
  transition: all 0.4s ease;
}
.view__fornecedores-idk-0326 .steps .card .icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
  transition: all 0.4s ease;
}
.view__fornecedores-idk-0326 .steps .card p {
  line-height: 1.2;
  font-size: 41.5px;
  transition: all 0.4s ease;
}
.view__fornecedores-idk-0326 .steps .card.swiper-slide-active {
  padding: 42px 35px 42px 32px;
  width: 360px !important;
  height: 446px;
  aspect-ratio: 360/446;
  opacity: 1;
}
.view__fornecedores-idk-0326 .steps .card.swiper-slide-active .icon {
  width: 80px;
  height: 80px;
}
.view__fornecedores-idk-0326 .steps .card.swiper-slide-active p {
  font-size: 48px;
}
.view__fornecedores-idk-0326 .steps .arrows {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 83px;
}
.view__fornecedores-idk-0326 .steps .arrow {
  width: 82px;
  height: 82px;
  border-radius: 999px;
  border: 1px solid #003cbe;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.view__fornecedores-idk-0326 .steps .arrow:hover, .view__fornecedores-idk-0326 .steps .arrow:focus, .view__fornecedores-idk-0326 .steps .arrow:active {
  background: #003cbe;
}
.view__fornecedores-idk-0326 .steps .arrow:hover img, .view__fornecedores-idk-0326 .steps .arrow:focus img, .view__fornecedores-idk-0326 .steps .arrow:active img {
  filter: brightness(0) invert(1);
}
.view__fornecedores-idk-0326 .steps .arrow:disabled {
  opacity: 0.5;
  pointer-events: none;
  background: transparent;
}
.view__fornecedores-idk-0326 .steps .arrow:disabled img {
  filter: none;
}
.view__fornecedores-idk-0326 .beneficios {
  padding: 120px 80px 80px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  justify-content: center;
}
.view__fornecedores-idk-0326 .beneficios .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1352px;
  margin: 0 auto;
}
.view__fornecedores-idk-0326 .beneficios .tag {
  background: #ffffff;
  color: #003cbe;
  border: 1px solid #003cbe;
  border-radius: 100px;
  padding: 20px 32px;
  font-size: 18px;
  font-weight: var(--weight-regular);
  text-align: center;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.view__fornecedores-idk-0326 .cta-section {
  position: relative;
  height: 740px;
  overflow: hidden;
  color: #ffffff;
}
.view__fornecedores-idk-0326 .cta-section .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.view__fornecedores-idk-0326 .cta-section .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  z-index: 1;
}
.view__fornecedores-idk-0326 .cta-section .content {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  padding: 20px;
  text-align: center;
}
.view__fornecedores-idk-0326 .portal-fornecedor {
  display: flex;
  align-items: center;
  max-width: 1352px;
  margin: 120px auto 47px;
  box-sizing: content-box;
  padding: 0 20px;
  position: relative;
  color: #ffffff;
}
.view__fornecedores-idk-0326 .portal-fornecedor .content {
  top: 0;
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  inset: 0;
  align-items: center;
  justify-content: center;
  padding: 80px;
  text-align: center;
}
.view__fornecedores-idk-0326 .portal-fornecedor .content .description {
  width: 597px;
  max-width: 100%;
  margin-bottom: 8px;
}
.view__fornecedores-idk-0326 .portal-fornecedor .content .primary-btn-orange {
  padding: 20px 32px;
  font-size: 16px;
}
.view__fornecedores-idk-0326 .portal-fornecedor .image-wrapper {
  width: 100%;
  aspect-ratio: 1352/745;
  overflow: hidden;
  mask-image: url("../img/svg/mask-shape-horizontal.svg");
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 100% 100%;
  -webkit-mask-image: url("../img/svg/mask-shape-horizontal.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-mode: luminance;
  mask-composite: source-over;
  -webkit-mask-composite: source-over;
}
.view__fornecedores-idk-0326 .portal-fornecedor .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.view__fornecedores-idk-0326 .portal-fornecedor .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5019607843);
}
.view__fornecedores-idk-0326 .guia-de-marca {
  padding: 0 80px 80px;
}
.view__fornecedores-idk-0326 .guia-de-marca .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 1352px;
  margin: 0 auto;
  color: #003cbe;
  text-align: center;
}
.view__fornecedores-idk-0326 .guia-de-marca .row {
  width: 100%;
  display: flex;
  justify-content: center;
}
.view__fornecedores-idk-0326 .guia-de-marca .row.right {
  justify-content: flex-end;
}
.view__fornecedores-idk-0326 .guia-de-marca .row.left {
  justify-content: flex-start;
}
.view__fornecedores-idk-0326 .guia-de-marca .row.right img, .view__fornecedores-idk-0326 .guia-de-marca .row.left img {
  width: clamp(62px, 8vw, 150px);
  height: clamp(64px, 8vw, 152px);
}
.view__fornecedores-idk-0326 .guia-de-marca .description {
  text-align: center;
  width: 599px;
  max-width: 100%;
  margin: 4px 0 12px;
}

@media (max-width: 960px) {
  .view__fornecedores-idk-0326 {
    padding-top: 102px;
    padding-bottom: 20px;
  }
  .view__fornecedores-idk-0326 .hero {
    flex-direction: column;
    max-height: 100%;
  }
  .view__fornecedores-idk-0326 .hero .content {
    gap: 20px;
    padding: 40px 20px;
  }
  .view__fornecedores-idk-0326 .hero .content h2,
  .view__fornecedores-idk-0326 .hero .content .text {
    width: 100%;
  }
  .view__fornecedores-idk-0326 .hero .image-wrapper {
    aspect-ratio: 393/420;
    max-height: 420px;
  }
  .view__fornecedores-idk-0326 .steps {
    padding: 80px 20px;
    border-bottom: none;
  }
  .view__fornecedores-idk-0326 .steps .card {
    max-width: 100%;
    padding: 36px 24px 36px 30px;
  }
  .view__fornecedores-idk-0326 .steps .card.swiper-slide-active {
    padding: 42px 32px 42px 28px;
  }
  .view__fornecedores-idk-0326 .steps .arrows {
    gap: 32px;
    margin-top: 40px;
  }
  .view__fornecedores-idk-0326 .steps .arrow {
    width: 52px;
    height: 52px;
  }
  .view__fornecedores-idk-0326 .steps .arrow img {
    width: 32px;
    height: 32px;
  }
  .view__fornecedores-idk-0326 .beneficios {
    padding: 0 20px 80px;
    gap: 40px;
    align-items: flex-start;
  }
  .view__fornecedores-idk-0326 .beneficios h1 {
    font-size: clamp(48px, 10vw, 96px);
  }
  .view__fornecedores-idk-0326 .beneficios .grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    max-width: 100%;
    width: 100%;
  }
  .view__fornecedores-idk-0326 .beneficios .tag {
    padding: 12px 32px;
    font-size: 16px;
    line-height: 1.3;
    min-height: 82px;
  }
  .view__fornecedores-idk-0326 .cta-section {
    height: 800px;
  }
  .view__fornecedores-idk-0326 .cta-section .content {
    gap: 16px;
    padding: 90px 36px;
    justify-content: flex-end;
  }
  .view__fornecedores-idk-0326 .portal-fornecedor {
    max-width: 100%;
    margin: 80px auto 60px;
  }
  .view__fornecedores-idk-0326 .portal-fornecedor .content {
    gap: 4px;
    padding: 20px;
  }
  .view__fornecedores-idk-0326 .portal-fornecedor .content h2 {
    font-size: 48px;
  }
  .view__fornecedores-idk-0326 .portal-fornecedor .content p {
    font-size: 16px;
  }
  .view__fornecedores-idk-0326 .portal-fornecedor .content .description {
    width: calc(100% - 40px);
    margin-bottom: 16px;
  }
  .view__fornecedores-idk-0326 .portal-fornecedor .content .primary-btn-orange {
    padding: 16px 24px;
    font-size: 14px;
  }
  .view__fornecedores-idk-0326 .portal-fornecedor .image-wrapper {
    aspect-ratio: 353/606;
    mask-image: url("../img/svg/mask-shape.svg");
    -webkit-mask-image: url("../img/svg/mask-shape.svg");
  }
  .view__fornecedores-idk-0326 .portal-fornecedor .overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 27.52%, #000000 100%);
  }
  .view__fornecedores-idk-0326 .guia-de-marca {
    padding: 0 20px 60px;
  }
  .view__fornecedores-idk-0326 .guia-de-marca .inner {
    gap: 12px;
    max-width: 100%;
    text-align: left;
  }
  .view__fornecedores-idk-0326 .guia-de-marca h2 {
    font-size: 48px;
  }
  .view__fornecedores-idk-0326 .guia-de-marca .row.right {
    padding: 0 4px 37px 0;
  }
  .view__fornecedores-idk-0326 .guia-de-marca .row.left {
    padding: 37px 0 0 4px;
  }
  .view__fornecedores-idk-0326 .guia-de-marca .description {
    width: 100%;
    margin: 0 0 20px;
    text-align: left;
  }
  .view__fornecedores-idk-0326 .guia-de-marca .description p {
    font-size: 16px;
  }
  .view__fornecedores-idk-0326 .guia-de-marca .secondary-btn-blue {
    width: 100%;
  }
}
.view__not-found-idk-0326 {
  padding: 215px 0 0;
}
.view__not-found-idk-0326 .content-wrapper {
  color: #003cbe;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-align: center;
}
.view__not-found-idk-0326 .content-wrapper h1 {
  padding-bottom: 4px;
}
.view__not-found-idk-0326 .content-wrapper p {
  width: 534px;
  max-width: 100%;
}
.view__not-found-idk-0326 .content-wrapper .secondary-btn-blue {
  margin-top: 28px;
}
.view__not-found-idk-0326 .content-image {
  padding-top: 80px;
  width: 100%;
}
.view__not-found-idk-0326 .content-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media (max-width: 960px) {
  .view__not-found-idk-0326 {
    padding: 176px 0 0;
    margin-bottom: -24px;
  }
  .view__not-found-idk-0326 .content-wrapper {
    padding: 0 20px;
  }
  .view__not-found-idk-0326 .content-wrapper .secondary-btn-blue {
    margin-top: 28px;
    width: 100%;
    padding: 18px 24px;
  }
  .view__not-found-idk-0326 .content-image {
    padding-top: 42px;
  }
  .view__not-found-idk-0326 .content-image img {
    height: 257px;
    object-fit: cover;
  }
}
.view__privacy-policy-idk-0326 {
  padding: 126px 80px 80px;
}
.view__privacy-policy-idk-0326 .privacy-policy-wrapper {
  padding-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #003cbe;
}
.view__privacy-policy-idk-0326 .privacy-policy-wrapper h1 {
  font-size: clamp(48px, 3.5vw, 96px);
  font-weight: 700;
  text-transform: uppercase;
}
.view__privacy-policy-idk-0326 .privacy-policy-wrapper .privacy-policy-content {
  margin-top: 28px;
  width: 666px;
  max-width: 100%;
}
.view__privacy-policy-idk-0326 .privacy-policy-wrapper .privacy-policy-content h4 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: 0;
  font-weight: 700;
  padding: 20px 0 12px;
}
.view__privacy-policy-idk-0326 .privacy-policy-wrapper .privacy-policy-content h6 {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 600;
}
.view__privacy-policy-idk-0326 .privacy-policy-wrapper .privacy-policy-content p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
}
.view__privacy-policy-idk-0326 .privacy-policy-wrapper .privacy-policy-content li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 16px;
}

@media (max-width: 960px) {
  .view__privacy-policy-idk-0326 {
    padding: 102px 20px 80px;
  }
  .view__privacy-policy-idk-0326 .privacy-policy-wrapper {
    padding-top: 34px;
    align-items: flex-start;
  }
  .view__privacy-policy-idk-0326 .privacy-policy-wrapper h1 {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .view__privacy-policy-idk-0326 .privacy-policy-wrapper .privacy-policy-content {
    margin-top: 8px;
    width: 100%;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Guanabara Sans", sans-serif;
}

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

#page #header {
  display: none;
}

.primary-btn-white {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #003cbe;
  fill: #003cbe;
  padding: 24px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: var(--weight-medium);
  cursor: pointer;
  transition: 0.3s ease all;
}
.primary-btn-white.color-orange {
  color: #e04e27;
  fill: #e04e27;
}
.primary-btn-white.btn-header {
  padding: 20px 40px;
}
@media (max-width: 768px) {
  .primary-btn-white {
    padding: 20px 30px;
    gap: 4px;
    font-size: 13px;
  }
}
.primary-btn-white:hover, .primary-btn-white:focus, .primary-btn-white:active {
  background: #003cbe;
  border: 1px solid #003cbe;
  color: #ffffff;
  fill: #ffffff;
}
.primary-btn-white:hover img, .primary-btn-white:focus img, .primary-btn-white:active img {
  filter: brightness(0) invert(1);
}
.primary-btn-white:hover.color-orange, .primary-btn-white:focus.color-orange, .primary-btn-white:active.color-orange {
  background: #e04e27;
  border: 1px solid #e04e27;
  color: #ffffff;
}
.primary-btn-white:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.primary-btn-white:disabled:hover, .primary-btn-white:disabled:focus, .primary-btn-white:disabled:active {
  cursor: not-allowed;
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #003cbe;
  fill: #003cbe;
}
.primary-btn-white:disabled:hover img, .primary-btn-white:disabled:focus img, .primary-btn-white:disabled:active img {
  filter: none;
}

.primary-btn-blue {
  background: #003cbe;
  color: #ffffff;
  fill: #ffffff;
  border: 1px solid #003cbe;
  padding: 24px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: var(--weight-medium);
  cursor: pointer;
  transition: 0.3s ease all;
}
.primary-btn-blue.btn-header {
  padding: 20px 40px;
}
@media (max-width: 768px) {
  .primary-btn-blue {
    padding: 20px 30px;
    gap: 4px;
    font-size: 13px;
  }
}
.primary-btn-blue:hover, .primary-btn-blue:focus, .primary-btn-blue:active {
  background: #4c76d1;
  border: 1px solid #4c76d1;
}
.primary-btn-blue:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.primary-btn-blue:disabled:hover, .primary-btn-blue:disabled:focus, .primary-btn-blue:disabled:active {
  cursor: not-allowed;
  opacity: 0.5;
  background: #003cbe;
  color: #ffffff;
  fill: #ffffff;
  border: 1px solid #003cbe;
}
.primary-btn-blue:disabled:hover img, .primary-btn-blue:disabled:focus img, .primary-btn-blue:disabled:active img {
  filter: none;
}

.primary-btn-orange {
  background: #e04e27;
  border: 1px solid #e04e27;
  color: #ffffff;
  fill: #ffffff;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 100px;
  font-size: 18px;
  font-weight: var(--weight-medium);
  cursor: pointer;
  transition: 0.3s ease all;
}
.primary-btn-orange.social {
  padding: 10px 16px;
  font-size: 16px;
}
@media (max-width: 768px) {
  .primary-btn-orange {
    padding: 20px 30px;
    gap: 4px;
    font-size: 13px;
  }
}
.primary-btn-orange img {
  filter: brightness(0) invert(1);
}
.primary-btn-orange:hover, .primary-btn-orange:focus, .primary-btn-orange:active {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #e04e27;
  fill: #e04e27;
}
.primary-btn-orange:hover img, .primary-btn-orange:focus img, .primary-btn-orange:active img {
  filter: none;
}
.primary-btn-orange:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.primary-btn-orange:disabled:hover, .primary-btn-orange:disabled:focus, .primary-btn-orange:disabled:active {
  cursor: not-allowed;
  opacity: 0.5;
  background: #e04e27;
  border: 1px solid #e04e27;
  color: #ffffff;
  fill: #ffffff;
}
.primary-btn-orange:disabled:hover img, .primary-btn-orange:disabled:focus img, .primary-btn-orange:disabled:active img {
  filter: brightness(0) invert(1);
}

.secondary-btn-white {
  background: transparent;
  color: #ffffff;
  fill: #ffffff;
  border: 1px solid #ffffff;
  padding: 24px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: var(--weight-medium);
  cursor: pointer;
  transition: 0.3s ease all;
}
.secondary-btn-white img {
  filter: brightness(0) invert(1);
}
.secondary-btn-white:hover, .secondary-btn-white:focus, .secondary-btn-white:active {
  background: #ffffff;
  color: #003cbe;
  fill: #ffffff;
  border: 1px solid #ffffff;
}
.secondary-btn-white:hover img, .secondary-btn-white:focus img, .secondary-btn-white:active img {
  filter: none;
}
.secondary-btn-white:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.secondary-btn-white:disabled:hover, .secondary-btn-white:disabled:focus, .secondary-btn-white:disabled:active {
  cursor: not-allowed;
  opacity: 0.5;
  background: transparent;
  color: #ffffff;
  fill: #ffffff;
  border: 1px solid #ffffff;
}
.secondary-btn-white:disabled:hover img, .secondary-btn-white:disabled:focus img, .secondary-btn-white:disabled:active img {
  filter: brightness(0) invert(1);
}

.secondary-btn-blue {
  background: #ffffff;
  color: #003cbe;
  fill: #003cbe;
  border: 1px solid #003cbe;
  padding: 24px 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: var(--weight-medium);
  cursor: pointer;
  transition: 0.3s ease all;
}
.secondary-btn-blue:hover, .secondary-btn-blue:focus, .secondary-btn-blue:active {
  background: #003cbe;
  color: #ffffff;
  fill: #ffffff;
  border: 1px solid #003cbe;
}
.secondary-btn-blue:hover img, .secondary-btn-blue:focus img, .secondary-btn-blue:active img {
  filter: brightness(0) invert(1);
}
.secondary-btn-blue:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.secondary-btn-blue:disabled:hover, .secondary-btn-blue:disabled:focus, .secondary-btn-blue:disabled:active {
  cursor: not-allowed;
  opacity: 0.5;
  background: #ffffff;
  color: #003cbe;
  fill: #003cbe;
  border: 1px solid #003cbe;
}
.secondary-btn-blue:disabled:hover img, .secondary-btn-blue:disabled:focus img, .secondary-btn-blue:disabled:active img {
  filter: none;
}

.fit-content {
  width: fit-content;
}

/* =========================
   Text
========================= */
.text-uppercase {
  text-transform: uppercase;
}

.text-primary {
  color: #003cbe;
}

.text-secondary {
  color: #3cc300;
}

.text-accent {
  color: #e04e27;
}

.text-bold {
  font-weight: var(--weight-bold);
}

.text-regular {
  font-weight: var(--weight-regular);
}

.text-medium {
  font-weight: var(--weight-medium);
}

.text-semibold {
  font-weight: var(--weight-semibold);
}

.guanabara-sans {
  font-family: "Guanabara Sans", sans-serif;
}

.guanabara-display {
  font-family: "Guanabara Display", sans-serif;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

/* =========================
   Headings
========================= */
h1,
.h1 {
  font-family: "Guanabara Display", sans-serif;
  font-weight: var(--weight-bold);
  font-size: 96px;
  line-height: 1.2;
  letter-spacing: 0;
  vertical-align: middle;
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 64px;
  }
}

h2,
.h2 {
  font-family: "Guanabara Display", sans-serif;
  font-weight: var(--weight-bold);
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
}
h2.large,
.h2.large {
  font-family: "Guanabara Display", sans-serif;
  font-weight: var(--weight-bold);
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
}
h2.small,
.h2.small {
  font-size: 56px;
}
@media (max-width: 768px) {
  h2.small,
  .h2.small {
    font-size: 48px;
  }
}

h3,
.h3 {
  font-family: "Guanabara Display", sans-serif;
  font-weight: var(--weight-bold);
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
}
@media (max-width: 768px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  font-family: "Guanabara Display", sans-serif;
  font-weight: var(--weight-bold);
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0;
  vertical-align: middle;
}
@media (max-width: 768px) {
  h4,
  .h4 {
    font-size: 32px;
  }
}

h5,
.h5 {
  font-family: "Guanabara Display", sans-serif;
  font-weight: var(--weight-medium);
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: middle;
}
@media (max-width: 768px) {
  h5,
  .h5 {
    font-size: 24px;
  }
}

h6,
.h6 {
  font-family: "Guanabara Sans", sans-serif;
  font-weight: var(--weight-regular);
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
  vertical-align: middle;
}

p {
  font-family: "Guanabara Sans", sans-serif;
  font-weight: var(--weight-regular);
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  vertical-align: middle;
}

p.small,
span.small {
  font-family: "Guanabara Sans", sans-serif;
  font-weight: var(--weight-regular);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  vertical-align: middle;
}
@media (max-width: 768px) {
  p.small,
  span.small {
    font-size: 14px;
  }
}

/*# sourceMappingURL=main.css.map */
