@font-face {
  font-family: 'ComexBlack';
  src: url('../fonts/comex-black.woff') format('woff'), url('../fonts/comex-black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ComexMedium';
  src: url('../fonts/comex-medium.woff') format('woff'), url('../fonts/comex-medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'ComexBold';
  src: url('../fonts/comex-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  background: #fff;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  background: #fff;
  color: #fff;
  font-family: 'ComexMedium', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  font: inherit;
}

.page-wrapper {
  width: 100%;
  max-width: 480px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: transparent;
}

.site-header {
  height: 64px;
  display: grid;
  place-items: center;
  background: #4395c0;
}

.site-header img {
  width: 126px;
  height: auto;
  filter: brightness(0) invert(1);
}

.hero-slider {
  width: 100%;
  height: 250px;
  overflow: hidden;
  background: #101010;
}

.hero-track {
  height: 100%;
  display: flex;
  transition: transform .45s ease;
}

.hero-slide {
  flex: 0 0 100%;
  height: 100%;
}

.hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-dots {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: transparent;
}

.hero-dot {
  width: 11px;
  height: 11px;
  border: 0;
  border-radius: 50%;
  background: #92a5a7;
  cursor: pointer;
}

.hero-dot.is-active {
  background: #40a6d0;
}

.catalog-intro {
  padding: 8px 20px 20px;
  text-align: center;
  background: transparent;
}

.catalog-intro h1 {
  color: #2fa8d4;
  font-family: 'ComexBlack', Arial, sans-serif;
  font-size: 2.25rem;
  line-height: 1.04;
}

.catalog-intro h1 span {
  color: #111885;
}

.catalog-intro p {
  margin-top: 22px;
  color: #111885;
  font-family: 'ComexBold', Arial, sans-serif;
  font-size: 1.25rem;
}

.category-nav {
  display: flex;
  gap: 12px;
  padding: 2px 20px 28px;
  overflow-x: auto;
  scrollbar-width: none;
  background: transparent;
}

.category-nav::-webkit-scrollbar {
  display: none;
}

.category-nav a {
  flex: 0 0 auto;
  min-width: 132px;
  min-height: 42px;
  padding: 10px 20px 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #e9e9e9;
  color: #11185f;
  text-align: center;
  text-decoration: none;
  font-family: 'ComexMedium', Arial, sans-serif;
  font-size: .86rem;
  line-height: 1.05;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .22);
}

.category-list {
  display: grid;
  gap: 26px;
  padding: 0 20px 28px;
  background: transparent;
}

.category-card {
  position: relative;
  height: auto;
  aspect-ratio: 3.55 / 1;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 22px;
  background-position: center;
  background-size: cover;
  color: #fff;
  text-decoration: none;
  isolation: isolate;
}

.category-card::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
}

.card-copy {
  width: 64%;
  margin-left: 37%;
  padding: 9px 10px 9px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.card-copy strong {
  font-family: 'ComexBlack', Arial, sans-serif;
  font-size: min(1.7rem, 5.667vw);
  line-height: .95;
}

.card-copy > span {
  margin-top: 5px;
  font-size: min(.72rem, 2.4vw);
  line-height: 1.05;
}

.card-copy em {
  margin-top: 7px;
  padding: 5px 12px 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .55);
  color: #fff;
  font-family: 'ComexBold', Arial, sans-serif;
  font-size: min(.62rem, 2.083vw);
  font-style: normal;
  line-height: 1;
}

.card-vinilicas {
  background-image: url('../img/card-vinilicas.jpg');
}

.card-vinilicas::before {
  background: linear-gradient(90deg, rgba(17, 50, 112, .05) 20%, rgba(17, 35, 111, .96) 54%, rgba(17, 30, 91, .97));
}

.card-esmaltes {
  background-image: url('../img/card-esmaltes.jpg');
}

.card-esmaltes::before {
  background: linear-gradient(90deg, rgba(209, 0, 18, .05) 25%, rgba(222, 0, 22, .93) 55%, rgba(175, 0, 13, .96));
}

.card-impermeabilizantes {
  background-image: url('../img/card-impermeabilizantes.jpg');
}

.card-impermeabilizantes .card-copy strong {
  font-size: min(1.18rem, 3.958vw);
  line-height: .98;
}

.card-impermeabilizantes .card-copy {
  width: 67%;
  margin-left: 34%;
}

.card-impermeabilizantes::before {
  background: linear-gradient(90deg, rgba(22, 98, 89, .06) 23%, rgba(34, 111, 99, .91) 54%, rgba(24, 78, 70, .96));
}

.card-maderas {
  background-image: url('../img/card-maderas.jpg');
}

.card-maderas::before {
  background: linear-gradient(90deg, rgba(93, 29, 7, .08) 25%, rgba(111, 35, 10, .92) 55%, rgba(78, 22, 5, .98));
}

.card-texturizados {
  background-image: url('../img/card-texturizados.jpg');
}

.card-texturizados::before {
  background: linear-gradient(90deg, rgba(80, 4, 104, .08) 25%, rgba(93, 7, 117, .93) 55%, rgba(70, 1, 90, .98));
}

.card-proteccion {
  background-image: url('../img/card-proteccion.jpg');
}

.card-proteccion .card-copy strong {
  font-size: min(1.55rem, 5.167vw);
}

.card-proteccion::before {
  background: linear-gradient(90deg, rgba(13, 52, 76, .06) 24%, rgba(18, 57, 80, .94) 56%, rgba(12, 39, 58, .98));
}

.card-aerosoles {
  background-image: url('../img/card-aerosoles.jpg');
}

.card-aerosoles::before {
  background: linear-gradient(90deg, rgba(115, 115, 115, .04) 24%, rgba(143, 143, 143, .9) 56%, rgba(96, 96, 96, .97));
}

.card-complementos {
  background-image: url('../img/card-complementos.jpg');
}

.card-complementos .card-copy strong {
  font-size: min(1.55rem, 5.167vw);
}

.card-complementos::before {
  background: linear-gradient(90deg, rgba(44, 154, 194, .06) 24%, rgba(50, 158, 198, .92) 56%, rgba(38, 115, 147, .98));
}

.card-tips {
  background-image: url('../img/card-tips.jpg');
}

.card-tips::before {
  background: linear-gradient(90deg, rgba(157, 84, 82, .06) 25%, rgba(157, 87, 83, .92) 55%, rgba(112, 61, 62, .97));
}

.card-tips .card-copy {
  width: 55%;
}

.colorlife {
  position: absolute;
  top: 17px;
  right: 14px;
  font-family: Arial, sans-serif;
  font-size: .82rem;
  line-height: .8;
}

.colorlife sup {
  font-size: .45rem;
}

.card-promociones {
  background-color: #112e7d;
  background-image: url('../img/card-promociones.png');
  background-position: left center;
  background-size: 42% auto;
  background-repeat: no-repeat;
}

.card-promociones::before {
  background: linear-gradient(90deg, rgba(18, 55, 146, .04) 24%, rgba(20, 53, 139, .94) 55%, rgba(14, 39, 109, .99));
}

.card-promociones .card-copy {
  justify-content: center;
}

.card-promociones .card-copy strong {
  font-size: min(1.5rem, 5vw);
  line-height: .92;
}

.legal {
  padding: 18px 21px 24px;
  background: #009dda;
}

.legal p {
  color: #fff;
  font-size: .72rem;
  line-height: 1.25;
}

.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;
  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;
}

