:root {
  --slate: #677784;
  --teal: #99c4c7;
  --peach: #fad3c5;
  --orange: #e8934b;
  --cream: #fafafa;
  --ink: #413718;
  --container-max-width: 100%;
}

.elementor-kit-39,
.elementor-section.elementor-section-boxed > .elementor-container,
.e-con {
  --container-max-width: 100%;
}

.site,
.site-content,
.content-area,
.site-main,
.page-content,
.hfe-site-header,
.hfe-site-footer,
header#masthead,
footer#colophon,
.ehf-header,
.ehf-footer,
.elementor,
.elementor-section {
  width: 100%;
  max-width: 100%;
}

.elementor-section.elementor-section-boxed > .elementor-container,
.elementor-section.elementor-section-full_width > .elementor-container,
.elementor-inner-section > .elementor-container,
.e-con {
  max-width: 100% !important;
  width: 100% !important;
}

.elementor-section.laysen-topbar > .elementor-container,
.elementor-section.laysen-header > .elementor-container,
.elementor-section.laysen-footer > .elementor-container {
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.elementor-section.laysen-footer-bar > .elementor-container,
.elementor-section.laysen-footer-credit > .elementor-container {
  max-width: 100% !important;
}

body {
  font-family: Poppins, Arial, sans-serif;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.6;
}

.elementor-widget-heading h1 {
  font-family: "Antic Didone", Georgia, serif !important;
  color: var(--slate) !important;
  font-weight: 700 !important;
}

.elementor-widget-heading h2 {
  font-family: "Antic Didone", Georgia, serif !important;
  color: var(--ink) !important;
  font-weight: 700 !important;
}

.elementor-widget-heading h3,
.elementor-widget-heading h4 {
  font-family: "DM Sans", sans-serif !important;
  color: var(--ink) !important;
}

.elementor-button,
.wpcf7-submit {
  background-color: var(--teal) !important;
  color: #fff !important;
  font-family: "DM Sans", sans-serif !important;
  font-weight: 700 !important;
  border-radius: 6px !important;
  border: 0 !important;
  text-transform: none;
}

.elementor-button:hover,
.wpcf7-submit:hover {
  background-color: var(--slate) !important;
  color: var(--orange) !important;
}

.laysen-btn-white .elementor-button {
  background: #fff !important;
  color: var(--slate) !important;
}

.laysen-btn-white .elementor-button:hover {
  background: var(--peach) !important;
  color: #fff !important;
}

.hfe-nav-menu a,
.elementor-nav-menu a {
  color: var(--teal) !important;
  font-weight: 700 !important;
  font-family: "DM Sans", sans-serif !important;
  font-size: 16px !important;
}

.laysen-header-nav .hfe-nav-menu .sub-menu {
  background: #fff;
  border: 0;
  box-shadow: 0 10px 28px rgba(65, 55, 24, 0.12);
  min-width: 230px;
  padding: 8px 0;
  z-index: 10002;
}

.laysen-header-nav .hfe-nav-menu .sub-menu a {
  color: #677784 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  white-space: nowrap;
  padding: 10px 20px !important;
}

.laysen-header-nav .hfe-nav-menu .sub-menu a:hover,
.laysen-header-nav .hfe-nav-menu .sub-menu .current-menu-item > a {
  color: #99c4c7 !important;
  background: #fafafa;
}

.laysen-topbar,
.laysen-topbar p,
.laysen-topbar a {
  color: #fff !important;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  margin: 0;
}

.laysen-topbar .elementor-social-icon {
  background: transparent !important;
  font-size: 15px !important;
}

.laysen-topbar .elementor-social-icon i,
.laysen-topbar .elementor-social-icon svg {
  color: #fff !important;
  fill: #fff !important;
}

.laysen-topbar-social .elementor-widget-wrap,
.laysen-topbar .elementor-social-icons-wrapper {
  justify-content: flex-end !important;
}

.laysen-addr-short {
  display: none;
}

.laysen-header-logo .elementor-widget-wrap,
.laysen-header-logo .elementor-widget-image,
.laysen-header-logo .elementor-widget-image a {
  justify-content: flex-start !important;
  text-align: left !important;
}

html,
body,
#page,
.site {
  overflow-x: hidden;
  max-width: 100%;
}

.laysen-header-nav .elementor-widget-wrap {
  justify-content: flex-end !important;
}

@media (min-width: 1025px) {
  .laysen-header-nav .hfe-nav-menu,
  .laysen-header-nav nav {
    justify-content: flex-end !important;
  }
}

body.ehf-header header#masthead,
header#masthead {
  position: sticky;
  top: calc(-1 * var(--laysen-topbar-h, 40px));
  z-index: 10000;
  width: 100%;
}

