/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.7.1.1688405229
Updated: 2023-07-03 17:27:09

*/

:root {
  scroll-behavior: smooth;
}

.elementor-36
  .elementor-element.elementor-element-abad2f5
  .elementor-column-gap-custom
  .elementor-column
  > .elementor-element-populated {
  padding: 0 26px !important;
}

/* ==== landing interiorismo ==== */
.landing-plantilla {
  --hbtk-landing-bg: #f5f3ef;
  --hbtk-landing-sand: #efebe4;
  --hbtk-landing-hero-bg: #857867;
  --hbtk-landing-dark: #373129;
  --hbtk-landing-muted-bg: #f1f0ed;
  --hbtk-landing-text: #332f2b;
  --hbtk-landing-muted: #5e5954;
  --hbtk-landing-gold: #c3a362;
  --hbtk-landing-gold-dark: #ad8f53;
  --hbtk-landing-white: #fff;
  --hbtk-landing-border: #e2ddd8;
  color: var(--hbtk-landing-text);
  background: var(--hbtk-landing-white);
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.75;
}

.landing-plantilla *,
.landing-plantilla *::before,
.landing-plantilla *::after {
  box-sizing: border-box;
}

.landing-plantilla h1,
.landing-plantilla h2,
.landing-plantilla h3,
.landing-plantilla h4 {
  margin: 0;
  color: var(--hbtk-landing-text);
  font-family: "Gallient", Sans-serif;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.landing-plantilla p,
.landing-plantilla blockquote,
.landing-plantilla figure {
  margin: 0;
}

.landing-plantilla img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.landing-plantilla .porq-item img {
  filter: brightness(0) saturate(100%) invert(82%) sepia(20%) saturate(566%)
    hue-rotate(5deg) brightness(90%) contrast(85%);
}
.landing-plantilla a {
  color: inherit;
}

.landing-plantilla_container {
  width: min(100% - 2rem, 100rem);
  margin: 0 auto;
  position: relative;
}

.landing-plantilla_section {
  padding: 6rem 0;
}

/* ==== hero ==== */
.landing-plantilla .hero {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  min-height: 640px;
  position: relative;
  background: var(--hbtk-landing-hero-bg);
  background-position: center;
  background-size: cover;
}
.landing-plantilla .hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000c7;
}
.landing-plantilla .hero_content {
  padding: 4rem 3rem 4rem max(2rem, calc((100vw - 100rem) / 2));
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.8rem;
  position: relative;
  z-index: 1;
}

.landing-plantilla .hero_eyebrow {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--hbtk-landing-gold);
}

.landing-plantilla .hero_eyebrow::after {
  content: "";
  display: block;
  height: 1px;
  width: 4rem;
  background: var(--hbtk-landing-gold);
}

.landing-plantilla .hero_title {
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  color: var(--hbtk-landing-white);
  font-weight: 400;
  line-height: 1.1;
}

.landing-plantilla .hero_title em {
  font-style: italic;
  color: var(--hbtk-landing-gold);
}

.landing-plantilla .hero_lead {
  max-width: 42ch;
}
.landing-plantilla .hero_lead p {
  color: var(--hbtk-landing-white);
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 300;
}
.landing-plantilla .hero_img {
  position: relative;
  overflow: hidden;
}

.landing-plantilla .hero_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ==== btn ==== */
.landing-plantilla .btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: var(--hbtk-landing-gold);
  color: #000;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 2rem;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  align-self: flex-start;
}

.landing-plantilla .btn-gold:hover {
  background: var(--hbtk-landing-gold-dark);
  color: #000;
}

.landing-plantilla .btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: transparent;
  color: var(--hbtk-landing-gold);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 2rem;
  border: 1px solid var(--hbtk-landing-gold);
  cursor: pointer;
  transition:
    background 0.2s,
    color 0.2s;
}

.landing-plantilla .btn-outline:hover {
  background: var(--hbtk-landing-gold);
  color: #000;
}

/* ==== pain points ==== */
.landing-plantilla .pain {
  background: var(--hbtk-landing-bg);
  padding: 6rem 0;
}

.landing-plantilla .pain_header {
  text-align: center;
  margin-bottom: 4rem;
}

