/*
Theme Name: GeneratePress Native Child
Description: Child theme based on GeneratePress for the native static Equilibrament site.
Template: generatepress
Version: 1.0.3
*/

/* === Equilibrament native global header/menu fix === */
:root {
  --eq-green: #8ca36f;
  --eq-purple: #805a78;
  --eq-text: #43523d;
}
body.wp-child-theme-generatepress-native-child .site-header {
  min-height: 149px;
  padding: 20px 39px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  background: #fff;
  border: 0;
  box-shadow: none;
  box-sizing: border-box;
}
body.wp-child-theme-generatepress-native-child .site-branding,
body.wp-child-theme-generatepress-native-child .custom-logo-link {
  display: block;
  width: 101px;
  max-width: 101px;
  flex: 0 0 101px;
  line-height: 0;
}
body.wp-child-theme-generatepress-native-child .custom-logo {
  display: block;
  width: 101px !important;
  max-width: 101px !important;
  height: auto !important;
}
body.wp-child-theme-generatepress-native-child .site-navigation ul.menu {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  list-style: none;
}
body.wp-child-theme-generatepress-native-child .site-navigation a {
  color: var(--eq-text);
  font-family: Poppins, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1.4;
}
body.wp-child-theme-generatepress-native-child .site-navigation a:hover {
  color: var(--eq-purple);
}
body.wp-child-theme-generatepress-native-child .site-main {
  max-width: 1140px;
  margin: 0 auto;
  padding: 40px 24px 80px;
  font-family: Poppins, Arial, sans-serif;
  color: var(--eq-text);
}
body.wp-child-theme-generatepress-native-child .page-header .entry-title,
body.wp-child-theme-generatepress-native-child .woocommerce h2 {
  color: var(--eq-purple);
  font-family: Poppins, Arial, sans-serif;
}
body.wp-child-theme-generatepress-native-child .woocommerce form .form-row input.input-text,
body.wp-child-theme-generatepress-native-child .woocommerce form .form-row textarea,
body.wp-child-theme-generatepress-native-child .woocommerce form .form-row select {
  border: 1px solid #d8d3cf;
  border-radius: 8px;
  padding: 12px 14px;
  min-height: 46px;
}
body.wp-child-theme-generatepress-native-child .woocommerce button.button,
body.wp-child-theme-generatepress-native-child .woocommerce a.button,
body.wp-child-theme-generatepress-native-child .woocommerce input.button {
  background: var(--eq-green);
  color: #fff;
  border-radius: 999px;
  padding: 12px 28px;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 500;
  border: 0;
}
body.wp-child-theme-generatepress-native-child .woocommerce button.button:hover,
body.wp-child-theme-generatepress-native-child .woocommerce a.button:hover,
body.wp-child-theme-generatepress-native-child .woocommerce input.button:hover {
  background: var(--eq-purple);
  color: #fff;
}
@media (max-width: 768px) {
  body.wp-child-theme-generatepress-native-child .site-header {
    min-height: 124px;
    padding: 20px 28px;
    align-items: flex-start;
    gap: 14px;
  }
  body.wp-child-theme-generatepress-native-child .site-branding,
  body.wp-child-theme-generatepress-native-child .custom-logo-link {
    width: 149px;
    max-width: 149px;
    flex: 0 0 149px;
  }
  body.wp-child-theme-generatepress-native-child .custom-logo {
    width: 77px !important;
    max-width: 52% !important;
    height: auto !important;
  }
  body.wp-child-theme-generatepress-native-child .site-navigation ul.menu {
    flex-wrap: wrap;
    gap: 10px 14px;
    justify-content: flex-end;
  }
  body.wp-child-theme-generatepress-native-child .site-navigation a {
    font-size: 14px;
  }
  body.wp-child-theme-generatepress-native-child .site-main {
    padding: 28px 18px 60px;
  }
}
/* === /Equilibrament native global header/menu fix === */

/* Center the service cards in "¿Cómo podemos ayudarte?" on desktop and mobile. */
body.wp-child-theme-generatepress-native-child .elementor-element-ad1d131 .elementor-image-box-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  text-align: center !important;
}
body.wp-child-theme-generatepress-native-child .elementor-element-ad1d131 .elementor-image-box-img {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto 12px !important;
  padding: 0 !important;
}
body.wp-child-theme-generatepress-native-child .elementor-element-ad1d131 .elementor-image-box-img img {
  display: block;
  margin: 0 auto !important;
}
body.wp-child-theme-generatepress-native-child .elementor-element-ad1d131 .elementor-image-box-content {
  width: 100%;
  text-align: center !important;
}
body.wp-child-theme-generatepress-native-child .elementor-element-ad1d131 .elementor-image-box-title,
body.wp-child-theme-generatepress-native-child .elementor-element-ad1d131 .elementor-image-box-description {
  text-align: center !important;
}
body.wp-child-theme-generatepress-native-child .elementor-element-ad1d131 .elementor-image-box-wrapper,
body.wp-child-theme-generatepress-native-child .elementor-element-ad1d131 .elementor-image-box-img,
body.wp-child-theme-generatepress-native-child .elementor-element-ad1d131 .elementor-image-box-content {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  body.wp-child-theme-generatepress-native-child .elementor-element-ad1d131 .elementor-image-box-wrapper {
    align-items: center !important;
    justify-content: center;
  }
  body.wp-child-theme-generatepress-native-child .elementor-element-ad1d131 .elementor-image-box-img {
    margin-bottom: 10px !important;
  }
}

