button {
  outline: none;
  border: none;
}

/* ··· zzSitesElement_Description_Section ··· */
.zzSitesElement_Description_Section {
  margin: 0 0 3rem 0;
}

.zzSitesElementMain {
  text-align: justify;
}
.zzSitesElement {
  margin-bottom: 1rem;
  background-color: #d1c26233;
  padding: 0;
  border: 1px solid #d1c26233;
  border-radius: 5px;
}
.zzSitesElement img {
  margin: 0;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .zzSitesElementMain {
    text-align: left;
  }
  .zzSitesElement img {
    margin-top: 5px;
    width: 100%;
    height: 150px;
    object-fit: cover;
  }
}
.zzSitesElementContent {
  padding: 10px 15px;
  background-color: #395b50;
}
.zzSitesElementName {
  color: #ffffff;
  font-family: "Parkinsans", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.81rem;
  line-height: 2.8rem;
  font-weight: 600;
  margin: 0;
}
.zzSitesElementPoblacion {
  color: #ffffff;
  font-family: "Caveat", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.81rem;
  line-height: 2.2rem;
  font-weight: 400;
  margin: 0;
}
.zzSitesElementUbicacion {
  color: #ffffff;
  font-family: "Parkinsans", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.01rem;
  line-height: 1.4rem;
  font-weight: 400;
  margin: 0;
}
.zzSitesElementDescription {
  color: #ffffff;
  display: block;
  font-size: 1.41rem;
  line-height: 22.4px;
  padding: 0;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.zzSitesElementDescription,
.zzSitesElementDescription p,
.zzSitesElementDescription strong,
.zzSitesElementDescription p strong {
  font-size: 1.4rem;
}
.zzSitesElementBlockText {
  margin-left: 10px;
  margin-right: 10px;
}
.zzSitesElementBlockButton {
  position: fixed;
  bottom: -10px;
  width: 95%;
  left: 50%;
  transform: translateX(-50%);
}
.jlinkContact a:visited {
  color: inherit;
}
.jsitesMore {
  color: #ee9800;
  font-size: 1.6rem;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .jsitesMore {
    font-size: 2.2rem;
  }
}
.zzSitesElementBack a {
  color: #ee9800;
  font-size: 1.6rem;
  cursor: pointer;
}

#jsiteForm hr {
  border-top: 1px solid #bbbbbb;
}

/* OOOOOOOOOOOOOOOOOOOO zzSitesElement OOOOOOOOOOOOOOOOOOOO */

/* ··· zzSitesElement_Banner_Section ··· */
.zzSitesElement_Banner_Section {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Banner_ImagenContainer {
    height: 40vh;
  }
  .zzSitesElement_Banner_Imagen img {
    height: 40vh;
    object-fit: cover;
  }
  
}

.zzSitesElement_Banner_ImagenContainer {
  position: relative;
  height: 75vh;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Banner_ImagenContainer {
    height: 60vh;
  }
}
.zzSitesElement_Banner_Imagen img {
  position: relative;
  width: 100%;
  height: 700px;
  height: calc(100vh - 16rem);
  object-fit: cover;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Banner_Imagen img {
    height: 60vh;
  }
}
.zzSitesElement_Banner_Imagen::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 600px;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to top, RGB(0, 0, 0), RGB(0, 0, 0, 0.01));
}

.zzSitesElementDescuentoTexto {
  position: absolute;
  height: 65px;
  top: 30px;
  left: 0;
  padding: 10px 30px 10px 30px;
  color: #395b50;
  background-color: #d1c262;
}
.zzSitesElementDescuentoTexto br {
  margin: 0;
}
.zzSitesElementDescuentoTexto:after {
  content: "";
  width: 15px;
  height: 65px;
  top: 0;
  position: absolute;
  left: 99%;
  background-image: url(../images/labelYE.png);
  background-size: 15px 65px;
}
.zzSitesElement_Banner_TextoContainer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Banner_TextoContainer {
    margin: 0 0 10px 0;
    padding: 0 0 0 10px;
  }
}
.zzSitesElement_Banner_Name {
  color: #bdd4e8;
  margin: 0 0 15px 0;
}
.zzSitesElement_Banner_Precio {
  font-family: "Parkinsans";
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Banner_Precio {
    font-family: "Parkinsans";
    font-weight: 600;
    font-size: 1.81rem;
    color: var(--green-color);
    margin: 0 0 5px 0;
  }
}
.zzSitesElement_Banner_Paw {
  height: 25px;
  margin: 0 5px 15px 0;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Banner_Paw {
    height: 20px;
    margin: 0 5px 10px 0;
  }
}
.zzSitesElement_Banner_RecommendedIcon {
  height: 28px;
  margin: 0 10px -5px 30px;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Banner_RecommendedIcon {
    height: 22px;
    margin: 0 5px -5px 20px;
  }
}
.zzSitesElement_Banner_RecommendedText {
  font-size: 1.81rem;
  color: #d1c262;
  margin: 5px 0 0 0;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Banner_RecommendedText {
    font-size: 1.61rem;
    margin: 2.5px 0 0 0;
  }
}
.zzSitesElement_Banner_Info1 {
  color: #9dafc0;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Banner_Info1 {
    font-size: 1.81rem;
    margin: 0 0 10px 0;
  }
}

.zzSitesElement_Banner_Services1 {
  margin: 0 0 15px 0;
}
.zzSitesElement_Banner_Services1_Item {
  background-color: #395b50;
  color: #ffffff;
  margin: 0 7px 15px 0;
  padding: 6px 12px 7px 12px;
  border-radius: 50px;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Banner_Services1_Item {
    margin: 0 5px 12px 0;
    padding: 6px 10px;
    font-size: 1.31rem;
  }
}
.zzSitesElement_Banner_Services2_Item {
  background-color: #d1c262;
  color: #395b50;
  margin: 0 7px 15px 0;
  padding: 6px 12px 7px 12px;
  border-radius: 50px;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Banner_Services2_Item {
    margin: 0 5px 12px 0;
    padding: 6px 10px;
    font-size: 1.31rem;
  }
}
.zzSitesElement_Banner_Services2_Icon {
  height: 20px;
  margin-bottom: -4px;
}
.zzSitesElement_Banner_Services3_Wrap {
  display: block;
  width: 100%;
}