.elementor-section.laysen-header {
  background: #fff;
  box-shadow: 0 2px 14px rgba(65, 55, 24, 0.08);
}

.laysen-header-actions .elementor-widget-wrap {
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px;
}

.laysen-hero .elementor-container {
  max-width: none !important;
  display: flex;
  flex-wrap: wrap;
}

.laysen-hero .elementor-column {
  min-height: 70vh;
}

.laysen-hero-copy .elementor-widget-wrap {
  justify-content: center !important;
  align-items: center !important;
  text-align: center;
}

.laysen-hero-photo {
  background-size: cover !important;
  background-position: center center !important;
}

.laysen-hero-photo img,
.laysen-hero-img img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  display: block;
}

.laysen-hero .laysen-hero-title .elementor-heading-title,
.laysen-hero h1.elementor-heading-title {
  font-family: "Antic Didone", Georgia, serif !important;
  color: #677784 !important;
  font-size: clamp(2.1rem, 4vw, 3.1rem) !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  text-align: center;
}

.laysen-hero .laysen-hero-sub .elementor-heading-title,
.laysen-hero h2.elementor-heading-title {
  font-family: "Antic Didone", Georgia, serif !important;
  color: #fff !important;
  font-size: clamp(1.45rem, 2.5vw, 2.05rem) !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  text-align: center;
}

.laysen-hero .laysen-btn-white .elementor-button,
.laysen-hero-copy .elementor-button {
  background: #fff !important;
  color: #677784 !important;
  font-family: "DM Sans", sans-serif !important;
  font-weight: 700 !important;
  border-radius: 6px !important;
  padding: 14px 40px !important;
  min-width: 160px;
}

.laysen-cta-box {
  max-width: 820px;
  margin: 0 auto;
  background: #677784;
  padding: 50px 40px;
}

.laysen-cta .laysen-cta-title .elementor-heading-title,
.laysen-cta h2.elementor-heading-title {
  color: #fff !important;
  text-transform: uppercase;
  font-family: "Antic Didone", Georgia, serif !important;
  font-size: clamp(1.55rem, 3vw, 2.15rem) !important;
  font-weight: 400 !important;
  text-align: center;
}

.laysen-cta-box .elementor-widget-text-editor p {
  color: #fff !important;
  text-align: center;
}

.laysen-cta-box > .elementor-widget-wrap {
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 12px;
}

.laysen-cta-box .elementor-widget-heading,
.laysen-cta-box .elementor-widget-text-editor {
  width: 100%;
}

.laysen-cta-box .elementor-widget-button {
  width: auto !important;
}

.laysen-cta-btn .elementor-button {
  background: var(--teal) !important;
  color: #fff !important;
  min-width: 160px;
  padding: 12px 28px !important;
}