/* Compact dynamic-page mobile nav so login/account/cart headers do not become oversized. */
@media (max-width: 768px) {
  body.wp-child-theme-generatepress-native-child .site-header {
    flex-wrap: nowrap;
    overflow: hidden;
  }
  body.wp-child-theme-generatepress-native-child .site-navigation {
    flex: 1 1 auto;
    min-width: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  body.wp-child-theme-generatepress-native-child .site-navigation ul.menu {
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 8px;
    justify-content: flex-start;
  }
  body.wp-child-theme-generatepress-native-child .site-navigation a {
    font-size: 12px;
    line-height: 1.2;
  }
}

/* === GeneratePress base overrides: keep typography/color stable, soft 3D hover only === */
body.wp-theme-generatepress-native-child,
body.wp-child-theme-generatepress,
body.theme-generatepress,
body.wp-child-theme-generatepress-native-child {
  font-family: Poppins, Arial, sans-serif;
}
body.wp-theme-generatepress-native-child h1,
body.wp-theme-generatepress-native-child h2,
body.wp-theme-generatepress-native-child h3,
body.wp-theme-generatepress-native-child h4,
body.wp-theme-generatepress-native-child h5,
body.wp-theme-generatepress-native-child h6,
body.wp-theme-generatepress-native-child p,
body.wp-theme-generatepress-native-child li,
body.wp-theme-generatepress-native-child label,
body.wp-theme-generatepress-native-child button,
body.wp-theme-generatepress-native-child input,
body.wp-theme-generatepress-native-child textarea,
body.wp-theme-generatepress-native-child select,
body.wp-child-theme-generatepress h1,
body.wp-child-theme-generatepress h2,
body.wp-child-theme-generatepress h3,
body.wp-child-theme-generatepress h4,
body.wp-child-theme-generatepress h5,
body.wp-child-theme-generatepress h6,
body.wp-child-theme-generatepress p,
body.wp-child-theme-generatepress li,
body.wp-child-theme-generatepress label,
body.wp-child-theme-generatepress button,
body.wp-child-theme-generatepress input,
body.wp-child-theme-generatepress textarea,
body.wp-child-theme-generatepress select,
body.theme-generatepress h1,
body.theme-generatepress h2,
body.theme-generatepress h3,
body.theme-generatepress h4,
body.theme-generatepress h5,
body.theme-generatepress h6,
body.theme-generatepress p,
body.theme-generatepress li,
body.theme-generatepress label,
body.theme-generatepress button,
body.theme-generatepress input,
body.theme-generatepress textarea,
body.theme-generatepress select {
  font-family: Poppins, Arial, sans-serif !important;
}
body.wp-theme-generatepress-native-child a,
body.wp-theme-generatepress-native-child a:visited,
body.wp-child-theme-generatepress a,
body.wp-child-theme-generatepress a:visited,
body.theme-generatepress a,
body.theme-generatepress a:visited,
body.wp-child-theme-generatepress-native-child a,
body.wp-child-theme-generatepress-native-child a:visited {
  color: inherit !important;
  text-decoration: none !important;
  transition: transform .15s ease, text-shadow .15s ease;
}
body.wp-theme-generatepress-native-child a:hover,
body.wp-theme-generatepress-native-child a:focus,
body.wp-theme-generatepress-native-child a:active,
body.wp-child-theme-generatepress a:hover,
body.wp-child-theme-generatepress a:focus,
body.wp-child-theme-generatepress a:active,
body.theme-generatepress a:hover,
body.theme-generatepress a:focus,
body.theme-generatepress a:active,
body.wp-child-theme-generatepress-native-child a:hover,
body.wp-child-theme-generatepress-native-child a:focus,
body.wp-child-theme-generatepress-native-child a:active {
  color: inherit !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  text-shadow: 0 1px 0 rgba(255,255,255,.35), 0 2px 2px rgba(0,0,0,.08) !important;
}
body.wp-theme-generatepress-native-child ::selection,
body.wp-child-theme-generatepress ::selection,
body.theme-generatepress ::selection,
body.wp-child-theme-generatepress-native-child ::selection {
  background: rgba(128,90,120,.16);
  color: inherit;
}
/* === /GeneratePress base overrides === */

/* === Equilibrament single blog layout (Elementor-like native template) === */
body.single-post.wp-child-theme-generatepress-native-child {
  background: #fff;
  color: #43523d;
  font-family: Poppins, Arial, sans-serif;
}
body.single-post.wp-child-theme-generatepress-native-child .site-content,
body.single-post.wp-child-theme-generatepress-native-child .content-area,
body.single-post.wp-child-theme-generatepress-native-child .site-main {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
body.single-post.wp-child-theme-generatepress-native-child .site-header {
  background: #fff !important;
  box-shadow: none !important;
}
body.single-post.wp-child-theme-generatepress-native-child .inside-header {
  max-width: 1180px;
  min-height: 102px;
  padding: 12px 24px !important;
  display: flex;
  align-items: center;
  gap: 30px;
}
body.single-post.wp-child-theme-generatepress-native-child .site-branding-container,
body.single-post.wp-child-theme-generatepress-native-child .site-logo,
body.single-post.wp-child-theme-generatepress-native-child .site-logo a {
  display: flex;
  align-items: center;
}
body.single-post.wp-child-theme-generatepress-native-child .site-branding { display: none !important; }
body.single-post.wp-child-theme-generatepress-native-child .header-image.is-logo-image {
  width: 86px !important;
  max-width: 86px !important;
  height: auto !important;
  max-height: 94px !important;
  object-fit: contain;
}
body.single-post.wp-child-theme-generatepress-native-child #site-navigation {
  flex: 1 1 auto;
  background: transparent !important;
}
body.single-post.wp-child-theme-generatepress-native-child #site-navigation .inside-navigation {
  justify-content: center;
}
body.single-post.wp-child-theme-generatepress-native-child #site-navigation .main-nav > ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
}
body.single-post.wp-child-theme-generatepress-native-child #site-navigation .main-nav > ul > li {
  display: none !important;
}
body.single-post.wp-child-theme-generatepress-native-child #site-navigation .main-nav > ul > li.page-item-3919,
body.single-post.wp-child-theme-generatepress-native-child #site-navigation .main-nav > ul > li.page-item-2983,
body.single-post.wp-child-theme-generatepress-native-child #site-navigation .main-nav > ul > li.page-item-2859,
body.single-post.wp-child-theme-generatepress-native-child #site-navigation .main-nav > ul > li.page-item-3675,
body.single-post.wp-child-theme-generatepress-native-child #site-navigation .main-nav > ul > li.page-item-2625 {
  display: list-item !important;
}
body.single-post.wp-child-theme-generatepress-native-child #site-navigation .main-nav > ul > li > a {
  color: #43523d !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 14px 0 !important;
  text-decoration: none !important;
}
body.single-post.wp-child-theme-generatepress-native-child #site-navigation .page-item-3919 > a,
body.single-post.wp-child-theme-generatepress-native-child #site-navigation .page-item-2983 > a { font-size: 0 !important; }
body.single-post.wp-child-theme-generatepress-native-child #site-navigation .page-item-3919 > a::after { content: "Inicio"; font-size: 16px; }
body.single-post.wp-child-theme-generatepress-native-child #site-navigation .page-item-2983 > a::after { content: "Quiénes somos"; font-size: 16px; }
body.single-post.wp-child-theme-generatepress-native-child .inside-header::after {
  content: "Reservar cita";
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 22px;
  border-radius: 999px;
  background: #6f9d96;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(111,157,150,.18);
}
.eq-single-site-main {
  font-family: Poppins, Arial, sans-serif;
  color: #43523d;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 0 0 92px;
  box-sizing: border-box;
}
.eq-single-title-band {
  width: 100%;
  background: #f5fbf8;
  padding: 58px 24px 62px;
  margin: 0 0 58px;
}
.eq-single-title-wrap {
  max-width: 1140px;
  margin: 0 auto;
}
.eq-single-title {
  color: #1f1f1f;
  font-family: Poppins, Arial, sans-serif !important;
  font-size: clamp(42px, 5.3vw, 74px);
  line-height: 1.08;
  font-weight: 700;
  letter-spacing: -0.035em;
  margin: 0;
  max-width: 1040px;
}
.eq-single-layout {
  width: min(1140px, calc(100% - 48px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 66%) minmax(270px, 34%);
  gap: 46px;
  align-items: start;
}
.eq-single-article { min-width: 0; }
.eq-single-hero { text-align: left; }
.eq-single-featured {
  margin: 0 0 24px;
  border-radius: 28px;
  overflow: hidden;
  background: #f5fbf8;
}
.eq-single-featured-img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.56 / 1;
  object-fit: cover;
}
.eq-single-meta {
  list-style: none;
  margin: 0 0 34px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  align-items: center;
  color: #6f9d96;
  font-size: 14px;
  line-height: 1.35;
}
.eq-single-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.eq-meta-icon {
  color: #6f9d96;
  font-size: 10px;
  line-height: 1;
}
.eq-single-meta a {
  color: #6f9d96 !important;
  text-decoration: none !important;
}
.eq-single-content {
  color: #43523d;
  font-size: 18px;
  line-height: 1.82;
  max-width: none;
  margin: 0;
}
.eq-single-content p { margin: 0 0 1.32em; }
.eq-single-content ul,
.eq-single-content ol { margin: 0 0 1.42em 1.35em; padding: 0; }
.eq-single-content li { margin: 0 0 .55em; }
.eq-single-content li p { margin: 0; }
.eq-single-content strong { color: #43523d; font-weight: 700; }
.eq-single-content a { color: #6f9d96 !important; font-weight: 600; }
.eq-single-share {
  margin: 44px 0 42px;
  padding-top: 6px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 15px;
}
.eq-single-share h2 {
  color: #805a78;
  font-size: 22px;
  font-weight: 500;
  margin: 0;
}
.eq-share-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.eq-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #805a78;
  color: #fff !important;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  box-shadow: none;
}
.eq-share-btn:hover,
.eq-share-btn:focus { color: #fff !important; transform: translateY(-2px); }
.eq-share-whatsapp { background: #25d366; }
.eq-post-navigation {
  margin: 40px 0 0;
  padding: 26px 0;
  border-top: 1px solid rgba(128,90,120,.28);
  border-bottom: 1px solid rgba(128,90,120,.28);
  display: grid;
  grid-template-columns: minmax(0,1fr) 1px minmax(0,1fr);
  gap: 24px;
  align-items: stretch;
}
.eq-post-navigation__separator { background: rgba(128,90,120,.28); }
.eq-post-navigation__next { text-align: right; }
.eq-post-navigation a {
  color: #43523d !important;
  text-decoration: none !important;
  display: inline-flex;
  flex-direction: column;
  gap: 4px;
}
.eq-nav-label {
  color: #805a78;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
}
.eq-nav-title { font-size: 16px; line-height: 1.35; font-weight: 500; }
.eq-single-sidebar {
  display: grid;
  gap: 42px;
  align-content: start;
}
.eq-section-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
}
.eq-section-heading img { width: 42px; height: 42px; object-fit: contain; }
.eq-section-heading h2 {
  color: #6f9d96;
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.12;
  font-weight: 600;
  margin: 0;
}
.eq-blog-categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}
.eq-blog-categories a {
  display: inline-block;
  color: #43523d !important;
  font-size: 16px;
  line-height: 1.35;
  text-decoration: none !important;
}
.eq-recommended-list { display: grid; gap: 22px; }
.eq-recommended-card {
  display: grid;
  grid-template-columns: 104px minmax(0,1fr);
  gap: 16px;
  align-items: start;
  padding: 0;
}
.eq-recommended-thumb img {
  display: block;
  width: 104px;
  height: 82px;
  border-radius: 14px;
  object-fit: cover;
}
.eq-recommended-body h3 {
  color: #6f9d96;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 600;
  margin: 0 0 7px;
}
.eq-recommended-body h3 a { color: #6f9d96 !important; text-decoration: none !important; }
.eq-recommended-meta { color: #805a78; font-size: 12px; margin-bottom: 6px; }
.eq-recommended-body p { color: #43523d; font-size: 14px; line-height: 1.5; margin: 0 0 8px; }
.eq-read-more { color: #6f9d96 !important; font-size: 14px; font-weight: 700; text-decoration: none !important; }
body.single-post.wp-child-theme-generatepress-native-child .comments-area,
body.single-post.wp-child-theme-generatepress-native-child #right-sidebar,
body.single-post.wp-child-theme-generatepress-native-child .widget-area { display: none !important; }
.eq-related-posts-wide {
  width: min(1140px, calc(100% - 48px));
  margin: 78px auto 0;
}
.eq-related-posts-wide h2 {
  color: #805a78;
  font-family: Poppins, Arial, sans-serif !important;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
  margin: 0 0 34px;
}
.eq-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}
.eq-related-card { background: #fff; border-radius: 0; overflow: hidden; }
.eq-related-thumb img {
  display: block;
  width: 100%;
  height: 190px;
  border-radius: 18px;
  object-fit: cover;
}
.eq-related-body { padding: 18px 0 0; }
.eq-related-body h3 {
  color: #805a78;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 9px;
}
.eq-related-body h3 a { color: #805a78 !important; text-decoration: none !important; }
.eq-related-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 12px;
  color: #805a78;
  font-size: 12px;
  margin: 0 0 8px;
}
.eq-related-body p { color: #43523d; font-size: 15px; line-height: 1.55; margin: 0 0 10px; }
@media (max-width: 980px) {
  body.single-post.wp-child-theme-generatepress-native-child .inside-header { min-height: 84px; }
  body.single-post.wp-child-theme-generatepress-native-child .header-image.is-logo-image { width: 70px !important; max-width: 70px !important; }
  body.single-post.wp-child-theme-generatepress-native-child .inside-header::after { display: none; }
  .eq-single-title-band { padding: 44px 22px 48px; margin-bottom: 42px; }
  .eq-single-layout { grid-template-columns: 1fr; gap: 54px; }
  .eq-single-sidebar { grid-template-columns: 1fr; }
  .eq-related-grid { grid-template-columns: 1fr; gap: 30px; }
  .eq-related-card { max-width: 560px; margin: 0 auto; text-align: center; }
  .eq-related-meta { justify-content: center; }
}
@media (max-width: 768px) {
  body.single-post.wp-child-theme-generatepress-native-child #site-navigation .main-nav > ul { gap: 0; align-items: stretch; }
  body.single-post.wp-child-theme-generatepress-native-child #site-navigation .main-nav > ul > li { display: list-item !important; }
  body.single-post.wp-child-theme-generatepress-native-child #site-navigation .main-nav > ul > li > a { padding: 12px 18px !important; }
  .eq-single-title { font-size: 36px; line-height: 1.14; }
  .eq-single-layout,
  .eq-related-posts-wide { width: min(100% - 36px, 1140px); }
  .eq-single-featured { border-radius: 20px; }
  .eq-single-featured-img { aspect-ratio: auto; }
  .eq-single-meta { justify-content: center; text-align: center; }
  .eq-single-content { font-size: 16px; line-height: 1.75; }
  .eq-single-share { justify-content: center; }
  .eq-post-navigation { grid-template-columns: 1fr; gap: 18px; text-align: center; }
  .eq-post-navigation__separator { height: 1px; width: 100%; }
  .eq-post-navigation__next { text-align: center; }
  .eq-section-heading { justify-content: center; text-align: center; }
  .eq-blog-categories { text-align: center; }
  .eq-recommended-card { grid-template-columns: 1fr; text-align: center; }
  .eq-recommended-thumb img { width: 100%; max-width: 360px; height: auto; margin: 0 auto; }
}
/* === /Equilibrament single blog layout === */

/* === Equilibrament single blog visual refinements === */
body.single-post.wp-child-theme-generatepress-native-child .inside-header {
  max-width: 1240px;
  min-height: 96px;
  padding-left: 18px !important;
  padding-right: 18px !important;
  justify-content: space-between;
}
body.single-post.wp-child-theme-generatepress-native-child .inside-header::after {
  content: none !important;
  display: none !important;
}
body.single-post.wp-child-theme-generatepress-native-child .eq-header-cta {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 24px;
  border-radius: 999px;
  background: #6f9d96;
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(111,157,150,.18);
}
body.single-post.wp-child-theme-generatepress-native-child #site-navigation .main-nav > ul { gap: 38px; }
body.single-post.wp-child-theme-generatepress-native-child #site-navigation .page-item-3919 { order: 1; }
body.single-post.wp-child-theme-generatepress-native-child #site-navigation .page-item-2983 { order: 2; }
body.single-post.wp-child-theme-generatepress-native-child #site-navigation .page-item-2859 { order: 3; }
body.single-post.wp-child-theme-generatepress-native-child #site-navigation .page-item-3675 { order: 4; }
body.single-post.wp-child-theme-generatepress-native-child #site-navigation .page-item-2625 { order: 5; }
.eq-single-title-band {
  padding: 42px 24px 46px;
  margin-bottom: 66px;
}
.eq-single-title-wrap,
.eq-single-layout,
.eq-related-posts-wide {
  max-width: 1210px;
}
.eq-single-title {
  max-width: 1120px;
  font-size: clamp(38px, 4.55vw, 60px);
  line-height: 1.12;
}
.eq-single-layout {
  width: min(1210px, calc(100% - 52px));
  grid-template-columns: minmax(0, 68%) minmax(286px, 32%);
  gap: 58px;
}
.eq-section-heading img {
  width: 31px;
  height: 31px;
}
.eq-section-heading h2 {
  color: #6f9d96;
  font-size: clamp(24px, 2.25vw, 31px);
  font-weight: 500;
}
.eq-blog-categories ul { gap: 12px; }
.eq-recommended-card {
  grid-template-columns: 118px minmax(0,1fr);
  gap: 15px;
}
.eq-recommended-thumb img {
  width: 118px;
  height: 86px;
  border-radius: 0;
}
.eq-recommended-body h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}
.eq-recommended-body p,
.eq-recommended-body .eq-read-more { display: none !important; }
.eq-single-meta { gap: 0; }
.eq-single-meta-item { gap: 7px; }
.eq-single-meta-item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 16px;
  background: rgba(111,157,150,.45);
  margin: 0 15px;
}
.eq-meta-icon {
  display: inline-flex;
  width: 15px;
  height: 15px;
  color: #6f9d96;
  font-size: 0;
}
.eq-meta-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.eq-related-posts-wide h2 {
  color: #1f1f1f;
  text-align: left;
  font-weight: 600;
}
@media (max-width: 980px) {
  body.single-post.wp-child-theme-generatepress-native-child .eq-header-cta { display: none; }
  .eq-single-layout { grid-template-columns: 1fr; gap: 50px; }
}
@media (max-width: 768px) {
  body.single-post.wp-child-theme-generatepress-native-child #site-navigation .main-nav > ul > li { display: none !important; }
  body.single-post.wp-child-theme-generatepress-native-child #site-navigation .main-nav > ul > li.page-item-3919,
  body.single-post.wp-child-theme-generatepress-native-child #site-navigation .main-nav > ul > li.page-item-2983,
  body.single-post.wp-child-theme-generatepress-native-child #site-navigation .main-nav > ul > li.page-item-2859,
  body.single-post.wp-child-theme-generatepress-native-child #site-navigation .main-nav > ul > li.page-item-3675,
  body.single-post.wp-child-theme-generatepress-native-child #site-navigation .main-nav > ul > li.page-item-2625 { display: list-item !important; }
  .eq-single-title-band { padding: 34px 18px 38px; margin-bottom: 40px; }
}
/* === /Equilibrament single blog visual refinements === */

/* === Equilibrament single blog final width/typography tuning === */
body.single-post.wp-child-theme-generatepress-native-child .site-content.grid-container,
body.single-post.wp-child-theme-generatepress-native-child .grid-container.site-content {
  max-width: none !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.single-post.wp-child-theme-generatepress-native-child .inside-header {
  max-width: 1200px;
  min-height: 88px;
}
body.single-post.wp-child-theme-generatepress-native-child .header-image.is-logo-image {
  width: 74px !important;
  max-width: 74px !important;
  max-height: 82px !important;
}
body.single-post.wp-child-theme-generatepress-native-child .eq-header-cta {
  min-height: 42px;
  padding: 0 22px;
  background: #78a69f;
  box-shadow: none;
}
body.single-post.wp-child-theme-generatepress-native-child .eq-header-cta::before {
  content: "▦";
  margin-right: 8px;
  font-size: 15px;
  line-height: 1;
}
.eq-single-title-band {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-top: 34px;
  padding-bottom: 38px;
  margin-bottom: 58px;
}
.eq-single-title-wrap {
  width: min(1200px, calc(100% - 56px));
  max-width: 1200px;
}
.eq-single-title {
  font-size: clamp(38px, 4.15vw, 56px);
  max-width: 1110px;
}
.eq-single-layout,
.eq-related-posts-wide {
  width: min(1220px, calc(100% - 56px));
  max-width: 1220px;
}
.eq-single-layout {
  grid-template-columns: minmax(0, 67.5%) minmax(285px, 32.5%);
  gap: 62px;
}
.eq-single-content {
  font-size: 16px;
  line-height: 1.68;
}
.eq-single-content p { margin-bottom: 1.05em; }
.eq-single-content ul,
.eq-single-content ol { margin-bottom: 1.05em; }
.eq-section-heading img { display: none; }
.eq-section-heading::before {
  content: "☘";
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #6f9d96;
  font-size: 24px;
  line-height: 1;
}
.eq-section-heading h2 {
  color: #1f1f1f;
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 600;
}
.eq-recommended-body h3 a,
.eq-recommended-body h3 {
  color: #6f9d96 !important;
}
.eq-recommended-meta { font-size: 11px; }
.eq-single-featured { border-radius: 22px; }
.eq-related-posts-wide { margin-top: 62px; }
.equilibrament-wa-icon {
  font-size: 0 !important;
  transform: none !important;
}
.equilibrament-wa-icon::before {
  content: none !important;
  display: none !important;
}
@media (max-width: 980px) {
  .eq-single-title-wrap,
  .eq-single-layout,
  .eq-related-posts-wide { width: min(100% - 42px, 1220px); }
}
@media (max-width: 768px) {
  .eq-single-title-band { padding-top: 30px; padding-bottom: 34px; }
  .eq-single-title { font-size: 34px; }
}
/* === /Equilibrament single blog final width/typography tuning === */

/* === Equilibrament source-style previous/next navigation === */
.eq-post-navigation.elementor-post-navigation {
  margin: 42px 0 0;
  padding: 24px 0;
  border-top: 1px solid rgba(128,90,120,.28);
  border-bottom: 1px solid rgba(128,90,120,.28);
  display: grid;
  grid-template-columns: minmax(0,1fr) 1px minmax(0,1fr);
  gap: 0;
  align-items: stretch;
  color: #43523d;
}
.eq-post-navigation .elementor-post-navigation__prev,
.eq-post-navigation .elementor-post-navigation__next {
  min-width: 0;
  display: flex;
  align-items: center;
}
.eq-post-navigation .elementor-post-navigation__prev { justify-content: flex-start; padding-right: 28px; }
.eq-post-navigation .elementor-post-navigation__next { justify-content: flex-end; padding-left: 28px; text-align: right; }
.eq-post-navigation .elementor-post-navigation__separator-wrapper {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.eq-post-navigation .elementor-post-navigation__separator {
  width: 1px;
  min-height: 74px;
  background: rgba(128,90,120,.28);
}
.eq-post-navigation .elementor-post-navigation__link a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #43523d !important;
  text-decoration: none !important;
  transform: none !important;
  text-shadow: none !important;
}
.eq-post-navigation .elementor-post-navigation__next a { justify-content: flex-end; }
.eq-post-navigation .elementor-post-navigation__link__prev,
.eq-post-navigation .elementor-post-navigation__link__next {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.eq-post-navigation .post-navigation__prev--label,
.eq-post-navigation .post-navigation__next--label {
  display: block;
  color: #6f9d96;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 500;
}
.eq-post-navigation .post-navigation__prev--title,
.eq-post-navigation .post-navigation__next--title {
  display: block;
  color: #43523d;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 400;
}
.eq-post-navigation .post-navigation__arrow-wrapper {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.eq-post-navigation .eq-nav-arrow {
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #6f9d96;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}
.eq-post-navigation .elementor-screen-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
@media (max-width: 768px) {
  .eq-post-navigation.elementor-post-navigation {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px 0;
  }
  .eq-post-navigation .elementor-post-navigation__prev,
  .eq-post-navigation .elementor-post-navigation__next {
    padding: 0;
    justify-content: flex-start;
    text-align: left;
  }
  .eq-post-navigation .elementor-post-navigation__next a { justify-content: flex-start; }
  .eq-post-navigation .elementor-post-navigation__separator-wrapper { display: none; }
}
/* === /Equilibrament source-style previous/next navigation === */

/* === Single blog share/nav exact reference styling === */
.eq-single-share {
  align-items: center !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  justify-content: center !important;
  margin: 52px auto 20px !important;
  padding: 0 !important;
  text-align: center !important;
}
.eq-single-share h2 {
  color: #151515 !important;
  font-size: 19px !important;
  font-weight: 600 !important;
  line-height: 1.25 !important;
  margin: 0 !important;
}
.eq-share-buttons {
  align-items: center !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 26px !important;
  justify-content: center !important;
}
.eq-share-btn,
.eq-share-whatsapp {
  align-items: center !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #f5a018 !important;
  display: inline-flex !important;
  height: 24px !important;
  justify-content: center !important;
  line-height: 1 !important;
  padding: 0 !important;
  text-decoration: none !important;
  text-shadow: none !important;
  transform: none !important;
  width: 24px !important;
}
.eq-share-btn svg {
  display: block;
  fill: currentColor;
  height: 18px;
  width: 18px;
}
.eq-share-btn:hover,
.eq-share-btn:focus {
  color: #f5a018 !important;
  opacity: .82;
  transform: none !important;
}
.eq-post-navigation.elementor-post-navigation {
  align-items: stretch !important;
  border: 0 !important;
  color: #151515 !important;
  display: grid !important;
  gap: 0 !important;
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr) !important;
  margin: 22px auto 62px !important;
  max-width: 760px !important;
  padding: 0 !important;
  width: 100% !important;
}
.eq-post-navigation .elementor-post-navigation__prev,
.eq-post-navigation .elementor-post-navigation__next {
  align-items: center !important;
  display: flex !important;
  min-width: 0 !important;
}
.eq-post-navigation .elementor-post-navigation__prev {
  justify-content: flex-start !important;
  padding-right: 38px !important;
  text-align: left !important;
}
.eq-post-navigation .elementor-post-navigation__next {
  justify-content: flex-end !important;
  padding-left: 38px !important;
  text-align: left !important;
}
.eq-post-navigation .elementor-post-navigation__separator-wrapper {
  align-items: stretch !important;
  display: flex !important;
  justify-content: center !important;
}
.eq-post-navigation .elementor-post-navigation__separator {
  background: #d9d9d9 !important;
  min-height: 50px !important;
  width: 1px !important;
}
.eq-post-navigation .elementor-post-navigation__link a {
  align-items: center !important;
  color: #151515 !important;
  display: flex !important;
  gap: 13px !important;
  max-width: 100% !important;
  text-decoration: none !important;
  text-shadow: none !important;
  transform: none !important;
  width: 100% !important;
}
.eq-post-navigation .elementor-post-navigation__next a {
  justify-content: flex-end !important;
}
.eq-post-navigation .elementor-post-navigation__link__prev,
.eq-post-navigation .elementor-post-navigation__link__next {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  min-width: 0 !important;
  text-align: left !important;
}
.eq-post-navigation .post-navigation__prev--label,
.eq-post-navigation .post-navigation__next--label {
  color: #c7c7c7 !important;
  display: block !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1.05 !important;
  text-transform: uppercase !important;
}
.eq-post-navigation .post-navigation__prev--title,
.eq-post-navigation .post-navigation__next--title {
  color: #151515 !important;
  display: block !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 1.25 !important;
  max-width: 318px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.eq-post-navigation .post-navigation__arrow-wrapper {
  align-items: center !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  justify-content: center !important;
}
.eq-post-navigation .eq-nav-arrow {
  align-items: center !important;
  background: #c6ece7 !important;
  border-radius: 999px !important;
  color: #fff !important;
  display: inline-flex !important;
  font-size: 25px !important;
  font-weight: 700 !important;
  height: 30px !important;
  justify-content: center !important;
  line-height: 1 !important;
  padding-bottom: 2px !important;
  width: 30px !important;
}
@media (max-width: 768px) {
  .eq-single-share {
    margin: 44px auto 22px !important;
  }
  .eq-post-navigation.elementor-post-navigation {
    gap: 18px !important;
    grid-template-columns: 1fr !important;
    margin-bottom: 48px !important;
    max-width: 100% !important;
  }
  .eq-post-navigation .elementor-post-navigation__prev,
  .eq-post-navigation .elementor-post-navigation__next {
    justify-content: flex-start !important;
    padding: 0 !important;
  }
  .eq-post-navigation .elementor-post-navigation__next a {
    justify-content: flex-start !important;
  }
  .eq-post-navigation .elementor-post-navigation__separator-wrapper {
    display: none !important;
  }
  .eq-post-navigation .post-navigation__prev--title,
  .eq-post-navigation .post-navigation__next--title {
    max-width: calc(100vw - 96px) !important;
  }
}
/* === /Single blog share/nav exact reference styling === */

/* === Native Google Reviews widget (child theme, no Trustindex plugin) === */
.eq-google-reviews {
  width: min(1160px, 100%);
  margin: 0 auto;
  font-family: Poppins, Arial, sans-serif;
  color: #43523d;
}
.eq-google-summary {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 auto 26px;
  padding: 20px 24px;
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 14px 42px rgba(67,82,61,.10);
  border: 1px solid rgba(111,157,150,.14);
}
.eq-google-badge,
.eq-google-mini-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 999px;
  font-weight: 800;
  font-family: Arial, sans-serif;
  color: #fff;
  background: linear-gradient(135deg,#4285f4 0 28%,#34a853 28% 54%,#fbbc05 54% 76%,#ea4335 76% 100%);
}
.eq-google-badge { width: 52px; height: 52px; font-size: 27px; }
.eq-google-mini-badge { width: 24px; height: 24px; font-size: 13px; margin-left: auto; }
.eq-google-summary-copy { min-width: 0; flex: 1 1 auto; }
.eq-google-business {
  color: #1f1f1f;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 5px;
}
.eq-google-rating-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: #6f9d96;
  font-size: 14px;
}
.eq-google-rating-row strong { color: #1f1f1f; font-size: 19px; }
.eq-google-stars { display: inline-flex; gap: 2px; color: #d7d7d7; letter-spacing: .02em; }
.eq-google-star { font-size: 18px; line-height: 1; }
.eq-google-star.is-filled { color: #f6b700; }
.eq-google-review-link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: #6f9d96;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.eq-google-review-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.eq-google-review-card {
  position: relative;
  min-height: 245px;
  padding: 22px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid rgba(111,157,150,.14);
  box-shadow: 0 14px 38px rgba(67,82,61,.09);
  overflow: hidden;
}
.eq-google-review-card::after {
  content: "”";
  position: absolute;
  right: 18px;
  bottom: -18px;
  color: rgba(128,90,120,.10);
  font-size: 110px;
  line-height: 1;
  font-family: Georgia, serif;
  pointer-events: none;
}
.eq-google-review-header {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 13px;
}
.eq-google-review-avatar {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  object-fit: cover;
  background: #f5fbf8;
  border: 2px solid #fff;
  box-shadow: 0 5px 15px rgba(67,82,61,.12);
}
.eq-google-review-initials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #805a78;
  font-weight: 700;
}
.eq-google-review-person {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.eq-google-review-person strong {
  color: #1f1f1f;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
}
.eq-google-review-person small {
  color: #6f9d96;
  font-size: 12px;
  line-height: 1.2;
}
.eq-google-review-card .eq-google-stars { margin-bottom: 12px; }
.eq-google-review-card p {
  position: relative;
  z-index: 1;
  color: #43523d;
  font-size: 15px;
  line-height: 1.58;
  margin: 0;
}
.eq-google-reviews-empty {
  padding: 18px 20px;
  border-radius: 16px;
  background: #fff8e5;
  color: #6f5a22;
  font-size: 14px;
}
@media (max-width: 980px) {
  .eq-google-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 680px) {
  .eq-google-summary { align-items: flex-start; flex-wrap: wrap; padding: 18px; }
  .eq-google-review-link { width: 100%; }
  .eq-google-review-grid { grid-template-columns: 1fr; }
  .eq-google-review-card { min-height: 0; }
}
/* === /Native Google Reviews widget === */

/* Fix GeneratePress logo size on normal pages served by the child theme. */
body.wp-child-theme-generatepress-native-child .site-branding-container .site-logo,
body.wp-child-theme-generatepress-native-child .site-branding-container .site-logo a {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 0;
}
body.wp-child-theme-generatepress-native-child .site-logo .header-image.is-logo-image,
body.wp-child-theme-generatepress-native-child img.header-image.is-logo-image {
  display: block;
  width: 101px !important;
  max-width: 101px !important;
  height: auto !important;
  max-height: 112px !important;
  object-fit: contain;
}
@media (max-width: 768px) {
  body.wp-child-theme-generatepress-native-child .site-logo .header-image.is-logo-image,
  body.wp-child-theme-generatepress-native-child img.header-image.is-logo-image {
    width: 77px !important;
    max-width: 77px !important;
    max-height: 86px !important;
  }
}
/* /Fix GeneratePress logo size on normal pages */

/* Match GeneratePress pages header/menu to the static homepage header. */
body.wp-child-theme-generatepress-native-child:not(.home) .site-header {
  min-height: 118px;
  padding: 18px 42px !important;
  background: #fff;
}
body.wp-child-theme-generatepress-native-child:not(.home) .inside-header {
  width: min(1200px, 100%);
  max-width: 1200px;
  min-height: 82px;
  padding: 0 !important;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}
body.wp-child-theme-generatepress-native-child:not(.home) .site-branding-container {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
body.wp-child-theme-generatepress-native-child:not(.home) .site-branding {
  display: none !important;
}
body.wp-child-theme-generatepress-native-child:not(.home) .site-logo,
body.wp-child-theme-generatepress-native-child:not(.home) .site-logo a {
  display: flex;
  align-items: center;
  line-height: 0;
}
body.wp-child-theme-generatepress-native-child:not(.home) .site-logo .header-image.is-logo-image,
body.wp-child-theme-generatepress-native-child:not(.home) img.header-image.is-logo-image {
  width: 92px !important;
  max-width: 92px !important;
  height: auto !important;
  max-height: 98px !important;
  object-fit: contain;
}
body.wp-child-theme-generatepress-native-child:not(.home) #site-navigation,
body.wp-child-theme-generatepress-native-child:not(.home) .main-navigation {
  flex: 1 1 auto;
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
body.wp-child-theme-generatepress-native-child:not(.home) .main-navigation .inside-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 22px;
  width: 100%;
}
body.wp-child-theme-generatepress-native-child:not(.home) .main-navigation ul.eq-clean-primary-menu {
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
  gap: 32px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
body.wp-child-theme-generatepress-native-child:not(.home) .main-navigation ul.eq-clean-primary-menu > li {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}
body.wp-child-theme-generatepress-native-child:not(.home) .main-navigation ul.eq-clean-primary-menu > li > a {
  display: inline-flex;
  align-items: center;
  padding: 0 !important;
  color: #43523d !important;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none !important;
  background: transparent !important;
}
body.wp-child-theme-generatepress-native-child:not(.home) .main-navigation ul.eq-clean-primary-menu > li.current-menu-item > a,
body.wp-child-theme-generatepress-native-child:not(.home) .main-navigation ul.eq-clean-primary-menu > li > a:hover {
  color: #805a78 !important;
}
body.wp-child-theme-generatepress-native-child:not(.home) .eq-header-reserva-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: #6f9d96;
  color: #fff !important;
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: none !important;
}
body.wp-child-theme-generatepress-native-child:not(.home) .eq-header-reserva-btn:hover {
  background: #805a78;
  color: #fff !important;
}
@media (max-width: 900px) {
  body.wp-child-theme-generatepress-native-child:not(.home) .site-header { padding: 14px 22px !important; }
  body.wp-child-theme-generatepress-native-child:not(.home) .inside-header { gap: 16px; }
  body.wp-child-theme-generatepress-native-child:not(.home) .main-navigation ul.eq-clean-primary-menu { gap: 16px; }
  body.wp-child-theme-generatepress-native-child:not(.home) .main-navigation ul.eq-clean-primary-menu > li > a,
  body.wp-child-theme-generatepress-native-child:not(.home) .eq-header-reserva-btn { font-size: 13px; }
}
@media (max-width: 768px) {
  body.wp-child-theme-generatepress-native-child:not(.home) .inside-header { flex-wrap: wrap; justify-content: center; }
  body.wp-child-theme-generatepress-native-child:not(.home) .main-navigation { flex-basis: 100%; }
  body.wp-child-theme-generatepress-native-child:not(.home) .main-navigation .inside-navigation { justify-content: center; flex-wrap: wrap; }
  body.wp-child-theme-generatepress-native-child:not(.home) .main-navigation ul.eq-clean-primary-menu { flex-wrap: wrap; justify-content: center; gap: 12px 18px; }
  body.wp-child-theme-generatepress-native-child:not(.home) .site-logo .header-image.is-logo-image,
  body.wp-child-theme-generatepress-native-child:not(.home) img.header-image.is-logo-image { width: 72px !important; max-width: 72px !important; }
}
/* /Match GeneratePress pages header/menu to homepage */

/* Exact homepage-like centered layout for the booking page. */
body.page-id-4904.wp-child-theme-generatepress-native-child .site-header {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
body.page-id-4904.wp-child-theme-generatepress-native-child .inside-header {
  position: relative;
  display: grid !important;
  grid-template-columns: 120px minmax(0, 1fr) 150px;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: min(1180px, 100%);
  margin-inline: auto;
}
body.page-id-4904.wp-child-theme-generatepress-native-child .site-branding-container {
  justify-self: start;
}
body.page-id-4904.wp-child-theme-generatepress-native-child #site-navigation,
body.page-id-4904.wp-child-theme-generatepress-native-child .main-navigation {
  justify-self: center;
  width: 100%;
  justify-content: center !important;
}
body.page-id-4904.wp-child-theme-generatepress-native-child .main-navigation .inside-navigation {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  justify-content: center !important;
  gap: 24px;
  width: 100%;
}
body.page-id-4904.wp-child-theme-generatepress-native-child .eq-direct-primary-menu,
body.page-id-4904.wp-child-theme-generatepress-native-child .main-navigation ul.eq-clean-primary-menu {
  justify-self: center;
  justify-content: center !important;
  gap: 30px;
}
body.page-id-4904.wp-child-theme-generatepress-native-child .eq-header-reserva-btn {
  justify-self: end;
}
body.page-id-4904.wp-child-theme-generatepress-native-child .site.grid-container,
body.page-id-4904.wp-child-theme-generatepress-native-child .site-content,
body.page-id-4904.wp-child-theme-generatepress-native-child .content-area,
body.page-id-4904.wp-child-theme-generatepress-native-child .site-main,
body.page-id-4904.wp-child-theme-generatepress-native-child article.page,
body.page-id-4904.wp-child-theme-generatepress-native-child .inside-article,
body.page-id-4904.wp-child-theme-generatepress-native-child .entry-content {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
}
body.page-id-4904.wp-child-theme-generatepress-native-child #right-sidebar,
body.page-id-4904.wp-child-theme-generatepress-native-child .widget-area.sidebar {
  display: none !important;
}
body.page-id-4904.wp-child-theme-generatepress-native-child .site-content {
  display: block !important;
  margin: 0 auto !important;
  padding: 0 24px 80px !important;
}
body.page-id-4904.wp-child-theme-generatepress-native-child .inside-article {
  padding: 44px 0 0 !important;
  margin: 0 auto !important;
  background: transparent !important;
  box-shadow: none !important;
}
body.page-id-4904.wp-child-theme-generatepress-native-child .entry-header {
  text-align: center;
  margin: 0 auto 28px !important;
}
body.page-id-4904.wp-child-theme-generatepress-native-child .entry-title {
  text-align: center;
  color: #43523d;
  font-family: Poppins, Arial, sans-serif;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  margin: 0;
}
body.page-id-4904.wp-child-theme-generatepress-native-child .entry-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto !important;
}
body.page-id-4904.wp-child-theme-generatepress-native-child .amelia-v2-booking,
body.page-id-4904.wp-child-theme-generatepress-native-child #amelia-v2-booking-1000 {
  width: min(1080px, 100%) !important;
  max-width: 1080px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (max-width: 980px) {
  body.page-id-4904.wp-child-theme-generatepress-native-child .inside-header {
    grid-template-columns: 90px 1fr;
  }
  body.page-id-4904.wp-child-theme-generatepress-native-child .main-navigation .inside-navigation {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  body.page-id-4904.wp-child-theme-generatepress-native-child .eq-header-reserva-btn {
    justify-self: center;
  }
}
@media (max-width: 768px) {
  body.page-id-4904.wp-child-theme-generatepress-native-child .inside-header {
    display: flex !important;
    flex-direction: column;
    gap: 14px;
  }
  body.page-id-4904.wp-child-theme-generatepress-native-child .site-branding-container,
  body.page-id-4904.wp-child-theme-generatepress-native-child #site-navigation {
    justify-self: center;
  }
  body.page-id-4904.wp-child-theme-generatepress-native-child .site-content {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
/* /Exact homepage-like centered layout for booking page */

/* Booking page header: exact homepage composition (logo left, nav centered, CTA right). */
body.page-id-4904.wp-child-theme-generatepress-native-child .inside-header {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(1180px, 100%) !important;
  min-height: 92px !important;
  margin-inline: auto !important;
  padding: 0 !important;
  gap: 0 !important;
}
body.page-id-4904.wp-child-theme-generatepress-native-child .site-branding-container {
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 3;
}
body.page-id-4904.wp-child-theme-generatepress-native-child .main-navigation.mobile-menu-control-wrapper {
  display: none !important;
}
body.page-id-4904.wp-child-theme-generatepress-native-child #site-navigation {
  position: static !important;
  width: 100% !important;
  flex: 0 1 auto !important;
  display: block !important;
  background: transparent !important;
}
body.page-id-4904.wp-child-theme-generatepress-native-child #site-navigation .inside-navigation {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 92px !important;
  padding: 0 150px 0 120px !important;
  gap: 0 !important;
}
body.page-id-4904.wp-child-theme-generatepress-native-child #site-navigation .menu-toggle {
  display: none !important;
}
body.page-id-4904.wp-child-theme-generatepress-native-child .eq-direct-primary-menu,
body.page-id-4904.wp-child-theme-generatepress-native-child .main-navigation ul.eq-clean-primary-menu {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  gap: 30px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  width: auto !important;
  max-width: none !important;
}
body.page-id-4904.wp-child-theme-generatepress-native-child .eq-header-reserva-btn {
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 3;
  margin: 0 !important;
}
@media (max-width: 1060px) {
  body.page-id-4904.wp-child-theme-generatepress-native-child #site-navigation .inside-navigation {
    padding-left: 96px !important;
    padding-right: 132px !important;
  }
  body.page-id-4904.wp-child-theme-generatepress-native-child .eq-direct-primary-menu,
  body.page-id-4904.wp-child-theme-generatepress-native-child .main-navigation ul.eq-clean-primary-menu {
    gap: 18px !important;
  }
}
@media (max-width: 820px) {
  body.page-id-4904.wp-child-theme-generatepress-native-child .inside-header {
    flex-direction: column !important;
    min-height: 0 !important;
    gap: 14px !important;
  }
  body.page-id-4904.wp-child-theme-generatepress-native-child .site-branding-container,
  body.page-id-4904.wp-child-theme-generatepress-native-child .eq-header-reserva-btn {
    position: static !important;
    transform: none !important;
  }
  body.page-id-4904.wp-child-theme-generatepress-native-child #site-navigation .inside-navigation {
    min-height: 0 !important;
    padding: 0 !important;
    flex-direction: column !important;
    gap: 14px !important;
  }
  body.page-id-4904.wp-child-theme-generatepress-native-child .eq-direct-primary-menu,
  body.page-id-4904.wp-child-theme-generatepress-native-child .main-navigation ul.eq-clean-primary-menu {
    flex-wrap: wrap !important;
    gap: 12px 18px !important;
  }
}
/* /Booking page header exact homepage composition */

/* WhatsApp floating button official logo icon. */
.equilibrament-wa-widget .equilibrament-wa-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  color: #fff !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.equilibrament-wa-widget .equilibrament-wa-svg {
  display: block !important;
  width: 34px !important;
  height: 34px !important;
  color: #fff !important;
  fill: currentColor !important;
}
/* /WhatsApp floating button official logo icon */

/* Login + registro flow (clone de iniciar-sesion-registrarse). */
body.page-id-5038.wp-child-theme-generatepress-native-child .entry-header {
  display: none !important;
}
body.page-id-5038.wp-child-theme-generatepress-native-child .site-content {
  display: block !important;
  margin: 0 auto !important;
  padding: 24px 20px 80px !important;
}
body.page-id-5038.wp-child-theme-generatepress-native-child .inside-article {
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
body.page-id-5038.wp-child-theme-generatepress-native-child #right-sidebar,
body.page-id-5038.wp-child-theme-generatepress-native-child .widget-area.sidebar {
  display: none !important;
}
body.page-id-5038.wp-child-theme-generatepress-native-child .site.grid-container,
body.page-id-5038.wp-child-theme-generatepress-native-child .site-content,
body.page-id-5038.wp-child-theme-generatepress-native-child .content-area,
body.page-id-5038.wp-child-theme-generatepress-native-child .site-main,
body.page-id-5038.wp-child-theme-generatepress-native-child article.page,
body.page-id-5038.wp-child-theme-generatepress-native-child .inside-article,
body.page-id-5038.wp-child-theme-generatepress-native-child .entry-content {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
}

.eq-auth-page {
  width: min(1140px, 100%);
  margin: 0 auto;
}
.eq-auth-page__inner {
  display: grid;
  grid-template-columns: minmax(300px, 430px) minmax(300px, 1fr);
  gap: 34px;
  align-items: stretch;
}
.eq-auth-column {
  background: #ffffff;
  border-radius: 16px;
  border: 1px solid #e4ebea;
  box-shadow: 0 18px 46px rgba(22, 30, 30, 0.08);
  padding: 30px;
}
.eq-auth-column h2 {
  margin: 0 0 14px;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 38px;
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: 0;
  color: #1b1e21;
}
.eq-auth-column p {
  margin: 0 0 24px;
  color: #4a4d4f;
  font-size: 17px;
  line-height: 1.7;
}
.eq-auth-login-card .login-username,
.eq-auth-login-card .login-password,
.eq-auth-login-card .login-remember,
.eq-auth-login-card .login-submit {
  margin: 0 0 14px;
}
.eq-auth-login-card label {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  color: #5f6568;
  font-weight: 500;
}
.eq-auth-login-card input[type="text"],
.eq-auth-login-card input[type="password"] {
  width: 100%;
  min-height: 50px;
  border-radius: 999px;
  border: 1px solid #d8dfde;
  background: #f8f9f9;
  padding: 12px 18px;
  font-size: 16px;
}
.eq-auth-login-card input[type="submit"],
.eq-auth-primary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  background: #2cb7b2;
  color: #fff;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.eq-auth-login-card input[type="submit"]:hover,
.eq-auth-primary-btn:hover {
  background: #209e9a;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(44, 183, 178, 0.28);
}
.eq-auth-login-card .login-remember {
  display: flex;
  align-items: center;
  gap: 8px;
}
.eq-auth-login-card .login-remember label {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.eq-auth-forgot-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 14px;
  text-decoration: none !important;
  color: #5f6568 !important;
}
.eq-auth-forgot-link:hover {
  color: #209e9a !important;
}
.eq-auth-login-card--logged p {
  margin-bottom: 18px;
}

.eq-register-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 14px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.22s ease, visibility 0.22s ease;
}
.eq-register-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.eq-register-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(25, 31, 35, 0.55);
}
.eq-register-modal__dialog {
  position: relative;
  z-index: 2;
  width: min(905px, 100%);
  max-height: min(92vh, 980px);
  overflow: auto;
  border-radius: 12px;
  background: #cfe3e2;
  padding: 32px 80px;
  box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, 0.2);
  transform: translateY(12px) scale(0.985);
  transition: transform 0.24s ease;
}
.eq-register-modal.is-open .eq-register-modal__dialog {
  transform: translateY(0) scale(1);
}
.eq-register-modal__title {
  margin: 0 0 14px;
  text-align: center;
  color: #0f0f0f;
  font-family: "Poppins", Arial, sans-serif;
  font-size: 39px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}
.eq-register-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 2px solid #2f8ac8;
  border-radius: 6px;
  background: #fff;
  color: #d91e18;
  font-size: 38px;
  line-height: 1;
  font-weight: 500;
  cursor: pointer;
}
.eq-register-modal__notice {
  margin: 0 auto 14px;
  width: min(860px, 100%);
  border-radius: 10px;
  border: 1px solid #b3261e;
  background: #fde7e6;
  color: #8b1111;
  padding: 10px 14px;
  font-size: 14px;
}
.eq-register-form {
  width: min(880px, 100%);
  margin: 0 auto;
}
.eq-register-form__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 9px;
  grid-auto-flow: row dense;
}
.eq-register-form label {
  position: relative;
  display: block;
  grid-column: span 2;
}
.eq-register-form label > span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
.eq-register-form input[type="text"],
.eq-register-form input[type="email"],
.eq-register-form input[type="password"],
.eq-register-form input[type="date"] {
  width: 100%;
  min-height: 43px;
  border-radius: 30px;
  border: 0;
  background: #f4f5f6;
  color: #989898;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 27px;
  font-family: "Poppins", Arial, sans-serif;
}
.eq-register-form input::placeholder {
  color: #989898;
  opacity: 1;
}
.eq-register-form label.eq-register-form__wide {
  grid-column: span 3;
}
.eq-register-form__submit {
  margin-top: 16px;
  width: 100%;
  height: 40px;
  min-height: 40px;
  padding: 0 16px;
  border: 0;
  border-radius: 50px;
  background: #26aba3;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  cursor: pointer;
}
.eq-register-form__grid > label:nth-child(4),
.eq-register-form__grid > label:nth-child(5) {
  grid-column: span 3;
}
.eq-register-form__submit:hover {
  background: #209e9a;
}
body.eq-register-open {
  overflow: hidden;
}
body.eq-register-open .equilibrament-wa-widget {
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (max-width: 1100px) {
  .eq-auth-page__inner {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  .eq-register-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .eq-register-form label,
  .eq-register-form__grid > label:nth-child(4),
  .eq-register-form__grid > label:nth-child(5),
  .eq-register-form label.eq-register-form__wide {
    grid-column: span 1;
  }
}
@media (max-width: 640px) {
  body.page-id-5038.wp-child-theme-generatepress-native-child .site-content {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .eq-auth-column {
    padding: 22px 16px;
  }
  .eq-auth-column h2 {
    font-size: 32px;
  }
  .eq-auth-column p {
    font-size: 16px;
  }
  .eq-register-modal {
    align-items: flex-end;
    padding: 0;
  }
  .eq-register-modal__dialog {
    width: 100%;
    margin: 0;
    border-radius: 18px 18px 0 0;
    max-height: 92vh;
    transform: translateY(110%);
    transition: transform 0.28s ease;
    padding: 32px 24px 26px;
  }
  .eq-register-modal.is-open .eq-register-modal__dialog {
    transform: translateY(0);
  }
  .eq-register-modal__title {
    font-size: 27px;
    line-height: 1.15;
    margin-bottom: 12px;
  }
  .eq-register-form__grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .eq-register-form label,
  .eq-register-form__grid > label:nth-child(4),
  .eq-register-form__grid > label:nth-child(5),
  .eq-register-form label.eq-register-form__wide {
    grid-column: span 1;
  }
  .eq-register-form__wide {
    grid-column: span 1;
  }
  .eq-register-form input[type="text"],
  .eq-register-form input[type="email"],
  .eq-register-form input[type="password"],
  .eq-register-form input[type="date"] {
    min-height: 43px;
    font-size: 16px;
    padding: 10px;
  }
  .eq-register-form__submit {
    min-height: 40px;
    font-size: 16px;
  }
}
/* /Login + registro flow */