.zzSitesElement_Banner_Services3_ScrollBtn {
  display: none;
}

@media only screen and (max-width: 991px) {
  .zzSitesElement_Banner_Services3_Wrap {
    display: flex;
    gap: 0.35rem;
    width: 100%;
  }

  .zzSitesElement_Banner_Services3_Wrap.is-services3-scrollable .zzSitesElement_Banner_Services3_ScrollBtn {
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 50%;
    background: var(--yellow-color);
    color: #395b50;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(57, 91, 80, 0.25);
    -webkit-tap-highlight-color: transparent;
  }

  .zzSitesElement_Banner_Services3_Wrap.is-services3-scrollable .zzSitesElement_Banner_Services3_ScrollBtn svg {
    width: 1.75rem;
    height: 1.75rem;
  }

  .zzSitesElement_Banner_Services3_Wrap.is-services3-scrollable .zzSitesElement_Banner_Services3_ScrollBtn:focus-visible {
    outline: 2px solid #395b50;
    outline-offset: 2px;
  }

  .zzSitesElement_Banner_Services3_Wrap.is-services3-scrollable .zzSitesElement_Banner_Services3_ScrollBtn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
    box-shadow: none;
  }
}

.zzSitesElement_Banner_Services3 {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 1rem;
}

@media only screen and (max-width: 991px) {
  .zzSitesElement_Banner_Services3 {
    flex: 1;
    min-width: 0;
    gap: 0.2rem;
    flex-wrap: nowrap;
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: var(--yellow-color) #e3e3e3;
  }

  .zzSitesElement_Banner_Services3::-webkit-scrollbar {
    height: 8px;
  }

  .zzSitesElement_Banner_Services3::-webkit-scrollbar-track {
    background: #e3e3e3;
    border-radius: 99px;
  }

  .zzSitesElement_Banner_Services3::-webkit-scrollbar-thumb {
    background-color: var(--yellow-color);
    border-radius: 99px;
  }

  .zzSitesElement_Banner_Services3_Item {
    flex-shrink: 0;
    font-size: 1.21rem;
    text-wrap: nowrap;
    padding: 0.2rem 0.5rem;
  }
}