.elementor-section.laysen-treatments > .elementor-container,
.elementor-section.laysen-coupons > .elementor-container,
.elementor-section.laysen-treat-grid > .elementor-container,
.elementor-section.laysen-testimonials > .elementor-container,
.elementor-section.laysen-reviews > .elementor-container,
.elementor-section.laysen-logos > .elementor-container,
.elementor-section.laysen-contact-cards > .elementor-container,
.elementor-section.laysen-tarifas-intro > .elementor-container,
.elementor-section.laysen-tarifas-grid > .elementor-container,
.elementor-section.laysen-tarifas-cta > .elementor-container,
.elementor-section.laysen-about-intro > .elementor-container,
.elementor-section.laysen-kicker-sec > .elementor-container,
.elementor-section.laysen-values > .elementor-container,
.elementor-section.laysen-team > .elementor-container,
.elementor-section.laysen-about-gallery > .elementor-container,
.elementor-section.laysen-about-form > .elementor-container,
.elementor-section.laysen-servicios-intro > .elementor-container,
.elementor-section.laysen-servicios-grid > .elementor-container,
.elementor-section.laysen-eco > .elementor-container,
.elementor-section.laysen-servicio > .elementor-container,
.elementor-section.laysen-servicio-form > .elementor-container,
.elementor-section.laysen-reserva > .elementor-container,
.elementor-section.laysen-gracias > .elementor-container {
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.laysen-treatments {
  border-bottom: 2px solid #e8934b;
}

.laysen-treatments-title .elementor-heading-title,
.laysen-treatments h2.elementor-heading-title {
  font-family: "Antic Didone", Georgia, serif !important;
  font-size: clamp(1.7rem, 3vw, 2.2rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #413718 !important;
}

.laysen-treatments .elementor-widget-text-editor p {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #5c574c;
  margin: 0;
}

.laysen-coupons .elementor-widget-image {
  text-align: center;
}

.laysen-coupons img {
  width: 100%;
  max-width: 480px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.laysen-treat-col .elementor-widget-wrap {
  height: 100%;
}

.laysen-treat-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none !important;
}

.laysen-treat-cover {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.laysen-treat-caption {
  display: block;
  background: var(--teal);
  padding: 16px 18px 18px;
  min-height: 96px;
  box-sizing: border-box;
}

.laysen-treat-caption strong {
  display: block;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 6px;
}

.laysen-treat-caption span {
  display: block;
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}

.laysen-contact-photo img,
.laysen-about-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.laysen-contact .elementor-container {
  max-width: none !important;
  display: flex;
}

.laysen-contact-photo {
  min-height: 560px;
  background-size: cover !important;
  background-position: center center !important;
}

.laysen-contact-title .elementor-heading-title,
.laysen-contact h2.elementor-heading-title {
  font-family: "Antic Didone", Georgia, serif !important;
  font-size: clamp(2rem, 3.4vw, 2.7rem) !important;
  font-weight: 400 !important;
  color: #677784 !important;
  text-align: center;
  margin-bottom: 28px !important;
}

.laysen-cf7-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
}

.laysen-contact .wpcf7-form p,
.laysen-cf7-col {
  margin: 0 0 22px;
}

.laysen-contact .wpcf7 label,
.laysen-contact .wpcf7-form label {
  display: block;
  color: #677784;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 4px;
}

.laysen-req {
  color: #f11111;
}

.laysen-contact .wpcf7 input[type="text"],
.laysen-contact .wpcf7 input[type="email"],
.laysen-contact .wpcf7 input[type="tel"],
.laysen-contact .wpcf7 textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #677784;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  color: #413718;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  padding: 6px 0 8px;
}

.laysen-contact .wpcf7 textarea {
  min-height: 90px;
  resize: vertical;
}

.laysen-contact .wpcf7-acceptance {
  color: #8a8f94;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  margin: 8px 0 22px;
}

.laysen-contact .wpcf7-acceptance a {
  color: inherit;
  text-decoration: underline;
}

.laysen-contact .wpcf7-submit {
  background: #99c4c7 !important;
  color: #fff !important;
  border-radius: 40px !important;
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 12px 28px !important;
  min-width: 170px;
}

.laysen-contact .wpcf7-submit:hover {
  background: #677784 !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  .laysen-contact-photo {
    min-height: 280px;
  }
  .laysen-cf7-row {
    grid-template-columns: 1fr;
  }
  .laysen-contact-copy {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

.laysen-about > .elementor-container {
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.laysen-about-title .elementor-heading-title,
.laysen-about .elementor-heading-title {
  font-family: "Antic Didone", Georgia, serif !important;
  font-size: clamp(1.7rem, 3vw, 2.35rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #2f2f2f !important;
}

.laysen-about-copy p,
.laysen-about .elementor-widget-text-editor p {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #5c574c;
  margin-bottom: 1em;
}

.laysen-about-photo img {
  height: 520px;
  display: block;
}

.laysen-about-btn .elementor-button {
  background: var(--teal) !important;
  color: #413718 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  padding: 12px 22px !important;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--slate);
  background: transparent;
  color: var(--slate);
  font-family: Montserrat, sans-serif;
  padding: 8px 0;
  border-radius: 0;
}

.wpcf7 label { color: var(--slate); font-size: 14px; }
.wpcf7-form p { margin-bottom: 14px; }

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 56px;
  height: 56px;
  background: #25d366;
  border-radius: 50%;
  display: grid;
  place-items: center;
  z-index: 9999;
  box-shadow: 0 8px 20px rgba(0,0,0,.18);
}

.laysen-footer,
.laysen-footer .elementor-heading-title,
.laysen-footer h4 {
  color: #677784 !important;
  font-family: "DM Sans", sans-serif !important;
}

.laysen-footer .elementor-heading-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
}

.laysen-footer p,
.laysen-footer a {
  color: #8a9096 !important;
  text-decoration: none;
}

.laysen-footer a:hover {
  color: #677784 !important;
}

.laysen-hours {
  width: 100%;
}
.laysen-hours div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
  color: #8a9096;
}

.laysen-footer-bar,
.laysen-footer-bar p,
.laysen-footer-bar a {
  color: #fff !important;
  font-size: 14px;
}
.laysen-footer-bar a:hover {
  text-decoration: underline;
}

.laysen-footer-credit,
.laysen-footer-credit p {
  color: #fff !important;
  font-size: 13px;
}

.laysen-testimonials {
  border-bottom: 2px solid #e8934b;
}

.laysen-testimonials-title .elementor-heading-title,
.laysen-testimonials h2.elementor-heading-title {
  font-family: "Antic Didone", Georgia, serif !important;
  font-size: clamp(1.7rem, 3vw, 2.2rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #413718 !important;
}

.laysen-testimonials-copy p {
  text-align: right;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  color: #5c574c;
  margin: 0;
}

.laysen-reviews .elementor-container {
  align-items: stretch;
}

.laysen-review-col,
.laysen-review-col .elementor-widget-wrap,
.laysen-review-col .elementor-widget-html,
.laysen-review-col .elementor-widget-container {
  height: 100%;
}

.laysen-review-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 300px;
  box-sizing: border-box;
  border: 1px solid #e4ddd2;
  padding: 22px 18px 24px;
  background: #fff;
}

.laysen-review-stars {
  color: #e8934b;
  font-size: 13px;
  letter-spacing: 3px;
  margin-bottom: 12px;
  line-height: 1;
}

.laysen-review-text {
  flex: 1;
  color: #8a8580;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 18px;
}

.laysen-review-name {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #413718;
}

.laysen-logos-img img,
.laysen-logos img {
  width: 100%;
  max-width: 1100px;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: grayscale(1);
}

.laysen-contact-hero {
  position: relative;
  min-height: 339px;
  background-size: cover !important;
  background-position: center center !important;
}

.laysen-contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #99c4c7;
  opacity: 0.75;
  z-index: 0;
}

