@font-face {
  font-family: "Helvetica", sans-serif;
  src: url(/fonts/Helvetica-01.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Helvetica-light", sans-serif;
  src: url(/fonts/Helvetica-LightOblique-06.woff) format("woff");
  font-weight: 200;
}
@font-face {
  font-family: "Helvetica-bold", sans-serif;
  src: url(/fonts/Helvetica-Black-Black.woff) format("woff");
  font-weight: 700;
}
@font-face {
  font-family: "Helvetica-black", sans-serif;
  src: url(/fonts/Helvetica-Black-Black.woff) format("woff");
  font-weight: 800;
}
p {
  font-family: "Helvetica", sans-serif;
  line-height: 1.6;
  color: #343333;
}

.breadcrumb {
  background-color: #F1F1F1;
}
.breadcrumb .breadcrumb-wrapper {
  font-family: "Helvetica-light", sans-serif;
}
.breadcrumb .breadcrumb-wrapper .categoria1 a {
  color: #797979;
  text-decoration: none;
}
.breadcrumb .breadcrumb-wrapper .categoria1 a:hover {
  color: #2B3676;
}
.breadcrumb .breadcrumb-wrapper .is-active {
  color: #2B3676;
}

@keyframes fluido {
  0% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.intro-dyeSub {
  background-image: url(/imgs/bg-dye-sub-2.webp);
  background-size: cover;
  background-position: bottom;
  padding: 8% 0;
  /* Mobile Portrait **/
}
.intro-dyeSub .container {
  width: 85%;
}
.intro-dyeSub .container .columns {
  gap: 5%;
}
.intro-dyeSub .container .columns .intro-dyeSub-contenido {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 80%, rgba(255, 255, 255, 0) 100%);
  padding: 3%;
  border-radius: 5px;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .intro-dyeSub .container .columns .intro-dyeSub-contenido {
    padding: 10% 0;
  }
}
.intro-dyeSub .container .columns .intro-dyeSub-contenido .title {
  font-family: "Helvetica-bold", sans-serif;
  letter-spacing: -0.5px;
  font-style: oblique;
  animation: fluido 30s ease-in-out infinite;
  background: linear-gradient(-45deg, #2B3676, #26A0DA, #314755, #26A0DA);
  background-size: 300%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 5%;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .intro-dyeSub .container .columns .intro-dyeSub-contenido .title {
    margin-bottom: 10%;
  }
}
.intro-dyeSub .container .columns .intro-dyeSub-contenido .subtitle {
  font-family: "Hlevetica-light", sans-serif;
  font-weight: 200;
  color: #2B3676;
}

.productos-DyeSub {
  margin-bottom: 5%;
}
.productos-DyeSub .container .subtitle {
  font-family: "Helvetica-bold", sans-serif;
  color: #22B2DD;
  font-weight: 700;
  letter-spacing: -0.5px;
  font-style: oblique;
}
.productos-DyeSub .container .columns {
  gap: 5%;
}
.productos-DyeSub .container .columns .producto-card {
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .productos-DyeSub .container .columns .producto-card {
    margin-top: 5%;
  }
}
.productos-DyeSub .container .columns .producto-card .categoria-producto {
  font-family: "Helvetica-bold", sans-serif;
  color: #262626;
}
.productos-DyeSub .container .columns .producto-card .title {
  font-family: "Helvetica-bold", sans-serif;
  font-weight: 700;
  font-style: oblique;
  letter-spacing: -0.5px;
  color: #22B2DD;
}
.productos-DyeSub .container .columns .producto-card .button {
  background-color: #22B2DD;
  transition: all, 1s;
}
.productos-DyeSub .container .columns .producto-card .button a {
  color: #fff;
  text-decoration: none;
}
.productos-DyeSub .container .columns .producto-card .button:hover {
  background-color: #2B3676;
}

.garantia {
  background-color: #2B3676;
  padding: 8% 0;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .garantia {
    padding: 10% 0;
    margin: 0;
  }
}
.garantia .container {
  width: 85%;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .garantia .container {
    width: 100%;
    margin: 5% 0;
  }
}
.garantia .container .title {
  color: #fff;
  font-family: "Helvetica-bold", sans-serif;
  font-weight: 700;
  font-style: oblique;
  line-height: 1.3;
  margin-bottom: 3%;
  text-align: center;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .garantia .container .title {
    text-align: center;
    margin-bottom: 10%;
  }
}
.garantia .container .subtitle {
  color: #fff;
  font-family: "Helvetica-light", sans-serif;
  font-weight: 200;
  text-align: center;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .garantia .container .subtitle {
    text-align: center;
    margin-bottom: 8%;
  }
}
.garantia .container .columns {
  gap: 5%;
  margin-top: 5%;
  /* TABLET **portrait */
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .garantia .container .columns {
    gap: 2%;
  }
}
.garantia .container .columns .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .garantia .container .columns .column {
    align-items: center;
  }
}
.garantia .container .columns .column .image {
  margin-bottom: 5%;
}
.garantia .container .columns .column .title {
  margin-bottom: 5%;
  text-align: left;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .garantia .container .columns .column .title {
    text-align: center;
  }
}
.garantia .container .columns .column p {
  color: #fff;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .garantia .container .columns .column p {
    text-align: center;
  }
}

.CTA .container {
  width: 85%;
  text-align: center;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .CTA .container {
    width: 100%;
    padding: 5% 3%;
  }
}
.CTA .container .title {
  font-family: "Helvetica-light", sans-serif;
  color: #2B3676;
  font-weight: 200;
  margin-bottom: 5%;
  line-height: 1.3;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .CTA .container .title {
    margin-bottom: 10%;
  }
}
.CTA .container .subtitle {
  font-family: "Helvetica-bold", sans-serif;
  line-height: 1.3;
  font-weight: 700;
  font-style: oblique;
  color: #262626;
}
.CTA .container .button {
  background-color: #2B3676;
  transition: all, 1s;
  margin-top: 3%;
}
.CTA .container .button a {
  color: #fff;
  text-decoration: none;
}
.CTA .container .button:hover {
  background-color: #262626;
}/*# sourceMappingURL=sublimacion.css.map */