.zzSitesElement_Banner_Services3_Item {
  background-color: #ffffff;
  color: #395b50;
  border: 1px solid #395b50;
  padding: 0.4rem 1rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

@media only screen and (max-width: 991px) {
  .zzSitesElement_Banner_Services3_Item {
    background-color: #ede7c0;
    border: none;
    /* margin: 0 5px 12px 0; */
    padding: 6px 10px;
    font-size: 1.21rem;
  }
}
.zzSitesElement_Banner_Services3_Icon {
  height: 20px;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Banner_Services3_Icon {
    height: 15px;
    margin-bottom: -4px;
  }
}

.zzSitesElement_Banner_MobileOnly {
  width: 100%;
}

.mobile-banner-slider-wrap {
  position: relative;
  width: 100%;
  background: #f3f6f9;
}

.mobile-banner-slider-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.mobile-banner-slider-track::-webkit-scrollbar {
  display: none;
}

.mobile-banner-slide {
  min-width: 100%;
  scroll-snap-align: start;
}

.mobile-banner-slide-image {
  display: block;
  width: 100%;
  height: 52vh;
  min-height: 320px;
  max-height: 560px;
  object-fit: cover;
}

.mobile-banner-counter {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(17, 24, 39, 0.72);
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  backdrop-filter: blur(2px);
}

/* ··· zzSitesElement_Slider_Section ··· */
.zzSitesElement_Slider_Section {
  width: 100%;
  margin: 5px 0;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Slider_Section {
    margin: 5px 0;
    padding: 0;
  }
}
.zzSitesElement_Slider_Container {
  height: 250px;
}
.zzSitesElement_Slider_Container .slider {
  height: 250px;
}
.zzSitesElement_Slider_Container .slick-list {
  height: 250px;
}
.zzSitesElement_Slider_Container .slick-prev {
  left: 25px;
  display: none !important;
}
.zzSitesElement_Slider_Container .slick-next {
  right: 25px;
  display: none !important;
}
.zzSitesElement_Slider_Section .slider-nav .slick-slide img {
  width: 100%;
  padding: 5px;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

/* ··· zzSitesElement_Plans_Section ··· */
.zzSitesElement_Plans_Section {
  width: 100%;
  margin: 1vh 0 5vh 0;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Plans_Section {
    padding: 0;
    margin: 20px 0 0 0;
  }
}
.zzSitesElement_Plans_Container {
  width: 100%;
}
.zzSitesElement_Plans_Titulo {
  margin-bottom: 15px;
}
.zzSitesElement_Plans_Item {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 20px;
}
.zzSitesElement_Plans_Icon {
  height: 30px;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Plans_Icon {
    height: 30px;
  }
}
.zzSitesElement_Plans_Text,
.zzSitesElement_Plans_Text * {
  margin-top: 2px;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Plans_Text,
  .zzSitesElement_Plans_Text * {
    margin-top: 0px;
  }
  .zzSitesElement_Plans_Text br {
    margin-top: 0px;
  }
}

/* ··· zzSitesElement_Map_Section ··· */
.zzSitesElement_Map_Section {
  width: 100%;
  margin: 1vh 0 5vh 0;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Map_Section {
    padding: 0;
  }
}
.zzSitesElement_Map {
  width: 100%;
  height: 450px;
  border: none;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Map {
    height: 250px;
  }
}

/* ··· zzSitesElement_Services_Section ··· */
.zzSitesElement_Services_Section {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 20px 0 70px 0;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Services_Section {
    padding: 0 0 5rem 0;
  }
}
.zzSitesElement_Services_Container {
  position: relative;
}
.zzSitesElement_Services_Image {
  position: absolute;
  top: -75px;
  left: -120px;
  height: 100px;
}
.zzSitesElement_Services_Text {
  margin-top: 7px;
}
.zzSitesElement_Services_Tick {
  margin-top: 7px;
  font-size: 2.01rem;
  font-weight: 600;
  color: #d1c262;
  line-height: 14px;
}

/* ··· zzSitesElement_Otros_Section ··· */
.zzSitesElement_Otros_Section {
  width: 100%;
  margin: 0 0 5vh;
  padding: 50px 0;
  background-color: #ebf2f8;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Otros_Section {
    padding: 20px 0;
  }
}
.zzSitesElement_Otros_Slider_Container {
  padding: 0;
}
.zzSitesElement_Otros_Titulo {
  margin-bottom: 15px;
}
.zzSitesElement_Otros_Slider_Container .slick-slide {
  width: 100%;
  padding: 5px;
  height: 399px;
}
.zzSitesElement_Otros_Slider_SlideImage {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.zzSitesElement_Otros_Slider_Image_Container {
  position: relative;
}
.zzSitesElement_Otros_Slider_SlideImage {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.zzSitesElement_Otros_Slider_SlideImage {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.zzSitesElement_Otros_Slider_TextInside1 {
  position: absolute;
  height: 20px;
  font-weight: 500;
  top: 24px;
  left: 0;
  color: #395b50;
  padding: 2px 12px 2px 8px;
  background-color: #d1c362;
  border-radius: 0 15px 15px 0;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Otros_Slider_TextInside1 {
    height: 22px;
  }
}
.zzSitesElement_Otros_Slider_TextInside2 {
  position: absolute;
  height: 20px;
  font-weight: 500;
  top: 50px;
  left: 0;
  color: #395b50;
  padding: 2px 2px 2px 8px;
  background-color: #ffffff;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Otros_Slider_TextInside2 {
    height: 22px;
  }
}
.zzSitesElement_Otros_Slider_TextInside2:after {
  content: "";
  width: 10px;
  height: 20px;
  top: 0;
  position: absolute;
  left: 99%;
  background-image: url(../images/labelWH.png);
  background-size: 10px 20px;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Otros_Slider_TextInside2:after {
    height: 22px;
    background-size: 10px 22px;
  }
}
.zzSitesElement_Otros_Slider_TextInside3 {
  position: absolute;
  font-weight: 600;
  bottom: 20px;
  left: 20px;
  color: #ffffff;
  padding: 0 5px;
  text-shadow: 2px 2px 7px rgba(0, 0, 0, 0.9);
}
.zzSitesElement_Otros_Slider_TextHover {
  display: none;
  position: absolute;
  font-weight: 400;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 153px;
  color: #ffffff;
  background-color: #395b50;
  border-radius: 0 0 15px 15px;
  padding: 10px 10px 5px 10px;
  line-clamp: 9;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.zzSitesElement_Otros_Slider_SlideText {
  position: relative;
  display: block;
  height: 153px;
  text-align: left;
  width: 100%;
  padding: 10px;
  background-color: #bdd4e8;
  border-radius: 0 0 15px 15px;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Otros_Slider_SlideText {
    margin-top: 0px;
  }
}
.zzSitesElement_Otros_Slider_SlideText1 {
  display: block;
  color: #000000;
  font-family: "Parkinsans";
  font-weight: 600;
  padding: 0;
  margin: 0;
}
.zzSitesElement_Otros_Slider_SlideText2 {
  display: block;
  color: #000000;
  font-family: "Caveat";
  font-weight: 400;
  padding: 0;
  margin: 0 0 10px 0;
}
.zzSitesElement_Otros_Slider_SlideLast {
  position: absolute;
  width: 97%;
  bottom: 10px;
}
.zzSitesElement_Otros_Slider_SlideText span {
  font-size: 12px;
}
.zzSitesElement_Otros_Slider_SlideText:after {
  content: "";
  height: 250px;
  vertical-align: bottom;
}
.zzSitesElement_Otros_Slider_SlideIcon {
  height: 20px;
  margin-right: 5px;
}
.zzSitesElement_Otros_Slider_SlideIcon:last-child {
  margin-right: 10px;
}

.new-slider {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}

.new-slider-images-wrap {
  position: relative;
  width: 100%;
}

.new-slider-images {
  display: flex;
  overflow-x: auto;
  scrollbar-color: #cbbb57 #fff;
  gap: 10px;
}

.new-slider-image {
  object-fit: cover;
  height: 300px;
  min-width: 450px;
}

.new-slider-scrollbar {
  display: none;
}

.services3-scrollbar {
  display: none;
}

@media screen and (max-width: 991px) {
  .new-slider {
    display: none;
  }

  .new-slider-image {
    height: 150px;
    width: 49vw;
  }
  .new-slider-images {
    gap: 5px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .new-slider-images::-webkit-scrollbar {
    display: none;
  }

  .new-slider {
    padding-top: 5px;
  }

  .new-slider-images-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(
      to left,
      rgba(255, 255, 255, 0.95),
      rgba(255, 255, 255, 0)
    );
  }

  .new-slider-scrollbar {
    display: block;
    height: 6px;
    margin-top: 0;
    border-radius: 99px;
    background: #e3e3e3;
    overflow: hidden;
  }

  .new-slider-scrollbar-thumb {
    display: block;
    height: 100%;
    width: 36px;
    border-radius: 99px;
    background: #cbbb57;
    transform: translateX(0);
    transition: transform 120ms linear;
  }

  .new-slider-scrollbar.is-hidden {
    display: none;
  }

  .services3-scrollbar {
    display: block;
    height: 6px;
    margin: 2px 12px 10px 12px;
    border-radius: 99px;
    background: #e3e3e3;
    overflow: hidden;
  }

  .services3-scrollbar-thumb {
    display: block;
    height: 100%;
    width: 36px;
    border-radius: 99px;
    background: #cbbb57;
    transform: translateX(0);
    transition: transform 120ms linear;
  }

  .services3-scrollbar.is-hidden {
    display: none;
  }
}

.action-buttons-desktop {
  display: flex;
}

@media only screen and (max-width: 991px) {
  .action-buttons-desktop {
    display: none;
  }
}

.zzButton.jReservationSheetOpen {
  background-color: #395b50;
  color: #fff;
  border: 1px solid #395b50;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.zzButton.jReservationSheetOpen:hover,
.zzButton.jReservationSheetOpen:focus {
  background-color: #325146;
  color: #fff;
  border-color: #395b50;
}

.floating-action-buttons-container {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #d1c262;
  background-color: #fff;
  box-shadow: 0 -4px 12px 0 rgba(0, 0, 0, 0.4);
  z-index: 9999;
  gap: 10px;
  display: grid;
  padding-bottom: env(safe-area-inset-bottom, 0px);
}

.floating-action-button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  background-color: #395b50;
  color: #fff;
  font-size: 1.61rem;
  font-weight: 600;
  text-decoration: none;
  border-right: 1px solid #d1c262;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  &:hover {
    background-color: #d1c262;
  }
}

.floating-action-info {
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.floating-action-title {
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
  color: #395b50;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.floating-action-subtitle {
  margin: 2px 0 0 0;
  font-size: 12px;
  line-height: 1.2;
  color: #7a7a7a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.floating-action-meta {
  margin: 2px 0 0 0;
  font-size: 11px;
  line-height: 1.2;
  color: #8e8e8e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.floating-action-price {
  margin: 4px 0 0 0;
  font-size: 13px;
  line-height: 1.1;
  color: #cbbb57;
  font-weight: 700;
}

@media (max-width: 480px) {
  .floating-action-buttons-container {
    padding: 8px 10px;
    gap: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .floating-action-buttons-container-inner {
    gap: 6px;
    grid-column: span 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .floating-action-title {
    font-size: 14px;
  }
  .floating-action-price {
    font-size: 12px;
  }
  .floating-action-buttons-container-inner .zzButton {
    font-size: 12px;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .floating-action-buttons-container-inner .jReservationSheetOpen {
    width: 100%;
    font-family: inherit;
    cursor: pointer;
  }
}

/* ··· zzSitesElement_Description_Section ··· */
.zzSitesElement_Description_Section {
  width: 100%;
  margin: 5vh 0;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Description_Section {
    padding: 0 0 2rem 0;
    margin: 0 !important;
  }
}
.zzSitesElement_Description_BlockText {
  padding-right: 50px;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Description_BlockText {
    padding: 10px;
  }
}
.zzSitesElement_Description_BlockText p {
  font-size: 1.61rem;
  line-height: 2.1rem;
  margin-bottom: 0.5rem;
}
.zzSitesElement_Description_BlockText a {
  text-decoration: underline;
}
/* Descripción: tope ~12 líneas (mismo line-height que los <p> del bloque: 2.1rem) */
.zzSitesElement_Description_ClampInner.is-collapsed {
  max-height: calc(12 * 2.1rem);
  overflow: hidden;
}
.zzSitesElement_Description_ClampInner.is-expanded {
  max-height: none;
  overflow: visible;
}
.zzSitesElement_Description_MoreBtn {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0;
  border: none;
  background: none;
  color: #395b50;
  font-size: 1.61rem;
  line-height: 2.1rem;
  text-decoration: underline;
  cursor: pointer;
  font-family: inherit;
}
.zzSitesElement_Description_MoreBtn:hover,
.zzSitesElement_Description_MoreBtn:focus {
  color: #2d483f;
  background-color: transparent;
}
.zzSitesElement_Description_MoreBtn:focus {
  outline: 2px solid #395b50;
  outline-offset: 2px;
}
.zzSitesElement_Description_Name {
  color: #395b50;
  font-weight: 600;
  margin-bottom: 20px;
}

.site-info-container {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

.zzSitesElement_Description_SidebarBlock {
  padding: 1.5rem;
  border-radius: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem;
}

@media only screen and (max-width: 991px) {
  .zzSitesElement_Description_SidebarBlock {
    margin-top: 10px;
  }
}
.zzSitesElement_Description_Icono1 {
  margin: 7px 0 25px 0;
  height: 18px;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Description_Icono1 {
    margin: 7px 0 15px 0;
    height: 18px;
  }
}
.zzSitesElement_Description_Icono2 {
  margin: 2px 0 16px 0;
  height: 16px;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Description_Icono2 {
    margin: 3px 0 20px 0;
    height: 16px;
  }
}
.zzSitesElement_Description_IconoTexto {
  margin: 5px;
  line-height: 1;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Description_IconoTexto {
    margin: 8px 0;
    font-size: 1.41rem;
  }
}

.zzSitesElement_Description_WebButton {
  margin: 0 10px 16px 0;
}

@media only screen and (max-width: 991px) {
  .zzSitesElement_Description_WebButton {
    margin: 0;
  }
}

.zzSitesElement_Description_FormButton {
  margin: 0 10px 16px 0;
}

.location-info {
  display: flex;
  gap: 3px;
}

.card_info_title {
  color: #325146;
  font-weight: 550;
  font-size: 1.7rem;
}

.book_button {
  background: #325146;
  padding: 10px 20px;
  color: #fff;
  border-radius: 50px;
  border: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.book_button:hover {
  background: #2d5e3b;
}

.zzSitesElement_Description_WhatsappButton {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 25px;
  gap: 5px;
  border: 1px solid #c2bcb8 !important;
  color: #3a3b36 !important;
  /*agregar sombra alrededor*/
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.whatsapp-icon {
  color: #199f4f;
}

.phone-buttons-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

.phone-buttons-container .col-span-2 {
  grid-column: span 2;
}

.zzSitesElement_Description_WhatsappButton_mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 25px;
  height: 100%;
  gap: 5px;
  background-color: #25d366 !important;
  border: 1px solid #1fb85b !important;
  color: #ffffff !important;
}

.zzSitesElement_Description_CallButton_mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 25px;
  gap: 5px;
  background-color: #d1c262 !important;
  border: 1px solid #d1c262 !important;
  color: #ffffff !important;
}

.zzSitesElement_Description_WhatsappButton:hover {
  background: rgba(186, 180, 175, 0.1) !important;
}

.call_button {
  background-color: var(--yellow-color);
  color: var(--green-color);
  border: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin: 0 auto;
}
.call_button:hover {
  background: var(--yellow-color-hover);
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Description_WhatsappButton {
    margin: 0;
  }
}

/* ··· zzSitesElement_Club_Section ··· */
.zzSitesElement_Club_Section {
  position: relative;
  width: 100%;
  margin: 5rem 0;
  padding: 5rem 0 6rem 0;
  background-color: #d1c36266;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Club_Section {
    padding: 2rem 0 1rem 0;
    margin: 0;
  }
}
.zzSitesElement_Club_Image {
  position: absolute;
  top: 20px;
  right: 0;
  height: 300px;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Club_Image {
    display: none;
  }
}
.zzSitesElement_Club_Titulo {
  margin-bottom: 15px;
}
.zzSitesElement_Club_Descuento {
  font-family: "Parkinsans";
  font-size: 2.71rem;
}
.zzSitesElement_Club_Descuento_No {
  display: block;
  padding: 30px 0 50px 0;
}
.zzSitesElement_Club_Descuento_Si {
  display: block;
  padding: 30px 0 50px 0;
}
.zzSitesElement_Club_Descuento_Si * {
  background-color: transparent !important;
}
.zzSitesElement_Club_Buttons {
  padding: 25px 0 0 0;
}
@media only screen and (max-width: 991px) {
  .zzSitesElement_Club_Buttons {
    padding: 25px 0 50px 0;
  }
}
.zzSitesElement_Club_Button {
  margin-right: 30px;
}

.zzModal_Book_Container {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .zzModal_Book_Container {
    align-items: flex-end;
  }

  .zzModal_Book_Form_Buttons .zzButton {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#zzModal_Book {
  width: 800px;
  height: fit-content;
  border-radius: 30px;
  position: relative;
}

.zzModal_Book_Content_Header {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  #zzModal_Book {
    width: 100%;
    height: 80%;
    max-height: 80%;
    overflow-y: auto;
    padding: 0;
    border-radius: 30px 30px 0 0;
  }
  #zzModal_Book .modal-content {
    width: 100%;
    height: auto;
    overflow-y: auto;
  }
}

.zzModal_Book_Close_Icon {
  height: 40px;
}

.zzModal_Book_Content {
  background-color: #bdd4e8 !important;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
  justify-content: center;
  padding: 3rem;
}

@media only screen and (max-width: 991px) {
  .zzModal_Book_Content {
    padding: 1rem;
  }
}

.zzModal_Book_Titulo {
  font-family: "Caveat" !important;
  font-weight: 600;
  color: #395b50;
  text-align: center;
  margin-bottom: 50px;
}
.zzModal_Book_Form .input-field {
  margin: 5px 0;
  padding: 0 10px;
}
.zzModal_Book_Form label {
  background-color: transparent !important;
  color: #395b50 !important;
  font-size: 1.21rem !important;
  height: 35px !important;
  padding: 0 !important;
  margin: -3px 0 0 0 !important;
  -webkit-transform: translateY(-14px) !important;
  transform: translateY(-14px) !important;
  -webkit-transform-origin: 0 0 !important;
  transform-origin: 0 0 !important;
}
.input-field > label:not(.label-icon) {
  padding: 0 0 0 5px !important;
}

.zzModal_Book_Form input[type="text"],
.zzModal_Book_Form input[type="number"],
.zzModal_Book_Form input[type="password"] {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  border: 1px solid #395b50 !important;
  border-radius: 15px !important;
  background-color: #d1e1ef !important;
  box-shadow: none !important;
  color: #000000 !important;
  min-height: 35px;
  height: auto !important;
  outline: none !important;
  margin: 0 0 15px 0 !important;
  padding: 7px 10px;
  field-sizing: content;
  width: 100% !important;
  font-size: 1.75rem !important;
}

.zzModal_Book_FormTextarea {
  -webkit-box-sizing: border-box !important;
  resize: none;
  box-sizing: border-box !important;
  border: 1px solid #395b50 !important;
  border-radius: 15px !important;
  background-color: #d1e1ef !important;
  box-shadow: none !important;
  color: #000000 !important;
  outline: none !important;
  margin: 0 0 15px 0 !important;
  height: auto !important;
  max-height: 200px;
  padding: 10px;
  field-sizing: content;
  width: 100% !important;
  font-size: 1.5rem !important;
}

.zzModal_Book_Form textarea.materialize-textarea {
  width: 100% !important;
}
.zzModal_Book_Form input[type="text"].ok,
.zzModal_Book_Form input[type="number"].ok,
.zzModal_Book_Form input[type="password"].ok,
.zzModal_Book_Form textarea.materialize-textarea.ok {
  border-bottom: 3px solid green !important;
}
.zzModal_Book_Form input[type="text"].error,
.zzModal_Book_Form input[type="number"].error,
.zzModal_Book_Form input[type="password"].error,
.zzModal_Book_Form textarea.materialize-textarea.error {
  border-bottom: 3px solid red !important;
}
.zzModal_Book_Form #fsi_imok_authoritation {
  width: auto;
}
.zzModal_Book_Form #fsi_btsend {
  margin-top: 20px;
}
.zzModal_Book_Form #fsi_btsend.disabled {
  background-color: #bbbbbb !important;
  color: #888888 !important;
  text-decoration: line-through !important;
}
.zzModal_Book_Form .jImOK {
  margin-left: 5px !important;
}
.zzModal_Book_Form .collapsible {
  border-radius: 5px;
  border: none;
  box-shadow: none;
}
.zzModal_Book_Form .collapsible-header {
  line-height: 1.5;
  padding: 0 0 10px 0;
  background-color: transparent;
  color: #395b50;
  width: auto;
  border: none;
  border-radius: 5px;
}
@media only screen and (max-width: 991px) {
  .zzModal_Book_Form .collapsible-header {
    font-size: 1.1rem;
  }
}

.zzModal_Book_Form .collapsible-body {
  background-color: #d1e1ef;
  color: #395b50;
  font-size: 1.2rem !important;
  line-height: 1.4rem !important;
  border: none;
  border-radius: 10px;
  padding: 10px;
  margin: 0;
}
.zzModal_Book_Form .collapsible-body * {
  font-size: 1.2rem;
}
.zzModal_Book_Footer {
  border: none !important;
  background-color: #bdd4e8 !important;
}

.zzModal_Book_Trigger_Button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Parkinsans";
  padding: 0.75rem;
  height: auto !important;
  font-size: 1.25rem !important;
  font-weight: 600;
  border: 1px solid #395b50 !important;
  border-radius: 9999px;
  color: #395b50;
  background: transparent;
  transition: all 0.3s ease;
}

.zzModal_Book_Trigger_Button:hover {
  background: #395b50;
  color: #fff;
}

@media (min-width: 768px) {
  .zzModal_Book_Trigger_Button {
    padding: 0.75rem 1.5rem;
  }
}

.zzModal_Book_Form_FullWidth {
  width: 100%;
}

#zzModal_Phone {
  width: 700px;
  height: 400px;
  border-radius: 30px;
  top: 17rem !important;
}
#zzModal_Phone .modal-content {
  padding-bottom: 0;
}
@media only screen and (max-width: 991px) {
  #zzModal_Phone {
    width: 90%;
    height: 60%;
    border-radius: 30px;
    top: 17rem !important;
    margin: 0 5% 0 4%;
  }
  #zzModal_Phone .modal-content {
    position: static;
    height: calc(100% - 56px);
    max-height: none;
    width: 100%;
    overflow-y: auto;
  }
}
.zzModal_Phone_Close {
  position: fixed;
  top: 8px;
  right: 12px;
}
.zzModal_Phone_Close_Icon {
  height: 40px;
}
.zzModal_Phone_Content {
  background-color: #bdd4e8 !important;
  padding-right: 40px !important;
}
.zzModal_Phone_Titulo {
  font-family: "Caveat" !important;
  font-weight: 600;
  color: #395b50;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .zzModal_Phone_Titulo {
    margin-bottom: 20px;
  }
}
.zzModal_Phone_Text1 {
  color: #395b50;
  text-align: center;
  padding: 0 60px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .zzModal_Phone_Text1 {
    padding: 0;
    margin-bottom: 20px;
  }
}
.zzModal_Phone_Phone {
  font-family: "Caveat" !important;
  font-weight: 600;
  color: #395b50;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 991px) {
  .zzModal_Phone_Phone {
    margin-bottom: 20px;
  }
}
.zzModal_Phone_Phone img {
  height: 35px;
  margin-bottom: -3px;
}
.zzModal_Phone_Text2 {
  color: #395b50;
  text-align: center;
  padding: 0 60px;
}
@media only screen and (max-width: 991px) {
  .zzModal_Phone_Text2 {
    padding: 0;
  }
}
.zzModal_Phone_Footer {
  border: none !important;
  background-color: #bdd4e8 !important;
}

