/*
Theme Name: Minimal Theme
Theme URI:
Author:
Author URI:
Description: A clean and simple WordPress theme
Version: 1.0
Text Domain: minimal-theme
*/
html, body{
  /* background: #292929; */
      /* overflow-x: hidden; */
}
.hide-on-desktop{
  display: none;
}
.little-menu-container{
  display: none;
}
.bigScreenPadding{
  padding-left: 120px;
  padding-right: 120px;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.header-fix{
  height: 65px;
}
.row{
  display: flex;
  flex-wrap: wrap;
}
.row .col{
  margin-left: 0;
}
.row .col.s12{
  width: 100%;
}
.row .col.m9{
  width: 75%;
}
.row .col.m8{
  width: 66.67%;
}
.row .col.m7{
  width: 58.33%;
}
.row .col.m6{
  width: 50%;
}
.row .col.m5{
  width: 41.67%;
}
.row .col.m4{
  width: 33.33%
}
.row .col.m3{
  width: 25%;
}
#header-um{
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  width: 100%;
  height: 66px;
  z-index: 4;
}
.bigScreenPadding .mWidth{
  width: 100%;
  max-width: 1280px;
}
#header-container .header-top{
  width: 100%;
}
#header-container{
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  transition: all 0.33s ease;
  z-index: 5;
  height: 65px;
  display: flex;
  align-items: center;
  background: white;
}
#header-container .header-top-inner{
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
#header-container .header-m .menu{
  display: flex;
  align-items: center;
  flex-flow: row;
  list-style: none;
  gap: 34px;
}
#header-container .header-m .menu li a{
  color: #1B1C54;
  font-family: "Host Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--Common-Typography-Leading-6, 24px);
  letter-spacing: var(--Common-Typography-Tracking-normal, 0);
  text-decoration: none;
  color: #1B1C54;
  font-family: "Host Grotesk";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px; /* 100% */
}
#header-container .header-m .menu li a:hover{
  color: #1B1C54;
  font-family: "Host Grotesk";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px; /* 100% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
#header-container .header-r{
  display: flex;
  flex-flow: row;
  align-items: center;
}
.footer-itself-r-top.header-icons-wrapper{
  display: flex;
  flex-flow: row;
  align-items: center;
  margin-right: 24px;
  gap: 12px;
}
.footer-itself-r-top.header-icons-wrapper a.circle-wrapper{
  border: none;
  width: fit-content;
  height: fit-content;
}
a.donde-btn-a{
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
a.donde-btn-a .donde-btn{
  border-radius: 9999px;
  border: 1px solid rgba(38, 34, 84, 0.20);
  display: flex;
  width: 130px;
  height: 34px;
  padding: 0 var(--Common-spacing-5xl, 64px);
  justify-content: center;
  align-items: center;
  gap: var(--Common-spacing-2xs, 8px);
  color: #262254;
  font-family: "Host Grotesk";
  font-size: 14px;
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-semibold, 600);
  line-height: 0;
  padding: 0;
  transition: all 0.33s ease;
}
a.donde-btn-a .donde-btn:hover{
  border-color: #262254;
}
.page-section{
  background: #E31756;
  background: #D0164F;
}
.hero-section{
  background: linear-gradient(180deg, rgba(227, 23, 86, 0.00) 0.05%, #D0164F 33.28%);
  height: 1920px;
  position: sticky;
  left: 0;
  top: 65px;
  background: linear-gradient(180deg, rgba(227, 23, 86, 0.00) 17.05%, #D0164F 45.28%);
}
.hero-section .centered-content{
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 171px;
  gap: 24px;
}
.hero-section .centered-content h1{
  color: #FFF;
  text-align: center;
  font-family: "Host Grotesk";
  font-size: 120px;
  font-style: normal;
  font-weight: 800;
  line-height: 126px; /* 105% */
}
.hero-section .centered-content .hero-subtitle{
  color: #FFF;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.scroll-btn{
  display: flex;
  width: 180px;
  height: 44px;
  justify-content: center;
  align-items: center;
  gap: var(--Common-spacing-2xs, 8px);
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  color: #FFF;
  font-family: "Host Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-semibold, 600);
  line-height: 0; /* 0% */
  cursor: pointer;
  transition: all 0.33s ease;
}
.scroll-btn:hover{
  border-color: white;
}
.first-section{
  position: relative;
}
.first-section .first-section-in.bigScreenPadding{
  padding-left: 0;
  padding-right: 0;
}
.first-section .first-section-in .first-section-inner.mWidth{
  max-width: 100%;
}
.first-section .hand-img-wrapper{
  position: absolute;
  bottom: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-43%);
}
.first-section .hand-img-wrapper img{
  max-width: 100%;
  width: 564px;
}
.first-section .first-section-inner-content-row{
  height: 750px;
}
.first-section .first-section-inner-content-row-l{
  height: 100%;
}
.first-section .first-section-inner-content-row-l .padder{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px 0 0 0;
}
.first-section .first-section-inner-content-row-l .padder img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0 0 0;
}
.first-section .first-section-inner-content-row-r{
  border-radius: 0 20px 0 0;
  background: #FDD8DE;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
.first-section .first-section-inner-content-row-r .padder{
  display: flex;
  flex-flow: column;
  padding: 0 76px;
  gap: 16px;
  width: 100%;
  width: calc(640px - 152px);
  max-width: 100%;
}
.first-section .first-section-inner-content-row-r .padder .tag-line{
  color: #262254;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.first-section .first-section-inner-content-row-r .padder h1{
  color: #262254;
  font-family: "Host Grotesk";
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 67px;
}
.first-section .first-section-inner-content-row-r .padder .text-wrap{
  color: #262254;
  font-family: "Roboto";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
}
a.btn-like-a{
  display: flex;
  width: fit-content;
  text-decoration: none;
}
.btn-like{
  display: flex;
  width: 140px;
  height: 44px;
  justify-content: center;
  align-items: center;
  gap: var(--Common-spacing-2xs, 8px);
  border-radius: 9999px;
  border: 1px solid rgba(38, 34, 84, 0.20);
  color: #262254;
  font-family: "Host Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-semibold, 600);
  line-height: 0; /* 0% */
  transition: all 0.33s ease;
}
.btn-like:hover{
  border-color: #262254;
}
.btn-like.btn-like-2{
  display: flex;
  width: 140px;
  height: 44px;
  justify-content: center;
  align-items: center;
  gap: var(--Common-spacing-2xs, 8px);
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  color: #FFF;
  font-family: "Host Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-semibold, 600);
  line-height: 0; /* 0% */
  transition: all 0.33s ease;
}
.btn-like.btn-like-2:hover{
  border-color: white;
}
.second-section{
  margin-top: -20px;
}
.second-section .second-section-in.bigScreenPadding{
  padding-left: 0;
  padding-right: 0;
}
.second-section .second-section-in.bigScreenPadding .second-section-inner.mWidth{
  max-width: 100%;
  justify-content: center;
  display: flex;
}
.second-section .second-section-inner{
  position: relative;
}
.second-section .second-section-inner .sbg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
  z-index: 0;
}
.second-section .second-section-inner .second-section-inner-row{
  min-height: 570px;
  z-index: 2;
  position: relative;
  width: 1280px;
  max-width: 100%;
  min-height: 750px;
}
.second-section .second-section-inner .second-section-inner-row .second-section-inner-row-l{
  display: flex;
  justify-content: center;
  align-items: center;
}
.second-section .second-section-inner .second-section-inner-row .second-section-inner-row-l .padder{
  padding: 0 76px;
  display: flex;
  flex-flow: column;
  gap: 16px;
  width: 100%;
}
.second-section .second-section-inner .second-section-inner-row .second-section-inner-row-l .padder .tag-line{
  color: #FFF;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.second-section .second-section-inner .second-section-inner-row .second-section-inner-row-l .padder h1{
  color: #FFF;
  font-family: "Host Grotesk";
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 67px;
  width: 520px;
  max-width: 100%;
}
.second-section .second-section-inner .second-section-inner-row .second-section-inner-row-r{
  display: flex;
  justify-content: center;
  align-items: center;
}
.second-section .second-section-inner .second-section-inner-row .second-section-inner-row-r .padder{
  padding: 0 76px;
  display: flex;
  flex-flow: column;
  gap: 32px;
  width: 100%;
}
.second-section .second-section-inner .second-section-inner-row .second-section-inner-row-r .padder .text-wrap{
  color: #FFF;
  font-family: 'Roboto';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
}
.sfilter{
  border-radius: 20px 20px 0 0;
  /* background: linear-gradient(180deg, rgb(255 255 255 / 0%) -27.43%, rgb(0 0 0 / 60%) 2.96%, #000000d6 30.26%); */
  background: linear-gradient(180deg, rgb(255 255 255 / 0%) -27.43%, rgb(0 0 0 / 50%) 2.96%, #00000091 30.26%);
  background-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* opacity: 0.66; */
}
#footer-um{
  background: #E31756;
  margin-top: -20px;
}
#footer-um .footer-container-in.bigScreenPadding{
  padding-left: 0;
  padding-right: 0;
}
#footer-um .footer-container-in.bigScreenPadding .footer-container-inner.mWidth{
  max-width: 100%;
  justify-content: center;
  display: flex;
}
#footer-um .footer-container-inner{
  background: #262254;
  border-radius: 20px 20px 0 0;
  margin-top: -20px;
  position: relative;
  z-index: 1;
  height: 200px;
}
#footer-um .footer-container-inner .footer-itself.row{
  padding: 0 76px;
  display: flex;
  align-items: stretch;
  height: 100%;
  width: 1280px;
  max-width: 100%;
}
#footer-um .footer-container-inner .footer-itself.row .footer-itself-l{
  display: flex;
  align-items: center;
  height: 100%;
}
#footer-um .footer-container-inner .footer-itself.row .footer-itself-l .padder{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  flex-flow: row;
}
#footer-um .footer-container-inner .footer-itself.row .footer-itself-l .padder .logo-centro-wrap .logo-footer-link.logo-footer-link-centro img{
  width: 241px;
  height: auto;
}
#footer-um .footer-container-inner .footer-itself.row .footer-itself-r{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#footer-um .footer-container-inner .footer-itself.row .footer-itself-r .padder{
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  gap: 15px;
}
#footer-um .footer-container-inner .footer-itself.row .footer-itself-r .padder .footer-itself-r-top{
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 32px;
}
#footer-um .footer-container-inner .footer-itself.row .footer-itself-r .padder .footer-itself-r-bot .copyright{
  color: #FFF;
  font-family: "Host Grotesk";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--Common-Typography-Leading-6, 24px);
  letter-spacing: var(--Common-Typography-Tracking-normal, 0);
}
a.circle-wrapper{
  display: flex;
  width: 54px;
  height: 54px;
  justify-content: center;
  align-items: center;
  gap: var(--Common-spacing-2xs, 8px);
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  text-decoration: none;
}
.third-section a.btn-like-a{
  z-index: 1;
}
.third-section{
  margin-top: -20px;
  border-radius: 20px 20px 0 0;
  position: relative;
  z-index: 1;
  background: #F0EDE5;
}
.third-section .third-section-in.bigScreenPadding{
  padding-left: 0;
  padding-right: 0;
}
.third-section .third-section-in.bigScreenPadding .third-section-inner.mWidth{
  max-width: 100%;
}
.third-section .third-section-inner{
  border-radius: 20px 20px 0 0;
  background: #F0EDE5;
  height: 750px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.third-section .third-section-inner .background-ingredients-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
}
.third-section .third-section-inner .background-ingredients-overlay img{
  width: 100%;
  height: auto;
  object-fit: contain;
  /* object-fit: cover; */
}
.background-ingredients-overlay{
  position: absolute;
  bottom: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  width: 100%;
  pointer-events: none;
}
.background-ingredients-overlay img{
  width: 100%;
  height: auto;
  object-fit: contain;
  pointer-events: none;
  /* object-fit: cover; */
}
.third-section .third-section-inner .centered-content{
  display: flex;
  flex-flow: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
  padding: 91px 0;
}
.third-section .third-section-inner .centered-content .centered-content-glue{
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.third-section .third-section-inner .centered-content .centered-content-glue .tag-line{
  color: #262254;
  text-align: center;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.third-section .third-section-inner .centered-content .centered-content-glue h1{
  color: #262254;
  text-align: center;
  font-family: "Host Grotesk";
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 67px; /* 104.688% */
  width: 900px;
  max-width: 100%;
}
.fourth-section{
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.fourth-section .fourth-section-in.bigScreenPadding{
  padding-left: 0;
  padding-right: 0;
}
.fourth-section .fourth-section-in.bigScreenPadding .fourth-section-inner.mWidth{
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.fourth-section .fourth-section-inner{
  position: relative;
}
.fourth-section .fourth-section-inner .sbg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
  object-fit: cover;
  z-index: 0;
}
.fourth-section .fourth-section-inner .fourth-section-inner-row{
  min-height: 570px;
  z-index: 2;
  position: relative;
  width: 1280px;
  max-width: 100%;
  min-height: 750px;
}
.fourth-section .fourth-section-inner .fourth-section-inner-row .fourth-section-inner-row-l{
  display: flex;
  justify-content: center;
  align-items: center;
}
.fourth-section .fourth-section-inner .fourth-section-inner-row .fourth-section-inner-row-l .padder{
  padding: 0 76px;
  display: flex;
  flex-flow: column;
  gap: 16px;
  width: 100%;
}
.fourth-section .fourth-section-inner .fourth-section-inner-row .fourth-section-inner-row-l .padder .tag-line{
  color: #FFF;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.fourth-section .fourth-section-inner .fourth-section-inner-row .fourth-section-inner-row-l .padder h1{
  color: #FFF;
  font-family: "Host Grotesk";
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 67px;
  width: 520px;
  max-width: 100%;
}
.fourth-section .fourth-section-inner .fourth-section-inner-row .fourth-section-inner-row-r{
  display: flex;
  justify-content: center;
  align-items: center;
}
.fourth-section .fourth-section-inner .fourth-section-inner-row .fourth-section-inner-row-r .padder{
  padding: 0 76px;
  display: flex;
  flex-flow: column;
  gap: 32px;
  width: 100%;
}
.fourth-section .fourth-section-inner .fourth-section-inner-row .fourth-section-inner-row-r .padder .padder-in{
  display: flex;
  flex-flow: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(2.5px);
  padding: 30px;
  transition: all 0.33s ease;
}
.fourth-section .fourth-section-inner .fourth-section-inner-row .fourth-section-inner-row-r .padder .padder-in:hover{
  background: rgba(255, 255, 255, 0.20);
}
.fourth-section .fourth-section-inner .fourth-section-inner-row .fourth-section-inner-row-r .padder .text-wrap{
  color: #FFF;
  font-family: 'Roboto';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}
.fourth-section .sfilter{
  background: linear-gradient(179deg, rgba(163, 163, 163, 0.37) 21.1%, rgba(74, 67, 67, 0.69) 94.65%);
}
.fourth-section a.btn-like-a{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 90px;
  z-index: 4;
}
.fifth-section{
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.fifth-section .fifth-section-in.bigScreenPadding{
  padding-left: 0;
  padding-right: 0;
}
.fifth-section .fifth-section-in.bigScreenPadding .fifth-section-inner.mWidth{
  max-width: 100%;
}
.fifth-section .fifth-section-inner{
  border-radius: 20px 20px 0 0;
  background: linear-gradient(180deg, #532C7D 0%, #261736 100%);
  height: 750px;
  display: flex;
  align-items: center;
}
.fifth-section .fifth-section-inner .fifth-section-inner-row{
  width: 100%;
}
.fifth-section .fifth-section-inner .fifth-section-inner-row .fifth-section-inner-row-l{
  display: flex;
  justify-content: flex-end;
}
.fifth-section .fifth-section-inner .fifth-section-inner-row .fifth-section-inner-row-l .padder{
  padding: 0 76px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  width: calc(640px - 152px);
  max-width: 100%;
}
.fifth-section .fifth-section-inner .fifth-section-inner-row .fifth-section-inner-row-l .padder .tag-line{
  color: #FFF;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.fifth-section .fifth-section-inner .fifth-section-inner-row .fifth-section-inner-row-l .padder h1{
  color: #FFF;
  font-family: "Host Grotesk";
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 67px; /* 104.688% */
}
.fifth-section .fifth-section-inner .fifth-section-inner-row .fifth-section-inner-row-l .padder .text-wrap{
  color: #FFF;
  font-family: 'Roboto';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}
.fifth-section .fifth-section-inner .fifth-section-inner-row .fifth-section-inner-row-l .padder .logos-wrapper{
  display: flex;
  flex-flow: row;
  gap: 38px;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
}
.icon-img-wrapper img{
  width: 80px;
  height: auto;
}
.fifth-section .fifth-section-inner .fifth-section-inner-row  .fifth-section-inner-row-r{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.fifth-section .fifth-section-inner .fifth-section-inner-row  .fifth-section-inner-row-r .hands-bars-wrapper{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  position: relative;
}
.fifth-section .fifth-section-inner .fifth-section-inner-row  .fifth-section-inner-row-r .hands-bars-wrapper img.one-hand{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 480px;
  height: auto;
  z-index: 1;
}
.fifth-section .fifth-section-inner .fifth-section-inner-row  .fifth-section-inner-row-r .hands-bars-wrapper img.two-bars{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
  width: 666px;
  z-index: 0;
}
.sixth-section{
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.sixth-section .sixth-section-in.bigScreenPadding{
  padding-left: 0;
  padding-right: 0;
}
.sixth-section .sixth-section-in.bigScreenPadding .sixth-section-inner.mWidth{
  max-width: 100%;
}
.sixth-section .sixth-section-inner-content-row{
  height: 750px;
  align-items: stretch;
  border-radius: 20px 0 0 0;
}
.sixth-section .sixth-section-inner-content-row .sixth-section-inner-content-row-l{
  height: 100%;
}
.sixth-section .sixth-section-inner-content-row .sixth-section-inner-content-row-l .padder{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px 0 0 0;
}
.sixth-section .sixth-section-inner-content-row .sixth-section-inner-content-row-l .padder img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 0 0 0;
}
.sixth-section .sixth-section-inner-content-row .sixth-section-inner-content-row-r{
  border-radius: 0 20px 0 0;
  background: #B69DDC;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.sixth-section .sixth-section-inner-content-row .sixth-section-inner-content-row-r .padder{
  padding: 0 76px;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  gap: 16px;
  width: calc(640px - 152px);
  max-width: 100%;
}
.sixth-section .sixth-section-inner-content-row .sixth-section-inner-content-row-r .padder .tag-line{
  color: #262254;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.sixth-section .sixth-section-inner-content-row .sixth-section-inner-content-row-r .padder h1{
  color: #262254;
  font-family: "Host Grotesk";
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 67px; /* 104.688% */
}
.sixth-section .sixth-section-inner-content-row .sixth-section-inner-content-row-r .padder .text-wrap{
  color: #262254;
  font-family: 'Roboto';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}
.sixth-section .sixth-section-inner-content-row .sixth-section-inner-content-row-r .padder .text-wrap.text-wrap-2{
  color: #262254;
  font-family: 'Roboto';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
  margin-top: 16px;
}
.sixth-section .sixth-section-inner-content-row .sixth-section-inner-content-row-r .padder .logos-wrapper{
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 16px;
}
.sixth-section .sixth-section-inner-content-row .sixth-section-inner-content-row-r .padder .logos-wrapper a{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-section{
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.contact-section .contact-section-in.bigScreenPadding{
  padding-left: 0;
  padding-right: 0;
}
.contact-section .contact-section-in.bigScreenPadding .contact-section-inner.mWidth{
  max-width: 100%;
  margin-top: -20px;
  cursor: pointer;
}
.form-element-container.row{
  position: relative;
}
.wpcf7-spinner{
  position: absolute;
  left: 42.5%;
  top: 50%;
}
.wpcf7 form .wpcf7-response-output{
  margin-left: auto;
  margin-right: auto;
}
.contact-section .contact-section-inner-content-row{
  min-height: 800px;
}
.contact-section .contact-section-inner-content-row .contact-section-inner-content-row-r .padder{
  padding: 120px 75px;
  width: calc(640px - 152px);
  padding-bottom: 0;
  padding: 95px 75px;
  padding: 120px 75px 100px 75px;
}
.contact-section .contact-section-inner-content-row .contact-section-inner-content-row-r .padder form{
  display: flex;
  flex-flow: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
}
.contact-section .contact-section-inner-content-row .contact-section-inner-content-row-r .padder form p{
  margin: 0;
}
.contact-section .contact-section-inner-content-row .contact-section-inner-content-row-r .padder form p label{
  color: #262254;
  font-family: "neue-haas-grotesk-text";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: var(--Common-Typography-Leading-5, 20px); /* 117.647% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0);
}
.contact-section .contact-section-inner-content-row .contact-section-inner-content-row-r .padder form p label .asterisk{
  color: #F65555;
}
.contact-section .contact-section-inner-content-row .contact-section-inner-content-row-r .padder form .form-element-wrapper.pl input{
  margin-right: 0;
  margin-left: auto;
}
.contact-section .contact-section-inner-content-row .contact-section-inner-content-row-r .padder form input{
  border-radius: 10px;
  border: 1px solid rgba(38, 34, 84, 0.10);
  background: rgba(255, 255, 255, 0.00);
  align-self: stretch;
  display: flex;
  height: 46px;
  padding: 0 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  margin-top: 8px;
  width: calc(100% - 44px);
  color: rgba(38, 34, 84, 0.30);
  font-family: "neue-haas-grotesk-text";
  font-size: var(--Common-Typography-Size-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Common-Typography-Leading-6, 24px); /* 150% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0);
}
.contact-section .contact-section-inner-content-row .contact-section-inner-content-row-r .padder form input.wpcf7-submit{
  display: flex;
  width: 228px;
  height: 44px;
  justify-content: center;
  align-items: center;
  gap: var(--Common-spacing-2xs, 8px);
  border-radius: 9999px;
  border: 1px solid #262254;
  background: #262254;
  color: #FFF;
  font-family: "Host Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-semibold, 600);
  line-height: 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}
.form-label-wrapper{
  display: flex;
  align-items: center;
  flex-flow: row;
  color: #262254;
  font-family: "neue-haas-grotesk-text";
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: var(--Common-Typography-Leading-5, 20px);
  letter-spacing: var(--Common-Typography-Tracking-normal, 0);
}
.form-label-wrapper p{
  display: flex;
  flex-flow: row;
  align-items: center;
}
.form-label-wrapper p span.asterisk{
  display: flex;
}
.form-element-wrapper.mb{
  /* margin-bottom: 24px; */
}
.form-element-wrapper.col.s12.m6.pr label{
  padding-right: 12px;
}
.form-element-wrapper.col.s12.m6.pl .form-label-wrapper{
  padding-left: 12px;
}
.form-element-wrapper.col.s12.m6.pl label{
  padding-left: 12px;
}
.form-element-wrapper.col.s12.m6.pl label span:not(.asterisk){
  display: flex;
  justify-content: flex-end;
  flex-flow: column;
  justify-content: flex-start;
  text-align: left;
}
span#message-counter{
  color: #262254;
  text-align: right;
  font-family: "neue-haas-grotesk-text";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--Common-Typography-Leading-4, 16px);
  letter-spacing: var(--Common-Typography-Tracking-normal, 0);
  margin-left: auto;
  margin-right: 0;
  justify-self: flex-end;
  display: flex;
  margin-top: 8px;
}
.contact-section .contact-section-inner-content-row .contact-section-inner-content-row-r .padder form .wpcf7-not-valid-tip{
  color: #F65555;
}
.contact-section .contact-section-inner-content-row .contact-section-inner-content-row-r .padder form textarea{
  display: flex;
  padding: var(--sizes-button-input-nav-lg-field-paddind-h, 12px);
  align-items: flex-start;
  gap: 4px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid rgba(38, 34, 84, 0.10);
  background: rgba(255, 255, 255, 0.00);
  width: calc(100% - 24px);
  color: rgba(38, 34, 84, 0.30);
  font-family: "neue-haas-grotesk-text";
  font-size: var(--Common-Typography-Size-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Common-Typography-Leading-6, 24px); /* 150% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0);
  height: 112px;
  margin-top: 8px;
}
.form-info p{
  display: flex;
  flex-flow: row;
  align-items: center;
  color: var(--Common-Semantic-Error-error-medium, #F65555);
  font-family: "neue-haas-grotesk-text";
  font-size: var(--Common-Typography-Size-xs, 12px);
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-normal, 400);
  line-height: var(--Common-Typography-Leading-4, 16px); /* 133.333% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0);
}
.contact-section .contact-section-inner-content-row .contact-section-inner-content-row-r .padder form select{
  height: 76px;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid rgba(38, 34, 84, 0.10);
  background: rgba(255, 255, 255, 0.00);
  display: flex;
  align-items: center;
  gap: var(--Common-spacing-2xs, 8px);
  align-self: stretch;
  display: flex;
  height: 48px;
  padding: var(--Common-spacing-2xs, 8px) var(--Common-spacing-s, 16px);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
  width: 100%;
  margin-top: 8px;
  color: rgba(38, 34, 84, 0.30);
  font-family: "neue-haas-grotesk-text";
  font-size: var(--Common-Typography-Size-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Common-Typography-Leading-6, 24px); /* 150% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0);
  padding-top: 13px;
}
.contact-section .contact-section-inner-content-row .contact-section-inner-content-row-l{
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.contact-section .contact-section-inner-content-row .contact-section-inner-content-row-l img.contacto-img{
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-section .contact-section-inner-content-row-l{
  /* height: 100%; */
  border-radius: 20px 0 0 0;
  background: #6A4FFE;
  display: flex;
}
.contact-section .contact-section-inner-content-row-l .padder{
  height: auto;
  width: 100%;
  display: flex;
  flex-flow: column;
  padding: 116px 76px;
  gap: 16px;
  width: calc(640px - 152px);
  max-width: 100%;
}
.contact-section .contact-section-inner-content-row-l .padder .tag-line{
  color: #FFF;
  font-family: "Space Grotesk";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.contact-section .contact-section-inner-content-row-l .padder h1{
  color: #FFF;
  font-family: "Host Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 53px; /* 110.417% */
}
.contact-section .contact-section-inner-content-row-l .padder .text-wrap{
  color: #FFF;
  font-family: "Host Grotesk";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px; /* 118.75% */
}
.contact-section .contact-section-inner-content-row-r{
  border-radius: 0 20px 0 0;
  background: #E7E3FF;
}
.featured-section-wrapper .featured-section-wrapper-in.bigScreenPadding{
  padding-left: 0;
  padding-right: 0;
}
.featured-section-wrapper .featured-section-wrapper-in.bigScreenPadding .featured-section-wrapper-inner.mWidth{
  max-width: 100%;
}
.featured-section{
  height: 750px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.featured-section .featured-filter{
  background-blend-mode: multiply;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(255 255 255 / 0%) -27.43%, rgb(0 0 0 / 50%) 2.96%, #00000091 30.26%);
  z-index: 1;
}
.featured-section img.thumb-img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.featured-section .featured-section-in{
  z-index: 1;
  position: relative;
}
.featured-section .featured-section-inner-content{
  display: flex;
  flex-flow: column;
  align-items: center;
}
.featured-section .featured-section-inner-content h1{
  color: #FFF;
  text-align: center;
  font-family: "Host Grotesk";
  font-size: 120px;
  font-style: normal;
  font-weight: 800;
  line-height: 126px;
  margin-bottom: 190px;
}
.featured-section .featured-section-inner-content .scroll-btn{
  margin-bottom: 70px;
}
.ingredientes-rep-section .ingredientes-rep-section-in.bigScreenPadding{
  padding-left: 0;
  padding-right: 0;
}
.ingredientes-rep-section .ingredientes-rep-section-in.bigScreenPadding .ingredientes-rep-section-inner.mWidth{
  max-width: 100%;
}
.basic-section{
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.basic-section .basic-section-in.bigScreenPadding{
  padding-left: 0;
  padding-right: 0;
}
.basic-section .basic-section-in.bigScreenPadding .basic-section-inner.mWidth{
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.basic-section .basic-section-inner{
  border-radius: 20px 20px 0 0;
  background: #FDD8DE;
}
.basic-section .basic-section-inner .basic-section-inner-wrapper{
  width: 1280px;
  max-width: 100%;
}
.basic-section .basic-section-inner .basic-section-inner-content{
  padding: 73px 75px;
  align-items: stretch;
}
.basic-section .basic-section-inner .basic-section-inner-content .basic-section-l{
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
}
.basic-section .basic-section-inner .basic-section-inner-content .basic-section-l .padder{
  display: flex;
  flex-flow: column;
  gap: 16px;
  padding-right: 75px;
}
.basic-section .basic-section-inner .basic-section-inner-content .basic-section-l .padder .tag-text{
  color: #262254;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.basic-section .basic-section-inner .basic-section-inner-content .basic-section-l .padder .left-sub{
  color: #262254;
  font-family: "Host Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 53px;
}
.basic-section .basic-section-inner .basic-section-inner-content .basic-section-r .padder{
  padding-left: 75px;
}
.basic-section .basic-section-inner .basic-section-inner-content .basic-section-r .padder .txt-content{
  color: #262254;
  font-family: 'Roboto';
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 147.059% */
}
.barras-rep-section{
  position: relative;
  z-index: 1;
}
.barras-rep-section .barras-rep-section-in.bigScreenPadding{
  padding-left: 0;
  padding-right: 0;
}
.barras-rep-section .barras-rep-section-in.bigScreenPadding .barras-rep-section-inner.mWidth{
  max-width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.barras-rep-section .barras-rep-section-inner{
  background: #FDD8DE;
}
.barras-rep-section .barras-rep-section-inner .barras-rep-section-inner-wrapper{
  width: 1280px;
  max-width: 100%;
}
.barras-rep-section .barras-rep-section-inner .barras-rep-section-inner-content{
  /* border-top: 1px solid rgba(38, 34, 84, 0.1);
  border-bottom: 1px solid rgba(38, 34, 84, 0.1); */
  padding: 80px 75px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 75px;
}
.barras-rep-section .barras-rep-section-inner .barras-rep-section-inner-content .barra-block:nth-of-type(1):hover .padder{
  /* background: #B8426A; */
  animation: backgroundShift 5s ease-in-out forwards;
}
.barras-rep-section .barras-rep-section-inner .barras-rep-section-inner-content .barra-block:nth-of-type(2):hover .padder{
  /* background: #B2669E; */
  animation: backgroundShiftX 5s ease-in-out forwards;
}
.barras-rep-section .barras-rep-section-in.bigScreenPadding .barras-rep-section-inner.mWidth .ds-border-top{
  opacity: 0.1;
  background: #262254;
  height: 1px;
  width: 100%;
}
.barras-rep-section .barras-rep-section-in.bigScreenPadding .barras-rep-section-inner.mWidth .ds-border-bot{
  opacity: 0.1;
  background: #262254;
  height: 1px;
  width: 100%;
}
.barra-block a{
  text-decoration: none;
  position: relative;
}
.barra-block .padder{
  border-radius: 20px;
  display: flex;
  position: relative;
  height: 360px;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 19px;
  background: #D7507E;
}
@keyframes backgroundShift {
    0% {
        background-color: #D7507E;
    }
    15% {
        background-color: #B8426A;
    }
    30% {
        background-color: #D7507E;
    }
    45% {
        background-color: #B8426A;
    }
    60% {
        background-color: #D7507E;
    }
    75% {
        background-color: #B8426A;
    }
    100% {
        background-color: #D7507E;
    }
}
@keyframes backgroundShiftX {
    0% {
        background-color: #B2669E;
    }
    15% {
        background-color: #C371AD;
    }
    30% {
        background-color: #B2669E;
    }
    45% {
        background-color: #C371AD;
    }
    60% {
        background-color: #B2669E;
    }
    75% {
        background-color: #C371AD;
    }
    100% {
        background-color: #B2669E;
    }
}
.barra-block .padder img.barra-image{
  width: 360px;
  height: auto;
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
  transform-origin: center; /* This keeps the center point fixed */
  z-index: 1;
}
.barra-block:hover .barra-image {
  animation: pivotImage 5s ease-in-out forwards;
}
@keyframes pivotImage {
    0% {
        transform: rotate(0deg);
    }
    15% {
        transform: rotate(-10deg);
    }
    30% {
        transform: rotate(5deg);
    }
    45% {
        transform: rotate(-7deg);
    }
    60% {
        transform: rotate(2deg);
    }
    75% {
        transform: rotate(-1deg);
    }
    100% {
        transform: rotate(0deg); /* Return to original position */
    }
}
.barra-block .padder img.barra-logo{
  position: absolute;
  top: 20px;
  right: 20px;
  object-fit: contain;
}
.barra-block:nth-of-type(2) .padder{
  background: #C371AD;
}
img.barra-overlay{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.33;
}
.page-section.page-malbec-um{
  background: #CE93BE;
}
.page-section.page-malbec-um .image-slider-section .image-slider-section-in.bigScreenPadding .image-slider-section-inner.mWidth{
  background: #CE93BE;
  border-radius: 20px 20px 0 0;
  margin-top: -20px;
}
.page-section.page-carmenere-um .image-slider-section .image-slider-section-in.bigScreenPadding .image-slider-section-inner.mWidth{
  background: #B2184D;
  border-radius: 20px 20px 0 0;
  margin-top: -20px;
}
.page-section.page-malbec-um .image-slider-section .image-slider-section-inner-content{
  margin-top: 0;
}
.page-section.page-carmenere-um .image-slider-section .image-slider-section-inner-content{
  margin-top: 0;
}
.single-barra-featured .single-barra-featured-in.bigScreenPadding{
  padding-left: 0;
  padding-right: 0;
}
.single-barra-featured .single-barra-featured-in.bigScreenPadding .single-barra-featured-inner.mWidth{
  max-width: 100%;
}
.single-barra-featured-r .single-barra-featured-r-padder{
  padding: 90px 75px;
  display: flex;
  flex-flow: column;
  gap: 20px;
  width: calc(640px - 152px);
  position: relative;
  z-index: 0;
}
.single-barra-featured-r .single-barra-featured-r-padder .subtitle-tag{
  color: #1B1C54;
  font-family: "Space Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.single-barra-featured-r .single-barra-featured-r-padder h1{
  color: #1B1C54;
  font-family: "Host Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 53px;
}
.single-barra-featured-r .single-barra-featured-r-padder .txt-wrap{
  color: #1B1C54;
  font-family: 'Roboto';
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}
.single-barra-featured-l .padder{
  display: flex;
  justify-content: center;
  align-items: center;
}
.single-barra-featured-l .padder img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.single-barra-featured-r .cards-container .cards-menu{
  display: flex;
  flex-flow: row;
  align-items: center;
  padding: 20px 0;
  gap: 32px;
  border-bottom: 1px solid rgba(27, 28, 84, 0.10);
  padding-bottom: 0;
}
.single-barra-featured-r .cards-container .cards-menu .card-name{
  color: #1B1C54;
  font-family: "Host Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--Common-Typography-Leading-6, 24px); /* 150% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0);
  padding-bottom: 20px;
  opacity: 0.4;
  cursor: pointer;
  transition: all 0.33s ease;
}
.single-barra-featured-r .cards-container .cards-menu .card-name.active{
  font-family: "Host Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--Common-Typography-Leading-6, 24px); /* 150% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0);
  border-bottom: 2px solid #1B1C54;
  opacity: 1;
}
.single-barra-featured-r .cards-container .cards-menu .card-name:hover{
  opacity: 1;
}
.card-itself{
  display: none;
}
.card-itself.active{
  display: block;
}
.card-itself .card-itself-padder{
  padding: 32px 0;
}
.card-itself .card-itself-padder .info-repeater-wrapper{
  display: flex;
  flex-flow: column;
  gap: 32px;
}
.card-itself .card-itself-padder .info-repeater-wrapper .info-repeater-block{
  display: flex;
  flex-flow: column;
  gap: 12px;
}
.card-itself .card-itself-padder .info-repeater-wrapper .info-repeater-block .info-repeater-block-top{
  color: #1B1C54;
  font-family: 'Roboto';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}
.card-itself .card-itself-padder .info-repeater-wrapper .info-repeater-block .info-repeater-block-bot{
  color: #1B1C54;
  font-family: "helvetica-neue-lt-pro";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.card-itself .nutrition-info-header{
  display: flex;
  flex-flow: column;
  border: 0.5px solid #1B1C54;
  padding: 8px;
  gap: 6px;
}
.card-itself .nutrition-info-header .nttl1{
  color: #1B1C54;
  font-family: "helvetica-neue-lt-pro";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 166.667% */
}
.card-itself .nutrition-info-header .nttl2{
  color: #1B1C54;
  font-family: "helvetica-neue-lt-pro";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 166.667% */
}
.nutrition-info-row{
  display: flex;
  flex-flow: row;
  height: 33px;
  border: 0.5px solid #1B1C54;
  align-items: stretch;
  border-top: 0;
  /* margin-top: -1px; */
}
.nutrition-info-row .ni-l{
  flex: 3;
  padding: 8px;
  color: #1B1C54;
  font-family: "helvetica-neue-lt-pro";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.nutrition-info-row .ni-l.bold{
  font-weight: 700;
}
.nutrition-info-row .ni-m{
  flex: 1;
  padding: 8px;
  border-left: 0.5px solid #1B1C54;
  border-right: 0.5px solid #1B1C54;
  color: #1B1C54;
  text-align: right;
  font-family: "helvetica-neue-lt-pro";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.nutrition-info-row .ni-r{
  flex: 1;
  padding: 8px;
  color: #1B1C54;
  text-align: right;
  font-family: "helvetica-neue-lt-pro";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
.nutrition-info-wrapper .nutrition-info-table .nutrition-info-row:nth-child(1) .ni-m{
  font-weight: 700;
}
.nutrition-info-wrapper .nutrition-info-table .nutrition-info-row:nth-child(1) .ni-r{
  font-weight: 700;
}
.card-itself .card-itself-padder .text-content{
  color: #1B1C54;
  font-family: "helvetica-neue-lt-pro";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 140% */
}
.card-itself .card-itself-padder a.desc-a{
  display: flex;
  text-decoration: none;
  width: fit-content;
  margin-top: 32px;
}
.card-itself .card-itself-padder a.desc-a .desc-btn{
  border-radius: 9999px;
  border: 1px solid rgba(38, 34, 84, 0.20);
  display: flex;
  width: 210px;
  height: 44px;
  padding: 0 var(--Common-spacing-5xl, 64px);
  justify-content: center;
  align-items: center;
  gap: var(--Common-spacing-2xs, 8px);
  color: #262254;
  font-family: "Host Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-semibold, 600);
  line-height: 0;
  width: fit-content;
  transition: all 0.33s ease;
}
.card-itself .card-itself-padder a.desc-a .desc-btn:hover{
  border-color: #262254;
}
.single-barra-featured-inner-content{
  padding-bottom: 258px;
}
.single-barra-featured-inner-content .single-barra-featured-r{
  position: relative;
}
.single-barra-featured-inner-content .single-barra-featured-r{
  overflow: hidden;
}
.single-barra-featured-inner-content .single-barra-featured-r .malbec-background{
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: hidden;
}
.logo-repeater-section .logo-repeater-section-in.bigScreenPadding{
  padding-left: 0;
  padding-right: 0;
}
.logo-repeater-section .logo-repeater-section-in.bigScreenPadding .logo-repeater-section-inner.mWidth{
  max-width: 100%;
}
.logo-repeater-section .logo-repeater-section-inner{
  border-radius: 20px 20px 0 0;
  background: #C270AC;
  height: 370px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-repeater-section .logo-repeater-section-inner .logo-repeater-section-inner-content{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 74px;
  width: 1280px;
  max-width: 100%;
}
.logo-repeater-section .logo-repeater-section-inner .logo-repeater-section-inner-content .logo-padder{
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-slider-section .image-slider-section-in.bigScreenPadding{
  padding-left: 0;
  padding-right: 0;
}
.image-slider-section .image-slider-section-in.bigScreenPadding .image-slider-section-inner.mWidth{
  max-width: 100%;
  display: flex;
  justify-content: center;
  background: #FDD8DE;
}
.image-slider-section .image-slider-section-inner-content{
  border-radius: 20px 20px 0 0;
  background: #CE93BE;
  margin-top: -20px;
  position: relative;
  z-index: 1;
  padding: 194px 0 108px 75px;
}
.image-slider-splide .splide__slide{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.image-slider-splide .splide__slide .padder{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
.image-slider-splide .splide__slide .padder img{
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 20px;
}
.image-slider-splide .splide__arrows .splide__arrow--next{
  display: flex;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  gap: var(--Common-spacing-2xs, 8px);
  border-radius: 9999px;
  border: 1px solid rgba(38, 34, 84, 0.20);
  right: 75px;
  top: -50px;
  transition: all 0.33s ease;
}
.image-slider-splide .splide__arrows .splide__arrow--next:hover{
  border-color: #262254;
}
.image-slider-splide .splide__arrows .splide__arrow--prev{
  display: flex;
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  gap: var(--Common-spacing-2xs, 8px);
  border-radius: 9999px;
  border: 1px solid rgba(38, 34, 84, 0.20);
  right: 131px;
  top: -50px;
  left: unset;
  transition: all 0.33s ease;
}
.image-slider-splide .splide__arrows .splide__arrow--prev:hover{
  border-color: #262254;
}
.image-slider-splide .splide__arrows .splide__arrow--prev svg{
  transform: none;
}
.una-barra-section .una-barra-section-in.bigScreenPadding{
  padding-left: 0;
  padding-right: 0;
}
.una-barra-section .una-barra-section-in.bigScreenPadding .una-barra-section-inner.mWidth{
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.una-barra-section .una-barra-section-inner{
  border-radius: 20px 20px 0 0;
  background: #F0EDE5;
  margin-top: -20px;
  position: relative;
  z-index: 1;
}
.una-barra-grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
.una-barra-block{
  display: flex;
  padding: 8px 20px 20px 20px;
  border-radius: 20px;
  background: #E4DDCB;
}
.una-barra-block .una-barra-block-padder{
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  aspect-ratio: 1;
}
.una-barra-block .una-barra-block-padder img.ub-fruit-image{
  max-width: 150px;
  height: auto;
  justify-self: flex-start;
  align-self: flex-start;
}
.una-barra-block .una-barra-block-padder .una-barra-block-txt-wrap{
  align-self: flex-end;
  display: flex;
  flex-flow: column;
}
.una-barra-block .una-barra-block-padder .una-barra-block-txt-wrap .unum{
  color: #262254;
  text-align: right;
  font-family: "Host Grotesk";
  font-size: 100px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
}
.una-barra-block .una-barra-block-padder .una-barra-block-txt-wrap .utext{
  color: #262254;
  text-align: right;
  font-family: 'Roboto';
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
.una-barra-section-inner-wrapper{
  width: 1280px;
  max-width: 100%;
}
.una-barra-section-inner-content{
  padding: 80px 75px;
}
.una-barra-section-l .padder{
  display: flex;
  flex-flow: column;
  justify-content: center;
  position: relative;
  height: 100%;
}
.una-barra-section-l .padder .una-barra-left-wrap{
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  gap: 7px;
}
.una-barra-section-l .padder .una-barra-left-wrap .uttl1{
  color: #262254;
  font-family: "Host Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 53px;
}
.una-barra-section-l .padder .una-barra-left-wrap .uttl2{
  color: #262254;
  font-family: "Host Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 53px;
}
.una-barra-section-l .padder .una-barra-left-wrap img.ulogo{
  width: 269px;
  height: auto;
}
.una-barra-section-l .padder img.himg{
  position: absolute;
  bottom: -80px;
  width: 350px;
  height: auto;
  right: 0;
}
/* Antioxidant chart section start */
.antioxidant-chart-section {
}
.antioxidant-chart-section .antioxidant-chart-in.bigScreenPadding{
  padding-left: 0;
  padding-right: 0;
}
.antioxidant-chart-section .antioxidant-chart-in.bigScreenPadding .antioxidant-chart-inner.mWidth{
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.antioxidant-chart-inner-wrapper{
  width: 1280px;
  max-width: 100%;
}
.chart-content {
  display: flex;
  gap: 60px;
  padding: 80px 75px;
  align-items: stretch;
  padding-right: 0;
}
.antioxidant-chart-inner{
  border-radius: 20px 20px 0 0;
  background: #E4DDCB;
  position: relative;
  margin-top: -20px;
  z-index: 1;
}
/* Left side - Title */
.chart-title-side {
  flex: 0 0 330px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
img.chart-logo{
  width: 280px;
  height: auto;
  margin-bottom: 8px;
}
.chart-title-side h2 {
  color: #262254;
  font-family: "Host Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 53px;
}
.chart-title-side-wrap{
  margin-top: auto;
}
.chart-subtitle {
  color: #1B1C54;
  font-family: "Host Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: var(--Common-Typography-Leading-6, 24px); /* 150% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0);
  justify-self: flex-end;
  align-self: flex-start;
  margin-top: auto;
}
/* Right side - Chart */
.chart-bars-side {
  flex: 1;
  background: transparent;
  border-radius: 12px;
  position: relative;
  padding-right: 75px;
}
.chart-bars-side .border-wrap{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 25px);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.chart-bars-side .border-wrap .border-block:nth-child(1){
  border-right: 1px solid rgba(38, 34, 84, 0.10);
  border-bottom: 1px solid rgba(38, 34, 84, 0.10);
  border-left: 1px solid rgba(38, 34, 84, 0.10);
  background: rgba(239, 227, 216, 0.00);
}
.chart-bars-side .border-wrap .border-block:nth-child(2){
  border-right: 1px solid rgba(38, 34, 84, 0.10);
  border-bottom: 1px solid rgba(38, 34, 84, 0.10);
  background: rgba(236, 223, 211, 0.00);
}
.chart-bars-side .border-wrap .border-block:nth-child(3){
  border-right: 1px solid rgba(38, 34, 84, 0.10);
  border-bottom: 1px solid rgba(38, 34, 84, 0.10);
  background: rgba(239, 227, 216, 0.00);
}
.chart-bars-side .border-wrap .border-block:nth-child(4){
  border-right: 1px solid rgba(38, 34, 84, 0.10);
  border-bottom: 1px solid rgba(38, 34, 84, 0.10);
  background: rgba(236, 223, 211, 0.00);
}
.chart-bars-side .border-wrap .border-block:nth-child(5){
  border-bottom: 1px solid rgba(38, 34, 84, 0.10);
  background: rgba(239, 227, 216, 0.00);
}
/* Individual bar item */
.chart-bar-item {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.bar-label {
  min-width: 120px;
  text-align: left;
  color: rgba(255, 255, 255, 0.70);
  font-family: "Host Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  position: absolute;
  left: 16px;
  top: 50%;
  z-index: 1;
  line-height: 1;
  transform: translateY(-50%);
}

.bar-container {
  flex: 1;
  height: 40px;
  background: transparent;
  border-radius: 20px;
  overflow: visible;
  position: relative;
}

.bar-fill {
  height: 100%;
  /* background: linear-gradient(90deg, #C41E56 0%, #E63E7B 100%); */
  position: relative;
  transition: width 1s ease-out;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  background: #880F35;
  /* background: linear-gradient(90deg, #C41E56 0%, #880F35 100%); */
  border-radius: 0 20px 20px 0;
  transition: all 0.33s ease;
}

.bar-icon {
  width: 64px;
  height: 64px;
  object-fit: contain;
  position: absolute;
  right: 0;
  top: -15px;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1));
  transition: all 0.33s ease;
  opacity: 0;
}
.chart-bar-item:hover .bar-container .bar-icon{
  opacity: 1;
  z-index: 1;
}
.chart-bar-item:hover .bar-container .bar-fill{
  background: #C1194E;
}
/* Special for first bar */
.chart-bar-item.cc1 .bar-container:hover .bar-fill{
  background: #EE0F55;
}
.chart-bar-item.cc1 .bar-container .bar-icon{
  width: 208px;
  height: auto;
  position: absolute;
  right: -23px;
  top: 50%;
  transform: translateY(-50%);
}
/* Chart scale at bottom */
.chart-scale {
  justify-content: space-between;
  margin-top: 20px;
  opacity: 0.6;
  color: #1B1C54;
  font-family: "Host Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: var(--Common-Typography-Leading-6, 24px); /* 150% */
  letter-spacing: var(--Common-Typography-Tracking-normal, 0);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 0;
}
.chart-scale span:nth-child(2){
  margin-left: -6px;
}
.chart-scale span:nth-child(3){
  margin-left: 9px;
}
.chart-scale span:nth-child(4){
  margin-left: 25px;
}
.chart-scale span:nth-child(5){
  margin-left: 38px;
}
/* Animation on scroll */
.chart-bar-item .bar-fill {
  width: 0 !important;
}
.chart-bar-item.animated .bar-fill {
  width: var(--bar-width) !important;
}
/* Responsive */
/* @media (max-width: 1024px) {
  .chart-content {
    flex-direction: column;
    gap: 30px;
  }
  .chart-title-side {
    flex: none;
    position: static;
  }

  .chart-scale {
    padding: 0 100px 0 120px;
  }
}

@media (max-width: 768px) {
  .antioxidant-chart-section {
    padding: 40px 0;
  }

  .chart-bars-side {
    padding: 20px;
  }

  .chart-bar-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .bar-label {
    min-width: auto;
    text-align: left;
  }

  .bar-container {
    width: 100%;
  }

  .chart-scale {
    padding: 0 20px;
    font-size: 10px;
  }

  .chart-title-side h2 {
    font-size: 28px;
  }

  .bar-icon {
    width: 40px;
    height: 40px;
  }
} */
/* Antioxidant chart section end */
.page-section.page-malbec-um.page-carmenere-um{
  background: #B2184D;
}
.page-carmenere-um .single-barra-featured-r .single-barra-featured-r-padder .subtitle-tag{
  color: #FFF;
}
.page-carmenere-um .single-barra-featured-r .single-barra-featured-r-padder h1{
  color: #FFF;
}
.page-carmenere-um .single-barra-featured-r .single-barra-featured-r-padder .txt-wrap{
  color: #FFF;
}
.page-carmenere-um .single-barra-featured-r .cards-container .cards-menu .card-name{
  color: #FFF;
}
.page-carmenere-um .card-itself .card-itself-padder .info-repeater-wrapper .info-repeater-block .info-repeater-block-top{
  color: #FFF;
}
.page-carmenere-um .card-itself .card-itself-padder .info-repeater-wrapper .info-repeater-block .info-repeater-block-bot{
  color: #FFF;
}
.page-carmenere-um .single-barra-featured-r .cards-container .cards-menu .card-name.active{
  border-bottom: 2px solid #FFF;
}
.page-carmenere-um .card-itself .nutrition-info-header .nttl1{
  color: #FFF;
}
.page-carmenere-um .card-itself .nutrition-info-header .nttl2{
  color: #FFF;
}
.page-carmenere-um .card-itself .nutrition-info-header{
  border: 0.5px solid #FFF;
}
.page-carmenere-um .nutrition-info-row .ni-m{
  border-left: 0.5px solid #FFF;
  border-right: 0.5px solid #FFF;
  color: #FFF;
}
.page-carmenere-um .nutrition-info-row .ni-r{
  color: #FFF;
}
.page-carmenere-um .nutrition-info-row .ni-l{
  color: #FFF;
}
.page-carmenere-um .nutrition-info-row{
  border: 0.5px solid #FFF;
  margin-top: -1px;
}
.page-carmenere-um .card-itself .card-itself-padder .text-content{
  color: #FFF;
}
.page-carmenere-um .card-itself .card-itself-padder a.desc-a .desc-btn{
  border: 1px solid rgba(255, 255, 255, 0.40);
  color: #FFF;
}
.page-carmenere-um .card-itself .card-itself-padder a.desc-a .desc-btn:hover{
  border-color: white;
}
.page-carmenere-um .single-barra-featured-r .cards-container .cards-menu{
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.page-carmenere-um .logo-repeater-section .logo-repeater-section-inner{
  background: #BB3C66;
}
.page-carmenere-um .image-slider-section .image-slider-section-inner-content{
  background: #B2184D;
}
.page-carmenere-um .image-slider-splide .splide__arrows .splide__arrow--next{
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  transition: all 0.33s ease;
}
.page-carmenere-um .image-slider-splide .splide__arrows .splide__arrow--next:hover{
  border-color: white;
}
.page-carmenere-um .image-slider-splide .splide__arrows .splide__arrow--prev{
  border-radius: 9999px;
  border: 1px solid rgba(255, 255, 255, 0.40);
  transition: all 0.33s ease;
}
.page-carmenere-um .image-slider-splide .splide__arrows .splide__arrow--prev:hover{
  border-color: white;
}
.page-orujo-um .image-slider-section .image-slider-section-inner-wrapper{
  width: 1280px;
  max-width: 100%;
}
.image-slider-section-inner-wrapper{
  width: 1280px;
  max-width: 100%;
}
.page-orujo-um .image-slider-section .image-slider-section-inner-content{
  background: #FDD8DE;
  border-radius: 0;
  margin-top: 0;
}
.page-orujo-um .image-slider-section .image-slider-section-inner-content .splide__track{
  overflow: visible;
}
.image-slider-section .image-slider-section-inner-content .splide__track{
  overflow: visible;
}
.double-section{
  position: relative;
  z-index: 1;
}
.double-section .double-section-in.bigScreenPadding{
  padding-left: 0;
  padding-right: 0;
}
.double-section .double-section-in.bigScreenPadding .double-section-inner.mWidth{
  max-width: 100%;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}
.double-section .double-section-inner{
  background: #FDD8DE;
}
.double-section .double-section-inner .ds-border-top{
  opacity: 0.1;
  background: #262254;
  height: 1px;
  width: 100%;
}
.double-section .double-section-inner .ds-border-bot{
  opacity: 0.1;
  background: #262254;
  height: 1px;
  width: 100%;
}
.double-section .double-section-inner .double-section-inner-wrapper{
  width: 1280px;
  max-width: 100%;
}
.double-section .double-section-inner .double-section-inner-content{
  padding: 80px 75px;
}
.double-section .double-section-inner .double-section-inner-content .double-section-l .padder{
  display: flex;
  flex-flow: column;
  padding: 20px 75px 0 0;
  gap: 32px;
}
.double-section .double-section-inner .double-section-inner-content .double-section-l .padder h2{
  color: #262254;
  font-family: "Host Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 53px; /* 110.417% */
}
.double-section .double-section-inner .double-section-inner-content .double-section-l .padder .dtxt{
  color: #262254;
  font-family: 'Roboto';
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 142.105% */
}
.double-section .double-section-inner .double-section-inner-content .double-section-r .padder{
  padding-left: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.double-section .double-section-inner .double-section-inner-content .double-section-r .padder img.dimg{
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 20px;
}
.page-historia-um .basic-section .basic-section-inner {
  background: #F0EDE5;
}
.page-historia-um .double-section .double-section-inner {
    background: #F0EDE5;
}
.double-section .double-section-inner .double-section-inner-content .double-section-l .padder img.dlogo{
  width: 368px;
  height: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.page-historia-um .double-section .double-section-inner .double-section-inner-content .double-section-l .padder{
  padding-top: 0;
}
.page-historia-um .double-section .double-section-inner .double-section-inner-content .double-section-l{
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.video-section{
  position: relative;
  z-index: 1;
}
.video-section .video-section-in.bigScreenPadding{
  padding-left: 0;
  padding-right: 0;
}
.video-section .video-section-in.bigScreenPadding .video-section-inner.mWidth{
  max-width: 100%;
  display: flex;
  justify-content: center;
  background: #F0EDE5;
}
.video-section .video-section-inner-wrapper{
  width: 1280px;
  max-width: 100%;
}
.video-section .video-section-inner-content{
  background: #F0EDE5;
  padding: 80px 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 16 / 9;
  max-width: 100%;
}
.video-section .video-section-inner-content iframe{
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.beneficos-section{
  position: relative;
  z-index: 0;
}
.beneficos-section .beneficos-section-in.bigScreenPadding{
  padding-left: 0;
  padding-right: 0;
}
.beneficos-section .beneficos-section-in.bigScreenPadding .beneficos-section-inner.mWidth{
  max-width: 100%;
  display: flex;
  justify-content: center;
  background: #532C7D;
}
.beneficos-section .beneficos-section-inner-wrapper{
  width: 1280px;
  max-width: 100%;
}
.beneficos-section .beneficos-section-inner-content{
  background: #532C7D;
  padding: 100px 75px;
  display: flex;
  flex-flow: column;
}
.beneficos-section .beneficos-section-inner-content h2{
  color: #FFF;
  font-family: "Host Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 53px; /* 110.417% */
  margin-bottom: 12px;
}
.beneficos-section .beneficos-section-inner-content .bsub{
  color: #FFF;
  font-family: "Host Grotesk";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px; /* 90.625% */
}
.beneficos-section .beneficos-section-inner-content .beneficos-grid{
  margin-top: 50px;
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 24px;
}
.beneficos-section .beneficos-section-inner-content .beneficos-text-bottom{
  color: #FFF;
  font-family: "Host Grotesk";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
  width: 740px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.beneficos-section .beneficos-section-inner-content .beneficos-block .padder{
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.10);
  padding: 20px;
  aspect-ratio: 1;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.beneficos-section .beneficos-section-inner-content .beneficos-block .padder h3{
  color: #FFF;
  font-family: 'Roboto';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px; /* 125% */
  margin-top: 68px;
}
.page-antioxidantes-um.page-historia-um .double-section .double-section-inner{
  border-radius: 0 0 20px 20px;
  margin-bottom: -20px;
  position: relative;
}
.page-antioxidantes-um.page-historia-um .basic-section .basic-section-inner {
  background: #FFEFCE;
}
.page-antioxidantes-um.page-historia-um .double-section .double-section-inner {
  background: #FFEFCE;
}
.page-respaldo-um.page-antioxidantes-um.page-historia-um .basic-section .basic-section-inner{
    background: #F0EDE5;
}
.posts-grid-section{
  position: relative;
  z-index: 0;
}
.posts-grid-section .posts-grid-section-in.bigScreenPadding{
  padding-left: 0;
  padding-right: 0;
}
.posts-grid-section .posts-grid-section-in.bigScreenPadding .posts-grid-section-inner.mWidth{
  max-width: 100%;
  display: flex;
  justify-content: center;
  background: #F0EDE5;
}
.posts-grid-section .posts-grid-section-inner-content{
  background: #F0EDE5;
  padding: 0 75px 80px 75px;
}
.posts-grid-section .posts-grid-section-inner-wrapper{
  width: 1280px;
  max-width: 100%;
}
.posts-grid-section .posts-grid-section-inner-content .posts-grid{
  padding: 0 39px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 76px;
}
.post-grid-item .post-grid-item-inner{
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.post-grid-item .post-grid-item-inner .post-thumbnail{
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.post-grid-item .post-grid-item-inner .post-thumbnail img{
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.post-grid-item .post-grid-item-inner .post-content{
  margin-top: 24px;
}
.post-grid-item .post-grid-item-inner .post-content h3{
  margin-bottom: 12px;
}
.post-grid-item .post-grid-item-inner .post-content h3 a{
  text-decoration: none;
  color: #262254;
  font-family: "Host Grotesk";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px; /* 122.727% */
}
.post-grid-item .post-grid-item-inner .post-content h3 a:hover{
  text-decoration: underline;
}
.post-grid-item .post-grid-item-inner .post-content .post-category{
  color: #262254;
  font-family: "Space Grotesk";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.post-grid-item .post-grid-item-inner .post-content .post-date{
  color: #262254;
  font-family: "helvetica-neue-lt-pro";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 147.059% */
  margin-top: 6px;
}
.featured-section-wrapper-post{
  background: #A21943;
}
.featured-section-wrapper-post .featured-section-wrapper-post-inner{
  display: flex;
  justify-content: center;
}
.featured-section-wrapper-post .featured-section-wrapper-post-inner .featured-section-wrapper-post-inner-content{
  padding-top: 110px;
  padding-bottom: 110px;
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 900px;
  max-width: 100%;
  text-align: center;
  gap: 20px;
}
a.back-link-a{
  text-decoration: none;
  display: flex;
}
a.back-link-a .back-link{
  color: #FFF;
  font-family: "Host Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-semibold, 600);
  line-height: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.featured-section-wrapper-post .featured-section-wrapper-post-inner .featured-section-wrapper-post-inner-content h1{
  color: #FFF;
  text-align: center;
  font-family: "Host Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 53px;
}
.post-content-wrapper .post-content-wrapper-in.bigScreenPadding{
  padding-left: 0;
  padding-right: 0;
}
.post-content-wrapper .post-content-wrapper-in.bigScreenPadding .post-content-wrapper-inner.mWidth{
  max-width: 100%;
}
.post-content-wrapper .post-content-wrapper-inner{
  display: flex;
  flex-flow: column;
  align-items: center;
  border-radius: 20px 20px 0 0;
  background: #F0EDE5;
  margin-top: -20px;
}
.post-content-wrapper .post-content-wrapper-inner .post-content-wrapper-inner-flow{
  width: 744px;
  max-width: 100%;
  padding: 90px 0;
  gap: 32px;
  display: flex;
  flex-flow: column;
}
.flex-excerpt-container{
  display: flex;
  flex-flow: column;
}
.flex-excerpt-container-txt{
  color: #262254;
  font-family: 'Roboto';
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px; /* 150% */
}
.flex-date-container{
  display: flex;
  flex-flow: row;
  align-items: center;
  gap: 32px;
}
.flex-date-container .post-category{
  color: #262254;
  font-family: "Space Grotesk";
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.flex-date-container .post-date{
  color: #262254;
  font-family: "helvetica-neue-lt-pro";
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 25px;
}
.flex-txt-container{
  color: #262254;
  font-family: 'Roboto';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 150% */
}
.flex-img-container{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-img-container img{
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: contain;
}
a.download-btn-a{
  text-decoration: none;
  display: flex;
  width: fit-content;
}
a.download-btn-a .download-btn{
  border-radius: 9999px;
  border: 1px solid rgba(38, 34, 84, 0.20);
  display: flex;
  height: 44px;
  justify-content: center;
  align-items: center;
  gap: var(--Common-spacing-2xs, 8px);
  flex-shrink: 0;
  width: fit-content;
  min-width: 280px;
  padding: 0 24px;
  color: #262254;
  font-family: "Host Grotesk";
  font-size: 16px;
  font-style: normal;
  font-weight: var(--Common-Typography-Weight-font-semibold, 600);
  line-height: 0; /* 0% */
  transition: all 0.33s ease;
}
a.download-btn-a .download-btn:hover{
  border-color: #262254;
}
.flex-video-container{
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 16 / 9;
}
.flex-video-container iframe{
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.page-section.single-page-um{
  background: #A21943;
}
.logo-content-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
}
.ingredientes-rep-section{
  position: relative;
  z-index: 1;
}
.ingredientes-rep-section .ingredientes-rep-section-inner{
  display: flex;
  justify-content: center;
}
.ingredientes-rep-section-inner-wrapper{
  width: 1280px;
  max-width: 100%;
}
.ingredientes-rep-section .ingredientes-rep-section-inner .ingredientes-rep-section-inner-content{
  overflow: visible;
}
.ingredientes-rep-section .splide__track{
  overflow: visible;
}
.image-slider-section{
  position: relative;
  z-index: 1;
}
.image-slider-section.related-posts-section{
  background: #F0EDE5;
}

.image-slider-section.related-posts-section{
  background: #F0EDE5;
}
.image-slider-section.related-posts-section .image-slider-section-in.bigScreenPadding{
  background: #F0EDE5;
}
.image-slider-section.related-posts-section .image-slider-section-in.bigScreenPadding .image-slider-section-inner.mWidth{
  background: #F0EDE5;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.image-slider-section.related-posts-section .ds-border-top{
  opacity: 0.1;
  background: #262254;
  height: 1px;
  width: 100%;
}
.image-slider-section.related-posts-section .image-slider-section-inner-wrapper{
  background: #F0EDE5;
}
.image-slider-section.related-posts-section .image-slider-section-inner-content{
  background: #F0EDE5;
  margin-top: 0;
  padding: 90px 0 75px 75px;
}
.image-slider-section.related-posts-section{
  background: #F0EDE5;
}
.related-section-title h2{
  color: #262254;
  font-family: "Host Grotesk";
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 53px;
  margin-bottom: 38px;
}
.image-slider-section.related-posts-section .post-grid-item .post-grid-item-inner .post-thumbnail img{
  aspect-ratio: 385 / 283;
  object-fit: cover;
}
.ingredientes-rep-section .ingredientes-rep-section-inner .ingredientes-rep-section-inner-content .ingrediente-block{
  transition: all 0.33s ease;
}
.ingredientes-rep-section .ingredientes-rep-section-inner .ingredientes-rep-section-inner-content .ingrediente-block:hover .ingrediente-circle{
  background: #efbccb;
}
.ingredientes-rep-section .ingredientes-rep-section-inner .ingredientes-rep-section-inner-content .ingrediente-block:hover .ingrediente-name{
  text-decoration: underline;
}
/* stacking stays as before */
.single-barra-featured { position: relative; }
.single-barra-featured-l .padder { position: relative; }
.single-barra-featured-r { position: relative; z-index: 2; }

/* when ScrollTrigger pins (adds our class), push the fixed image 65px down */
.single-barra-featured-l .padder img.st-pinned-under-header {
top: 65px !important;     /* override ScrollTrigger's inline top:0 */
}
.mobile-menu-icon-wrapper{
  display: none;
}
.hidden{
  display: none;
}
#mc-menu{
  display: none;
}
@media(max-width:900px){
  .header-m{
    display: none;
  }
  .header-r > .footer-itself-r-top.header-icons-wrapper{
    display: none;
  }
  .header-r > a.donde-btn-a{
    display: none;
  }
  .mobile-menu-icon-wrapper{
    display: block;
  }
  .mobile-open{
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    gap: var(--Common-spacing-2xs, 8px);
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    border-radius: 9999px;
    border: 1px solid rgba(38, 34, 84, 0.40);
    cursor: pointer;
  }
  .mobile-open.hidden{
    display: none;
  }
  .mobile-close{
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    gap: var(--Common-spacing-2xs, 8px);
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    border-radius: 9999px;
    border: 1px solid rgba(38, 34, 84, 0.40);
    cursor: pointer;
  }
  .mobile-close.hidden{
    display: none;
  }
  #mc-menu{
    position: fixed;
    top: -100%;
    width: 100vw;
    height: auto;
    background: white;
    transition: all 0.33s ease;
    left: -0;
    display: flex;
    padding-bottom: 40px;
    border-radius: 0 0 20px 20px;
    width: 100%;
  }
  #mc-menu.active{
    top: 65px;
    z-index: 6;
  }
  #mc-menu .menu{
    list-style: none;
    padding: 0;
    display: flex;
    flex-flow: column;
    gap: 15px;
  }
  #mc-menu .menu li a{
    color: #262254;
    font-family: "Host Grotesk";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    text-decoration: none;
  }
  #mc-menu .menu li a:hover{
    text-decoration: underline;
  }
  #mc-menu .mc-menu-bot{
    margin-top: 30px;
    display: flex;
    flex-flow: row;
    align-items: center;
  }
  #mc-menu .mc-menu-bot .mc-menu-icons-wrapper{
    display: flex;
    align-items: center;
    flex-flow: row;
    margin-left: 24px;
    gap: 24px;
  }
  #mc-menu .mc-menu-bot .mc-menu-icons-wrapper a.circle-wrapper{
    width: fit-content;
    height: fit-content;
  }
  .hero-section .centered-content h1{
    color: #FFF;
    text-align: center;
    font-family: "Host Grotesk";
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px; /* 112% */
  }
  .hero-section .centered-content .hero-subtitle{
    color: #FFF;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
  }
  .hero-section{
    height: 1140px;
    background: linear-gradient(180deg, rgba(227, 23, 86, 0.00) 61.05%, #D0164F 85.28%);
  }
  .row .col.s12 {
    width: 100%;
  }
  .bigScreenPadding {
    padding-left: 60px;
    padding-right: 60px;
  }
  .first-section .first-section-inner-content-row{
    height: 1470px !important;
  }
  .first-section .first-section-inner-content-row-l .padder img{
    border-radius: 20px 20px 0 0;
  }
  .first-section .first-section-inner-content-row-r{
    border-radius: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    height: 735px;
  }
  .first-section .first-section-inner-content-row-r .padder{
    padding: 100px 75px;
  }
  .first-section .first-section-inner-content-row-l{
    height: 735px;
  }
  .background-ingredients-overlay{
    bottom: 120%;
  }
  .fourth-section a.btn-like-a{
    left: 75px;
    transform: none;
  }
  .fourth-section .fourth-section-inner .fourth-section-inner-row .fourth-section-inner-row-r{
    padding-bottom: 125px;
  }
  .second-section .second-section-inner .second-section-inner-row .second-section-inner-row-l .padder h1{
    width: auto;
  }
  .fifth-section .fifth-section-inner .fifth-section-inner-row .fifth-section-inner-row-l{
    justify-content: flex-start;
  }
  .fifth-section .fifth-section-inner .fifth-section-inner-row .fifth-section-inner-row-r .hands-bars-wrapper img.two-bars{
    top: 10%;
  }
  .fifth-section .fifth-section-inner{
    height: 1165px;
  }
  .fifth-section .fifth-section-inner .fifth-section-inner-row .fifth-section-inner-row-r{
    height: 200px;
  }
  .sixth-section .sixth-section-inner-content-row{
    height: 1700px !important;
    align-items: inherit;
  }
  .sixth-section .sixth-section-inner-content-row .sixth-section-inner-content-row-r{
    height: 1100px !important;
    align-items: flex-start;
    border-radius: 0;
  }
  .sixth-section .sixth-section-inner-content-row .sixth-section-inner-content-row-l{
    height: 600px !important;
  }
  .sixth-section .sixth-section-inner-content-row .sixth-section-inner-content-row-r .padder{
    padding: 50px 76px;
    height: 100%;
  }
  .contact-section .contact-section-inner-content-row{
    flex-wrap: wrap;
  }
  .contact-section .contact-section-inner-content-row .contact-section-inner-content-row-l{
    justify-content: flex-start;
  }
  .contact-section .contact-section-inner-content-row-l{
    border-radius: 20px 20px 0 0;
  }
  .contact-section .contact-section-inner-content-row-r{
    border-radius: 0;
  }
  .form-element-wrapper.col.s12.m6.pl .form-label-wrapper {
    padding-left: 0;
  }
  .contact-section .contact-section-inner-content-row .contact-section-inner-content-row-r .padder form .form-element-wrapper.pl input {
    margin-right: 0;
    margin-left: 0;
  }
  #footer-um .footer-container-inner{
    height: auto;
  }
  #footer-um .footer-container-inner .footer-itself.row {
    align-items: inherit;
  }
  #footer-um .footer-container-inner .footer-itself.row .footer-itself-l{
    height: auto;
    flex-flow: column;
    padding-top: 45px;
    padding-bottom: 31px;
  }
  #footer-um .footer-container-inner .footer-itself.row .footer-itself-l .padder{
    flex-flow: column;
    gap: 31px;
  }
  #footer-um .footer-container-inner .footer-itself.row .footer-itself-r{
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 31px;
    padding-bottom: 40px;
  }
  #footer-um .footer-container-inner .footer-itself.row .footer-itself-r .padder{
    align-items: center;
    gap: 31px;
  }
  .contact-section .contact-section-inner-content-row-l .padder{
    width: calc(100% - 152px);
  }
  .contact-section .contact-section-inner-content-row .contact-section-inner-content-row-r .padder{
    width: calc(100% - 152px);
  }
  .contact-section .contact-section-inner-content-row .contact-section-inner-content-row-r .padder form input{
    width: calc(100% - 44px);
  }
  .sixth-section .sixth-section-inner-content-row .sixth-section-inner-content-row-r .padder{
    width: calc(100% - 152px);
  }
  .first-section .first-section-inner-content-row-r .padder{
    width: calc(100% - 152px);
  }
  .basic-section .basic-section-inner .basic-section-inner-content .basic-section-l .padder{
    padding-right: 0;
  }
  .basic-section .basic-section-inner .basic-section-inner-content .basic-section-r .padder{
    padding-left: 0;
  }
  .double-section.reverse-flow-mobile .double-section-inner .double-section-inner-content{
    flex-flow: column-reverse;
  }
  .double-section .double-section-inner .double-section-inner-content .double-section-r .padder {
    padding-left: 0;
  }
  .page-historia-um .double-section .double-section-inner .double-section-inner-content .double-section-l .padder {
    padding-top: 31px;
    padding-right: 0;
  }
  .barras-rep-section .barras-rep-section-inner .barras-rep-section-inner-content{
    grid-template-columns: 1fr;
  }
  .logo-repeater-section .logo-repeater-section-inner .logo-repeater-section-inner-content{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .logo-repeater-section .logo-repeater-section-inner{
    height: 510px;
  }
  .logo-repeater-section{
    height: 510px !important;
  }
  .una-barra-section-l .padder img.himg{
    display: none;
  }
  .una-barra-section-l .padder .una-barra-left-wrap{
    padding-bottom: 35px;
  }
  .una-barra-grid {
    display: flex;                 /* becomes a row */
    overflow-x: auto;              /* horizontal scroll */
    gap: 16px;                     /* space between cards */
    scroll-snap-type: x mandatory; /* snap! */
    scroll-padding-left: 16px;     /* match the left padding you add below */
    padding: 0 16px;               /* “peek” padding so first/last card isn’t flush */
    -webkit-overflow-scrolling: touch; /* smooth on iOS */
  }
  .una-barra-block {
    flex: 0 0 80%;                 /* each card width (tweak 70–90%) */
    scroll-snap-align: start;      /* align the start edge */
    scroll-snap-stop: always;      /* don’t skip when swiping fast (supported in modern browsers) */
  }
  .una-barra-grid {
    scrollbar-width: none;         /* Firefox */
  }
  .una-barra-grid::-webkit-scrollbar { display: none; } /* WebKit */
  .una-barra-section{
    height: 960px !important;
  }
  .una-barra-section-inner-content {
    padding: 80px 0 80px 75px;
  }
  .antioxidant-chart-section{
    height: 950px !important;
  }
  .chart-title-side-wrap{
    margin-bottom: 20px;
  }
  .beneficos-section .beneficos-section-inner-content .beneficos-grid {
    display: flex;                 /* becomes a row */
    overflow-x: auto;              /* horizontal scroll */
    gap: 16px;                     /* space between cards */
    scroll-snap-type: x mandatory; /* snap! */
    scroll-padding-left: 16px;     /* match the left padding you add below */
    padding: 0 16px;               /* “peek” padding so first/last card isn’t flush */
    -webkit-overflow-scrolling: touch; /* smooth on iOS */
  }
  .beneficos-section .beneficos-section-inner-content .beneficos-grid .beneficos-block {
    flex: 0 0 80%;                 /* each card width (tweak 70–90%) */
    scroll-snap-align: start;      /* align the start edge */
    scroll-snap-stop: always;      /* don’t skip when swiping fast (supported in modern browsers) */
  }
  .beneficos-section .beneficos-section-inner-content .beneficos-grid {
    scrollbar-width: none;         /* Firefox */
  }
  .beneficos-section .beneficos-section-inner-content .beneficos-grid::-webkit-scrollbar { display: none; } /* WebKit */
  .posts-grid-section .posts-grid-section-inner-content .posts-grid{
    padding: 0;
    grid-template-columns: 1fr;
  }
}
@media(max-width:700px){
  .bigScreenPadding {
    padding-left: 20px;
    padding-right: 20px;
  }
  .first-section .first-section-inner-content-row{
    height: 1165px !important;
  }
  .first-section .first-section-inner-content-row-l{
    height: 430px;
  }
  .first-section .first-section-inner-content-row-r .padder .tag-line{
    color: #262254;
    font-family: "Space Grotesk";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  .first-section .first-section-inner-content-row-r .padder h1{
    color: #262254;
    font-family: "Host Grotesk";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 41px; /* 113.889% */
  }
  .first-section .first-section-inner-content-row-r .padder{
    padding: 50px 20px;
  }
  .first-section .first-section-inner-content-row-r .padder{
    width: 100%;
  }
  .second-section .second-section-inner .second-section-inner-row .second-section-inner-row-l .padder .tag-line{
    color: #FFF;
    font-family: "Space Grotesk";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  .second-section .second-section-inner .second-section-inner-row .second-section-inner-row-l .padder h1{
    color: #FFF;
    font-family: "Host Grotesk";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 41px; /* 113.889% */
  }
  .second-section .second-section-inner .second-section-inner-row .second-section-inner-row-l .padder{
    padding: 0 20px;
  }
  .second-section .second-section-inner .second-section-inner-row .second-section-inner-row-r .padder{
    padding: 0 20px;
  }
  .third-section .third-section-inner .centered-content .centered-content-glue .tag-line{
    color: #262254;
    text-align: center;
    font-family: "Space Grotesk";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  .third-section .third-section-inner .centered-content .centered-content-glue h1{
    color: #262254;
    text-align: center;
    font-family: "Host Grotesk";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 41px; /* 113.889% */
    max-width: 350px;
  }
  .fourth-section .fourth-section-inner .fourth-section-inner-row .fourth-section-inner-row-l .padder{
    padding: 35px 20px;
    width: calc(100% - 40px);
  }
  .fourth-section .fourth-section-inner .fourth-section-inner-row .fourth-section-inner-row-l .padder .tag-line{
    color: #FFF;
    font-family: "Space Grotesk";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  .fourth-section .fourth-section-inner .fourth-section-inner-row .fourth-section-inner-row-l .padder h1{
    color: #FFF;
    font-family: "Host Grotesk";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
  }
  .fourth-section .fourth-section-inner .fourth-section-inner-row .fourth-section-inner-row-r .padder{
    padding: 0 20px;
  }
  .fourth-section a.btn-like-a{
    left: 20px;
  }
  .fifth-section .fifth-section-inner .fifth-section-inner-row .fifth-section-inner-row-l .padder{
    padding: 0 20px;
    width: calc(100% - 40px);
  }
  .fifth-section .fifth-section-inner .fifth-section-inner-row .fifth-section-inner-row-l .padder .tag-line{
    color: #FFF;
    font-family: "Space Grotesk";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  .fifth-section .fifth-section-inner .fifth-section-inner-row .fifth-section-inner-row-l .padder h1{
    color: #FFF;
    font-family: "Host Grotesk";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 41px; /* 113.889% */
  }
  .fifth-section .fifth-section-inner .fifth-section-inner-row .fifth-section-inner-row-r .hands-bars-wrapper img.two-bars{
    top: -511px !important;
    width: 100% !important;
  }
  .sixth-section .sixth-section-inner-content-row .sixth-section-inner-content-row-r .padder .tag-line{
    color: #262254;
    font-family: "Space Grotesk";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  .sixth-section .sixth-section-inner-content-row .sixth-section-inner-content-row-r .padder h1{
    color: #262254;
    font-family: "Host Grotesk";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 41px; /* 113.889% */
  }
  .sixth-section .sixth-section-inner-content-row .sixth-section-inner-content-row-r .padder {
    width: calc(100% - 40px);
    padding: 35px 20px;
  }
  .sixth-section .sixth-section-inner-content-row .sixth-section-inner-content-row-l{
    height: 300px !important;
  }
  .sixth-section .sixth-section-inner-content-row{
    height: 1400px !important;
  }
  .sixth-section .sixth-section-inner-content-row .sixth-section-inner-content-row-r .padder .logos-wrapper{
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-section .contact-section-inner-content-row-l .padder{
    width: calc(100% - 40px);
    padding: 35px 20px;
  }
  .contact-section .contact-section-inner-content-row-l .padder .tag-line{
    color: #FFF;
    font-family: "Space Grotesk";
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
  }
  .contact-section .contact-section-inner-content-row-l .padder h1{
    color: #FFF;
    font-family: "Host Grotesk";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 41px; /* 113.889% */
  }
  .contact-section .contact-section-inner-content-row-l .padder .text-wrap{
    color: #FFF;
    font-family: "Host Grotesk";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 125% */
  }
  .contact-section .contact-section-inner-content-row .contact-section-inner-content-row-r .padder{
    width: calc(100% - 40px);
    padding: 65px 20px;
  }
  .featured-section .featured-section-inner-content h1{
    color: #FFF;
    text-align: center;
    font-family: "Host Grotesk";
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 56px; /* 112% */
  }
  .basic-section .basic-section-inner .basic-section-inner-content{
    padding: 35px 20px;
  }
  .basic-section .basic-section-inner .basic-section-inner-content .basic-section-l .padder .tag-text{
    color: #262254;
font-family: "Space Grotesk";
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
  }
  .basic-section .basic-section-inner .basic-section-inner-content .basic-section-l .padder .left-sub{
    color: #262254;
font-family: "Host Grotesk";
font-size: 36px;
font-style: normal;
font-weight: 800;
line-height: 40px; /* 111.111% */
  }
  .basic-section .basic-section-inner .basic-section-inner-content .basic-section-r .padder .txt-content{
    color: #262254;
font-family: Roboto;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 146.667% */
  }
  .double-section .double-section-inner .double-section-inner-content{
    padding: 35px 20px;
  }
  .video-section .video-section-inner-content{
    padding: 35px 20px 65px 20px;
  }
  .barras-rep-section .barras-rep-section-inner .barras-rep-section-inner-content{
    padding: 35px 20px 65px 20px;
    width: calc(100% - 40px);
  }
  .barras-rep-section .barras-rep-section-inner .barras-rep-section-inner-content .barra-block{
    /* width: calc(100% - 40px); */
  }
  .barra-block .padder img.barra-image{
    width: 240px;
  }
  .ingredientes-rep-section .ingredientes-rep-section-inner .ingredientes-rep-section-inner-content .ingrediente-block .ingrediente-circle{
    width: 220px !important;
    height: 220px !important;
  }
  .single-barra-featured-r .single-barra-featured-r-padder{
    padding: 35px 20px;
    width: calc(100% - 40px);
  }
  .nutrition-info-row{
    height: 43px;
  }
  .ingredientes-rep-section .ingredientes-rep-section-inner .ingredientes-rep-section-inner-content{
    padding: 35px 20px !important;
    height: 340px !important;
  }
  .ingredientes-rep-section .ingredientes-rep-section-inner .ingredientes-rep-section-inner-content .ing-title{
    color: #262254;
    font-family: "Host Grotesk";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px; /* 111.111% */
  }
  .una-barra-section-inner-content{
    padding: 15px 20px !important;
    height: 660px !important;
  }
  .una-barra-section-l .padder .una-barra-left-wrap .uttl1{
    color: #262254;
font-family: "Host Grotesk";
font-size: 36px;
font-style: normal;
font-weight: 800;
line-height: 53px; /* 147.222% */
  }
  .una-barra-section-l .padder .una-barra-left-wrap .uttl2{
    color: #262254;
font-family: "Host Grotesk";
font-size: 36px;
font-style: normal;
font-weight: 800;
line-height: 53px; /* 147.222% */
  }
  .ingredientes-rep-section{
    height: auto !important;
  }
  .una-barra-section{
    height: auto !important;
  }
  .chart-content{
    flex-flow: column;
  }
  .chart-content{
    padding: 20px;
  }
  .antioxidant-chart-section{
    margin-top: 32px;
  }
  .chart-title-side h2{
    color: #262254;
    font-family: "Host Grotesk";
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 41px; /* 113.889% */
  }
  .antioxidant-chart-section{
    height: 1150px !important;
  }
  .antioxidant-chart-section{
    border-radius: 20px 20px 0 0;
background: #E4DDCB;
  }
  .double-section .double-section-inner .double-section-inner-content .double-section-l .padder{
    padding-right: 0;
  }
  .double-section .double-section-inner .double-section-inner-content .double-section-l .padder h2{
    color: #262254;
font-family: "Host Grotesk";
font-size: 36px;
font-style: normal;
font-weight: 800;
line-height: 40px; /* 111.111% */
  }
  .double-section .double-section-inner .double-section-inner-content .double-section-l .padder .dtxt{
    color: #262254;
font-family: Roboto;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 146.667% */
  }
  .beneficos-section .beneficos-section-inner-content{
    padding: 70px 20px;
  }
  .beneficos-section .beneficos-section-inner-content h2{
    color: #FFF;
font-family: "Host Grotesk";
font-size: 36px;
font-style: normal;
font-weight: 800;
line-height: 40px; /* 111.111% */
  }
  .beneficos-section .beneficos-section-inner-content .bsub{
    color: #FFF;
font-family: "Host Grotesk";
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 29px; /* 120.833% */
  }
  .beneficos-section .beneficos-section-inner-content .beneficos-text-bottom{
    padding-bottom: 35px;
  }
  .posts-grid-section .posts-grid-section-inner-content{
    padding: 20px;
  }
  .featured-section-wrapper-post .featured-section-wrapper-post-inner .featured-section-wrapper-post-inner-content h1{
    color: #FFF;
text-align: center;
font-family: "Host Grotesk";
font-size: 36px;
font-style: normal;
font-weight: 800;
line-height: 40px; /* 111.111% */
  }
  .post-content-wrapper .post-content-wrapper-inner .post-content-wrapper-inner-flow{
    padding: 90 20px;
    width: calc(100% - 40px);
  }
  .image-slider-section.related-posts-section .image-slider-section-inner-content{
    padding: 90px 20px;
  }
  .related-section-title h2{
    color: #262254;
font-family: "Host Grotesk";
font-size: 36px;
font-style: normal;
font-weight: 800;
line-height: 40px; /* 111.111% */
max-width: 280px;
  }
  .image-slider-splide .splide__arrows .splide__arrow--next{
    right: 0;
  }
  .image-slider-splide .splide__arrows .splide__arrow--prev{
    right: 55px;
  }
  .logo-content-wrap{
    flex-flow: column;
  }
}
