:root, [data-bs-theme=light] {
  --bs-body-font-size: 1.125rem;
  --bs-secondary: #2a7a3b;
  --bs-secondary-rgb: 42, 122, 59;
  --bs-primary: #f59100;
  --bs-primary-rgb: 245, 145, 0;
  --bs-light: #f9f7f2;
  --bs-light-rgb: 249, 247, 242;
  --bs-body-color: #1a1a1a;
  --bs-dark: #1a1a1a;
  --bs-dark-rgb: 26, 26, 26;
  --bs-link-color: #2a7a3b;
  --bs-link-color-rgb: 42, 122, 59;
  --bs-link-hover-color: #274f27;
  --bs-link-hover-color-rgb: 39, 79, 39;
  --bs-body-font-family: 'Fustat', 'Inter', sans-serif;
  --plyr-color-main: #2a7a3b;
  --bs-border-color: rgba(0, 0, 0, 0.1);
  --icon-font: 'unicons-line'; }

html {
  scroll-padding-top: 100px; }

/* Scrollbar */
::-webkit-scrollbar {
  width: 10px;
  height: 8px; }

::-webkit-scrollbar-track {
  border-radius: 0;
  background: #f1f1f1; }

::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 0; }

body::-webkit-scrollbar {
  width: 10px; }

body::-webkit-scrollbar-track {
  border-radius: 0;
  background: #f1f1f1; }

body::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border-radius: 0; }

.breadcrumb {
  --bs-breadcrumb-margin-bottom: 0; }

body.page .breadcrumb, body.archive .breadcrumb {
  justify-content: center; }

body.single .breadcrumb {
  --bs-breadcrumb-divider-color: #fff; }
  body.single .breadcrumb a {
    color: #fff; }
  body.single .breadcrumb .breadcrumb-item.active {
    color: #fff; }

@media (max-width: 1199px) {
  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 3rem; } }
@media (max-width: 767px) {
  :root, [data-bs-theme=light] {
    --bs-body-font-size: 1rem; }

  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 2.4rem; }

  body.single .breadcrumb .breadcrumb-item.active {
    display: none; } }
header {
  z-index: 999; }
  header .navbar {
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.85);
    --bs-navbar-toggler-focus-width: 0; }

@media (max-width: 1199px) {
  header .nav-item, header .nav-link {
    width: 100%; }
  header .btn {
    margin: var(--bs-nav-link-padding-y) 0;
    width: 100%; } }
@media (max-width: 767px) {
  header .navbar-brand {
    width: 200px; } }
.lh-xs {
  line-height: 1.1; }

.lh-sm {
  line-height: 1.3; }

.lh-md {
  line-height: 1.5; }

.lh-ml {
  line-height: 1.7; }

.font-xxxs {
  font-size: .5rem !important; }

.font-xxs {
  font-size: .625rem !important; }

.font-xs {
  font-size: .75rem !important; }

.font-sm {
  font-size: .875rem !important; }

.font-md {
  font-size: 1rem !important; }

.font-lg {
  font-size: 1.125rem !important; }

.font-xl {
  font-size: 1.25rem !important; }

.font-2xl {
  font-size: 1.5rem !important; }

.font-3xl {
  font-size: 1.75rem !important; }

.font-4xl {
  font-size: 2rem !important; }

.font-5xl {
  font-size: 2.5rem !important; }

.font-6xl {
  font-size: 3rem !important; }

.font-7xl {
  font-size: 3.5rem !important; }

.font-8xl {
  font-size: 4rem !important; }

@media (min-width: 576px) {
  .font-sm-xxxs {
    font-size: .5rem !important; }

  .font-sm-xxs {
    font-size: .625rem !important; }

  .font-sm-xs {
    font-size: .75rem !important; }

  .font-sm-sm {
    font-size: .875rem !important; }

  .font-sm-md {
    font-size: 1rem !important; }

  .font-sm-lg {
    font-size: 1.125rem !important; }

  .font-sm-xl {
    font-size: 1.25rem !important; }

  .font-sm-2xl {
    font-size: 1.5rem !important; }

  .font-sm-3xl {
    font-size: 1.75rem !important; }

  .font-sm-4xl {
    font-size: 2rem !important; }

  .font-sm-5xl {
    font-size: 2.5rem !important; }

  .font-sm-6xl {
    font-size: 3rem !important; }

  .font-sm-7xl {
    font-size: 3.5rem !important; }

  .font-sm-8xl {
    font-size: 4rem !important; } }