.landing-plantilla .pain_header h2 {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  color: var(--hbtk-landing-text);
  font-weight: bold;
}

.landing-plantilla .pain_header .ornament {
  display: block;
  width: 3rem;
  height: 1px;
  background: var(--hbtk-landing-gold);
  margin: 1.5rem auto 0;
}

.landing-plantilla .pain_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.landing-plantilla .pain_item {
  padding: 2rem 3rem;
  border-right: 1px solid var(--hbtk-landing-border);
}

.landing-plantilla .pain_item:last-child {
  border-right: none;
}

.landing-plantilla .pain_num {
  font-size: 2.2rem;
  font-family: "Gallient", Sans-serif;
  font-weight: 700;
  color: var(--hbtk-landing-gold);
  display: block;
  margin-bottom: 1rem;
}

.landing-plantilla .pain_item h3 {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.landing-plantilla .pain_item .ornament {
  display: block;
  width: 1.5rem;
  height: 1px;
  background: var(--hbtk-landing-text);
  margin-bottom: 1rem;
}

.landing-plantilla .pain_item p {
  font-size: 0.95rem;
  color: var(--hbtk-landing-dark);
  line-height: 1.7;
}

/* ==== por que ==== */
.landing-plantilla .porque {
  background: var(--hbtk-landing-sand);
  padding: 6rem 0;
}

.landing-plantilla .porque_inner {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 4rem;
  align-items: center;
}

.landing-plantilla .porque_left {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.landing-plantilla .porque_eyebrow {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--hbtk-landing-gold);
}

.landing-plantilla .porque_eyebrow::after {
  content: "";
  display: block;
  height: 1px;
  width: 4rem;
  background: var(--hbtk-landing-gold);
}

.landing-plantilla .porque_left h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  line-height: 1.15;
}

.landing-plantilla .porque_left p {
  font-size: 0.95rem;
  color: var(--hbtk-landing-text);
  line-height: 1.75;
}

.landing-plantilla .porque_right {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.landing-plantilla .porq-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 1rem;
  padding: 1rem;
}

.landing-plantilla .porq-item_icon {
  width: 3.5rem;
  height: 3.5rem;
  color: var(--hbtk-landing-gold);
}

.landing-plantilla .porq-item_icon svg {
  width: 100%;
  height: 100%;
  stroke: var(--hbtk-landing-gold);
  fill: none;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.landing-plantilla .porq-item p {
  font-size: 0.85rem;
  color: var(--hbtk-landing-text);
  line-height: 1.4;
  font-weight: 500;
}

/* ==== imagen separadora ==== */
.landing-plantilla .separator-img {
  height: 450px;
  overflow: hidden;
}

.landing-plantilla .separator-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* ==== cta final ==== */
.landing-plantilla .cta-final {
  background: var(--hbtk-landing-dark);
  padding: 5rem 0;
}

.landing-plantilla .cta-final_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.landing-plantilla .cta-final_text {
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  padding-right: 4rem;
}

.landing-plantilla .cta-final_text h2 {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: var(--hbtk-landing-white);
  margin-bottom: 0.5rem;
}

.landing-plantilla .cta-final_text em {
  font-style: italic;
  color: var(--hbtk-landing-gold);
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.1rem, 2vw, 1.4rem);
}

.landing-plantilla .cta-final_action {
  display: flex;
  justify-content: flex-start;
  padding-left: 2rem;
}
/* ===== MODAL ===== */
.hbtk-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
  z-index: 2000;
}

.hbtk-modal.is-open {
  visibility: visible;
  opacity: 1;
}

