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

.bienvenido {
  padding-top: 10%;
  padding-bottom: 5%;
}
.bienvenido .container .columns {
  gap: 5%;
}
.bienvenido .container .columns .column .title {
  font-family: "helvetica-bold", sans-serif;
  font-weight: 700;
  font-style: oblique;
  letter-spacing: -0.5px;
  color: #2B3676;
  line-height: 1.3;
  margin-bottom: 5%;
  /* Mobile Portrait **/
  /* TABLET **portrait */
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .bienvenido .container .columns .column .title {
    margin-bottom: 15%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .bienvenido .container .columns .column .title {
    margin-bottom: 10%;
  }
}
.bienvenido .container .columns .column .subtitle {
  font-family: "helvetica-light", sans-serif;
}
.bienvenido .container .columns .texto-cuerpo {
  /* TABLET **portrait */
}
@media screen and (min-width: 768px) and (max-width: 1280px) and (orientation: portrait) {
  .bienvenido .container .columns .texto-cuerpo {
    padding: 8% 0;
  }
}
.bienvenido .container .columns .texto-cuerpo p {
  color: #2B3676;
  line-height: 1.8;
}

.productos-cards {
  padding-bottom: 5%;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .productos-cards {
    padding-bottom: 15%;
  }
}
.productos-cards .container .columns {
  gap: 5%;
}
.productos-cards .container .columns .column {
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .productos-cards .container .columns .column {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.productos-cards .container .columns .column .image {
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .productos-cards .container .columns .column .image {
    width: 70%;
  }
}
.productos-cards .container .columns .column .boton-producto_Uv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #EA592D;
  padding-top: 3%;
  padding-bottom: 2%;
  margin: 5% 0;
  border-radius: 20px 5px 5px 5px;
  transition: all 1s;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .productos-cards .container .columns .column .boton-producto_Uv {
    width: 60%;
  }
}
.productos-cards .container .columns .column .boton-producto_Uv:hover {
  background-color: #2B3676;
}
.productos-cards .container .columns .column .boton-producto_Uv .title {
  font-family: "Helvetica-light", sans-serif;
  font-weight: 400;
  margin-top: 5px;
}
.productos-cards .container .columns .column .boton-producto_Uv .title a {
  color: #fff;
  text-decoration: none;
  transition: all 1s;
}
.productos-cards .container .columns .column .boton-producto_Eco {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #E83181;
  padding-top: 3%;
  padding-bottom: 2%;
  margin: 5% 0;
  border-radius: 20px 5px 5px 5px;
  transition: all 1s;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .productos-cards .container .columns .column .boton-producto_Eco {
    width: 60%;
  }
}
.productos-cards .container .columns .column .boton-producto_Eco:hover {
  background-color: #2B3676;
}
.productos-cards .container .columns .column .boton-producto_Eco .title {
  font-family: "Helvetica-light", sans-serif;
  font-weight: 400;
  margin-top: 5px;
}
.productos-cards .container .columns .column .boton-producto_Eco .title a {
  color: #fff;
  text-decoration: none;
  transition: all 1s;
}
.productos-cards .container .columns .column .boton-producto_Dye {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #22B2DD;
  padding-top: 3%;
  padding-bottom: 2%;
  margin: 5% 0;
  border-radius: 20px 5px 5px 5px;
  transition: all 1s;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .productos-cards .container .columns .column .boton-producto_Dye {
    width: 60%;
  }
}
.productos-cards .container .columns .column .boton-producto_Dye:hover {
  background-color: #2B3676;
}
.productos-cards .container .columns .column .boton-producto_Dye .title {
  font-family: "Helvetica-light", sans-serif;
  font-weight: 400;
  margin-top: 5px;
}
.productos-cards .container .columns .column .boton-producto_Dye .title a {
  color: #fff;
  text-decoration: none;
  transition: all 1s;
}
.productos-cards .container .columns .column .boton-producto_Cut {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #797979;
  padding-top: 3%;
  padding-bottom: 2%;
  margin: 5% 0;
  border-radius: 20px 5px 5px 5px;
  transition: all 1s;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .productos-cards .container .columns .column .boton-producto_Cut {
    width: 60%;
  }
}
.productos-cards .container .columns .column .boton-producto_Cut:hover {
  background-color: #2B3676;
}
.productos-cards .container .columns .column .boton-producto_Cut .title {
  font-family: "Helvetica-light", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-top: 5px;
}
.productos-cards .container .columns .column .boton-producto_Cut .title a {
  color: #fff;
  text-decoration: none;
  transition: all 1s;
}

.elegir .hero-body {
  margin-bottom: -18px;
}
.elegir .tira {
  background-color: #2B3676;
  padding: 5% 0;
}
.elegir .tira .container {
  padding: 0 5%;
}
.elegir .tira .container .tira-encabezado .columns .column .title {
  color: #fff;
  font-family: "Helvetica-bold", sans-serif;
  font-weight: 700;
  font-style: oblique;
  letter-spacing: -0.5px;
  line-height: 1.3;
  margin-bottom: 5%;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .elegir .tira .container .tira-encabezado .columns .column .title {
    margin-bottom: 15%;
    line-height: 1.3;
  }
}
.elegir .tira .container .tira-encabezado .columns .column .subtitle {
  color: #fff;
  font-family: "Helvetica-light", sans-serif;
}
.elegir .tira .container .tira-contenido .columns .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .elegir .tira .container .tira-contenido .columns .column {
    align-items: flex-start;
    margin: 5% 0;
  }
}
.elegir .tira .container .tira-contenido .columns .column .icono-pionero {
  width: 50%;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .elegir .tira .container .tira-contenido .columns .column .icono-pionero {
    width: 30%;
  }
}
.elegir .tira .container .tira-contenido .columns .column p {
  color: #fff;
}
.elegir .elegir-razones {
  width: 85%;
  margin-top: 5%;
  margin-bottom: 5%;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .elegir .elegir-razones {
    width: 100%;
    margin-top: 10%;
    margin-bottom: 10%;
  }
}
.elegir .elegir-razones .columns {
  gap: 5%;
  padding: 0 5%;
}
.elegir .elegir-razones .columns .column .image {
  width: 80px;
}
.elegir .elegir-razones .columns .column .subtitle {
  font-family: "Helvetica-light", sans-serif;
  color: #2B3676;
  line-height: 1.3;
}

.sostenibilidad {
  background-color: #DFDFEC;
  background-image: url(/imgs/bright-glowing-green-nature-background-in-the-form-2024-01-15-17-26-28-utc.jpg);
  background-size: cover;
  background-position: bottom;
  padding: 5%;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .sostenibilidad {
    padding: 15% 0;
  }
}
.sostenibilidad .container {
  width: 85%;
}
.sostenibilidad .container .columns {
  gap: 5%;
}
.sostenibilidad .container .columns .column .title {
  font-family: "Helvetica-bold", sans-serif;
  color: #2B3676;
}

.tecnologia {
  padding-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-light", sans-serif;
  font-weight: 200;
  color: #2B3676;
  text-align: center;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .tecnologia .container .title {
    text-align: center;
    margin-bottom: 10%;
  }
}
.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%;
  }
}

