.elementor-4034 .elementor-element.elementor-element-dbb892d{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4034 .elementor-element.elementor-element-e54b948 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e54b948 */.ar-tapetes-v9 {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  color: #111111;
  font-family: inherit;
}

.ar-container-tapetes-v9 {
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

/* HERO */
.ar-tapetes-hero-v9 {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #111111;
}

.ar-tapetes-hero-bg-v9 {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.ar-tapetes-hero-bg-v9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.ar-tapetes-hero-overlay-v9 {
  position: absolute;
  inset: 0;
  z-index: 2;
  background:
    linear-gradient(
      90deg,
      rgba(0,0,0,0.74) 0%,
      rgba(0,0,0,0.54) 30%,
      rgba(0,0,0,0.20) 52%,
      rgba(0,0,0,0.02) 78%
    );
}

.ar-tapetes-hero-inner-v9 {
  position: relative;
  z-index: 3;
  width: min(1180px, calc(100% - 44px));
  margin: 0 auto;
}

.ar-tapetes-hero-text-v9 {
  max-width: 455px;
  padding: 72px 0;
}

.ar-tapetes-hero-text-v9 h1 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(36px, 4vw, 56px);
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: -1.2px;
}

.ar-tapetes-hero-text-v9 p {
  margin: 0;
  max-width: 430px;
  color: rgba(255,255,255,.90);
  font-size: 17px;
  line-height: 1.5;
}

/* INTRO */
.ar-tapetes-intro-v9 {
  padding: 64px 0 26px;
  background:
    radial-gradient(circle at top right, rgba(227, 6, 19, .06), transparent 34%),
    #ffffff;
  text-align: center;
}

.ar-tapetes-intro-v9 h2,
.ar-section-heading-v9 h2,
.ar-cta-content-v9 h2 {
  margin: 0;
  color: #111111;
  font-size: clamp(30px, 3.3vw, 46px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.8px;
}

.ar-tapetes-intro-v9 h2::after,
.ar-section-heading-v9 h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  margin: 18px auto 0;
  border-radius: 999px;
  background: #e30613;
}

.ar-tapetes-intro-v9 p {
  max-width: 780px;
  margin: 20px auto 0;
  color: #383838;
  font-size: 17px;
  line-height: 1.65;
}

/* HEADINGS */
.ar-section-heading-v9 {
  max-width: 820px;
  margin: 0 auto 40px;
  text-align: center;
}

.ar-section-heading-v9 p {
  max-width: 680px;
  margin: 18px auto 0;
  color: #505050;
  font-size: 16.5px;
  line-height: 1.6;
}

.ar-section-heading-light-v9 h2,
.ar-section-heading-light-v9 p {
  color: #ffffff;
}

.ar-section-heading-light-v9 p {
  color: rgba(255,255,255,.78);
}

/* RECOMENDACIONES */
.ar-recomendaciones-v9 {
  padding: 24px 0 70px;
  background: #ffffff;
}

.ar-reco-grid-v9 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.ar-reco-card-v9 {
  position: relative;
  min-height: 205px;
  padding: 28px 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0 18px 42px rgba(0,0,0,.07);
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ar-reco-card-v9::before {
  content: "";
  position: absolute;
  width: 118px;
  height: 118px;
  right: -54px;
  top: -54px;
  border-radius: 50%;
  background: rgba(227, 6, 19, .08);
}

.ar-reco-card-v9:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 54px rgba(0,0,0,.11);
  border-color: rgba(227,6,19,.28);
}

.ar-reco-top-v9 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 22px;
}

.ar-reco-top-v9 span {
  display: block;
  color: #e30613;
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -1px;
}

.ar-reco-icon-v9 {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: rgba(227, 6, 19, .08);
  color: #e30613;
}

.ar-reco-icon-v9 svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ar-reco-card-v9 p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #242424;
  font-size: 16px;
  line-height: 1.55;
}

/* TIPS */
.ar-tips-v9 {
  position: relative;
  padding: 82px 0 88px;
  background:
    radial-gradient(circle at top left, rgba(227, 6, 19, .20), transparent 28%),
    linear-gradient(135deg, #181a22 0%, #333645 100%);
}

.ar-tips-v9::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 34px 34px;
  opacity: .45;
  pointer-events: none;
}

.ar-tips-v9 .ar-container-tapetes-v9 {
  position: relative;
  z-index: 2;
}

.ar-tips-grid-v9 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}

.ar-tip-card-v9 {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 24px 54px rgba(0,0,0,.26);
  transition: transform .25s ease, box-shadow .25s ease;
}

.ar-tip-card-v9:hover {
  transform: translateY(-6px);
  box-shadow: 0 32px 70px rgba(0,0,0,.34);
}

.ar-tip-img-v9 {
  width: 100%;
  height: 250px;
  background: #ffffff;
  overflow: hidden;
}

.ar-tip-img-v9 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  padding: 0;
}

.ar-tip-info-v9 {
  padding: 26px 26px 28px;
}

.ar-tip-info-v9 span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #e30613;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .6px;
}

.ar-tip-info-v9 h3 {
  margin: 0 0 10px;
  color: #111111;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
}