.hbtk-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.hbtk-modal__container {
  position: relative;
  background: var(--hbtk-landing-white, #fff);
  max-width: 680px;
  width: 100%;
  border-radius: 0.5rem;
  box-shadow: 0 20px 35px -8px rgba(0, 0, 0, 0.2);
  max-height: 90vh;
  overflow-y: auto;
  cursor: default;
  font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

.hbtk-modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid var(--hbtk-landing-border, #e2ddd8);
}

.hbtk-modal__title {
  font-family: "Gallient", Sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--hbtk-landing-dark, #373129);
  margin: 0;
}

.hbtk-modal__close {
  background: transparent;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 50%;
  transition: background 0.2s;
}

.hbtk-modal__close:hover {
  background: rgba(0, 0, 0, 0.05);
}

.hbtk-modal__close::before,
.hbtk-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background-color: var(--hbtk-landing-gold, #c3a362);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: background 0.2s;
}

.hbtk-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.hbtk-modal__content {
  padding: 2rem;
}

 .hbtk-modal__content .wpcf7-form {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.hbtk-modal__content .wpcf7-form label {
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0.05em;
  color: var(--hbtk-landing-dark, #373129);
  display: block;
  margin-bottom: 0.25rem;
}

.hbtk-modal__content .wpcf7-form input,
.hbtk-modal__content .wpcf7-form textarea,
.hbtk-modal__content .wpcf7-form select {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid var(--hbtk-landing-border, #e2ddd8);
  background: var(--hbtk-landing-white, #fff);
  font-family: inherit;
  margin-top: 0.25rem;
  border-radius: 6px;
  font-size: 0.95rem;
  transition: border-color 0.2s;
}
.hbtk-modal__content .wpcf7-form input[type="checkbox"]{
  width: fit-content;
}
.hbtk-modal__content .wpcf7-form input:focus,
.hbtk-modal__content .wpcf7-form textarea:focus,
.hbtk-modal__content .wpcf7-form select:focus {
  outline: none;
  border-color: var(--hbtk-landing-gold, #c3a362);
}
 .wpcf7-submit:disabled{
  cursor: not-allowed!important;
}
.hbtk-modal__content .wpcf7-form input[type="submit"] {
  background: var(--hbtk-landing-gold, #c3a362);
  color: #fff;
  font-weight: 400;
   letter-spacing: 0.1em;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
  width: auto;
  align-self: flex-start;
  padding: 0.8rem 2rem;
}

.hbtk-modal__content .wpcf7-form input[type="submit"]:hover {
  background: var(--hbtk-landing-gold-dark, #ad8f53);
}

.hbtk-modal__content .wpcf7-not-valid-tip {
  font-size: 0.75rem;
  color: #b33;
  margin-top: 0.25rem;
}

.hbtk-modal__content .wpcf7-response-output {
  font-size: 0.85rem;
  margin: 1rem 0 0;
  padding: 0.75rem;
}

@media (max-width: 640px) {
  .hbtk-modal__header {
    padding: 1rem 1.5rem;
  }
  .hbtk-modal__title {
    font-size: 1.3rem;
  }
  .hbtk-modal__content {
    padding: 1.5rem;
  }
}
/* ==== media queries ==== */
@media (min-width: 1600px) {
  .landing-plantilla .hero::before {
    background: #332f2b;
    background: linear-gradient(
      90deg,
      rgba(51, 47, 43, 1) 29%,
      rgba(51, 47, 43, 0) 100%
    );
  }
  .landing-plantilla .porq-item {
    border-right: 2px solid #e2ddd8;
  }

  .landing-plantilla .porq-item:last-child {
    border-right: none;
  }

  .landing-plantilla .porque_left {
    padding-right: 1rem;
    border-right: 2px solid #e2ddd8;
  }
}

@media (max-width: 991px) {
  .landing-plantilla .hero {
    grid-template-columns: 1fr;
  }
  .landing-plantilla .hero_img {
    height: 400px;
    order: -1;
  }
  .landing-plantilla .hero_content {
    padding: 4rem 2rem;
  }
  .landing-plantilla .pain_grid {
    grid-template-columns: 1fr;
  }
  .landing-plantilla .pain_item {
    border-right: none;
    border-bottom: 1px solid var(--hbtk-landing-border);
    padding: 2rem 0;
  }
  .landing-plantilla .pain_item:last-child {
    border-bottom: none;
  }
  .landing-plantilla .porque_inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .landing-plantilla .porque_right {
    grid-template-columns: repeat(2, 1fr);
  }
  .landing-plantilla .cta-final_inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
  }
  .landing-plantilla .cta-final_text {
    border-right: none;
    padding-right: 0;
  }
  .landing-plantilla .cta-final_action {
    justify-content: center;
    padding-left: 0;
  }
}
@media (max-width: 480px) {
  .landing-plantilla .btn-gold,
  .landing-plantilla .btn-outline {
    align-self: stretch;
    text-align: center;
    justify-content: center;
    padding: 0.9rem 1.2rem;
    width: 100%;
    box-sizing: border-box;
  }

  .landing-plantilla .hero_content {
    padding: 3rem 1.25rem;
  }

  .landing-plantilla .cta-final_action {
    padding-left: 0;
    width: 100%;
  }
}@media (max-width: 991px) {
  .landing-plantilla .hero_content {
    padding: 3rem 1.5rem;
    width: 100%;
    box-sizing: border-box;
  }

  .landing-plantilla .hero_eyebrow {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .landing-plantilla .hero_content {
    padding: 2.5rem 1.25rem;
  }
}@media (max-width: 1024px) {
  .landing-plantilla .hero_content {
    padding: 4rem 2rem;
  }
}
 
@media (max-width: 767px) {
  .landing-plantilla .hero_content {
    padding: 3rem 1.5rem;
    gap: 1.4rem;
  }
 
  /* Eyebrow: evitar que el ::after lo empuje fuera */
  .landing-plantilla .hero_eyebrow {
    flex-wrap: wrap;
  }
 
  /* Botones: no se salen del contenedor */
  .landing-plantilla .btn-gold,
  .landing-plantilla .btn-outline {
    align-self: stretch;
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 0.9rem 1rem;
  }
 
  /* CTA: quitar el padding-left que desborda en móvil */
  .landing-plantilla .cta-final_action {
    justify-content: center;
    padding-left: 0;
    width: 100%;
  }
}/* ==== media queries ==== */

@media (min-width: 1600px) {
  .landing-plantilla .hero::before {
    background: linear-gradient(
      90deg,
      rgba(51, 47, 43, 1) 29%,
      rgba(51, 47, 43, 0) 100%
    );
  }
  .landing-plantilla .porq-item {
    border-right: 2px solid #e2ddd8;
  }
  .landing-plantilla .porq-item:last-child {
    border-right: none;
  }
  .landing-plantilla .porque_left {
    padding-right: 1rem;
    border-right: 2px solid #e2ddd8;
  }
}

@media (max-width: 991px) {
  /* Hero: colapsa a 1 columna y ocupa todo el ancho */
  .landing-plantilla .hero {
    grid-template-columns: 1fr;
    display: block; /* elimina el grid para que hero_content tome el 100% */
  }
  .landing-plantilla .hero_img {
    height: 400px;
    order: -1;
  }
  .landing-plantilla .hero_content {
    padding: 4rem 2rem;
    width: 100%;
    box-sizing: border-box;
  }
  .landing-plantilla .hero_eyebrow {
    flex-wrap: wrap;
  }

  /* Pain */
  .landing-plantilla .pain_grid {
    grid-template-columns: 1fr;
  }
  .landing-plantilla .pain_item {
    border-right: none;
    border-bottom: 1px solid var(--hbtk-landing-border);
    padding: 2rem 0;
  }
  .landing-plantilla .pain_item:last-child {
    border-bottom: none;
  }

  /* Porque */
  .landing-plantilla .porque_inner {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .landing-plantilla .porque_right {
    grid-template-columns: repeat(2, 1fr);
  }

  /* CTA */
  .landing-plantilla .cta-final_inner {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
  }
  .landing-plantilla .cta-final_text {
    border-right: none;
    padding-right: 0;
  }
  .landing-plantilla .cta-final_action {
    justify-content: center;
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .landing-plantilla .hero_content {
    padding: 2.5rem 1.25rem;
  }
  .landing-plantilla .btn-gold,
  .landing-plantilla .btn-outline {
    align-self: stretch;
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 0.9rem 1.2rem;
    box-sizing: border-box;
  }
  .landing-plantilla .cta-final_action {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .hbtk-modal__header {
    padding: 1rem 1.5rem;
  }
  .hbtk-modal__title {
    font-size: 1.3rem;
  }
  .hbtk-modal__content {
    padding: 1.5rem;
  }
}@media (max-width: 480px) {
  .landing-plantilla .hero_eyebrow {
    white-space: normal;
    word-break: break-word;
  }

  .landing-plantilla .btn-gold,
  .landing-plantilla .btn-outline {
    white-space: normal;
    word-break: break-word;
    line-height: 1.4;
  }
}