.producto-pinnacle {
  background-color: #F1F1F1;
  background-image: url(/imgs/abstract-multicolored-powder-explosion-on-white-ba-2023-11-27-04-55-36-utc.jpg);
  background-size: cover;
}
.producto-pinnacle .container {
  width: 85%;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .producto-pinnacle .container {
    margin-top: 5%;
    margin-bottom: 0;
    width: 100%;
    padding: 0;
  }
}
.producto-pinnacle .container .columns {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 100%);
  padding: 3% 5%;
  border-radius: 5px;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .producto-pinnacle .container .columns {
    background-color: rgba(255, 255, 255, 0.4588235294);
  }
}
.producto-pinnacle .container .columns .producto-pinnacle-texto .container {
  width: 100%;
  background-color: #E83181;
  padding: 2% 0;
  margin-bottom: 5%;
  border-radius: 20px 2px 2px 2px;
}
.producto-pinnacle .container .columns .producto-pinnacle-texto .container .title {
  padding-left: 5%;
  padding-top: 3%;
  font-family: "Helvetica-bold", sans-serif;
  color: #fff;
  font-style: oblique;
}
.producto-pinnacle .container .columns .producto-pinnacle-texto .logo-xpj1641sr {
  margin-bottom: 5%;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .producto-pinnacle .container .columns .producto-pinnacle-texto .logo-xpj1641sr {
    padding: 1%;
  }
}
.producto-pinnacle .container .columns .producto-pinnacle-texto .producto-mobile {
  visibility: hidden;
  display: none;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .producto-pinnacle .container .columns .producto-pinnacle-texto .producto-mobile {
    visibility: visible;
    display: block;
    margin-bottom: 5%;
    width: 100%;
  }
}
.producto-pinnacle .container .columns .producto-pinnacle-texto .subtitle {
  font-family: "Helvetica-light", sans-serif;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .producto-pinnacle .container .columns .producto-pinnacle-texto .subtitle {
    width: 100%;
    font-family: "Helvetica-bold", sans-serif;
    padding-left: 3%;
  }
}
.producto-pinnacle .container .columns .producto-pinnacle-texto p {
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .producto-pinnacle .container .columns .producto-pinnacle-texto p {
    padding: 3%;
  }
}
.producto-pinnacle .container .columns .column .image {
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .producto-pinnacle .container .columns .column .image {
    visibility: hidden;
    display: none;
  }
}
.producto-pinnacle .container .boton-pinnacle {
  background-color: #2B3676;
  transition: all, 1s;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .producto-pinnacle .container .boton-pinnacle {
    margin-top: 10%;
  }
}
.producto-pinnacle .container .boton-pinnacle:hover {
  background-color: #E83181;
}
.producto-pinnacle .container .boton-pinnacle a {
  color: #fff;
  text-decoration: none;
}