.user-buttons-container {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  margin-bottom: 20px;
}

.user-buttons-container button {
  padding: 15px 20px;
  border-radius: 10px;
  color: #395b50;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: none;
  /*agregar sombra alrededor gris claro*/
  box-shadow: 0 0 10px 0 rgba(158, 158, 158, 0.4);
}
.user-buttons-container .jFavoriteButton.is-favorite {
  color: #e25555;
}

.share-modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

.share-modal-container--hidden {
  display: none !important;
}

.share-modal-content {
  max-width: calc(100vw - 32px);
  height: auto;
  max-height: min(90vh, 520px);
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: hidden;
}

.share-modal-content-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-shrink: 0;
  margin-bottom: 16px;
}

.share-modal-content-header p {
  margin: 0;
  font-weight: 600;
}

.share-modal-close {
  border: none;
  background: transparent;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  color: #333;
  padding: 4px 8px;
}

.share-modal-close:hover,
.share-modal-close:focus {
  color: #000;
}

.share-modal-networks {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  overflow-y: auto;
  flex: 1;
  align-items: stretch;
}

@media (max-width: 480px) {
  .share-modal-networks {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .share-modal-network-icon {
    width: 38px;
    height: 38px;
  }

  .share-modal-network-icon svg {
    width: 19px;
    height: 19px;
  }

  .share-modal-network-name {
    font-size: 0.62rem;
  }
}

.share-modal-network {
  display: flex;
  margin: 0;
  min-width: 0;
}

.share-modal-network-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 5px;
  margin: 0;
  gap: 6px;
  border-radius: 14px;
  text-decoration: none;
  color: rgb(var(--share-brand-rgb));
  box-sizing: border-box;
  min-height: 0;
  transition:
    background-color 0.2s,
    border-color 0.2s,
    transform 0.15s,
    box-shadow 0.2s;
}