.laysen-contact-hero .elementor-container,
.laysen-contact-hero .elementor-column,
.laysen-contact-hero .elementor-widget-wrap {
  position: relative;
  z-index: 1;
}

.laysen-contact-hero-copy {
  max-width: 520px;
}

.laysen-contact-hero-title .elementor-heading-title,
.laysen-contact-hero h1.elementor-heading-title {
  font-family: "Antic Didone", Georgia, serif !important;
  font-size: clamp(1.8rem, 3vw, 2.25rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #000 !important;
  text-align: left;
  margin: 0 !important;
}

.laysen-contact-hero-line .elementor-divider-separator {
  border-color: #fad3c5 !important;
}

.laysen-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 48px;
}

.laysen-info-card h3 {
  margin: 0 0 14px;
  font-family: "Antic Didone", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  color: #413718;
}

.laysen-info-icon {
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  color: #99c4c7;
  transition: transform 0.35s ease, color 0.35s ease;
}

.laysen-info-icon svg {
  width: 36px;
  height: 36px;
  display: block;
  fill: currentColor;
}

.laysen-info-card:hover .laysen-info-icon {
  transform: translateY(-4px) scale(1.08);
  color: #677784;
}

.laysen-info-card p,
.laysen-info-card a {
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #677784;
  text-decoration: none;
}