.ar-tip-info-v9 p {
  margin: 0;
  color: #454545;
  font-size: 16px;
  line-height: 1.55;
}

@media (min-width: 1025px) {
  .ar-tips-grid-v9 .ar-tip-card-v9:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .ar-tips-grid-v9 .ar-tip-card-v9:nth-child(5) {
    grid-column: 4 / span 2;
  }
}

/* INSTALACIONES INCORRECTAS */
.ar-incorrectos-v9 {
  padding: 84px 0 64px;
  background:
    radial-gradient(circle at top left, rgba(227, 6, 19, .075), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #fafafa 100%);
}

.ar-incorrectos-grid-v9 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.ar-incorrect-card-v9 {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(227, 6, 19, .16);
  box-shadow: 0 18px 42px rgba(0,0,0,.07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.ar-incorrect-card-v9::before {
  content: "";
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #e30613;
}

.ar-incorrect-card-v9:hover {
  transform: translateY(-6px);
  border-color: rgba(227, 6, 19, .38);
  box-shadow: 0 28px 62px rgba(0,0,0,.13);
}

.ar-incorrect-img-v9 {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 11;
  background:
    linear-gradient(180deg, #ffffff 0%, #f5f5f5 100%);
  overflow: hidden;
}

.ar-incorrect-img-v9::before {
  content: "×";
  position: absolute;
  z-index: 3;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #e30613;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 31px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(227,6,19,.32);
}

.ar-incorrect-img-v9::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 40%;
  background: linear-gradient(180deg, transparent 0%, rgba(227, 6, 19, .045) 100%);
  pointer-events: none;
}

.ar-incorrect-img-v9 img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
  padding: 12px;
}

.ar-incorrect-content-v9 {
  position: relative;
  padding: 26px 24px 30px;
  background:
    linear-gradient(180deg, #ffffff 0%, #fffafa 100%);
}

.ar-incorrect-content-v9 span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 12px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(227, 6, 19, .09);
  color: #e30613;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .6px;
}

.ar-incorrect-content-v9 span::before {
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #e30613;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.ar-incorrect-content-v9 h3 {
  margin: 0 0 10px;
  color: #111111;
  font-size: 21px;
  line-height: 1.22;
  font-weight: 800;
}

.ar-incorrect-content-v9 p {
  margin: 0;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.55;
}

/* CTA */
.ar-tapetes-cta-v9 {
  padding: 0 0 78px;
  background: #fafafa;
}

.ar-cta-box-v9 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 42px 46px;
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(227,6,19,.32), transparent 34%),
    linear-gradient(135deg, #111111 0%, #303342 100%);
  color: #ffffff;
  box-shadow: 0 26px 60px rgba(0,0,0,.18);
}

.ar-cta-content-v9 {
  max-width: 760px;
}

.ar-cta-content-v9 h2 {
  color: #ffffff;
}

.ar-cta-content-v9 p {
  margin: 14px 0 0;
  color: rgba(255,255,255,.80);
  font-size: 17px;
  line-height: 1.6;
}

.ar-btn-tapetes-v9 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  padding: 15px 28px;
  border-radius: 999px;
  background: #e30613;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
  box-shadow: 0 14px 30px rgba(227,6,19,.26);
}

.ar-btn-tapetes-v9:hover {
  background: #c90010;
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(227,6,19,.34);
}

