@media (max-width: 992px){.banner-content[data-astro-cid-kggsjsm4]{padding:100px 0 250px!important}#plato-mobile-container[data-astro-cid-kggsjsm4]{margin-top:-200px!important}}@media (max-width: 768px){#inicio[data-astro-cid-kggsjsm4]{padding:20px 0!important}.banner-content[data-astro-cid-kggsjsm4]{padding:100px 20px 250px!important}}@media (min-width: 1024px){.plato-desktop-img[data-astro-cid-kggsjsm4]{max-width:600px!important;margin:0!important;right:-100px!important;position:relative!important}}/**
 * Swiper 12.1.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 18, 2026
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}
.benefit-card[data-astro-cid-5tjyhmct]{width:352px;height:387px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAWAAAAGDBAMAAADnn9dTAAAAHlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAC3KG9qAAAACXRSTlMAv+oQmTxddiCYMOVLAAADZklEQVR42uzVuaoUURhG0cIJn8AhdALNDNTYAQMzp8RQ9A2MzMRAMLyNBudtbfs26N2iRrZ1YO2owsXH4a9l390HV8eKu3Lx6XKil7fGyts8/tn7bEzQpR/eO2OKHi37zq/+PRy3+bAHPx+TdOPYe3aSgbcTH5+Kj2Oabi7bTk8z8Hbi21vwmTFR97fgz2Oivm7Bl8dEHW1vxJiqp3M94e+P+NSYqmvLqzFVX5f3Y6q+zHUkxjiaDbxZJvoxH4PHZAEnYOAEDJyAgRMwcAIGTsDACRg4AQMnYOAEDJyAgRMwcAIGTsDACRg4AQMnYOAEDJyAgRMwcAIGTsDACRg4AQMnYOAEDJyAgRMwcAIGTsDACRg4AQMnYOAEDJyAgRMwcAIGTsDACRg4AQMnYOAEDJyAgRMwcAIGTsDACRg4AQMnYOAEDJyAgRMwcAIGTsDACRg4AQMnYOAEDJyAgRMwcAIGTsDACRg4AQMnYOAEDJyAgRMwcAIGTsDACRg4AQMnYOAEDJyAgRMwcAIGTsDACRg4AQMnYOAEDJyAgRMwcAIGTsDACRg4AQMnYOAEDJyAgRMwcAIGTsDACRg4AQMnYOAEDJyAgRMwcAIGTsD/Cry5tf+YBHz96bmHY9cU4M3j28uyvN2NPAP4+otl127k9YN38+57e2v94Cv7efcjP1k5eHPh9nKi069XDb7yZvmle5dXC/4xb0ZeKfjEvBl5jeCLJ+btyKsDH72LMX26vC5w5/21869XBM68vx15LeDM+4eRVwHOvH8Z+f+DM+8/H3k5xLwd+fDgznvAkZeDzduRDw+++K06OzhBGIiiKHo3gh2IFYhtWIELG3EhuHSXdaxYiFHwhzAzTnh5cyv4nOX7D/5se13h4P5ORd1edXDklSOj443IR93BhzMLtDmJDn7eWKjLUXBw4JUjU8erR6Z0giKkRqZsIyGkR6aOV49MHa8emTpePTLr85YhY8BbhIwFbwEyHrz5yLjw5iKTnv9FZb4ZSM7/onLfDDjx5iDjxTsi5x4c92lBxQs4iflfUNkCjh9vQA5hyBuQ0wf3q/MG5MTBOwPe+d2Q6cKHUdPdEFveGWSMeYciMs68MEXGm3eKjDkvERl73oCMP+8vMuM+3UDdgMx7/m+i4c1AI7xfZFrh/SC/AH0Koenxe+8vAAAAAElFTkSuQmCC);background-size:100% 100%;background-position:center;background-repeat:no-repeat;background-color:transparent!important}@media (max-width: 1540px){.benefit-card[data-astro-cid-5tjyhmct]{width:330px;height:363px}}@media (max-width: 992px){.benefit-card[data-astro-cid-5tjyhmct]{width:100%;max-width:400px;padding:10px 20px;p {max-width: 100%;} h4 {font-size: 20px !important; font-weight: 600 !important; line-height: 23px !important;}}}.swiper-pagination-bullet[data-astro-cid-5tjyhmct]{background-color:#e5e7eb!important;opacity:1!important;width:10px!important;height:10px!important}.swiper-pagination-bullet-active[data-astro-cid-5tjyhmct]{background-color:#000000!important;transform:scale(1.2)}@media (max-width: 992px) {
    .contacto-heading br {
      display: none;
    }
  }

  /* Base Container */
  .hs-form-mamma-theme .hs-form-wrapper {
    width: 100% !important;
  }

  /* Reset general a los labels y campos */
  .hs-form-mamma-theme label:not(.hs-error-msg) {
    display: none !important; /* Ocultamos etiquetas reales, usamos placeholders */
  }

  /* Ajuste de columnas en side-by-side de Hubspot (Ej: Nombre - Apellido) */
  .hs-form-mamma-theme .hs-fieldtype-text,
  .hs-form-mamma-theme .hs-fieldtype-phonenumber,
  .hs-form-mamma-theme .hs-fieldtype-date,
  .hs-form-mamma-theme .hs-fieldtype-select {
    margin-bottom: 25px !important;
  }

  .hs-form-mamma-theme .form-columns-2 {
    display: flex !important;
    gap: 30px !important;
  }

  @media (max-width: 767px) {
    .hs-form-mamma-theme .form-columns-2 {
      flex-direction: column !important;
      gap: 0px !important;
    }
    .hs-form-mamma-theme .hs-fieldtype-text {
      margin-bottom: 25px !important;
    }
  }

  /* Inputs, Textareas, Selects */
  .hs-form-mamma-theme input:not([type="submit"]),
  .hs-form-mamma-theme select,
  .hs-form-mamma-theme textarea {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 0 !important;
    padding: 8px 0 !important;
    color: #fff !important;
    font-family: var(--font-sans) !important;
    font-size: 13px !important;
    font-weight: 300 !important;
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    transition: border-bottom-color 0.3s ease;
  }

  /* Placeholder Style */
  .hs-form-mamma-theme input::placeholder,
  .hs-form-mamma-theme textarea::placeholder {
    color: rgba(255, 255, 255, 0.6) !important;
    font-family: var(--font-sans) !important;
    font-weight: 300 !important;
    font-size: 13px !important;
  }

  /* Hover & Focus state sobre linea gris inferior */
  .hs-form-mamma-theme input:focus,
  .hs-form-mamma-theme select:focus,
  .hs-form-mamma-theme textarea:focus {
    outline: none !important;
    border-bottom: 1px solid #f9e022 !important; /* Amarillo Mamma Pasta */
  }

  /* Opciones selects en negro para ser legibles en Windows/Chrome browser native UI */
  .hs-form-mamma-theme select option {
    background-color: #000 !important;
    color: #fff !important;
  }

  /* ── BOTON SUBMIT ("EMPECEMOS A COCINAR") ── */
  .hs-form-mamma-theme .hs_submit {
    margin-top: 20px !important;
    display: flex !important;
    justify-content: center !important;
  }

  @media (min-width: 768px) {
    .hs-form-mamma-theme .hs_submit {
      justify-content: flex-start !important;
    }
  }

  .hs-form-mamma-theme .hs-button {
    background-color: #f9e022 !important; /* Amarillo Primary */
    color: #000000 !important;
    border: none !important;
    border-radius: 35px !important;
    padding: 14px 40px !important;
    font-family: var(--font-sans) !important;
    font-weight: 700 !important; /* Extra Bold */
    font-size: 12px !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    transition:
      transform 0.2s ease,
      filter 0.2s ease !important;
    box-shadow: 0px 4px 15px rgba(249, 224, 34, 0.2);
  }

  .hs-form-mamma-theme .hs-button:hover {
    transform: scale(1.03);
    filter: brightness(1.05);
  }

  .hs-form-mamma-theme .hs-button:active {
    transform: scale(0.98);
  }@media (max-width: 768px){section[data-astro-cid-lbgyfhw4]#datos{padding:0px 20px 80px}}/* Eliminamos distorsiones y efectos de escala para mantener el grid limpio como el diseño */
  .js-galeria-container .galeria-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .js-mamma-galeria-swiper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  @media (min-width: 1024px) {
    .js-galeria-wrapper {
      clip-path: inset(-100% -100% -100% 0);
    }
    .js-mamma-galeria-swiper {
      overflow: visible !important;
    }
  }

  @media (max-width: 1023px) {
    .js-mamma-galeria-swiper {
      overflow: hidden !important;
    }
  }

  @media (max-width: 768px) {
    section#galeria {
      padding: 0px 20px 80px;
    }
    br {
      display: none;
    }
    .galeria-slide img {
      width: 100% !important;
      max-width: 100% !important;
    }
  }@media (max-width: 1540px) {
    .diferencial img {
      right: 2% !important;
    }
  }

  @media (max-width: 992px) {
    .diferencial img {
      display: none !important;
    }
    .diferencial h2 br,
    .diferencial p br {
      display: none !important;
    }
  }

  @media (max-width: 768px) {
    .container {
      padding: 0 10px;
    }
  }.js-pasos-container .pasos-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
  }
  
  .js-mamma-pasos-swiper {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  @media (max-width: 768px) {
    #pasos .container {
      padding: 0 20px;
    }
  }@media (max-width: 1540px){.footer-banner[data-astro-cid-sz7xmlte]{min-height:600px!important}}@media (max-width: 768px){.footer-copy-bar[data-astro-cid-sz7xmlte]{padding-top:100px!important;padding-bottom:40px!important}.footer-copy-bar[data-astro-cid-sz7xmlte]{padding-top:30px!important;padding-bottom:20px!important}}