@media (max-width: 390px) {
  .site-header {
    height: 56px;
  }

  .site-header img {
    width: 106px;
  }

  .hero-slider {
    height: 205px;
  }

  .catalog-intro h1 {
    font-size: 1.9rem;
  }

  .catalog-intro p {
    font-size: 1.05rem;
  }

  .category-list {
    gap: 20px;
    padding-inline: 15px;
  }

  .category-card {
    border-radius: 18px;
  }

  .card-copy strong {
    font-size: min(1.7rem, 5.667vw);
  }

  .card-copy > span {
    font-size: min(.72rem, 2.4vw);
  }

  .card-promociones .card-copy {
    width: 66%;
    min-height: 100%;
    margin-left: 35%;
    padding-block: 10px;
    justify-content: center;
  }

  .card-promociones .card-copy strong {
    font-size: min(1.5rem, 5vw);
    line-height: .94;
  }

  .card-promociones .card-copy > span {
    margin-top: 5px;
    font-size: min(.72rem, 2.4vw);
    line-height: 1.08;
  }

  .card-promociones .card-copy em {
    margin-top: 6px;
  }

  .card-complementos .card-copy {
    width: 67%;
    margin-left: 34%;
  }

  .card-complementos .card-copy strong {
    font-size: min(1.55rem, 5.167vw);
  }
}

@media (max-width: 340px) {
  .card-promociones .card-copy strong {
    font-size: 5vw;
  }

  .card-promociones .card-copy > span {
    font-size: 2.4vw;
  }

  .card-complementos .card-copy strong {
    font-size: 5.167vw;
  }
}

@media (min-width: 600px) {
  .page-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
  }
}

