.elementor-45 .elementor-element.elementor-element-bcd6204{--display:flex;}.elementor-45 .elementor-element.elementor-element-fa6c004{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:43px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-45 .elementor-element.elementor-element-67a5099{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-45 .elementor-element.elementor-element-ecaae41{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:-78px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-367def7 *//* HERO */
.niu-hero{
  position: relative;
  min-height: 78vh;
  background-image: url("/images/hero-cabinets.jpg"); /* TU IMAGEN */
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
}

/* overlay oscuro */
.niu-hero__overlay{
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,.55) 0%,
    rgba(0,0,0,.35) 45%,
    rgba(0,0,0,.1) 100%
  );
  z-index: 1;
}

/* contenedor */
.niu-hero__container{
  position: relative;
  z-index: 2;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 80px 24px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 40px;
}

/* contenido */
.niu-hero__content h1{
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.05;
  font-weight: 500;
  margin: 0 0 24px;
}

.niu-hero__content p{
  max-width: 520px;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 36px;
  color: rgba(255,255,255,.92);
}

/* botones */
.niu-hero__actions{
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-decoration: none;
  font-weight: 600;
}

.btn-primary{
  background: #ac8350;
  color: white;
}

.btn-primary:hover{
  background: #2b422e;
  color: white;
}


/* columna derecha */
.niu-hero__visual{
  min-height: 320px;
}

/* RESPONSIVE */
@media (max-width: 1024px){
  .niu-hero__container{
    grid-template-columns: 1fr;
    padding: 64px 24px;
  }

  .niu-hero{
    background-position: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6ad014 */.niu-benefits__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.niu-benefit {
  text-align: center;
}

.niu-benefit__icon img {
  max-width: 60px;
  height: auto;
  margin-bottom: 12px;
}

.niu-benefit__text {
  font-size: 16px;
  line-height: 1.4;
}

/* Mobile */
@media (max-width: 768px) {
  .niu-benefits__inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3c3347b *//* Color base (ajustalo si usás otro marrón) */
:root {
  --niu-brown: #b08a5a;
}

/* Botón normal (por si no estaba definido explícito) */
.niu-about__actions .niu-btn--primary {
  background-color: var(--niu-brown);
  color: #fff;
  border: 2px solid var(--niu-brown);
  transition: all 0.25s ease;
}

/* HOVER invertido */
.niu-about__actions .niu-btn--primary:hover {
  background-color: #fff;
  color: var(--niu-brown);
  border-color: var(--niu-brown);
}/* End custom CSS */