#header[data-astro-cid-3ef6ksr2]{.container {max-width: 1900px;}}header[data-astro-cid-3ef6ksr2].scrolled{background-color:rgba(255,255,255,0.95);backdrop-filter:blur(10px)}.nav-item[data-astro-cid-3ef6ksr2]{white-space:nowrap}#mobile-menu[data-astro-cid-3ef6ksr2]{background-color:#ffffff!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}section[data-astro-cid-bbe6dxrz]#hero{padding-bottom:0}@media (max-width: 768px){#hero[data-astro-cid-bbe6dxrz]{padding-top:120px}}@media (max-width: 1540px){.hero-dog[data-astro-cid-bbe6dxrz]{max-width:462px!important}}@media (max-width: 1024px){.hero-dog[data-astro-cid-bbe6dxrz]{width:370.321px!important;height:369.742px!important;max-width:none!important}.hero-dog[data-astro-cid-bbe6dxrz] img[data-astro-cid-bbe6dxrz]{width:100%!important;height:100%!important;object-fit:contain!important}}.nosotros[data-astro-cid-zetw4zt5]{}@media (max-width: 768px){.nosotros[data-astro-cid-zetw4zt5]{.container {padding: 5px; margin: 0;}}}/**
 * 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 */
#beneficios[data-astro-cid-5tjyhmct] img[data-astro-cid-5tjyhmct]:not(.rounded-full){margin-bottom:0px}#beneficios[data-astro-cid-5tjyhmct] h4[data-astro-cid-5tjyhmct]{margin-bottom:30px;margin-top:40px}.benefit-card[data-astro-cid-5tjyhmct]{background:var(--Azul, #33748b);border-radius:13px;padding:100px 50px}.swiper-button-prev-custom[data-astro-cid-5tjyhmct] img[data-astro-cid-5tjyhmct],.swiper-button-next-custom[data-astro-cid-5tjyhmct] img[data-astro-cid-5tjyhmct]{margin-bottom:0!important}@media (max-width: 768px){#beneficios[data-astro-cid-5tjyhmct]{padding-bottom:30px;.container{padding: 0;} .benefit-card {padding: 60px 30px; min-height: 420px;}}}/* ── ESTILOS DEL FORMULARIO PARA MELLOW FOR PETS ── */
  #contacto fieldset {
    max-width: 100% !important;
  }

  .hs-form-mellow-theme .fieldset {
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
    margin: 0 0 25px 0 !important;
    border: 0 !important;
    padding: 0 !important;
    max-width: 700px !important;
    width: 100% !important;
  }

  .hs-form-mellow-theme .hs-form-field {
    width: 100%;
    margin-bottom: 35px !important;
  }

  @media (min-width: 768px) {
    .hs-form-mellow-theme .fieldset .hs-form-field {
      flex: 1 1 calc(50% - 20px);
      min-width: 200px;
    }
    .hs-form-mellow-theme .fieldset.hs-form-field-full .hs-form-field {
      flex: 1 1 100%;
    }
  }

  /* Ocultar labels de Hubspot para usar placeholders simulados */
  .hs-form-mellow-theme label {
    display: none !important;
  }

  .hs-form-mellow-theme input:not([type="submit"]),
  .hs-form-mellow-theme select,
  .hs-form-mellow-theme textarea {
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #1d2126 !important;
    border-radius: 0 !important;
    padding: 2px 0 !important;
    color: var(--Negro-azulado, #1d2126) !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    width: 100% !important;
    transition: border-color 0.3s;
    margin: 0;
    box-shadow: none !important;
  }

  .hs-form-mellow-theme input::placeholder,
  .hs-form-mellow-theme textarea::placeholder {
    color: var(--Negro-azulado, #1d2126) !important;
    font-weight: 500 !important;
    font-family: Montserrat, sans-serif !important;
    opacity: 0.7 !important;
    text-transform: uppercase;
    font-size: 11px !important;
  }

  .hs-form-mellow-theme input:focus,
  .hs-form-mellow-theme select:focus,
  .hs-form-mellow-theme textarea:focus {
    outline: none !important;
    border-bottom-color: #fcd8d4 !important;
  }

  .hs-form-mellow-theme .hs-error-msg {
    color: #e53e3e !important;
    font-family: Montserrat, sans-serif !important;
    font-size: 11px !important;
    margin-top: 6px !important;
  }

  /* Estilo del Botón HubSpot */
  .hs-form-mellow-theme .hs-submit {
    margin-top: 20px !important;
    display: flex !important;
    justify-content: center !important;
  }

  .hs-form-mellow-theme .hs-button {
    background: #fcd8d4 !important;
    color: var(--Negro-azulado, #1d2126) !important;
    border: 1px solid #1d2126 !important;
    border-radius: 40px !important;
    padding: 14px 45px !important;
    font-family: Montserrat, sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    text-align: center !important;
    justify-content: center !important;
  }

  .hs-form-mellow-theme .hs-button:hover {
    background: #1d2126 !important;
    color: #fff !important;
  }
  /* Ajuste para pantallas menores a 1540px: imágenes más a los lados */
  @media (max-width: 1540px) {
    .contact-img-left {
      left: -120px !important;
      transform: translateX(-20%);
    }
    .contact-img-right {
      right: -120px !important;
      transform: translateX(20%);
    }
  }

  @media (max-width: 768px) {
    #contacto {
      .container {
        padding: 5px;
      }
    }
  }@media (max-width: 768px){#datos[data-astro-cid-lbgyfhw4]{.container{padding: 5px; padding-bottom: 200px;}}}#datos[data-astro-cid-lbgyfhw4]{min-height:auto}@media (min-width: 1024px){#datos[data-astro-cid-lbgyfhw4]{min-height:900px}}@media (min-width: 1024px){.datos__content[data-astro-cid-lbgyfhw4]{transform:translate(100px,-80px)}}:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
  .swiper-scrollbar-disabled > &,
  &.swiper-scrollbar-disabled {
    display: none !important;
  }
  .swiper-horizontal > &,
  &.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
  .swiper-vertical > &,
  &.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
  }
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Configuración del Scrollbar de Swiper */
  .galeria .swiper-scrollbar {
    background: #fcd8d4 !important; /* Color Crema de fondo */
    height: 8px !important;
    border-radius: 10px !important;
    max-width: 90% !important; /* Ancho del 90% solicitado */
    margin: 0 auto !important; /* Centrado solicitado */
    position: relative !important;
    bottom: 0px !important;
    left: 0 !important;
    margin-top: 40px !important; /* Separación de la galería */
  }

  .galeria .swiper-scrollbar-drag {
    background: #366978 !important; /* Color azul turquesa / dark blue */
    border-radius: 10px !important;
    cursor: grab;
  }.btn-diferencial[data-astro-cid-dn23ebit]{display:inline-flex;align-items:center;justify-content:center;color:var(--Negro-azulado, #1d2126);text-align:center;font-family:"Work Sans",sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:normal;border-radius:40px;border:1px solid var(--Negro-azulado, #1d2126);background:var(--Crema, #fcd8d4);padding:20px 45px;text-decoration:none;transition:all 0.3s ease;cursor:pointer;text-transform:uppercase}.btn-diferencial[data-astro-cid-dn23ebit]:hover{background:var(--Negro-azulado, #1d2126);color:#ffffff}@media (max-width: 768px){#diferencial[data-astro-cid-dn23ebit]{padding-bottom:20px;.container {padding: 5px;}}}@media (max-width: 768px){#video[data-astro-cid-7qzxku2k]{padding-left:0;padding-right:0;.container{padding: 0px; h2{padding-left: 20px; padding-right: 20px;}}}}.accordion-item[data-astro-cid-gpfpfizy].active .accordion-content[data-astro-cid-gpfpfizy]{max-height:200px}.accordion-item[data-astro-cid-gpfpfizy].active .accordion-icon[data-astro-cid-gpfpfizy]{transform:rotate(180deg)}#pasos[data-astro-cid-gpfpfizy]{padding-bottom:210px}@media (max-width: 768px){#pasos[data-astro-cid-gpfpfizy]{padding-top:100px;padding-bottom:50px}}#pasos[data-astro-cid-gpfpfizy]{padding-top:100px}@media (min-width: 768px) and (max-width: 1023px){#pasos[data-astro-cid-gpfpfizy]{padding-top:300px;padding-bottom:35px}}@media (min-width: 1024px){#pasos[data-astro-cid-gpfpfizy]{padding-top:400px;background-color:transparent}}.footer-card[data-astro-cid-sz7xmlte]{min-height:591px}@media (max-width: 767px){.footer-card[data-astro-cid-sz7xmlte]{padding:10px}}