.laysen-info-card a:hover {
  color: #99c4c7;
}

.laysen-page-contact .wpcf7-submit {
  height: 56px !important;
  width: 300px !important;
  max-width: 100%;
  padding: 0 28px !important;
}

.laysen-anim {
  opacity: 0;
}

.laysen-anim.is-in {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.laysen-anim.is-in.laysen-anim-fade {
  animation-name: laysenFadeInCombo;
}

.laysen-anim.is-in.laysen-anim-right {
  animation-name: laysenSlideInRight;
}

.laysen-anim.is-in.laysen-anim-left {
  animation-name: laysenSlideInLeft;
}

.laysen-anim.is-in.laysen-anim-up {
  animation-name: laysenSlideInUp;
}

.laysen-anim.is-in.laysen-anim-flip {
  animation-name: laysenFlipIn;
  transform-origin: center;
}

.laysen-delay-1.is-in { animation-delay: 0.12s; }
.laysen-delay-2.is-in { animation-delay: 0.24s; }

@keyframes laysenFadeInCombo {
  from { opacity: 0; transform: scale(0.96); }
  to { opacity: 1; transform: none; }
}

@keyframes laysenSlideInRight {
  from { opacity: 0; transform: translateX(72px); }
  to { opacity: 1; transform: none; }
}

@keyframes laysenSlideInLeft {
  from { opacity: 0; transform: translateX(-72px); }
  to { opacity: 1; transform: none; }
}

@keyframes laysenSlideInUp {
  from { opacity: 0; transform: translateY(72px); }
  to { opacity: 1; transform: none; }
}

@keyframes laysenFlipIn {
  from { opacity: 0; transform: perspective(800px) rotateX(-75deg); }
  to { opacity: 1; transform: none; }
}

.laysen-tarifas-copy p,
.laysen-tarifas-intro .elementor-widget-text-editor p {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #5c574c;
  margin-bottom: 1.1em;
}

.laysen-tarifas-lead {
  text-align: center;
}

.laysen-price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 3%;
}

.laysen-price-card {
  background: #99c4c7;
  border-radius: 20px;
  padding: 28px 18px 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  min-height: 170px;
}

.laysen-price-card h3 {
  margin: 0;
  font-family: "Antic Didone", Georgia, serif;
  font-size: clamp(1.05rem, 1.6vw, 1.35rem);
  font-weight: 400;
  color: #fff;
  line-height: 1.3;
}

.laysen-price-line {
  display: block;
  width: 46%;
  height: 2px;
  background: #e8934b;
  margin: 14px auto;
}

.laysen-price-amount {
  margin: 0;
  font-family: "Antic Didone", Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 3.75rem);
  font-weight: 400;
  line-height: 1;
  color: #fff;
}

.laysen-tarifas-cta-box {
  background: #677784;
  border-radius: 10px;
  padding: 48px 40px;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 14px;
}

.laysen-tarifas-cta-box h2 {
  margin: 0;
  font-family: "Antic Didone", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.5rem);
  font-weight: 400;
  color: #fad3c5;
  text-align: center;
  width: 100%;
}

.laysen-tarifas-cta-box p {
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  color: #fff;
}

.laysen-tarifas-cta-btn {
  display: inline-block;
  background: #fff;
  color: #000;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 6px;
  padding: 12px 26px;
  margin-top: 8px;
}

