@font-face {
  font-family: Comex;
  font-style: normal;
  font-weight: 400;
  src: url(fonts/comex-medium.eot);
  src: url(fonts/comex-medium.eot?#iefix) format("embedded-opentype"),
       url(fonts/comex-medium.woff) format("woff"),
       url(fonts/comex-medium.woff2) format("woff2"),
       url(fonts/comex-medium.ttf) format("truetype");
}

@font-face {
  font-family: Comex;
  font-style: normal;
  font-weight: 700;
  src: url(fonts/comex-bold.eot);
  src: url(fonts/comex-bold.eot?#iefix) format("embedded-opentype"),
       url(fonts/comex-bold.otf) format("opentype"),
       url(fonts/comex-bold.woff2) format("woff2"),
       url(fonts/comex-bold.ttf) format("truetype");
}

@font-face {
  font-family: 'ComexBold';
  src: url(fonts/comex-bold.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GothamBook';
  src: url(fonts/Gotham-Book.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'GothamBold';
  src: url(fonts/Gotham-Bold.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Comex;
  font-style: normal;
  font-weight: 900;
  src: url(fonts/comex-black.eot);
  src: url(fonts/comex-black.eot?#iefix) format("embedded-opentype"),
       url(fonts/comex-black.woff) format("woff"),
       url(fonts/comex-black.woff2) format("woff2"),
       url(fonts/comex-black.ttf) format("truetype");
}

* {
  color-scheme: light;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'GothamBook', Arial, sans-serif;
}

:root {
  color-scheme: only light;
  forced-color-adjust: none;
  background-color: #ffffff;
}

html, body {
    width: 100%;
    max-width: 600px;
    margin:0 auto;
  background-color: #ffffff !important;
  -webkit-background-color: #ffffff !important;
  color-scheme: light;
  forced-color-adjust: none;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

body.fade-out {
  opacity: 0;
}

.page-wrapper {
  width: 100%;
  max-width: 480px;
  min-height: 100vh;
  margin: 0 auto;
  background-color: #ffffff;
  overflow-x: hidden;
}

@media (min-width: 600px) {
  .page-wrapper {
    min-height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  }
}

header {
  background-color: #009dda;
  text-align: center;
  padding: 10px 0;
}

header img {
  max-width: 120px;
  height: auto;
}

h1, h2 {
  text-align: center;
  color: #333;
  margin: 20px 0;
  font-family: Comex, sans-serif;
}

h2 {
  font-size: 1.2rem;
  color: #555;
}

.slider-container {
  position: relative;
  max-width: 100%;
  overflow: hidden;
  background: #fff;
}

.slider {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
}

.slide {
  min-width: 100%;
  position: relative;
  padding: 18px 0 28px;
}

.product-card {
  display: grid;
  justify-items: center;
  width: 100%;
}

.product-name {
  position: relative;
  z-index: 1;
  min-width: 58%;
  margin: 0 26px 18px;
  padding: 9px 22px;
  color: #fff;
  font-family: 'ComexBold', sans-serif;
  font-size: clamp(1.35rem, 6vw, 2rem);
  line-height: 1;
  text-align: center;
  isolation: isolate;
}

.product-name::before,
.product-name::after {
  content: '';
  position: absolute;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
}

.product-name::before {
  z-index: -2;
  inset: 8px 8px -8px -8px;
  background: #00aa3c;
}

.product-name::after {
  z-index: -1;
  inset: 0;
  background: #0868ad;
}

.product-name.product-name--aquaroc,
.interior-name.interior-name--aquaroc {
  width: min(82%, 390px);
  height: clamp(40px, calc(6vw + 18px), 50px);
  min-width: 0;
  padding: 0;
  background: transparent;
}

.product-name.product-name--aquaroc::before,
.product-name.product-name--aquaroc::after,
.interior-name.interior-name--aquaroc::before,
.interior-name.interior-name--aquaroc::after {
  content: none;
}

.product-name--aquaroc img,
.interior-name--aquaroc img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-description {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(138px, 31vw, 150px);
  margin: 0;
  padding: 20px 28px;
  background: #0868ad;
  color: #fff;
  font-family: Comex, sans-serif;
  font-size: clamp(1rem, 4.2vw, 1.35rem);
  line-height: 1.15;
  text-align: center;
}

.product-photo {
  display: block;
  width: 100%;
  height: clamp(330px, 78vw, 375px);
  object-fit: cover;
}

.product-photo--plafones {
  object-position: center 58%;
}

.product-link {
  margin-top: 28px;
  padding: 10px 28px;
  border-radius: 14px;
  background: #23afe0;
  color: #fff;
  font-family: Comex, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .12);
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.product-link:hover,
.product-link:focus-visible {
  background: #078fca;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .18);
  transform: translateY(-2px);
}

.product-link:active {
  transform: translateY(0) scale(.97);
}

.interior-product {
  padding: 42px 0 0;
  background: #fff;
}

.interior-card {
  display: grid;
  justify-items: center;
  width: 100%;
}

.interior-name {
  position: relative;
  z-index: 1;
  min-width: 58%;
  margin: 0 26px 34px;
  padding: 9px 24px;
  color: #fff;
  font-family: 'ComexBold', sans-serif;
  font-size: clamp(1.35rem, 6vw, 2rem);
  line-height: 1;
  text-align: center;
  isolation: isolate;
}

.interior-name::before,
.interior-name::after {
  content: '';
  position: absolute;
  clip-path: polygon(7% 0, 100% 0, 93% 100%, 0 100%);
}

.interior-name::before {
  z-index: -2;
  inset: 8px 8px -8px -8px;
  background: #00aa3c;
}

.interior-name::after {
  z-index: -1;
  inset: 0;
  background: #0868ad;
}

.interior-description {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(138px, 31vw, 150px);
  margin: 0;
  padding: 20px 28px;
  background: #0868ad;
  color: #fff;
  font-family: Comex, sans-serif;
  font-size: clamp(1rem, 4.2vw, 1.35rem);
  line-height: 1.15;
  text-align: center;
}

.interior-photo {
  display: block;
  width: 100%;
  height: auto;
}

.interior-photo--plafones {
  object-position: center 58%;
}

.technical-panel {
  width: 100%;
  padding: 24px 20px 0;
  background: #d8dadd;
  color: #222;
  text-align: center;
}

.technical-panel > p {
  margin: 0 0 20px;
  line-height: 1.25;
}

.technical-panel strong,
.recommendation {
  color: #25a95b;
  font-weight: 500;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin-bottom: 22px;
  text-align: left;
}

.benefits span {
  position: relative;
  min-height: 34px;
  padding-left: 32px;
  font-size: .9rem;
  line-height: 1.15;
}

.benefits span::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #1671b9;
  color: #fff;
}

.spec-table {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 18px 10px;
  background: #176ab1;
  color: #fff;
  font-size: .78rem;
}

.spec-table span {
  padding: 0 5px;
  border-right: 1px solid rgba(255, 255, 255, .55);
}

.spec-table span:last-child {
  border-right: 0;
}

.spec-table b {
  display: inline-block;
  margin-top: 7px;
  font-weight: 500;
}

.technical-panel > small {
  display: block;
  width: calc(100% + 40px);
  margin-left: -20px;
  padding: 7px 14px;
  background: #176ab1;
  color: #fff;
}

.installation-section {
  width: 100%;
  padding: 32px 18px 38px;
  background: #f5fbfc;
  color: #777;
  text-align: center;
}

.installation-section h2 {
  margin: 0 0 28px;
  color: #17629d;
  font-size: 1.45rem;
}

.installation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 18px;
}

.installation-grid article,
.suspension-product {
  display: grid;
  justify-items: center;
  align-content: start;
}

.installation-grid article {
  grid-template-rows: 36px 76px 150px 24px minmax(34px, auto);
  width: 100%;
}

.installation-grid h3,
.suspension-product h3 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
  color: #26709b;
  font-size: .9rem;
  line-height: 1.1;
  text-align: center;
}

.installation-grid p,
.suspension-product p {
  margin: 4px 0 0;
  font-size: .82rem;
  line-height: 1.18;
}

.installation-grid img {
  width: auto;
  height: 150px;
  max-width: 100%;
  object-fit: contain;
}

.installation-grid em {
  align-self: end;
  margin-top: 0;
  color: #222;
  font-size: .82rem;
}

.installation-grid small {
  font-size: .75rem;
}

.installation-wide {
  grid-column: 1 / -1;
  justify-self: center;
  max-width: 240px;
}

.installation-grid--exterior article {
  grid-column: 1 / -1;
  grid-template-rows: 36px auto 190px 24px minmax(34px, auto);
  max-width: 360px;
  justify-self: center;
}

.installation-grid--exterior h3 {
  color: #38a75b;
}

.installation-grid--exterior img {
  height: 190px;
}

.suspension-product h3 {
  color: #38a75b;
}

.suspension-product img {
  width: min(82%, 360px);
  margin-top: 16px;
}

.product-description,
.product-link,
.interior-description,
.interior-link,
.technical-panel,
.installation-section {
  font-family: 'GothamBook', Arial, sans-serif;
}

.product-name,
.interior-name,
.section-title,
.category-pill,
.menu-promotions,
.installation-section h2,
.installation-section h3,
.social-banner h2 {
  font-family: 'GothamBold', Arial, sans-serif;
}

@media (max-width: 380px) {
  .interior-product {
    padding-top: 32px;
  }

  .product-name.product-name--aquaroc,
  .interior-name.interior-name--aquaroc {
    height: calc(1.35rem + 16px);
  }

  .product-name,
  .interior-name {
    min-width: 64%;
    margin-left: 18px;
    margin-right: 18px;
    padding: 8px 18px;
    font-size: 1.35rem;
  }

  .product-description,
  .interior-description {
    height: 136px;
    padding: 16px 20px;
    font-size: 1rem;
  }

  .product-photo {
    height: 300px;
  }

  .benefits {
    gap: 8px 12px;
  }

  .benefits span {
    padding-left: 27px;
    font-size: .78rem;
  }

  .benefits span::before {
    width: 21px;
    height: 21px;
  }

  .spec-table {
    padding-left: 4px;
    padding-right: 4px;
    font-size: .65rem;
  }

  .spec-table span {
    padding: 0 3px;
  }

  .installation-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .installation-grid {
    gap: 30px 10px;
  }

  .installation-grid article {
    grid-template-rows: 34px 82px 125px 22px minmax(34px, auto);
  }

  .installation-grid--exterior article {
    grid-template-rows: 34px auto 170px 22px minmax(34px, auto);
  }

  .installation-grid h3 {
    font-size: .8rem;
  }

  .installation-grid p {
    font-size: .74rem;
  }

  .installation-grid img {
    height: 125px;
  }

  .category-grid {
    gap: 20px 12px;
  }

  .category-pill {
    padding-left: 6px;
    padding-right: 6px;
  }

  .social-banner {
    gap: 10px;
    padding-left: 10px;
  }

  .social-banner h2 {
    flex-basis: 58px;
    font-size: 14px;
  }

  .social-links {
    gap: 8px;
  }

  .social-links a {
    flex-basis: 24px;
    width: 24px;
    height: 24px;
    font-size: 13px;
  }

  .social-links .fa-tiktok,
  .social-links .fa-youtube,
  .social-links .fa-linkedin-in {
    font-size: 12px;
  }
}

.interior-link {
  margin-top: 30px;
  padding: 10px 28px;
  border-radius: 14px;
  background: #23afe0;
  color: #fff;
  font-family: Comex, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  box-shadow: 0 3px 7px rgba(0, 0, 0, .12);
  transition: background-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.interior-link:hover,
.interior-link:focus-visible {
  background: #078fca;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .18);
  transform: translateY(-2px);
}

.interior-link:active {
  transform: translateY(0) scale(.97);
}

.slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 34px;
  height: 52px;
  padding: 0;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, .86);
  color: #01ace6;
  border: none;
  font-size: 2rem;
  cursor: pointer;
}

.slider-button.prev {
  left: 2px;
}

.slider-button.next {
  right: 2px;
}



.two-column {
  display: flex;
  justify-content: space-evenly;
  gap: 10px;
  margin: 0 auto;
  max-width: 800px;
  padding: 10px;
}

.column {
  flex: 1;
  text-align: center;
}

.column button {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  cursor: pointer;
  margin: 10px auto;
  padding: 0;
}

.column button img {
  width: 100%;
  transform: translateX(0%);
  display: block;
}

.categories {
  background:#f0fcfd ;
  padding: 18px 16px 18px;
}

.section-title {
  text-align: center;
  font-size: 1.2rem;
  font-family: 'ComexBold', sans-serif;
  color: #04148e;
  margin: 0 0 10px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 25px 20px;
  margin-top:30px;
  align-items: center;
}

.category-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
  text-align: center;
  border-radius: 11px;
  border: 2px solid #fff;
  color: #fff;
  text-decoration: none;
  font-family: 'ComexBold', sans-serif;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.10);
}

.fondo1 { background: #1a54a2; font-size: 1rem; height: 44px; }
.fondo2 { background: #db2a2d; font-size: 1rem; height: 44px; }
.fondo3 { background: #000000; font-size: 1rem; height: 44px; }
.fondo4 { background: #ec8c23; font-size: 1rem; height: 44px; }
.fondo5 { background: #00877e; font-size: 0.80rem; height: 44px; }
.fondo6 { background: #652c1d; font-size: 1rem; height: 44px; }
.fondo7 { background: #00556f; font-size: 0.90rem; }
.fondo8 { background: #7a297f; font-size: 0.90rem; }
.fondo9 { background: #25aae2; font-size: 1rem; height: 44px; }
.fondo10 { background: #0761a8; font-size: 1rem; height: 44px; }
.fondo11 { background: #7ab229; font-size: 1rem; }

.category-pill.fondo11 {
  position: relative;
  height: 44px;
  padding-left: 85px;
  justify-content: flex-start;
}

.category-pill.fondo11::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background-image: url('../../vinilicas/img/eco.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.fondo12 { background: #cf3e8a; font-size: 0.90rem; }

.category-pill:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.14);
}

.category-pill:active {
  transform: scale(0.97) translateY(1px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.menu-promotions {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(46%, 190px);
  min-height: 40px;
  margin: 30px auto 0;
  padding: 8px 18px;
  border: 2px solid #1972a5;
  border-radius: 11px;
  background: #fff;
  color: #1972a5;
  text-align: center;
  text-decoration: none;
  font-family: 'ComexBold', sans-serif;
  font-size: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .10);
  transition: background-color .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.menu-promotions:hover,
.menu-promotions:focus-visible {
  background: #1972a5;
  color: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, .16);
  transform: translateY(-2px);
}

.menu-promotions:active {
  transform: translateY(0) scale(.97);
}

.bottom-center {
  text-align: center;
  margin-top: -10px;
}

.bottom-center button {
  width: 50%;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.bottom-center button img {
  width: 100%;
  height: auto;
}

.blue-background {
  background-color: #005597;
  padding: 40px 20px 30px 20px;
  margin-top: 0;
}

.blue-background button {
  padding: 10px 20px;
  display: block;
  width: 70%;
  height: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  margin-bottom: 10px;
}

.blue-background button img {
  width: 70%;
  height: auto;
}

.responsive-image img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.responsive-image_title1 {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .responsive-image_title1 {
    width: 90%;
    max-width: 90%;
  }

  .two-column {
    justify-content: space-between;
    gap: 0;
  }

  .column {
    width: 50%;
  }

  .column button img {
    width: 100%;
    transform: translateX(0%);
  }
}

.footer {
  background-color: #009dda;
  color: #ffffff;
  text-align: center;
  padding: 20px;
  font-family: Comex, sans-serif;
}

.footer p {
  margin: 10px 0;
  font-size: 14px;
  text-align: left;
}

.footer a {
  color: #ffffff;
  text-decoration: none !important;
}

.footer-line {
  border-bottom: 1px solid #ffffff;
  margin: 10px 0;
}

.fixed-image {
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 1000;
}

.fixed-image img {
  width: 50px;
  height: auto;
}

.fixed-image2 {
  position: absolute;
  z-index: 1000;
  width: 100%;
}

.fixed-image2 img {
  width: 150px;
  height: auto;
  margin: 0 auto;
  display: block;
}

@media (max-width: 667px) {
  .fixed-image2 {
    top: 550px;
  }
}

@media (max-width: 844px) {
  .fixed-image2 {
    top: 570px;
  }
}

@media (max-width: 896px) {
  .fixed-image2 {
    top: 610px;
  }
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #ffffff !important;
    color: #000000 !important;
  }
}
/* Franja de redes sociales compartida por los footers */
.social-banner {
  width: 100%;
  height: min(67px, 13.958vw);
  display: flex;
  align-items: center;
  gap: min(18px, 3.75vw);
  padding-left: min(17px, 3.542vw);
  overflow: hidden;
  background: #00a5df;
  border-bottom: min(2px, .417vw) solid #fff;
  color: #fff;
}
.social-banner h2 {
  flex: 0 0 min(58px, 12.083vw);
  margin: 0;
  color: #fff;
  font-family: 'ComexBold', sans-serif;
  font-size: min(15px, 3.125vw);
  line-height: 1;
  white-space: nowrap;
}
.social-links {
  flex: none;
  display: flex;
  align-items: center;
  gap: min(13px, 2.708vw);
}
.social-links a {
  flex: 0 0 min(25px, 5.208vw);
  width: min(25px, 5.208vw);
  height: min(25px, 5.208vw);
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #00a5df;
  text-decoration: none;
  font-size: min(14px, 2.917vw);
}
.social-links .fa-tiktok,
.social-links .fa-youtube,
.social-links .fa-linkedin-in { font-size: min(13px, 2.708vw); }
@media (max-width: 600px) {
  .social-banner h2 { flex-basis: 62px; font-size: 16px; }
  .social-links a { flex-basis: 27px; width: 27px; height: 27px; font-size: 15px; }
  .social-links .fa-tiktok,
  .social-links .fa-youtube,
  .social-links .fa-linkedin-in { font-size: 14px; }
}
.social-banner + .legal {
  padding: min(10px, 2.083vw) min(17px, 3.542vw) min(16px, 3.333vw);
}
.social-banner + .legal p {
  font-size: min(10px, 2.083vw);
  line-height: 1.3;
}


/* Boton Superioridad Comprobada */
.category-pill.fondo13 {
  position: relative;
  height: 44px;
  padding-left: 82px;
  justify-content: flex-start;
  background: #00b5af;
  padding-right: 4px;
  font-size: 0.65rem;
  line-height: 1.05;
  text-align: center;
}

.category-pill.fondo13::before {
  content: '';
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 72px;
  height: 72px;
  background: url('../../imgglobal/SUPERIORIDAD-2.webp') center / contain no-repeat;
}

.category-pill.fondo13 .superioridad-label {
  display: block;
  transform: translateY(2px);
}

.category-grid .fondo12 {
  grid-column: 1 / -1;
  justify-self: center;
  box-sizing: border-box;
  width: calc(50% - 10px);
  min-height: 44px;
}