@media (min-width: 768px) {
  .font-md-xxxs {
    font-size: .5rem !important; }

  .font-md-xxs {
    font-size: .625rem !important; }

  .font-md-xs {
    font-size: .75rem !important; }

  .font-md-sm {
    font-size: .875rem !important; }

  .font-md-md {
    font-size: 1rem !important; }

  .font-md-lg {
    font-size: 1.125rem !important; }

  .font-md-xl {
    font-size: 1.25rem !important; }

  .font-md-2xl {
    font-size: 1.5rem !important; }

  .font-md-3xl {
    font-size: 1.75rem !important; }

  .font-md-4xl {
    font-size: 2rem !important; }

  .font-md-5xl {
    font-size: 2.5rem !important; }

  .font-md-6xl {
    font-size: 3rem !important; }

  .font-md-7xl {
    font-size: 3.5rem !important; }

  .font-md-8xl {
    font-size: 4rem !important; } }
@media (min-width: 992px) {
  .font-lg-xxxs {
    font-size: .5rem !important; }

  .font-lg-xxs {
    font-size: .625rem !important; }

  .font-lg-xs {
    font-size: .75rem !important; }

  .font-lg-sm {
    font-size: .875rem !important; }

  .font-lg-md {
    font-size: 1rem !important; }

  .font-lg-lg {
    font-size: 1.125rem !important; }

  .font-lg-xl {
    font-size: 1.25rem !important; }

  .font-lg-2xl {
    font-size: 1.5rem !important; }

  .font-lg-3xl {
    font-size: 1.75rem !important; }

  .font-lg-4xl {
    font-size: 2rem !important; }

  .font-lg-5xl {
    font-size: 2.5rem !important; }

  .font-lg-6xl {
    font-size: 3rem !important; }

  .font-lg-7xl {
    font-size: 3.5rem !important; }

  .font-lg-8xl {
    font-size: 4rem !important; } }
@media (min-width: 1200px) {
  .font-xl-xxxs {
    font-size: .5rem !important; }

  .font-xl-xxs {
    font-size: .625rem !important; }

  .font-xl-xs {
    font-size: .75rem !important; }

  .font-xl-sm {
    font-size: .875rem !important; }

  .font-xl-md {
    font-size: 1rem !important; }

  .font-xl-lg {
    font-size: 1.125rem !important; }

  .font-xl-xl {
    font-size: 1.25rem !important; }

  .font-xl-2xl {
    font-size: 1.5rem !important; }

  .font-xl-3xl {
    font-size: 1.75rem !important; }

  .font-xl-4xl {
    font-size: 2rem !important; }

  .font-xl-5xl {
    font-size: 2.5rem !important; }

  .font-xl-6xl {
    font-size: 3rem !important; }

  .font-xl-7xl {
    font-size: 3.5rem !important; }

  .font-xl-8xl {
    font-size: 4rem !important; } }
@media (min-width: 1400px) {
  .font-xxl-xxxs {
    font-size: .5rem !important; }

  .font-xxl-xxs {
    font-size: .625rem !important; }

  .font-xxl-xs {
    font-size: .75rem !important; }

  .font-xxl-sm {
    font-size: .875rem !important; }

  .font-xxl-md {
    font-size: 1rem !important; }

  .font-xxl-lg {
    font-size: 1.125rem !important; }

  .font-xxl-xl {
    font-size: 1.25rem !important; }

  .font-xxl-2xl {
    font-size: 1.5rem !important; }

  .font-xxl-3xl {
    font-size: 1.75rem !important; }

  .font-xxl-4xl {
    font-size: 2rem !important; }

  .font-xxl-5xl {
    font-size: 2.5rem !important; }

  .font-xxl-6xl {
    font-size: 3rem !important; }

  .font-xxl-7xl {
    font-size: 3.5rem !important; }

  .font-xxl-8xl {
    font-size: 4rem !important; } }
@media (min-width: 1680px) {
  .font-2xl-xxxs {
    font-size: .5rem !important; }

  .font-2xl-xxs {
    font-size: .625rem !important; }

  .font-2xl-xs {
    font-size: .75rem !important; }

  .font-2xl-sm {
    font-size: .875rem !important; }

  .font-2xl-md {
    font-size: 1rem !important; }

  .font-2xl-lg {
    font-size: 1.125rem !important; }

  .font-2xl-xl {
    font-size: 1.25rem !important; }

  .font-2xl-2xl {
    font-size: 1.5rem !important; }

  .font-2xl-3xl {
    font-size: 1.75rem !important; }

  .font-2xl-4xl {
    font-size: 2rem !important; }

  .font-2xl-5xl {
    font-size: 2.5rem !important; }

  .font-2xl-6xl {
    font-size: 3rem !important; }

  .font-2xl-7xl {
    font-size: 3.5rem !important; }

  .font-2xl-8xl {
    font-size: 4rem !important; } }