.share-modal-network-link:hover,
.share-modal-network-link:focus {
  background-color: rgba(var(--share-brand-rgb), 0.18);
  border-color: rgba(var(--share-brand-rgb), 0.28);
  box-shadow: 0 2px 8px rgba(var(--share-brand-rgb), 0.2);
  outline: none;
}

.share-modal-network-link:focus-visible {
  outline: 2px solid rgb(var(--share-brand-rgb));
  outline-offset: 2px;
}

.share-modal-network-link--disabled {
  cursor: not-allowed;
  opacity: 0.45;
  pointer-events: none;
  box-shadow: none;
}

.share-modal-network-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(var(--share-brand-rgb), 0.14);
  color: rgb(var(--share-brand-rgb));
}

.share-modal-network-icon svg {
  width: 22px;
  height: 22px;
  display: block;
  flex-shrink: 0;
  fill: currentColor;
}

.share-modal-network-icon svg path {
  fill: currentColor;
}

.share-modal-network-name {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
  word-break: break-word;
  color: #555;
}

.share-modal-network-link:hover .share-modal-network-name,
.share-modal-network-link:focus .share-modal-network-name {
  color: #333;
}

.share-modal-footer {
  flex-shrink: 0;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.share-modal-footer__label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  color: #444;
  margin-bottom: 8px;
}