.aplicaciones .container {
  padding: 0 5%;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .aplicaciones .container {
    padding: 0;
  }
}
.aplicaciones .container .aplicaciones_encabezado .title {
  font-family: "Helvetica-bold" sans-serif;
  font-weight: 700;
  font-style: oblique;
  letter-spacing: -1px;
  color: #2B3676;
  margin-bottom: 5%;
  /* Mobile Portrait **/
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .aplicaciones .container .aplicaciones_encabezado .title {
    margin-bottom: 15%;
  }
}
.aplicaciones .container .aplicaciones_encabezado .subtitle {
  font-family: "Helvetica-light", sans-serif;
  color: #2B3676;
}
.aplicaciones .container .interactive-card {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3725490196);
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}
.aplicaciones .container .interactive-card:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.aplicaciones .container .interactive-card .card-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
.aplicaciones .container .interactive-card .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #2B3676;
  padding: 1.5rem;
  text-align: center;
  transition: transform 0.8s ease;
  transform: translateY(100%);
  /* Oculta el contenido inicialmente */
}
.aplicaciones .container .interactive-card .card-content .title {
  color: #fff;
  margin-bottom: 1rem;
  font-family: "Helvetica-bold", sans-serif;
  font-style: oblique;
  line-height: 1.3;
}
.aplicaciones .container .interactive-card .card-content p {
  color: #fff;
  font-family: "Helvetica-light", sans-serif;
  font-weight: 200;
  line-height: 1.3;
}
.aplicaciones .container .interactive-card:hover .card-content {
  transform: translateY(0);
  /* Mueve el contenido hacia arriba al hacer hover */
}
.aplicaciones .container .interactive-card:hover .card-image img {
  transform: scale(1.05);
  /* Efecto de zoom en la imagen */
}

.soporte {
  background-color: #2B3676;
}
.soporte .container {
  padding: 0 5%;
}
.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 p {
  color: #fff;
}/*# sourceMappingURL=main.css.map */