.card.card-dieta {
  --bs-card-spacer-x: 1.5rem;
  --bs-card-spacer-y: 1.5rem;
  --bs-card-border-color: rgba(0, 0, 0, 0.1);
  --bs-card-cap-padding-y: 1.5rem;
  --bs-card-cap-padding-x: 1.5rem;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06); }
  .card.card-dieta .card-img-top {
    aspect-ratio: 4 / 3;
    object-fit: cover; }

.card.card-fase {
  --bs-card-border-color: rgba(0, 0, 0, 0.1); }

.card.card-acquisto {
  --bs-card-border-color: rgba(255, 255, 255, .15);
  background: rgba(255, 255, 255, 0.1);
  color: #fff; }
  .card.card-acquisto .icon {
    font-size: 2rem;
    min-width: 40px;
    display: flex;
    justify-content: center; }

.card.card-info {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
  padding: 1.5rem;
  transition: background .2s;
  color: #fff;
  height: 100%; }
  .card.card-info .fi {
    font-size: 32px;
    margin-bottom: 14px;
    display: block; }
  .card.card-info h5 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 .5rem; }
  .card.card-info p {
    color: rgba(255, 255, 255, 0.85);
    font-size: .875rem;
    line-height: 1.65;
    margin: 0; }

.card-video {
  overflow: hidden;
  border-radius: .75rem; }
  .card-video .card-img {
    aspect-ratio: 3 / 4;
    object-fit: cover; }
  .card-video .card-img-overlay .name {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-weight: 600;
    padding: 3rem 1.5rem 0.75rem;
    font-size: 1.125rem;
    letter-spacing: 1px;
    background-image: linear-gradient(to bottom, transparent 10%, #2a7a3b 100%); }
  .card-video .card-img-overlay span {
    transition: all 300ms ease;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    background: var(--bs-secondary);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    outline: 2px solid var(--bs-secondary);
    outline-offset: -1px;
    box-shadow: 0 0 1rem rgba(42, 122, 59, 0.75); }
  .card-video .card-img-overlay span i {
    color: #fff;
    font-size: 24px; }
  .card-video .card-img-overlay:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(to bottom, transparent 10%, rgba(0, 0, 0, 0.75) 100%); }
  .card-video:hover .card-img-overlay span, .card-video:focus .card-img-overlay span {
    font-size: 2.5rem;
    width: 40px;
    height: 40px; }

@media (max-width: 575px) {
  .card-video {
    border-radius: .5rem; }

  .card-video .card-img-overlay span {
    width: 32px;
    height: 32px;
    font-size: 32px; }

  .card-video .card-img-overlay .name {
    padding: 3rem .75rem 0.5rem;
    font-size: .875rem;
    letter-spacing: 1px;
    line-height: 1; }

  .card-video .card-img-overlay span i {
    color: #fff;
    font-size: 14px; } }
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 50, 50, 50;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1c5127;
  --bs-btn-hover-border-color: #1c5127;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #286432;
  --bs-btn-active-border-color: #286432;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-primary);
  --bs-btn-disabled-border-color: var(--bs-primary);
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }

.btn-secondary {
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-focus-shadow-rgb: 50, 50, 50;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b76023;
  --bs-btn-hover-border-color: #b76023;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b76023;
  --bs-btn-active-border-color: #b76023;
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-secondary);
  --bs-btn-disabled-border-color: var(--bs-secondary);
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-primary);
  --bs-gradient: none; }

.btn-pill {
  border-radius: 38px;
  --bs-btn-padding-x: 1.5rem; }
  @media (max-width: 767px) {
    .btn-pill {
      --bs-btn-padding-x: 1rem; } }

.method-check-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--bs-primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.15); }

.method-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .65rem; }
  .method-list li {
    display: flex;
    gap: .75rem;
    align-items: flex-start; }

.method-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px; }

.method-feature {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  padding: 24px;
  transition: background .2s; }

.method-feature-icon {
  width: 48px;
  height: 48px;
  border-radius: .5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 1rem;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.15); }

@media (max-width: 991px) {
  .method-list {
    padding-left: 0; }

  .method-list li {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 0.65rem; } }