.laysen-tarifas-cta-btn:hover {
  background: #fad3c5;
  color: #413718;
}

.laysen-readmore-body {
  max-height: 150px;
  overflow: hidden;
  position: relative;
}

.laysen-readmore-body::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  background: linear-gradient(transparent, #fff);
  pointer-events: none;
}

.laysen-readmore.is-open .laysen-readmore-body {
  max-height: none;
}

.laysen-readmore.is-open .laysen-readmore-body::after {
  display: none;
}

.laysen-readmore-body p,
.laysen-about-intro .elementor-widget-text-editor p {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #5c574c;
}

.laysen-readmore-body h2 {
  font-family: "Antic Didone", Georgia, serif;
  font-size: 1.35rem;
  font-weight: 400;
  color: #413718;
  margin: 1.2em 0 0.5em;
}

.laysen-readmore-toggle {
  display: inline-block;
  margin-top: 10px;
  color: #677784;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}

.laysen-about-services-btn .elementor-button {
  background: #99c4c7 !important;
  color: #fff !important;
  margin-top: 18px;
}

.laysen-about-side-photos img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 16px;
  display: block;
}

.laysen-kicker {
  text-align: center;
}

.laysen-hex-star {
  width: 56px;
  height: 56px;
  fill: #677784;
  display: block;
  margin: 0 auto 10px;
}

