@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;
}

.intro-productos {
  background-color: #2B3676;
  margin-top: -30px;
  padding: 5% 0;
}
.intro-productos .container {
  width: 85%;
  text-align: center;
}
.intro-productos .container .title {
  font-family: "Helvetica-bold", sans-serif;
  font-weight: 700;
  font-style: oblique;
  color: #fff;
  letter-spacing: -0.5px;
  margin-bottom: 5%;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .intro-productos .container .title {
    margin: 10% 0;
    line-height: 1.3;
  }
}
.intro-productos .container .subtitle {
  font-family: "Helvetica-light", sans-serif;
  line-height: 1.3;
  color: #fff;
}

.productos-gama .container .columns .column .title-eco {
  font-family: "Helvetica-bold", sans-serif;
  letter-spacing: -0.5px;
  font-style: oblique;
  color: #E83181;
}
.productos-gama .container .columns .column .title-uv {
  font-family: "Helvetica-bold", sans-serif;
  letter-spacing: -0.5px;
  font-style: oblique;
  color: #EA592D;
}
.productos-gama .container .columns .column .title-dye {
  font-family: "Helvetica-bold", sans-serif;
  letter-spacing: -0.5px;
  font-style: oblique;
  color: #22B2DD;
}
.productos-gama .container .columns .column .title-cut {
  font-family: "Helvetica-bold", sans-serif;
  letter-spacing: -0.5px;
  font-style: oblique;
  color: #797979;
}
.productos-gama .container .boton-eco {
  background-color: #E83181;
  transition: all, 1s;
  margin-top: -5%;
  /* TABLET  landscape */
  /* ipad mini*/
  /* Mobile Portrait */
}
@media screen and (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape) {
  .productos-gama .container .boton-eco {
    margin-top: 2%;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .productos-gama .container .boton-eco {
    margin-top: 5%;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .productos-gama .container .boton-eco {
    margin-top: 3%;
  }
}
.productos-gama .container .boton-eco:hover {
  background-color: #2B3676;
}
.productos-gama .container .boton-eco a {
  color: #fff;
  text-decoration: none;
}
.productos-gama .container .boton-uv {
  background-color: #EA592D;
  transition: all, 1s;
  margin-top: -5%;
  /* TABLET  landscape */
  /* ipad mini*/
  /* Mobile Portrait */
}
@media screen and (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape) {
  .productos-gama .container .boton-uv {
    margin-top: 2%;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .productos-gama .container .boton-uv {
    margin-top: 5%;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .productos-gama .container .boton-uv {
    margin-top: 3%;
  }
}
.productos-gama .container .boton-uv:hover {
  background-color: #2B3676;
}
.productos-gama .container .boton-uv a {
  color: #fff;
  text-decoration: none;
}
.productos-gama .container .boton-dye {
  background-color: #22B2DD;
  transition: all, 1s;
  margin-top: -5%;
  /* TABLET  landscape */
  /* ipad mini*/
  /* Mobile Portrait */
}
@media screen and (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape) {
  .productos-gama .container .boton-dye {
    margin-top: 2%;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .productos-gama .container .boton-dye {
    margin-top: 5%;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .productos-gama .container .boton-dye {
    margin-top: 3%;
  }
}
.productos-gama .container .boton-dye:hover {
  background-color: #2B3676;
}
.productos-gama .container .boton-dye a {
  color: #fff;
  text-decoration: none;
}
.productos-gama .container .boton-cut {
  background-color: #797979;
  transition: all, 1s;
  margin-top: -5%;
}
@media screen and (min-width: 1025px) and (max-width: 1280px) and (orientation: landscape), screen and (max-width: 1024px) and (orientation: landscape), screen and (max-width: 767px) and (orientation: portrait) {
  .productos-gama .container .boton-cut {
    margin-top: 5%;
  }
}
.productos-gama .container .boton-cut:hover {
  background-color: #2B3676;
}
.productos-gama .container .boton-cut a {
  color: #fff;
  text-decoration: none;
}

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

.soporte {
  background-color: #2B3676;
}
.soporte .container {
  width: 85%;
}
.soporte .container .columns {
  gap: 5%;
}
.soporte .container .columns .column .title {
  font-family: "Helvetica-bold", sans-serif;
  font-weight: 700;
  letter-spacing: -0.5px;
  font-style: oblique;
  color: #fff;
}
.soporte .container .columns .column .subtitle {
  font-family: "Helvetica-light", sans-serif;
  font-weight: 200;
  margin-top: 3%;
  color: #fff;
}
.soporte .container .columns .column p {
  color: #fff;
}
.soporte .container .columns .column .button {
  margin-top: 5%;
  border-width: 0;
  transition: all, 1s;
}
.soporte .container .columns .column .button:hover {
  background-color: #262626;
}
.soporte .container .columns .column .button a {
  color: #262626;
  text-decoration: none;
}
.soporte .container .columns .column .button a:hover {
  color: #fff;
}/*# sourceMappingURL=productos.css.map */