      #carouselFotos .carousel-inner img {
        height: 600px;
        object-fit: cover;
      }

      @media (max-width: 767px) {
        #carouselFotos .carousel-inner img {
          height: 220px;
        }
      }

      body {
        background: #f6fff7;
      }

      .hero {
        background: url("img1.jpg") center/cover no-repeat;
        color: #fff;
        min-height: 65vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-shadow: 0 2px 8px #0006;
        position: relative;
      }

      .hero::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, #0005 0, #0002 80%, #0000 100%);
        z-index: 1;
      }

      .hero-content {
        position: relative;
        z-index: 2;
      }

      .galeria img {
        border-radius: 12px;
        object-fit: cover;
        width: 100%;
        height: 220px;
      }

      .icono {
        font-size: 2.1em;
        color: #347147;
        margin-bottom: 8px;
      }

      .pet-friendly-badge {
        background: #347147;
        color: #fff;
        border-radius: 50px;
        padding: 6px 16px;
        font-size: 1.2em;
        display: inline-block;
      }

      .whatsapp-btn {
        background: #25d366;
        color: #fff;
        border: none;
        padding: 12px 30px;
        border-radius: 25px;
        font-size: 1.2em;
        transition: 0.2s;
        text-decoration: none;
      }

      .whatsapp-btn:hover {
        background: #1bb851;
        color: #fff;
      }

      .footer {
        background: #e8f5e9;
        color: #444;
        padding: 25px 0;
      }

      .social a {
        margin: 0 10px;
        font-size: 1.6em;
        color: #347147;
        text-decoration: none;
      }

      .social a:hover {
        color: #185c2e;
      }

      .map-responsive {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
      }

      .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
      }

      .tarifa-card {
        background: #fff3e6;
        border-radius: 12px;
        box-shadow: 0 2px 10px #0001;
      }

      .carousel-inner img {
        object-fit: cover;
        height: 350px;
      }

      @media (max-width: 767px) {
        .hero {
          min-height: 40vh;
          background-position: center 20%;
        }

        .galeria img {
          height: 120px;
        }

        .carousel-inner img {
          height: 200px;
        }
      }

      .tarifa-card {
        background: #fff8f3;
        border-radius: 20px;
        box-shadow: 0 6px 24px #0001;
        padding: 40px 30px 35px 30px !important;
        border: 1px solid #ffe0b2;
        transition: box-shadow 0.25s;
        position: relative;
        overflow: hidden;
      }

      .tarifa-card h3 {
        font-weight: 800;
        letter-spacing: 0.5px;
      }

      .tarifa-badge {
        display: inline-block;
        background: #e8f5e9;
        color: #347147;
        border-radius: 25px 0 25px 0;
        padding: 8px 26px;
        font-weight: bold;
        font-size: 1.1em;
        margin-bottom: 12px;
        letter-spacing: 1px;
        box-shadow: 0 2px 8px #0001;
      }

      .tarifa-col {
        background: #fff;
        border-radius: 14px;
        padding: 20px 12px;
        margin-bottom: 8px;
        box-shadow: 0 2px 12px #0001;
        border: 1px solid #f6ecd8;
        min-height: 170px;
        transition: transform 0.18s;
      }

      .tarifa-col:hover {
        transform: translateY(-6px) scale(1.025);
        box-shadow: 0 6px 24px #0002;
        border: 1.5px solid #aee571;
      }

      .tarifa-col .fw-bold {
        font-size: 1.12em;
      }

      .tarifa-col ul {
        margin-top: 12px;
      }

      .tarifa-col li {
        font-size: 1.1em;
        margin-bottom: 4px;
        padding-left: 0.3em;
      }

      .price-main {
        color: #188638;
        font-weight: bold;
      }

      .price-main2 {
        color: #ff9300;
        font-weight: bold;
      }

      .whatsapp-btn {
        background: linear-gradient(90deg, #25d366, #47d164 80%);
        color: white !important;
        border-radius: 30px;
        padding: 14px 34px;
        font-size: 1.16em;
        font-weight: 600;
        box-shadow: 0 4px 18px #34b98042;
        border: none;
        transition: 0.18s;
        margin-top: 14px;
      }

      .whatsapp-btn:hover {
        background: #17ae5f !important;
        color: #fff !important;
        box-shadow: 0 2px 14px #34b98064;
        transform: translateY(-2px) scale(1.04);
      }

      @media (max-width: 768px) {
        .tarifa-card {
          padding: 18px 7px !important;
        }

        .tarifa-col {
          padding: 15px 8px;
          min-height: unset;
        }
      }

      .lugares-card {
        background: #fff;
        border-radius: 18px;
        box-shadow: 0 3px 14px #0001;
        padding: 35px 26px 30px 26px;
        border-left: 7px solid #55b16c;
        min-height: 260px;
        margin-bottom: 15px;
      }

      .lugares-titulo {
        font-weight: 700;
        font-size: 1.35em;
        letter-spacing: 0.5px;
        color: #347147;
        display: flex;
        align-items: center;
        gap: 9px;
      }

      .lugares-titulo i {
        color: #ffa800;
        font-size: 1.3em;
        margin-right: 2px;
      }

      .lugares-badge {
        display: inline-block;
        background: #e8f5e9;
        color: #347147;
        border-radius: 10px;
        padding: 2px 12px;
        font-weight: 600;
        margin-bottom: 2px;
        margin-right: 4px;
        font-size: 0.98em;
      }

      .lugares-badge.orange {
        background: #fffbe8;
        color: #ff9300;
      }

      .lugares-card ul {
        padding-left: 0;
        list-style: none;
      }

      .lugares-card li {
        margin-bottom: 7px;
        font-size: 1.09em;
        display: flex;
        align-items: flex-start;
      }

      .lugares-card li i {
        color: #5dc779;
        margin-right: 10px;
        font-size: 1em;
      }

      .lugares-desc {
        color: #888;
        font-size: 0.98em;
        margin-top: 14px;
        margin-left: 3px;
      }

      .map-responsive {
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        height: 0;
        border-radius: 18px;
        box-shadow: 0 3px 16px #0002;
        border: 1px solid #f1eedd;
      }

      .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        border-radius: 18px;
      }

      @media (max-width: 991px) {
        .lugares-card {
          padding: 18px 7px 20px 12px;
        }

        .map-responsive {
          margin-top: 18px;
        }
      }

      .pago-terminos-card {
        background: #fff;
        border-radius: 18px;
        box-shadow: 0 4px 18px #0001;
        padding: 32px 28px 28px 28px;
        min-height: 250px;
        margin-bottom: 10px;
        border-left: 7px solid #55b16c;
        position: relative;
        transition: box-shadow 0.2s, transform 0.18s;
      }

      .pago-terminos-card:hover {
        box-shadow: 0 6px 28px #34714726;
        transform: scale(1.025) translateY(-5px);
      }

      .pago-titulo {
        font-weight: 700;
        font-size: 1.18em;
        color: #3a7451;
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 17px;
      }

      .pago-titulo i {
        color: #51cf66;
        font-size: 1.32em;
      }

      .pago-terminos-card ul {
        list-style: none;
        padding-left: 0;
        margin: 0;
      }

      .pago-terminos-card li {
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        font-size: 1.05em;
      }

      .pago-terminos-card li i {
        margin-right: 10px;
        color: #ffb12a;
        font-size: 1.1em;
        opacity: 0.7;
      }

      .pago-terminos-card .bank {
        color: #1c5e4a;
        font-weight: bold;
      }

      .pago-terminos-card .pay {
        color: #16a34a;
        font-weight: 600;
      }

      .pago-terminos-card .owner {
        color: #347147;
        font-weight: 500;
      }

      @media (max-width: 991px) {
        .pago-terminos-card {
          padding: 18px 8px 15px 13px;
        }
      }
      .lightbox {
        display: none;
        position: fixed;
        z-index: 10000;
        left: 0;
        top: 0;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.85);
        align-items: center;
        justify-content: center;
        text-align: center;
      }
      .lightbox.active {
        display: flex;
      }
      .lightbox img {
        max-width: 90vw;
        max-height: 80vh;
        box-shadow: 0 8px 36px #000a;
        border-radius: 12px;
        margin: auto;
      }
      .lightbox-close {
        position: absolute;
        top: 26px;
        right: 38px;
        color: #fff;
        font-size: 2.8em;
        cursor: pointer;
        font-weight: bold;
        z-index: 11000;
        text-shadow: 0 3px 14px #000c;
      }
      .galeria img {
        cursor: pointer;
        transition: transform 0.15s;
      }
      .galeria img:hover {
        transform: scale(1.045) translateY(-2px);
        box-shadow: 0 3px 16px #0001;
      }
      .lightbox-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #fff;
        font-size: 3em;
        cursor: pointer;
        z-index: 11001;
        user-select: none;
        padding: 0 16px;
        background: rgba(0, 0, 0, 0.14);
        border-radius: 0.3em;
        transition: background 0.15s;
      }
      .lightbox-arrow:hover {
        background: rgba(0, 0, 0, 0.38);
      }
      .lightbox-arrow-left {
        left: 25px;
      }
      .lightbox-arrow-right {
        right: 25px;
      }