.laysen-kicker h2 {
  margin: 0 0 10px;
  font-family: "Antic Didone", Georgia, serif;
  font-size: clamp(1.5rem, 2.6vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #677784;
}

.laysen-kicker-line {
  display: block;
  width: 90px;
  height: 2px;
  background: #e8934b;
  margin: 0 auto;
}

.laysen-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.laysen-value-card {
  border: 2px solid #fff;
  padding: 22px 16px;
  text-align: center;
}

.laysen-value-card h3 {
  margin: 0;
  font-family: "Antic Didone", Georgia, serif;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.laysen-value-line {
  display: block;
  width: 42%;
  height: 2px;
  background: #e8934b;
  margin: 12px auto;
}

.laysen-value-card p {
  margin: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.65;
  color: #fff;
  text-align: justify;
}

.laysen-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.laysen-team-card img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: top center;
  border-radius: 20px;
  display: block;
  margin-bottom: 14px;
}

.laysen-team-card h3 {
  margin: 0;
  font-family: "Antic Didone", Georgia, serif;
  font-size: 22px;
  font-weight: 400;
  color: #413718;
}

.laysen-team-role {
  margin: 4px 0 8px;
  font-family: Montserrat, Arial, sans-serif;
  font-weight: 600;
  color: #413718;
}

.laysen-team-card p {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #413718;
}

.laysen-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.laysen-photo-grid span {
  display: block;
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
}

.laysen-about-form-title .elementor-heading-title,
.laysen-about-form h2.elementor-heading-title {
  font-family: "Antic Didone", Georgia, serif !important;
  font-size: clamp(1.6rem, 3vw, 2.1rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #413718 !important;
  text-align: left !important;
}

.laysen-servicios-copy p {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #5c574c;
  text-align: center;
  max-width: 920px;
  margin: 0 auto;
}

.laysen-eco-copy h2,
.laysen-eco .elementor-widget-text-editor h2 {
  font-family: "Antic Didone", Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  font-weight: 400;
  color: #413718;
  margin: 0 0 0.6em;
}

.laysen-eco-copy p,
.laysen-eco .elementor-widget-text-editor p {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #5c574c;
  margin-bottom: 1em;
}

.laysen-eco-copy a {
  color: #413718;
}

.laysen-servicio-copy h2,
.laysen-servicio .elementor-widget-text-editor h2,
.laysen-servicio-form-title .elementor-heading-title {
  font-family: "Antic Didone", Georgia, serif;
  font-size: clamp(1.35rem, 2.4vw, 1.8rem);
  font-weight: 400;
  color: #413718;
  margin: 1.2em 0 0.6em;
}

.laysen-servicio-form-title .elementor-heading-title {
  margin-top: 0;
  margin-bottom: 18px;
}

.laysen-servicio-copy p,
.laysen-servicio .elementor-widget-text-editor p {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #5c574c;
  margin-bottom: 1em;
}

.laysen-servicio-copy a {
  color: #413718;
}

.laysen-servicio-photo {
  min-height: 640px;
  background-size: cover !important;
  background-position: center center !important;
}

.laysen-servicio-photo-fill {
  min-height: 640px;
}

.laysen-servicio-logo img {
  width: 100%;
  max-width: 520px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.laysen-eco-photo {
  min-height: 520px;
  background-size: cover !important;
  background-position: center center !important;
  border-radius: 8px;
}

.laysen-eco-photo-fill {
  min-height: 520px;
}

.laysen-bookitit {
  min-height: 560px;
}

#idBktWidgetBody {
  width: 100%;
  min-height: 560px;
}

.laysen-reserva-title .elementor-heading-title,
.laysen-reserva h2.elementor-heading-title {
  font-family: "Antic Didone", Georgia, serif !important;
  font-size: clamp(1.5rem, 2.8vw, 2rem) !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #413718 !important;
  margin-bottom: 20px;
}

#idBktWidgetBody .clsDivSubHeader,
#idBktWidgetBody .clsDivSubHeaderBreadcrumbs,
#idBktWidgetBody .clsDivSubHeaderBreadcrumbsText {
  display: none !important;
}

.laysen-gracias-copy {
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
}

.laysen-gracias-copy p {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #5c574c;
}

.laysen-gracias-btn {
  display: inline-block;
  margin-top: 12px;
  background: #99c4c7;
  color: #fff !important;
  text-decoration: none !important;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 6px;
}

.laysen-servicios-grid .laysen-treat-cover {
  aspect-ratio: 1;
}

.laysen-servicios-grid .laysen-treat-caption {
  min-height: 0;
  padding: 14px 16px;
}

@media (prefers-reduced-motion: reduce) {
  .laysen-anim,
  .laysen-anim.is-in {
    opacity: 1;
    animation: none !important;
    transform: none !important;
  }
}

@media (max-width: 1024px) {
  .laysen-values-grid { grid-template-columns: 1fr 1fr; }
  .laysen-photo-grid { grid-template-columns: 1fr 1fr; }

  header#masthead .elementor-section.laysen-topbar,
  header#masthead .elementor-section.laysen-header {
    width: 100% !important;
    max-width: 100% !important;
  }

  header#masthead .elementor-section.laysen-header {
    position: relative;
    overflow: visible;
  }

  header#masthead .elementor-section.laysen-topbar > .elementor-container,
  header#masthead .elementor-section.laysen-header > .elementor-container {
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    flex-wrap: nowrap !important;
  }

  header#masthead .elementor-column.laysen-topbar-address,
  header#masthead .elementor-column.laysen-header-logo,
  header#masthead .elementor-column.laysen-topbar-social,
  header#masthead .elementor-column.laysen-header-nav {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    flex: none !important;
  }

  header#masthead .elementor-column.laysen-header-nav {
    width: 52px !important;
    max-width: 52px !important;
    min-width: 52px !important;
    justify-self: end;
    position: static !important;
    overflow: visible !important;
  }

  header#masthead .laysen-header-nav .elementor-widget-wrap,
  header#masthead .laysen-header-nav .elementor-element,
  header#masthead .laysen-header-nav .elementor-widget-container,
  header#masthead .laysen-header-nav .hfe-nav-menu.hfe-layout-horizontal {
    position: static !important;
    overflow: visible !important;
    width: auto !important;
  }

  header#masthead .laysen-header-logo .elementor-widget-image,
  header#masthead .laysen-header-logo .elementor-widget-image a,
  header#masthead .laysen-header-logo img {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }

  header#masthead .hfe-layout-horizontal .hfe-nav-menu__toggle,
  header#masthead .hfe-nav-menu__toggle {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    margin: 0 !important;
    color: #413718 !important;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    z-index: 10003;
  }

  header#masthead .hfe-nav-menu-icon,
  header#masthead .hfe-nav-menu-icon svg {
    display: block !important;
    width: 28px !important;
    height: 28px !important;
    color: #413718 !important;
    fill: #413718 !important;
  }

  header#masthead .laysen-header-nav nav.hfe-nav-menu__layout-horizontal,
  header#masthead .laysen-header-nav nav.hfe-dropdown {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    top: 100% !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 8px 0 !important;
    background: #fff !important;
    box-shadow: 0 12px 24px rgba(65, 55, 24, 0.12);
    z-index: 10002;
    box-sizing: border-box;
  }

  header#masthead .laysen-header-nav nav ul.hfe-nav-menu,
  header#masthead .laysen-header-nav nav ul.sub-menu {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  header#masthead .laysen-header-nav nav li.menu-item {
    width: 100% !important;
    display: block !important;
    float: none !important;
  }

  header#masthead .laysen-header-nav nav a.hfe-menu-item,
  header#masthead .laysen-header-nav nav a.hfe-sub-menu-item {
    display: block !important;
    width: 100% !important;
    white-space: normal !important;
    padding: 14px 20px !important;
    box-sizing: border-box;
  }

  header#masthead .laysen-header-nav nav ul.sub-menu {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    box-shadow: none !important;
    background: #fafafa;
  }

  header#masthead .laysen-header-nav nav a.hfe-sub-menu-item {
    padding-left: 32px !important;
  }
}