.share-modal-footer__row {
  display: flex;
  align-items: center;
  gap: 10px;
  /*agregar background gris claro*/
  background-color: rgba(211, 228, 221, 0.5);
  border-radius: 10px;
  padding: 10px;
}

.share-modal-url-input {
  flex: 1;
  min-width: 0;
  padding: 10px 12px;
  font-size: 1.2rem !important;
  line-height: 1.3;
  color: #333;
  border: none;
  border-radius: 10px;
  box-sizing: border-box;
  border-bottom: none !important;
}

.share-modal-copy {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 33px;
  min-height: 33px;
  padding: 10px 10px;
  font-size: 0.8rem;
  font-weight: 600;
  border: none;
  color: var(--green-color);
  border-radius: 10px;
  cursor: pointer;
  transition:
    background-color 0.2s,
    transform 0.1s;
}

.share-modal-copy svg {
  display: block;
  color: inherit;
  fill: currentColor;
}

.share-modal-copy:hover,
.share-modal-copy:focus {
  color: #333;
}

.share-modal-copy:focus {
  outline: 2px solid rgba(46, 125, 50, 0.45);
  outline-offset: 2px;
}

.share-modal-copy:active {
  transform: scale(0.98);
}

@media (max-width: 400px) {
  .share-modal-footer__row {
    flex-direction: column;
  }

  .share-modal-copy {
    width: 100%;
  }
}

