/*
Theme Name: Custom
Author: Nlandgraf
Description: Custom theme
Version: 1.0.0
*/

:root {
  --goldish: #9a7d4c;

  --font-gt-america-expanded: "GT America Expanded", sans-serif;
  --font-gt-america: "GT America", sans-serif;
  --font-uniform: "Uniform", sans-serif;
  --font-devant: "Devant", sans-serif;

  --section-padding: 80px 0;
}

@media (max-width: 980px) {
  :root {
    --section-padding: 60px 0;
  }
}
@media (max-width: 768px) {
  :root {
    --section-padding: 40px 0;
  }
}

@font-face {
  font-family: "GT America Expanded";
  src:
    url("fonts/GTAmerica-ExpandedBlack.woff2") format("woff2"),
    url("fonts/GTAmerica-ExpandedBlack.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT America Expanded";
  src:
    url("fonts/GTAmerica-ExpandedBold.woff2") format("woff2"),
    url("fonts/GTAmerica-ExpandedBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT America Expanded";
  src:
    url("fonts/GTAmerica-ExpandedRegular.woff2") format("woff2"),
    url("fonts/GTAmerica-ExpandedRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Uniform";
  src:
    url("fonts/Uniform.woff2") format("woff2"),
    url("fonts/Uniform.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Uniform";
  src:
    url("fonts/Uniform-Black.woff2") format("woff2"),
    url("fonts/Uniform-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Uniform";
  src:
    url("fonts/Uniform-Bold.woff2") format("woff2"),
    url("fonts/Uniform-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Uniform";
  src:
    url("fonts/Uniform-Medium.woff2") format("woff2"),
    url("fonts/Uniform-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Devant";
  src:
    url("fonts/Devant-Medium.woff2") format("woff2"),
    url("fonts/Devant-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT America";
  src:
    url("fonts/GTAmerica-Light.woff2") format("woff2"),
    url("fonts/GTAmerica-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT America";
  src:
    url("fonts/GTAmerica-Regular.woff2") format("woff2"),
    url("fonts/GTAmerica-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT America";
  src:
    url("fonts/GTAmerica-Bold.woff2") format("woff2"),
    url("fonts/GTAmerica-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
html {
  scroll-behavior: auto;
}
#main {
  margin-top: 50px;
}
html,
body {
  font-family: var(--font-uniform);
  margin: 0;
  line-height: 1.2em;
  color: var(--goldish);
}
h3 {
  margin: 0 0 2px;
  font-size: 30px;
  font-weight: 500;
}
p {
  font-size: 22px;
  color: var(--goldish);
  margin: 0 0 10px;
  font-weight: 300;
  line-height: 1.2em;
}
.container {
  max-width: 1920px;
  width: 90%;
  margin: 0 auto;
}
h1,
h2,
h3 {
  margin: 0 0 30px;
  line-height: 1.2em;
  font-family: var(--font-gt-america-expanded);
  letter-spacing: 0.02em;
}
h2 {
  font-size: 44px;
  text-transform: uppercase;
  font-weight: 800;
}
h4,
h5,
p {
  margin: 0 0 15px;
  line-height: 1.2em;
}
div {
  box-sizing: border-box;
}
/********* MENU **************/
.site-logo img {
  width: 170px;
  display: flex;
}
.logo-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
}
.burguer-holder {
  display: none;
}
nav .menu {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}
nav .menu ul {
  margin: 0;
  padding: 0;
}
nav .menu li a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  font-family: var(--font-gt-america-expanded);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 15px;
}
.burguer-holder {
  display: none;
}
header {
  z-index: 333;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #a08049;
}
.admin-bar header {
  margin-top: 32px;
}

.language-selector {
  display: flex;
  list-style: none;
  gap: 10px;
  padding: 0;
  margin: 0;
}
.language-selector li a {
  font-family: var(--font-gt-america-expanded);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.menu-opener {
  position: relative;
  display: inline-block;
  text-align: right;
  height: 100%;
  width: 25px;
  float: right;
  cursor: pointer;
  z-index: 3333;
}
.line-burguer {
  height: 3px;
  width: 27px;
  background-color: #fff;
  display: inline-block;
  top: calc(50% - 1px);
  position: absolute;
  right: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.line-burguer::after {
  bottom: 9px;
}
.line-burguer::before,
.line-burguer::after {
  content: "";
  height: 3px;
  width: 27px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.line-burguer::before {
  top: 9px;
}
.menu-active .line-burguer::before,
.menu-active .line-burguer::after {
  background-color: #fff;
}
.menu-active .line-burguer {
  background-color: transparent;
}
.menu-active .line-burguer::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -1px;
  height: 4px;
}
.menu-active .line-burguer::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  height: 4px;
}
.burguer-holder {
  height: 40px;
}
#mobile-menu li {
  list-style: none;
}
#mobile-menu {
  display: none;
}
#mobile-menu .sub-menu {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  pointer-events: all;
  width: auto;
  padding-top: 0;
  background-color: transparent;
}
nav .social-icons {
  display: none;
}
@media (max-width: 1460px) {
  nav .menu li a {
    font-size: 13px;
  }
  .site-logo img {
    width: 140px;
  }
  .language-selector li a {
    font-size: 13px;
  }
  nav .menu {
    gap: 20px;
  }
}
@media (max-width: 980px) {
  .logo-wrapper {
    margin-right: auto;
  }
  .logo-menu {
    justify-content: flex-start;
    gap: 12px;
  }
  .language-selector .current-lang {
    display: none;
  }
  nav .social-icons {
    display: block;
  }
  nav .social-icons h5 {
    font-size: 17px;
  }
  nav .social-icons a {
    text-decoration: none;
  }
  .nav-booking {
    display: block;
  }
  .nav-menu .lang-holder,
  .nav-menu .header-booking {
    display: flex;
    justify-content: center;
  }
  .lang-holder a {
    color: #fff;
    font-size: 19px;
  }
  .lang-holder .lang-item {
    border-color: #fff;
  }
  .lang-holder {
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .nav-menu > div {
    width: 100%;
  }
  nav .menu {
    gap: 12px;
  }
  .header-booking {
    display: none;
  }
  .top-menu {
    display: none;
  }
  .logo-menu .container {
    padding: 0;
  }
  #main {
    margin-top: 60px;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
  }
  .admin-bar header {
    top: 46px;
    margin-top: 0;
  }
  .nav-menu {
    display: none;
  }
  .logo-menu {
    padding: 10px 0;
    z-index: 33333;
  }
  .burguer-holder {
    display: block;
    z-index: 333333;
    margin-left: 10px;
  }
  .menu-icons-holder {
    display: flex;
    align-items: center;
    z-index: 33333333;
  }
  #site-logo {
    z-index: 33333;
  }
  .menu-active #mobile-menu {
    right: 0;
  }
  .nav-menu ul li a {
    font-weight: 600;
    line-height: 1.2em;
    margin: 0 auto;
    font-size: 17px;
    padding: 7px 0;
    width: 100%;
    color: #a8dac6;
  }
  .nav-menu .sub-menu li a {
    font-size: 16px;
    line-height: 1em;
    padding: 6px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 1;
  }
  .nav-menu .sub-menu li:last-child a {
    border-bottom: none;
  }
  .nav-menu li.btn-item.menu-item {
    margin-top: 5px;
  }
  .nav-menu ul.sub-menu li {
    line-height: 1.6em;
    border: none;
  }
  .nav-menu .menu {
    padding: 0;
    text-align: left;
    flex-basis: 100%;
    flex-direction: column;
  }
  .nav-holder {
    flex-direction: column;
    flex-basis: 100%;
    align-items: center;
  }
  .nav-holder > div {
    flex-basis: 100%;
    width: 100%;
  }
  .nav-menu {
    position: fixed;
    top: -100vh;
    left: 0;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    background-color: #3d281d;
    padding: 83px 5% 30px;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    -webkit-transition: top 0.6s;
    -o-transition: top 0.6s;
    transition: top 0.6s;
    overflow-y: scroll;
    max-height: 100vh;
  }
  .admin-bar .nav-menu {
    padding: 115px 5% 30px;
  }
  .menu-active .nav-menu {
    top: 0;
  }
  .nav-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0 0 10px;
    padding: 0 0;
  }
  .nav-menu ul li {
    margin: 0;
    text-align: left;
    width: 100%;
    padding: 0;
    line-height: 2em;
  }
  .nav-menu .menu-main-menu-container {
    width: 100%;
  }
  .nav-menu ul.sub-menu {
    padding-bottom: 9px;
    display: flex;
    flex-direction: column;
    display: none;
    transition: none;
  }
  .logo-menu img {
    width: 150px;
    margin: 7px 0;
    z-index: 333;
    position: relative;
    max-width: 47vw;
    height: auto;
  }
  .header-redes {
    margin-left: auto;
    gap: 10px;
    margin-right: 10px;
    z-index: 333;
  }
  .logo-menu .header-redes img {
    width: 25px;
    margin: 0;
  }
  .nav-menu ul li.menu-item-has-children {
    position: relative;
  }
  .logo-menu::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #a08049;
    z-index: 333;
  }
  header .sub-menu-toggle {
    padding: 0 10px;
    height: 100%;
    position: absolute;
    right: 0;
  }
  .nav-menu ul li.menu-item-has-children > a::after {
    content: none;
  }
  .nav-menu .turn-off ul.sub-menu {
    display: block;
    padding-left: 13px;
  }
}

/********* MENU END ***********/
.slider-section {
  background-color: #544748;
}
.slider-section.mobile-version {
  display: none;
}
.slick-slide.section-slide {
  height: calc(100vh - 50px);
  height: calc(100dvh - 50px);
  background-size: cover;
  background-position: center;
  display: flex !important;
  align-items: center;
  position: relative;
}
.admin-bar .slick-slide.section-slide {
  height: calc(100vh - 82px);
  height: calc(100dvh - 82px);
}
.section-slide .logo-slide {
  width: 80%;
  margin: 0 auto;
}
.slick-dots {
  position: absolute;
  bottom: 3.2vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.slick-dots li button {
  font-size: 0;
  background-color: transparent;
  border: 2px solid #fff;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  padding: 0;
  transition: all 0.4s;
}
.slick-dots li.slick-active button {
  background-color: #fff;
}
.tagged-container {
  overflow: hidden;
  width: 100%;
}
.tagged-text {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.tagged-text li {
  display: inline-block;
  color: #3d281d;
  font-weight: 900;
  font-family: var(--font-gt-america-expanded);
  font-size: 7.5vw;
  line-height: 1;
  padding: 0 1.5vw !important;
  white-space: nowrap;
}
.tagged-container.alt-style .tagged-text {
  background-color: #ed3533;
}
.tagged-container.alt-style .tagged-text li {
  color: #f9bbc4;
}
.side-image-section {
  background-color: #6fb3e3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 45vw;
  background-image: url(../../../wp-content/uploads/2026/06/haulani-img-1.png);
  background-size: 56% auto;
  padding: 0 10%;
  background-repeat: no-repeat;
  background-position: left center;
}
.side-content {
  flex-basis: 45%;
  text-align: center;
  padding-top: 6vw;
}
.side-content p {
  color: #fff;
  font-size: 47px;
  font-size: 2.8vw;
}

.productos-section {
  position: relative;
}
.producto-slide {
  display: flex !important;
}
.producto-imagen {
  flex-basis: 50%;
  min-height: 40vw;
  background-size: cover;
  background-position: center;
}
.producto-info {
  flex-basis: 50%;
  padding: 10vw 5% 8vw;
}
.productos-section h2 {
  position: absolute;
  top: 40px;
  z-index: 3;
  text-align: center;
  left: 0;
  right: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 44px;
}
.producto-info h3 {
  color: #fff;
  font-weight: 600;
  font-size: 25px;
}
.productos-dots-sticky {
  position: absolute;
  bottom: 0;
  display: flex;
  z-index: 3;
  width: 100%;
}
.productos-slider .slick-list,
.productos-slider .slick-track {
  display: flex;
}
.sabores {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
  gap: 15px;
}
.sabores li {
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 20px;
  font-family: var(--font-gt-america-expanded);
  font-weight: 800;
  text-transform: uppercase;
  border: 2px solid #fff;
}
.producto-info p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.producto-info .sabores li {
  text-align: center;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease;
}
.producto-info .sabores li:not(.activo) {
  background-color: transparent !important;
  color: #fff !important;
  border-color: #fff !important;
}
.producto-info .sabores li.activo {
  opacity: 1;
}
.productos-slider .slick-arrow {
  background-color: transparent;
  position: absolute;
  top: calc(50% - 1.3vw);
  z-index: 33;
  font-size: 0;
  background-image: url(../../../wp-content/uploads/2026/08/arrow-white-2.svg);
  background-repeat: no-repeat;
  background-position: calc(50% - 1px) center;
  width: 3.7vw;
  height: 3.7vw;
  border: 1px solid #fff;
  display: flex;
  padding: 0;
  background-size: 1vw;
  border-radius: 100%;
}
.productos-slider .slick-arrow.slick-prev {
  left: 10px;
}
.productos-slider .slick-arrow.slick-next {
  right: 10px;
  transform: rotate(180deg);
}

.caracteristicas-section {
  background-color: #f9bbc4;
  padding: var(--section-padding);
  text-align: center;
}
.caracteristicas-list {
  display: flex;
  flex-direction: column;
  list-style: none;
  text-align: left;
  counter-reset: custom-step;
  margin: 0 0 40px;
  padding: 0;
}
.caracteristicas-list li::before {
  counter-increment: custom-step;
  content: counter(custom-step, decimal-leading-zero);
  font-size: 1.2vw;
  position: relative;
  top: 0.2vw;
  width: 3vw;
}
.caracteristicas-list li {
  line-height: 1.2em;
  font-weight: 800;
  text-transform: uppercase;
  font-family: var(--font-gt-america-expanded);
  border-bottom: 2px solid var(--goldish);
  padding: 1vw 0;
  font-size: 3.85vw;
  display: flex;
  align-items: center;
  gap: 1.2vw;
}
.caracteristicas-list li:first-child {
  border-top: 2px solid var(--goldish);
}
.caracteristicas-section h2 {
  margin-bottom: 80px;
}
.grilla-logos ul {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.grilla-logos ul img {
  width: 10vw;
  height: auto;
}

.collabs-section {
  background-color: #f6eedf;
  padding: var(--section-padding);
  text-align: center;
}
.collabs-section h2 {
  margin-bottom: 80px;
}
.collabs-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 4%;
  margin: 0 0 60px;
}
.collabs-section .custom-slider-arrows {
  display: none;
}
.collab-item img {
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  margin: 0 auto;
}
.collab-item {
  flex-basis: 30.66%;
  display: flex;
  gap: 15px;
  flex-direction: column;
}
.collab-item a {
  display: flex;
  gap: 15px;
  flex-direction: column;
  color: var(--goldish);
  text-decoration: none;
  transition: all 0.4s;
}
.collab-item a:hover {
  opacity: 0.7;
}
.collab-item h3 {
  font-weight: 600;
  font-size: 18px;
  margin: 0;
}
.collabs-text-grid {
  display: flex;
  text-align: left;
  gap: 4%;
}
.collab-text-item {
  flex-basis: 30.66%;
  display: flex;
  flex-direction: column;
  gap: 1.2vw;
  padding: 0 1.6vw;
  border-left: 1px solid var(--goldish);
}
.collab-text-item p {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.15vw;
}
.collab-text-item a {
  color: var(--goldish);
}
.historia-section {
  background-color: #a8dac6;
  padding: var(--section-padding);
}
.historia-cols {
  display: flex;
  gap: 10%;
  align-items: center;
}
.historia-text-slide p {
  font-size: 18px;
}
.historia-text-slide strong {
  font-size: 25px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: var(--font-gt-america-expanded);
}
.historia-section h2 {
  text-align: center;
  margin-bottom: 80px;
}
.historia-col {
  flex-basis: 45%;
  max-width: 45%;
  display: flex;
  flex-direction: column;
  gap: 2vw;
}
.historia-col img {
  height: auto;
  max-width: 100%;
}
.custom-arrow {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  background-color: var(--goldish);
  border: 1px solid var(--goldish);
  transition: all 0.4s;
}
.custom-arrow svg path {
  fill: #a8dac6;
}
.custom-slider-arrows {
  display: flex;
  gap: 20px;
}
.custom-arrow svg {
  width: 12px;
  position: relative;
  left: -1px;
}
.custom-arrow.arrow-1 {
  transform: rotate(180deg);
}
.custom-arrow.active {
  background-color: transparent;
  pointer-events: none;
}
.custom-arrow.active svg path {
  fill: var(--goldish);
}
.historia-slider-section {
  background-color: #f6eedf;
  padding: var(--section-padding);
}
.historia-slider-section h2 {
  text-align: center;
  margin-bottom: 80px;
}
.historia-slide {
  padding: 0 1vw;
  width: 30vw;
  text-align: center;
}
.historia-slide img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;
  margin-bottom: 15px;
  width: 100%;
}
.historia-slide h3 {
  font-family: var(--font-uniform);
  font-weight: 600;
  font-size: 24px;
}
.historia-slide a {
  color: var(--goldish);
  text-decoration: none;
  transition: all 0.4s;
}
.historia-slide a:hover {
  opacity: 0.7;
}
.historia-slider-section .custom-arrow svg path {
  fill: #f6eedf;
}
.historia-slider-section .custom-arrow.active svg path {
  fill: var(--goldish);
}
.historia-slider-section .custom-slider-arrows {
  justify-content: flex-end;
}
.donde-estamos-section {
  padding: var(--section-padding);
  text-align: center;
  background-color: var(--goldish);
  color: #fff;
}
.ubicacion-item {
  flex-basis: 16.66%;
}
.ubicacion-item img {
  height: auto;
  width: 8.6vw;
}
.donde-estamos-section h2 {
  margin-bottom: 80px;
}
.ubicaciones-grid {
  display: flex;
}
.contacto-section {
  padding: var(--section-padding);
  text-align: center;
  background-color: #1ebcbd;
}
.contacto-section h2 {
  color: #f9bbc4;
  font-size: 8vw;
  font-weight: 900;
}
button {
  background-color: #f9bbc4;
  padding: 10px 35px;
  border-radius: 30px;
  font-weight: 600;
  font-family: var(--font-uniform);
  color: #fff;
  font-size: 25px;
  border: none;
  cursor: pointer;
}
.site-footer {
  background-color: #5a0227;
  padding: var(--section-padding) 40px;
}
.footer-row {
  display: flex;
  justify-content: space-between;
}
.logo-footer {
  width: 100%;
  height: auto;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--goldish);
  margin-bottom: 15px;
}
.footer-row.legals p,
.footer-row.legals a {
  font-size: 18px;
  color: var(--goldish);
}
.footer-row.footer-data-row {
  display: flex;
  align-items: flex-end;
  margin-bottom: 80px;
}
.footer-nav {
  display: flex;
  margin-bottom: 35px;
}
.footer-nav ul {
  padding: 0;
  margin: 0;
  column-count: 2;
  column-gap: 3vw;
  margin-right: 3vw;
  list-style: none;
}
.footer-nav ul li a {
  color: #f6eedf;
  text-decoration: none;
  font-family: var(--font-gt-america-expanded);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-size: 15px;
}
.footer-nav ul li {
  margin-bottom: 2vw;
}
.social-icons {
  display: flex;
  flex-direction: column;
  color: #f6eedf;
  gap: 18px;
}
.social-icons h5 {
  font-family: var(--font-gt-america-expanded);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin: 0 0 7px;
}
.social-icons a {
  display: flex;
  color: #f6eedf;
  font-size: 15px;
  gap: 15px;
  align-items: center;
}
.social-icons a img {
  width: 33px;
  height: auto;
}
.newsletter-suscribe button,
.newsletter-suscribe input.wpcf7-submit {
  background-color: #6fb3e3;
  padding: 10px 25px;
  font-size: 18px;
  color: #5a0227;
  border: none;
  width: auto;
  border-radius: 25px;
  font-weight: 600;
  margin: 0;
}
.newsletter-suscribe h4 {
  font-weight: 300;
  font-size: 18px;
}
.newsletter-suscribe input {
  background-color: rgba(246, 238, 223, 0.2);
  color: #c19da1;
  border: 1px solid rgba(246, 238, 223, 0.5);
  padding: 8px 13px;
  font-size: 18px;
  border-radius: 8px;
  font-family: var(--font-uniform);
  margin-right: 10px;
  width: 320px;
  box-sizing: border-box;
}
::placeholder {
  opacity: 1;
  color: #c19da1;
}
::-moz-placeholder {
  opacity: 1;
  color: #c19da1;
}

.valores-nutricionales-block {
  background-color: #fff;
  padding: 20px;
  color: #000;
  max-width: 500px;
  margin: 30px 0 0;
}
.valores-nutricionales-block table td,
.valores-nutricionales-block table th {
  text-align: right;
  padding: 4px 10px;
  font-family: var(--font-gt-america);
  border-bottom: 1px solid #000;
}
.valores-nutricionales-block table td:first-child,
.valores-nutricionales-block table th:first-child {
  text-align: left;
  padding-left: 0;
}
.valores-nutricionales-block table td:last-child,
.valores-nutricionales-block table th:last-child {
  padding-right: 0;
}
.valores-nutricionales-block h4 {
  font-family: var(--font-gt-america);
  font-size: 23px;
  margin: 0;
}
.valores-nutricionales-block p {
  color: #000;
  margin-bottom: 7px;
  font-size: 15px;
}
.valores-nutricionales-block p strong {
  font-size: 17px;
}
.valores-nutricionales-block table {
  border-top: 5px solid #000;
  border-collapse: collapse;
  margin-bottom: 10px;
  width: 100%;
}
.valores-nutricionales-block table .padre td:first-child {
  font-weight: 600;
}
.valores-nutricionales-block table .child td:first-child {
  padding-left: 15px;
}
.valores-nutricionales-block p:last-child {
  margin: 0;
}

.page-content-section {
  padding: 80px 0;
}
.page-content-section .container {
  max-width: 900px;
}
.page-content-section p strong {
  font-weight: 600;
}

@media (max-width: 1360px) {
  .producto-info p {
    font-size: 16px;
  }
  .producto-info h3 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .sabores li {
    padding: 6px 16px;
    font-size: 17px;
  }
  .sabores {
    margin: 0 0 25px;
  }
  .valores-nutricionales-block {
    padding: 15px;
    margin: 20px 0 0;
  }
  .valores-nutricionales-block h4 {
    font-size: 22px;
  }
  .valores-nutricionales-block p {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .valores-nutricionales-block p strong {
    font-size: 15px;
  }
  .valores-nutricionales-block table td,
  .valores-nutricionales-block table th {
    padding: 2px 5px;
    padding-left: 5px;
    border-bottom: 1px solid #000;
    font-size: 15px;
  }
  .productos-section h2 {
    top: 30px;
    font-size: 40px;
  }
  .productos-section h2 {
    top: 30px;
    font-size: 40px;
  }
  .caracteristicas-section h2,
  .collabs-section h2,
  .historia-section h2,
  .historia-slider-section h2,
  .donde-estamos-section h2 {
    margin-bottom: 65px;
  }
  h2 {
    font-size: 40px;
  }
  .historia-text-slide strong {
    font-size: 22px;
  }
  .historia-text-slide p {
    font-size: 17px;
  }
}

@media (max-width: 1280px) {
  .footer-nav ul li a {
    font-size: 14px;
  }
  .newsletter-suscribe input {
    width: 22vw;
  }
  .newsletter-suscribe button,
  .newsletter-suscribe input.wpcf7-submit {
    padding: 10px 22px;
    font-size: 17px;
  }
}

@media (max-width: 980px) {
  .producto-slide {
    flex-direction: column-reverse;
  }

  .productos-slider {
    position: relative;
  }

  .productos-dots-sticky {
    position: sticky;
    top: calc(100dvh - 50px);
    height: 0;
    z-index: 20;
    pointer-events: none;
  }

  .productos-dots-sticky .slick-dots {
    position: absolute;
    top: -55px;
    bottom: auto;
    left: 0;

    width: 100%;
    margin: 0;
    padding: 0;

    display: flex;
    justify-content: center;
    gap: 8px;

    pointer-events: auto;
  }
  .productos-section {
    position: relative;
    /* z-index: -1; */
  }
  .producto-imagen {
    min-height: 90vw;
  }
  .producto-info {
    padding: 40px 5% 80px;
  }
  .caracteristicas-section h2,
  .collabs-section h2,
  .historia-section h2,
  .historia-slider-section h2,
  .donde-estamos-section h2 {
    margin-bottom: 40px;
  }
  .footer-row.footer-data-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    margin-bottom: 40px;
  }
  .language-selector {
    z-index: 333;
  }
  .slick-slide.section-slide {
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
  }
  .admin-bar .slick-slide.section-slide {
    height: calc(100vh - 92px);
    height: calc(100dvh - 92px);
  }
  .newsletter-suscribe input {
    width: 100%;
    max-width: 400px;
    margin: 0;
  }
  .newsletter-suscribe {
    width: 100%;
  }
  .newsletter-suscribe .wpcf7-form {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
  }
  .newsletter-suscribe .wpcf7-form-control-wrap {
    margin-bottom: 15px;
  }
  .newsletter-suscribe .wpcf7-spinner {
    margin: 10px;
  }
  .newsletter-suscribe .wpcf7-response-output {
    color: #f6eedf;
  }
  .newsletter-suscribe .wpcf7-not-valid-tip {
    color: #f6eedf;
  }
  .newsletter-suscribe h4 {
    text-align: center;
  }
  .newsletter-suscribe button,
  .newsletter-suscribe input.wpcf7-submit {
    width: 100%;
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .slider-section.mobile-version {
    display: block;
  }
  .slider-section.desktop-version {
    display: none;
  }
  .productos-slider .slick-arrow {
    top: auto;
    bottom: 24px;
    width: 35px;
    height: 35px;
    background-size: 10px;
  }
  .productos-slider .slick-arrow.slick-prev {
    left: 5%;
  }
  .productos-slider .slick-arrow.slick-next {
    right: 5%;
  }
  .side-image-section {
    flex-direction: column-reverse;
  }
  .side-content p {
    font-size: 5.8vw;
  }
  .side-image-section {
    padding: 60px 10% 80vw;
    background-position: bottom center;
    background-size: 88vw;
  }
  .side-content {
    flex-basis: 100%;
    padding-top: 0;
  }
  .tagged-text li {
    font-size: 11.5vw;
    padding: 0 2.5vw !important;
  }
  .productos-section h2 {
    top: 20px;
    font-size: 23px;
  }
  .producto-info h3 {
    font-size: 22px;
    margin-bottom: 25px;
    text-align: center;
  }
  .caracteristicas-section h2,
  .collabs-section h2,
  .historia-section h2,
  .historia-slider-section h2,
  .donde-estamos-section h2 {
    margin-bottom: 30px;
  }
  h2 {
    font-size: 30px;
  }
  .caracteristicas-list li::before {
    font-size: 2vw;
    top: 0.2vw;
    width: 5vw;
  }
  .caracteristicas-list li {
    padding: 1.5vw 0;
    font-size: 4.7vw;
    gap: 1.2vw;
  }
  .grilla-logos ul img {
    width: 20vw;
  }
  .caracteristicas-list {
    margin: 0 0 25px;
  }
  .custom-slider-arrows {
    display: flex;
  }
  .collabs-grid {
    margin: 0 -5% 20px;
  }
  .collab-item {
    flex-basis: auto;
    width: 77vw;
    margin: 0 8px;
  }
  .collabs-section .custom-slider-arrows {
    justify-content: flex-end;
    margin-bottom: 40px;
  }
  .custom-arrow {
    width: 34px;
    height: 34px;
  }
  .custom-arrow svg {
    width: 10px;
  }
  .collabs-section .custom-arrow svg path {
    fill: #f6eedf;
  }
  .collabs-section .custom-arrow.active svg path {
    fill: var(--goldish);
  }
  .collab-item h3 {
    font-size: 17px;
    margin: 10px 0 0;
  }
  .collab-text-item a,
  .collab-text-item p {
    font-size: 16px;
  }
  .collab-text-item {
    padding: 0;
    gap: 15px;
    border: none;
    margin-bottom: 15px;
  }
  .collabs-text-grid {
    flex-direction: column;
    padding: 25px 0 0;
    border-top: 1px solid var(--goldish);
  }
  .historia-cols {
    flex-direction: column-reverse;
  }
  .historia-col {
    flex-basis: 100%;
    max-width: 100%;
  }
  .historia-col img {
    width: 80vw;
    max-width: 340px;
    margin-bottom: 40px;
  }
  .historia-text-slide strong {
    font-size: 20px;
  }
  .historia-section .custom-slider-arrows {
    justify-content: flex-end;
  }
  .historia-slide {
    padding: 0 7px;
    width: 85vw;
    text-align: center;
  }
  .ubicacion-item {
    display: flex !important;
    justify-content: center;
  }
  .ubicacion-item img {
    height: auto;
    width: 30vw;
  }
  .contacto-section button {
    width: 100%;
    max-width: 400px;
  }
  .newsletter-form input {
    width: 100%;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
  .newsletter-suscribe h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-nav ul {
    column-count: 1;
  }
  .footer-nav ul li {
    margin-bottom: 15px;
  }
  .footer-nav {
    flex-direction: column;
    gap: 20px;
  }
  .footer-row.legals {
    flex-direction: column;
  }
  .footer-row.legals p,
  .footer-row.legals a {
    font-size: 16px;
    color: var(--goldish);
  }
}