@media (max-width: 767px) {
  header#masthead .elementor-section.laysen-topbar,
  header#masthead .elementor-section.laysen-header {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  header#masthead .elementor-section.laysen-topbar {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  header#masthead .elementor-section.laysen-header {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }

  header#masthead .elementor-column.laysen-header-logo,
  header#masthead .elementor-column.laysen-header-nav {
    width: auto !important;
  }

  header#masthead .elementor-column.laysen-header-logo {
    width: calc(100% - 52px) !important;
    max-width: calc(100% - 52px) !important;
  }

  header#masthead .elementor-column.laysen-header-nav {
    width: 52px !important;
    max-width: 52px !important;
    min-width: 52px !important;
  }

  .laysen-addr-full {
    display: none;
  }

  .laysen-addr-short {
    display: inline;
  }

  .laysen-topbar p,
  .laysen-topbar a {
    font-size: 11px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .laysen-topbar .elementor-social-icon {
    font-size: 14px !important;
    padding: 2px !important;
  }

  header#masthead .laysen-header-logo img {
    max-width: 148px !important;
    width: 148px !important;
    height: auto !important;
    margin: 0 !important;
  }

  .laysen-hero .elementor-container {
    flex-wrap: wrap !important;
  }

  .laysen-hero .elementor-column,
  .elementor-section:not(.laysen-topbar):not(.laysen-header) > .elementor-container > .elementor-column {
    width: 100% !important;
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .laysen-hero .elementor-column { min-height: 280px; }
  .laysen-header-actions .elementor-widget-wrap { justify-content: flex-start !important; }
  .laysen-info-grid { grid-template-columns: 1fr; text-align: center; }
  .laysen-info-icon { margin-left: auto; margin-right: auto; }
  .laysen-contact-hero-copy { max-width: none; }
  .laysen-contact-hero-title .elementor-heading-title,
  .laysen-contact-hero h1.elementor-heading-title { text-align: center; }
  .laysen-contact-hero-line .elementor-divider { text-align: center; }
  .laysen-price-grid { grid-template-columns: 1fr; }
  .laysen-tarifas-cta-box { align-items: center; text-align: center; padding: 36px 22px; }
  .laysen-tarifas-cta-box p { text-align: center; }
  .laysen-values-grid,
  .laysen-team-grid,
  .laysen-photo-grid { grid-template-columns: 1fr; }
  .laysen-eco-photo,
  .laysen-servicio-photo { min-height: 280px; }
  .laysen-servicio-photo-fill { min-height: 280px; }
}