/* ── Modal: requiere login para guardar favoritos ─────────────────────────── */

.fav-login-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 9000;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  padding: 16px;
  animation: favModalFadeIn 0.18s ease;
}

.fav-login-modal-overlay--hidden {
  display: none;
}

@keyframes favModalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fav-login-modal {
  position: relative;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.18);
  padding: 40px 32px 32px;
  max-width: 420px;
  width: 100%;
  text-align: center;
  animation: favModalSlideUp 0.2s ease;
}

@keyframes favModalSlideUp {
  from {
    transform: translateY(16px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.fav-login-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  background: none;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  color: #888;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 8px;
  transition:
    background-color 0.15s,
    color 0.15s;
}

.fav-login-modal__close:hover,
.fav-login-modal__close:focus {
  background-color: #f0f0f0;
  color: #333;
  outline: none;
}

.fav-login-modal__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #ffeef0;
  color: #e53935;
  margin-bottom: 18px;
}

.fav-login-modal__icon svg {
  display: block;
}

.fav-login-modal__title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px;
  line-height: 1.3;
}

.fav-login-modal__desc {
  font-size: 1.2rem;
  color: #555;
  line-height: 1.55;
  margin: 0 0 26px;
}

.fav-login-modal__btn {
  display: inline-block;
  background: var(--green-color, #2e7d32);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  padding: 13px 32px;
  border-radius: 50px;
  transition:
    background-color 0.2s,
    transform 0.1s;
}

.fav-login-modal__btn:hover,
.fav-login-modal__btn:focus {
  background: #1b5e20;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
  outline: none;
}

.fav-login-modal__btn:active {
  transform: translateY(0);
}

@media (max-width: 480px) {
  .fav-login-modal {
    padding: 36px 20px 28px;
    border-radius: 16px;
  }

  .fav-login-modal__btn {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.features-grid-mobile,
.features-grid-desktop {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.feature-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.8rem;
  background-color: #f5f3ed;
  border: 1px solid #d1c262;
  border-radius: 20px;
  font-size: 1.3rem !important;
  color: #395b50;
  font-weight: 500;
}

.feature-badge svg {
  width: 16px;
  height: 16px;
  color: #395b50;
  flex-shrink: 0;
}

.feature-badge span {
  white-space: nowrap;
}

@media only screen and (max-width: 991px) {
  .features-grid-mobile {
    gap: 0.4rem;
  }

  .feature-badge {
    font-size: 1.2rem;
    padding: 0.35rem 0.7rem;
  }

  .feature-badge svg {
    width: 14px;
    height: 14px;
  }
}

/* ··· Características y servicios (multioption site, columnas desde jtables section=caracteristicas) ··· */
.extra-features-section {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  padding: 0 1.2rem;
  padding-top: 0.5rem;
}

.extra-features-section--caracteristicas {
  --extra-features-accent: var(--green-color);
}

.extra-features-title {
  margin: 0 0 1.75rem 0;
  font-family: Caveat, Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 3.8rem !important;
  font-weight: 600;
  line-height: 1.25;
  color: var(--green-color);
  letter-spacing: -0.02em;
}

.extra-features-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
  column-gap: 2rem;
  row-gap: 2rem;
  align-items: start;
}

.extra-features-column-title {
  margin: 0 0 1rem 0;
  padding: 0;
  font-family: "Parkinsans", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--green-color);
}

.extra-features-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.extra-features-list li {
  position: relative;
  margin: 0 0 0.65rem 0;
  padding-left: 1.1rem;
  font-family: "Parkinsans", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.45;
  color: #1a1a1a;
}

.extra-features-list li:last-child {
  margin-bottom: 0;
}

.extra-features-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: var(--green-color);
  transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {
  .extra-features-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.5rem;
    row-gap: 1.75rem;
  }

  .extra-features-title {
    font-size: 1.5rem;
    margin-bottom: 1.35rem;
  }
}

