.elementor-37357 .elementor-element.elementor-element-e6a418a{padding:0px 0px 0px 0px;}.elementor-37357 .elementor-element.elementor-element-8c2d067 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-37357 .elementor-element.elementor-element-58534e4 > .elementor-element-populated{padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS *//*Comienzo de los estilos de la sección principal*/

.kr-hero {
  position: relative;
  min-height: 720px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
}

.kr-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.45) 38%,
      rgba(0, 0, 0, 0.18) 100%
    ),
    linear-gradient(
      0deg,
      rgba(0, 0, 0, 0.72) 0%,
      rgba(0, 0, 0, 0.1) 55%
    );
  z-index: 1;
}

.kr-hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 48px 64px;
}

.kr-hero__text h1 {
  margin: 0 0 18px;
  font-size: clamp(2.6rem, 5vw, 5rem);
  line-height: 1.05;
  font-weight: 700;
  letter-spacing: -0.04em;
  color:#fff;
}

.kr-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 26px;
  background: #fff;
  color: #111;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.kr-hero__btn:hover {
  background: #f1f1f1;
  transform: translateY(-1px);
}

.kr-hero__info {
  display: flex;
  gap: clamp(32px, 12vw, 160px);
  margin-top: 42px;
  padding-left: 70px;
  font-size: 0.95rem;
  line-height: 1.25;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.kr-hero__info a,
.kr-hero__info p {
  color: #fff;
  margin: 0;
}

.kr-hero__info a {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 768px) {
  .kr-hero {
    min-height: 560px;
    background-position: center;
  }

  .kr-hero__content {
    padding: 0 24px 42px;
  }

  .kr-hero__text h1 {
    font-size: clamp(2.3rem, 11vw, 3.4rem);
  }

  .kr-hero__info {
    flex-direction: column;
    gap: 18px;
    padding-left: 0;
    margin-top: 36px;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
  }
}

@media (max-width: 480px) {
  .kr-hero {
    min-height: 520px;
  }

  .kr-hero__content {
    padding: 0 20px 36px;
  }

  .kr-hero__btn {
    min-height: 40px;
    padding: 0 22px;
  }
}
/*Final de los estilos de la sección principal*/

/*Comienzo de los estilos de la segunda sección*/
.about-luxury-kitchen {
  position: relative;
  overflow: hidden;
  min-height: 850px;
  padding: 42px 28px 56px;
  background-image: var(--bg-image);
  background-size: cover;
  background-position: center;
  color: #fff;
}

.about-luxury-kitchen__overlay {
  position: absolute;
  inset: 0;
  background: rgba(20, 35, 43, 0.82);
  z-index: 1;
}

.about-luxury-kitchen__content {
  position: relative;
  z-index: 2;
  max-width: 1180px;
  margin: 0 auto;
}

.about-luxury-kitchen__label {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 10px;
}

.about-luxury-kitchen__label span {
  width: 42px;
  height: 1px;
  background: rgba(255, 255, 255, 0.65);
}

.about-luxury-kitchen__label p {
  margin: 0;
  font-size: 0.78rem;
  letter-spacing: 0.18em;
}

.about-luxury-kitchen h2 {
  max-width: 520px;
  margin: 0 0 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 6vw, 5.3rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color:#fff;
}

.about-luxury-kitchen__description {
  max-width: 1120px;
  margin: 0;
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 2;
}

.about-luxury-kitchen__gallery {
  position: relative;
  min-height: 560px;
  margin-top: 200px;
}

.about-luxury-kitchen__image {
  position: absolute;
  overflow: visible;
}

.about-luxury-kitchen__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid rgba(255, 255, 255, 0.32);
}

.about-luxury-kitchen__image--small {
  left: 9%;
  bottom: 0;
  width: min(380px, 35vw);
  height: 455px;
}

.about-luxury-kitchen__image--large {
  right: 9%;
  bottom: 12px;
  width: min(520px, 42vw);
  height: 650px;
}

.about-luxury-kitchen__stats {
  position: absolute;
  left: 50%;
  bottom: -34px;
  display: flex;
  gap: 24px;
  transform: translateX(-50%);
  width: max-content;
  max-width: 92%;
  padding: 14px 28px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  color: #163d5f;
  text-align: center;
}

.about-luxury-kitchen__stats strong {
  display: block;
  font-size: clamp(1.3rem, 2vw, 1.65rem);
  line-height: 1;
}

.about-luxury-kitchen__stats span {
  display: block;
  margin-top: 4px;
  font-size: 0.58rem;
  color: #31475a;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .about-luxury-kitchen {
    min-height: auto;
    padding: 38px 22px 80px;
  }

  .about-luxury-kitchen__gallery {
    display: grid;
    gap: 24px;
    min-height: auto;
    margin-top: 40px;
  }

  .about-luxury-kitchen__image,
  .about-luxury-kitchen__image--small,
  .about-luxury-kitchen__image--large {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
  }

  .about-luxury-kitchen__image img {
    aspect-ratio: 4 / 3;
  }

  .about-luxury-kitchen__stats {
    bottom: -28px;
    gap: 16px;
    padding: 12px 18px;
  }
}

@media (max-width: 560px) {
  .about-luxury-kitchen h2 {
    font-size: 3rem;
  }

  .about-luxury-kitchen__description {
    line-height: 1.7;
  }

  .about-luxury-kitchen__stats {
    width: 88%;
    flex-direction: column;
    gap: 10px;
  }

  .about-luxury-kitchen__stats span {
    white-space: normal;
  }
}
/*Fin de los estilos de la segunda sección*//* End custom CSS */