/* TABLET */
@media (max-width: 1024px) {
  .ar-container-tapetes-v9,
  .ar-tapetes-hero-inner-v9 {
    width: min(100% - 40px, 920px);
  }

  .ar-tapetes-hero-v9 {
    min-height: 470px;
  }

  .ar-tapetes-hero-text-v9 {
    max-width: 430px;
    padding: 64px 0;
  }

  .ar-tapetes-hero-text-v9 h1 {
    font-size: 42px;
  }

  .ar-tapetes-hero-overlay-v9 {
    background:
      linear-gradient(
        90deg,
        rgba(0,0,0,0.82) 0%,
        rgba(0,0,0,0.62) 42%,
        rgba(0,0,0,0.18) 78%
      );
  }

  .ar-reco-grid-v9 {
    grid-template-columns: repeat(2, 1fr);
  }

  .ar-reco-card-v9 {
    min-height: 180px;
  }

  .ar-tips-grid-v9 {
    grid-template-columns: repeat(2, 1fr);
  }

  .ar-tip-card-v9 {
    grid-column: span 1;
  }

  .ar-tip-img-v9 {
    height: 235px;
  }

  .ar-incorrectos-grid-v9 {
    grid-template-columns: 1fr;
    max-width: 680px;
    margin: 0 auto;
  }

  .ar-cta-box-v9 {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .ar-container-tapetes-v9,
  .ar-tapetes-hero-inner-v9 {
    width: min(100% - 32px, 1180px);
  }

  .ar-tapetes-hero-v9 {
    min-height: 560px;
    align-items: flex-end;
  }

  .ar-tapetes-hero-bg-v9 img {
    object-position: 20% top;
  }

  .ar-tapetes-hero-overlay-v9 {
    background:
      linear-gradient(
        180deg,
        rgba(0,0,0,.05) 0%,
        rgba(0,0,0,.22) 30%,
        rgba(0,0,0,.72) 68%,
        rgba(0,0,0,.96) 100%
      );
  }

  .ar-tapetes-hero-text-v9 {
    max-width: 100%;
    padding: 0 0 38px;
  }

  .ar-tapetes-hero-text-v9 h1 {
    max-width: 360px;
    margin-bottom: 14px;
    font-size: 34px;
    line-height: 1.04;
    letter-spacing: -0.8px;
  }

  .ar-tapetes-hero-text-v9 p {
    max-width: 340px;
    font-size: 15.5px;
    line-height: 1.48;
  }

  .ar-tapetes-intro-v9 {
    padding: 50px 0 22px;
  }

  .ar-tapetes-intro-v9 h2,
  .ar-section-heading-v9 h2,
  .ar-cta-content-v9 h2 {
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -0.5px;
  }

  .ar-tapetes-intro-v9 h2::after,
  .ar-section-heading-v9 h2::after {
    width: 54px;
    height: 4px;
    margin-top: 16px;
  }

  .ar-tapetes-intro-v9 p,
  .ar-section-heading-v9 p {
    font-size: 15.5px;
    line-height: 1.6;
  }

  .ar-recomendaciones-v9 {
    padding: 22px 0 54px;
  }

  .ar-tips-v9,
  .ar-incorrectos-v9 {
    padding: 58px 0;
  }

  .ar-section-heading-v9 {
    margin-bottom: 32px;
  }

  .ar-reco-grid-v9,
  .ar-tips-grid-v9,
  .ar-incorrectos-grid-v9 {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .ar-reco-card-v9 {
    min-height: auto;
    padding: 24px 22px;
    border-radius: 20px;
  }

  .ar-reco-top-v9 {
    align-items: center;
    margin-bottom: 18px;
  }

  .ar-reco-top-v9 span {
    font-size: 34px;
  }

  .ar-reco-icon-v9 {
    width: 44px;
    height: 44px;
    border-radius: 14px;
  }

  .ar-reco-icon-v9 svg {
    width: 25px;
    height: 25px;
  }

  .ar-tip-card-v9,
  .ar-incorrect-card-v9 {
    border-radius: 22px;
  }

  .ar-tip-img-v9 {
    height: 220px;
  }

  .ar-tip-info-v9,
  .ar-incorrect-content-v9 {
    padding: 24px 22px 26px;
  }

  .ar-tip-info-v9 h3,
  .ar-incorrect-content-v9 h3 {
    font-size: 21px;
  }

  .ar-tip-info-v9 p,
  .ar-incorrect-content-v9 p {
    font-size: 15.5px;
  }

  .ar-incorrect-img-v9 {
    aspect-ratio: 16 / 10.5;
  }

  .ar-incorrect-img-v9::before {
    top: 14px;
    right: 14px;
    width: 34px;
    height: 34px;
    font-size: 28px;
  }

  .ar-tapetes-cta-v9 {
    padding: 0 0 58px;
  }

  .ar-cta-box-v9 {
    padding: 32px 24px;
    border-radius: 24px;
    gap: 24px;
  }

  .ar-cta-content-v9 p {
    font-size: 15.5px;
  }

  .ar-btn-tapetes-v9 {
    width: 100%;
    min-width: 0;
  }
}

/* MOBILE PEQUEÑO */
@media (max-width: 480px) {
  .ar-container-tapetes-v9,
  .ar-tapetes-hero-inner-v9 {
    width: min(100% - 26px, 1180px);
  }

  .ar-tapetes-hero-v9 {
    min-height: 540px;
  }

  .ar-tapetes-hero-bg-v9 img {
    object-position: 64% top;
  }

  .ar-tapetes-hero-text-v9 h1 {
    max-width: 320px;
    font-size: 31px;
  }

  .ar-tapetes-hero-text-v9 p {
    max-width: 310px;
    font-size: 15px;
  }

  .ar-tapetes-intro-v9 h2,
  .ar-section-heading-v9 h2,
  .ar-cta-content-v9 h2 {
    font-size: 26px;
  }

  .ar-tip-img-v9 {
    height: 200px;
  }

  .ar-reco-card-v9,
  .ar-tip-info-v9,
  .ar-incorrect-content-v9 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* AJUSTE FORZADO HERO RESPONSIVE */
@media (max-width: 767px) {
  .ar-tapetes-hero-bg-v9 img,
  .ar-tapetes-hero-bg-v8 img,
  .ar-tapetes-hero-bg-v7 img,
  .ar-tapetes-hero-bg-v6 img {
    width: auto !important;
    min-width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: center top !important;
    position: relative !important;
    left: 50% !important;
    transform: translateX(-70%) !important;
  }
}

@media (max-width: 480px) {
  .ar-tapetes-hero-bg-v9 img,
  .ar-tapetes-hero-bg-v8 img,
  .ar-tapetes-hero-bg-v7 img,
  .ar-tapetes-hero-bg-v6 img {
    transform: translateX(-69%) !important;
  }
}/* End custom CSS */