@media (max-width: 575px) {
  .method-grid {
    grid-template-columns: 1fr; }

  .method-feature {
    padding: 20px; } }
.section-tag-main {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #2a7a3b1f;
  color: var(--bs-secondary);
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  width: fit-content; }
  .section-tag-main:before {
    content: '\25CF';
    font-size: 11px; }

.section-tag-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #2a7a3b1f;
  color: var(--bs-secondary);
  padding: 4px 18px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  width: fit-content; }

.section-tag {
  display: inline-block;
  font-size: .875rem;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--bs-secondary);
  margin-bottom: .75rem; }

.section-num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--bs-secondary);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  flex-shrink: 0; }

.diet-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .65rem;
  padding: 0; }
  .diet-list li {
    display: flex;
    gap: .75rem;
    align-items: flex-start;
    background: #ffffff85;
    padding: 1rem;
    border-radius: .5rem;
    line-height: 1.3;
    font-weight: 600; }

.diet-preview {
  position: relative;
  width: 206px;
  height: 206px;
  border-radius: 50%;
  overflow: hidden;
  outline: 4px dashed #fff;
  box-shadow: 0 0.65rem 0.75rem rgba(0, 0, 0, 0.25);
  margin-bottom: .5rem; }
  .diet-preview img {
    width: 246px;
    height: 246px;
    margin: -20px; }

#features {
  background-color: #1f5d2c;
  color: #fff; }

#hero {
  background-color: #f3f5ed; }
  #hero .cover {
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    object-fit: cover; }
  #hero .texture {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    z-index: 1; }

@media (max-width: 1199px) {
  #hero .cover {
    object-position: 60% 50%; } }
@media (max-width: 991px) {
  #hero .cover {
    object-position: 58% 50%; }

  .diet-list {
    padding: 0 .25rem; } }
@media (max-width: 575px) {
  #hero .cover {
    object-position: 60% 50%; }

  .section-num {
    width: 48px;
    height: 48px;
    font-size: 18px; } }
.form-control, .form-select {
  --bs-border-color: rgba(0, 0, 0, 0.15);
  background-color: #f5f5f5;
  color: #777; }
  .form-control:focus, .form-select:focus {
    border-color: #a3cfbb;
    box-shadow: 0 0 0 0.25rem rgba(42, 122, 59, 0.25); }

.form-control::placeholder {
  color: #777; }

.form-check-input {
  --bs-form-check-bg: #f5f5f5; }

.form-check-input:checked {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary); }

.form-check-input:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(42, 122, 59, 0.25); }

.input-group .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none; }

@media (max-width: 767px) {
  .form-control-lg, .form-select-lg {
    font-size: 1.125rem; } }
#whatsapp-button {
  height: 36px;
  text-align: center;
  color: #fff;
  background-color: #4dc247;
  position: fixed;
  right: 10px;
  cursor: pointer;
  bottom: 10px;
  z-index: 99;
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  gap: 5px;
  line-height: 1;
  box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1); }

#scrollTop {
  height: 36px;
  text-align: center;
  position: fixed;
  left: 10px;
  cursor: pointer;
  bottom: 10px;
  z-index: 99;
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  gap: 5px;
  line-height: 1; }

#cc--main {
  --cc-bg: #fff;
  --cc-text: var(--bs-body-color);
  --cc-border-radius: .35em;
  --cc-btn-primary-bg: var(--bs-secondary);
  --cc-btn-primary-text: var(--cc-bg);
  --cc-btn-primary-hover-bg: #274f27;
  --cc-btn-secondary-bg: #eaeaea;
  --cc-btn-secondary-text: var(--cc-text);
  --cc-btn-secondary-hover-bg: #d8d8d8;
  --cc-btn-border-radius: 4px;
  --cc-toggle-bg-off: #919191;
  --cc-toggle-bg-on: var(--cc-btn-primary-bg);
  --cc-toggle-bg-readonly: #d5d5d5;
  --cc-toggle-knob-bg: #fff;
  --cc-toggle-knob-icon-color: #ecf2fa;
  --cc-block-text: var(--cc-text);
  --cc-cookie-category-block-bg: #f4f4f4;
  --cc-cookie-category-block-bg-hover: #e9e9e9;
  --cc-section-border: #f3f3f3;
  --cc-cookie-table-border: #e9e9e9;
  --cc-overlay-bg: rgba(4, 6, 8, .85);
  --cc-webkit-scrollbar-bg: #cfcfcf;
  --cc-webkit-scrollbar-bg-hover: #919191; }

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