@media only screen and (max-width: 600px) {
  .extra-features-container {
    grid-template-columns: 1fr;
    row-gap: 1.5rem;
  }
}

/* ··· Fullscreen Gallery ··· */
.fullscreen-gallery {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(15, 15, 15, 0.85);
  flex-direction: column;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    sans-serif;
}

.fullscreen-gallery.open {
  display: flex;
}

.fullscreen-gallery .gallery-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 24px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    transparent 100%
  );
}

.fullscreen-gallery .close-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border: none;
  border-radius: 8px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition:
    background 0.2s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.fullscreen-gallery .close-btn:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: scale(1.02);
}

.fullscreen-gallery .close-btn svg {
  width: 18px;
  height: 18px;
}

.fullscreen-gallery .slider-main {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 100px 140px;
}

.fullscreen-gallery .slide-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  cursor: grab;
}

.fullscreen-gallery .slide {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.fullscreen-gallery .slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.fullscreen-gallery .slide.slide-left {
  transform: translateX(-100px) scale(0.95);
  opacity: 0;
}

.fullscreen-gallery .slide.slide-right {
  transform: translateX(100px) scale(0.95);
  opacity: 0;
}

.fullscreen-gallery .slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.5);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: zoom-in;
}

.fullscreen-gallery .slide.zoomed img {
  transform: scale(1.8);
  cursor: zoom-out;
}

.fullscreen-gallery .slide.active img {
  animation: fullscreenGallerySlideIn 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes fullscreenGallerySlideIn {
  from {
    transform: scale(0.92);
    opacity: 0.5;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.fullscreen-gallery .nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  width: 56px;
  height: 56px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.8;
}

.fullscreen-gallery .nav-arrow:hover {
  background: #ffffff;
  transform: translateY(-50%) scale(1.1);
  opacity: 1;
}

.fullscreen-gallery .nav-arrow:hover svg {
  stroke: #0f0f0f;
}

.fullscreen-gallery .nav-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

.fullscreen-gallery .nav-arrow.prev {
  left: 24px;
}

.fullscreen-gallery .nav-arrow.next {
  right: 24px;
}

.fullscreen-gallery .nav-arrow svg {
  width: 24px;
  height: 24px;
  stroke: #ffffff;
  stroke-width: 2;
  fill: none;
  transition:
    stroke 0.3s ease,
    transform 0.3s ease;
}

.fullscreen-gallery .nav-arrow.prev:hover svg {
  transform: translateX(-2px);
}

.fullscreen-gallery .nav-arrow.next:hover svg {
  transform: translateX(2px);
}

.fullscreen-gallery .thumbnail-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
  padding: 20px 24px 24px;
}

.fullscreen-gallery .thumbnail-container {
  display: flex;
  justify-content: center;
  gap: 8px;
  overflow-x: auto;
  padding: 8px 0;
  scrollbar-width: none;
}

.fullscreen-gallery .thumbnail-container::-webkit-scrollbar {
  display: none;
}

.fullscreen-gallery .thumbnail {
  flex-shrink: 0;
  width: 100px;
  height: 68px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  opacity: 0.4;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 2px solid transparent;
  position: relative;
}

.fullscreen-gallery .thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: background 0.3s ease;
}

.fullscreen-gallery .thumbnail:hover {
  opacity: 0.8;
  transform: translateY(-4px);
}

.fullscreen-gallery .thumbnail:hover::after {
  background: transparent;
}

.fullscreen-gallery .thumbnail.active {
  opacity: 1;
  border-color: #ffffff;
  transform: translateY(-4px);
}

.fullscreen-gallery .thumbnail.active::after {
  background: transparent;
}

.fullscreen-gallery .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fullscreen-gallery .slide-info {
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 10;
}

.fullscreen-gallery .slide-counter {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px 20px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  border-radius: 24px;
}

.fullscreen-gallery .slide-counter span {
  color: rgba(255, 255, 255, 0.6);
}

.fullscreen-gallery .slide-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.fullscreen-gallery .slide-label.visible {
  opacity: 1;
  transform: translateY(0);
}

/* Loading state */
.fullscreen-gallery .slide img {
  background: rgba(255, 255, 255, 0.08);
}

/* Responsive */
@media (max-width: 768px) {
  .fullscreen-gallery .slider-main {
    padding: 70px 20px 160px;
  }

  .fullscreen-gallery .nav-arrow {
    width: 44px;
    height: 44px;
  }

  .fullscreen-gallery .nav-arrow.prev {
    left: 12px;
  }

  .fullscreen-gallery .nav-arrow.next {
    right: 12px;
  }

  .fullscreen-gallery .thumbnail {
    width: 72px;
    height: 48px;
  }

  .fullscreen-gallery .gallery-header {
    padding: 12px 16px;
  }

  .fullscreen-gallery .close-btn span {
    display: none;
  }

  .fullscreen-gallery .close-btn {
    padding: 10px;
  }
}

/* Touch feedback */
@media (hover: none) {
  .fullscreen-gallery .nav-arrow:active {
    background: #ffffff;
  }

  .fullscreen-gallery .nav-arrow:active svg {
    stroke: #0f0f0f;
  }
}


.zzSitesElement_content_container{
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 20px;
}

@media only screen and (max-width: 991px) {
  .zzSitesElement_content_container {
    grid-template-columns: 1fr;
    padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px));
  }

  body:has(.floating-action-buttons-container) {
    padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px));
  }
}