@font-face {
  font-family: Montserrat Variablefont Wght;
  src: url('../fonts/Montserrat-VariableFont_wght.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --amarillo: #ffcf26;
  --negro: black;
  --blanco: white;
}

h1 {
  color: var(--amarillo);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1em;
}

h2 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1em;
}

p {
  color: var(--negro);
  margin-bottom: 2rem;
}

.main {
  width: auto;
  height: auto;
}

.seccion {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 500px;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.seccion.hero {
  background-color: #00000080;
  flex-flow: wrap;
  height: 100svh;
  min-height: 800px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.seccion.hero.cancamos {
  background-color: #000;
  background-image: linear-gradient(0deg, black 6%, transparent 53%, var(--negro) 96%), url('../images/DSC07745_1DSC07745.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.seccion.hero.eslingas {
  background-color: var(--negro);
  background-image: linear-gradient(0deg, #000 8%, #00000040 53%, #000), url('../images/DSC08128_1DSC08128.webp');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.seccion.hero.ngo {
  background-color: var(--negro);
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/cables_img1.webp');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  height: auto;
  min-height: 35vh;
  padding-top: 10rem;
  padding-bottom: 2rem;
}

.seccion.hero.ngo.bolsa {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/banner-soluciones-1_1.webp');
  background-position: 0 0, 50% 65%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.seccion.hero.ngo.contacto {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/img_14img_11.avif');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding-top: 6rem;
}

.seccion.hero.bg {
  background-image: linear-gradient(to bottom, #00000080, #00000080), url('../images/pasteca_background.webp'), linear-gradient(to bottom, var(--blanco), var(--blanco));
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, cover, auto;
}

.seccion.hero.bg._2 {
  background-image: none;
}

.seccion.bg_negro {
  background-color: var(--negro);
  min-height: 400px;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.seccion.bg_negro._50 {
  min-height: 40rem;
}

.seccion.bg_negro.cintillo {
  border-top: 1px solid var(--amarillo);
}

.seccion.quote {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/img_01.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 500px;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.seccion.quote.rampas {
  background-image: linear-gradient(#000000bf, #000000bf), url('../images/img-rampas-3_1.webp');
}

.seccion.quote.polipastos {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/bg-1_1.webp');
}

.seccion.quote.pastecas {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/Pasteca_SuperEsco_closeup_1.webp');
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.seccion.bg_amarillo {
  background-color: var(--amarillo);
}

.seccion.bg_amarillo.galeria {
  min-height: 400px;
  padding-top: 0;
  padding-bottom: 0;
}

.seccion.bg_amarillo.galeria.hide {
  display: none;
}

.seccion.contacto {
  border-top: 1px solid var(--amarillo);
  background-color: var(--negro);
  color: #000;
  background-image: url('../images/wire6.svg');
  background-position: 50% 98%;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 6rem;
}

.seccion.politica {
  padding-top: 10rem;
}

.seccion.categorias {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.seccion.productos {
  min-height: 80vh;
  padding-top: 10rem;
}

.seccion.bg_amarillo {
  background-color: var(--amarillo);
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.seccion.form_contacto {
  padding-top: 0;
  padding-bottom: 0;
}

.seccion.productos-polipastos, .seccion.productos-pastecas {
  padding-bottom: 0;
}

.body {
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.1em;
}

.contenedor {
  z-index: 10;
  flex-flow: wrap;
  justify-content: space-between;
  width: 80%;
  max-width: 1280px;
  height: auto;
  min-height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.contenedor.hero {
  z-index: 5;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative;
}

.contenedor.hero.var {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.contenedor.hero.var2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.contenedor.imgs {
  justify-content: space-around;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}

.contenedor.full {
  align-content: center;
  align-self: center;
  width: 80%;
}

.menu {
  z-index: 999;
  width: 100%;
  height: auto;
  min-height: 100px;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
  bottom: auto;
}

.menu._2 {
  background-color: var(--negro);
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.menu.ngo {
  background-color: var(--negro);
}

.cont_menu {
  justify-content: space-between;
  align-items: center;
  width: 80%;
  max-width: 1280px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cont_logo {
  width: 20rem;
  height: auto;
  min-height: 50px;
}

.cont_logo.w--current {
  width: auto;
  height: 4rem;
}

.cont_logo._2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo {
  width: auto;
  height: 100%;
}

.background-video {
  z-index: -2;
  background-color: #00000073;
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

.amarillo {
  color: var(--amarillo);
}

.amarillo._2rem {
  font-size: 2rem;
  line-height: 1.2em;
  display: inline;
}

.blanco {
  color: #fff;
  width: auto;
  height: auto;
  line-height: 1.3em;
}

.blanco.bold {
  font-weight: 700;
}

.blanco.var {
  display: flex;
}

.blanco._2 {
  width: 100%;
  height: auto;
  font-size: 2.8rem;
}

.blanco.hero {
  width: 100%;
  height: auto;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4em;
}

.col50 {
  flex-flow: wrap;
  justify-content: space-between;
  align-self: flex-start;
  width: 48%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.col50.hero {
  width: 49%;
  min-height: 400px;
  margin-left: 0;
}

.col50.full {
  justify-content: flex-start;
  align-items: center;
  max-width: 640px;
  padding-left: 0%;
  padding-right: 0%;
}

.col50.full.b {
  width: 66%;
}

.col50.full.a {
  align-self: center;
  width: 33%;
}

.col50.vacantes {
  margin-bottom: 3rem;
}

.col50.left {
  width: 48%;
  height: 20rem;
}

.col50.right {
  width: 48%;
}

.testimonio {
  background-color: #00000080;
  border: 1px #000;
  border-radius: 0 30px 30px 0;
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 2rem;
  display: flex;
  box-shadow: 2px 1px 5px #ffffff1a;
}

.cont_estrellas {
  width: auto;
  min-width: 5rem;
  height: 1rem;
  margin: 0 auto 10px 0;
  font-family: Material Icons Round;
  display: flex;
}

.left-arrow {
  display: none;
}

.estrella {
  color: var(--amarillo);
  background-image: url('../images/star.svg');
  background-position: 50%;
  background-size: cover;
  width: 1rem;
  height: 1rem;
  margin-right: .5rem;
  padding: 0 0 0 0;
  font-size: 1.5rem;
  line-height: 30px;
}

.text-block-4 {
  color: #fff;
  align-items: center;
  width: auto;
  height: auto;
  margin-bottom: .5rem;
  margin-right: auto;
  font-size: .9rem;
  display: flex;
}

._4-9 {
  margin-right: .5rem;
  font-size: 1.5rem;
  font-weight: 700;
}

.slide-2 {
  border: 1px #000;
  height: auto;
}

.parrafo_testimonio {
  color: #fff;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: .9rem;
  font-style: italic;
  line-height: 1.3em;
}

.right-arrow {
  display: none;
}

.cont_testimonios {
  flex-flow: column wrap;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.cont_testimonios._80 {
  width: 40%;
  height: auto;
  min-height: 300px;
  margin-left: auto;
}

.slider_testimonios-2 {
  pointer-events: none;
  background-color: #0000;
  width: 100%;
  height: auto;
  min-height: 200px;
  margin-left: 0;
}

.slide-nav {
  display: none;
  overflow: visible;
}

.mask {
  width: auto;
  height: auto;
  overflow: hidden;
}

.text-block-3 {
  color: #fff;
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: center;
  width: 90%;
  height: auto;
  margin: 0 .5rem .3rem 0;
  font-size: .8rem;
  font-style: normal;
  display: flex;
}

.titi_testimonio {
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
}

.text-span-2 {
  color: #fff;
  width: 100%;
  margin-top: .5rem;
  margin-left: 0;
  margin-right: 5px;
  font-weight: 700;
}

.quote {
  color: var(--blanco);
  font-size: 2.8rem;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
}

.quote.amarillo {
  color: var(--amarillo);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 3rem;
}

.quote.bca {
  color: #fff;
}

.quote._2 {
  text-align: center;
  margin-bottom: 2rem;
  font-size: 2rem;
}

.quote.center {
  text-align: center;
  width: 100%;
  height: auto;
}

.text-span-4 {
  color: var(--amarillo);
  font-weight: 800;
}

.logo2 {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
}

.text-span-5 {
  font-weight: 800;
}

.cont_col {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 48%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cont_col._3 {
  justify-content: space-between;
  margin-left: 0;
}

.coll_items {
  flex-flow: column;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 48%;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.coll_items.b {
  flex-flow: column;
  width: 48%;
}

.iconos {
  color: #ffd20a;
  text-align: center;
  width: 100%;
  margin-bottom: 2rem;
  font-family: Material Icons Round;
  font-size: 3.5rem;
  line-height: 5rem;
}

.iconos.mx {
  aspect-ratio: 1;
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}

.titulo_caracteristicas {
  color: var(--blanco);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.3rem;
}

.titulo_caracteristicas.b {
  text-align: center;
  font-weight: 500;
}

.titulo_caracteristicas._2 {
  text-align: right;
  align-self: center;
  width: 75%;
  margin-bottom: 0;
  margin-left: auto;
}

.txt_tel {
  background-color: var(--amarillo);
  color: var(--negro);
  text-transform: none;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  margin-top: .2rem;
  margin-bottom: .2rem;
  margin-left: auto;
  padding: .5rem 1.5rem;
  font-size: 1.5rem;
  font-weight: 800;
  text-decoration: none;
  display: flex;
}

.txt_tel:hover {
  background-color: var(--blanco);
  color: var(--negro);
  border-radius: 100px;
}

.tel {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.titulo {
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.2em;
}

.titulo.centrado {
  color: #000;
  text-align: center;
  margin-bottom: 2rem;
}

.titulo.centrado.b {
  text-align: left;
  align-self: flex-start;
}

.tab-link {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  background-color: #f0f0f0;
  border: 1px solid #fff;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem .8rem;
  font-size: .8rem;
  line-height: 1em;
  display: flex;
}

.tab-link:hover {
  background-color: var(--amarillo);
}

.tab-link.w--current {
  background-color: var(--amarillo);
  width: 50%;
  padding: .5rem .8rem;
  font-size: .8rem;
  line-height: 1em;
}

.tab-link.empty {
  background-color: #0000;
}

.tabs-menu {
  flex-flow: wrap;
  justify-content: space-between;
  width: 40%;
  display: flex;
}

.tabs {
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.tabs-content {
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  margin-left: auto;
  padding: 2rem;
  display: flex;
}

.tab-pane {
  width: 80%;
  height: auto;
  margin-left: auto;
  margin-right: 0;
}

.img_prod_gal {
  cursor: pointer;
  width: 100%;
  height: auto;
  margin-left: auto;
  display: inline-block;
}

.text-block-5 {
  width: auto;
}

.cont_formulario {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.submit-button-2 {
  background-color: var(--amarillo);
  color: var(--negro);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1px;
}

.submit-button-2:hover {
  background-color: var(--negro);
  color: var(--amarillo);
}

.texto-muestra-error-recaptcha {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .8rem;
  font-style: italic;
  line-height: 1em;
}

.estilo_field_form_bloque {
  color: var(--negro);
  background-color: #fff;
  border: 1px solid #0000;
  min-height: 8rem;
  margin-bottom: .5rem;
  font-size: .9rem;
  line-height: 1.5em;
}

.estilo_field_form_bloque:hover {
  border-style: solid;
  border-color: var(--amarillo);
}

.estilo_field_form_bloque:focus-visible, .estilo_field_form_bloque[data-wf-focus-visible] {
  color: var(--negro);
}

.estilo_field_form_bloque::placeholder {
  color: #b1b0b0;
}

.estilo_field_form {
  color: #b1b0b0;
  background-color: #fff;
  border: 1px solid #0000;
  width: 100%;
  height: auto;
  min-height: 2rem;
  margin-bottom: .5rem;
  font-size: .9rem;
  line-height: 1.5em;
}

.estilo_field_form:hover {
  border-style: solid;
  border-color: var(--amarillo);
}

.estilo_field_form:focus, .estilo_field_form:focus-visible, .estilo_field_form[data-wf-focus-visible], .estilo_field_form::placeholder {
  color: #b1b0b0;
}

.success_message {
  color: #187424;
  text-align: center;
  background-color: #8fce5b;
  margin-top: 0;
  margin-bottom: .5rem;
  padding: .8rem 1rem;
  font-size: 1rem;
  line-height: 1em;
}

.error_message {
  color: #fdb5b5;
  text-align: center;
  background-color: #db4545;
  margin-bottom: .5rem;
  padding: .8rem 1rem;
}

.form {
  border: 1px none var(--amarillo);
  background-color: #f8f8f8;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1rem;
  display: flex;
}

.form-block {
  width: 40%;
}

.footer {
  background-color: var(--negro);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2rem;
  padding-bottom: 4rem;
  padding-right: 5%;
  display: flex;
}

.link_privacidad {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9rem;
  line-height: 1em;
  display: flex;
}

.link_privacidad:hover {
  color: var(--amarillo);
}

.texto_footer {
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: .8rem;
  line-height: 1.3rem;
}

.link {
  color: #ffd20a;
  font-weight: 700;
  text-decoration: none;
}

.image {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.image.cancamos {
  width: auto;
  height: 85%;
  position: relative;
}

.image.sqr {
  aspect-ratio: 1;
  height: auto;
}

.lightbox-link {
  object-fit: cover;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 25rem;
  display: flex;
}

.lightbox-link:hover {
  width: 20%;
  height: 25rem;
}

.lightbox-link.rampas {
  width: 25%;
  height: auto;
}

.slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  min-height: 400px;
}

.slide {
  width: 100%;
  height: auto;
  min-height: 400px;
  padding-bottom: 0;
  padding-right: 0;
}

.slide-nav-2 {
  justify-content: center;
  align-items: center;
  font-size: .8rem;
  display: none;
  position: static;
  inset: auto 0% 0%;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.logo3 {
  width: 30%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.logo3.b {
  width: 40%;
  margin-bottom: 2rem;
  font-size: 2.5rem;
}

.cont_whats-3 {
  background-color: #000;
  background-image: url('../images/superesco_wapp_1superesco_wapp.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 2px #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: .5rem;
  margin-left: 0;
  margin-right: auto;
  padding: .6rem;
  display: flex;
  position: absolute;
  inset: .5rem auto auto .5rem;
  box-shadow: 0 2px 5px #0003;
}

.img_whats-3 {
  width: 100%;
  height: 100%;
  padding-right: 0;
  display: block;
}

.cont_btns_flotante {
  z-index: 999;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: auto;
  display: flex;
  position: fixed;
  inset: auto 2rem 2rem auto;
}

.cont_image_circular {
  background-color: var(--negro);
  object-fit: contain;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 19rem;
  height: 19rem;
  margin-bottom: 1rem;
  display: flex;
}

.cont_image_circular.categoria {
  background-color: var(--negro);
  width: 12rem;
  height: 12rem;
  margin-bottom: 1rem;
}

.cont_image_circular.categoria:hover {
  border: 4px none var(--amarillo);
  background-color: var(--amarillo);
}

.ficha {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 32%;
  height: auto;
  margin-bottom: 2rem;
  font-style: normal;
  text-decoration: none;
  display: flex;
  position: relative;
}

.ficha.categoria {
  width: auto;
  max-width: 20%;
}

.img {
  aspect-ratio: 1;
  object-fit: contain;
  width: 70%;
  height: auto;
}

.img:hover {
  width: 70%;
}

.img._2 {
  width: 85%;
}

.img._2:hover {
  width: 95%;
}

.img.cat {
  width: 98%;
}

.txt_nombre_producto {
  color: var(--negro);
  text-align: center;
  width: 100%;
  font-size: 1.2rem;
  font-weight: 800;
  text-decoration: none;
}

.txt_nombre_producto.bco {
  color: var(--blanco);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: 2.2rem;
  line-height: 1.4em;
}

.centrado {
  text-align: center;
}

.centrado._80 {
  width: 80%;
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
}

.cont_fichas {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  height: auto;
  display: flex;
}

.cont_fichas.none {
  display: none;
}

.text-span-4-copy {
  color: var(--amarillo);
  font-weight: 800;
}

.iso {
  z-index: 997;
  width: 5rem;
  height: 5rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0;
  display: none;
  position: static;
  inset: auto -1rem -1rem auto;
}

.cont_calidad {
  flex-flow: row;
  width: 100%;
  min-width: 300px;
  height: auto;
  min-height: 100px;
  margin-top: 1rem;
  display: flex;
  position: relative;
}

.cont_img_25 {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 15rem;
  height: 15rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

.chatbot {
  z-index: 998;
  background-color: #0000;
  border-radius: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 20rem;
  height: auto;
  min-height: 10rem;
  padding: 0;
  display: flex;
  position: fixed;
  inset: auto 1rem 1rem auto;
  box-shadow: 0 2px 5px #0003;
}

.chatbot_message {
  text-align: left;
  border-radius: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: 2.5rem;
  min-height: 0;
  margin-bottom: 0;
  padding: 1rem .5rem 0;
  font-size: .9rem;
  line-height: 1.1em;
  display: flex;
}

.submit-button-3 {
  background-color: #42ce4f;
  border-radius: 10px;
  width: 28%;
  height: 3rem;
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: .9rem;
  font-weight: 700;
}

.submit-button-3:hover {
  background-color: var(--amarillo);
  color: var(--negro);
}

.barra_mensaje {
  background-color: #f0f0f0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding: .5rem;
  display: flex;
}

.form-block-2 {
  flex-flow: wrap;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.whats-card {
  z-index: 99999;
  -webkit-text-stroke-color: #000;
  background-color: #42ce4f;
  border: 2px #fff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: 20px;
  left: auto;
  right: 10%;
}

.whats-card:hover {
  background-color: var(--amarillo);
}

.cont_whats {
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin: auto;
  padding: .6rem;
  display: flex;
  position: absolute;
  inset: auto;
}

.txt_hoover {
  color: #0000;
  text-align: center;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  font-weight: 800;
  display: flex;
  position: absolute;
}

.txt_hoover:hover {
  background-color: var(--amarillo);
  color: #000;
  border-radius: 500px;
}

.text-block-7 {
  text-transform: none;
}

.col40 {
  width: 49%;
}

.background_wapp {
  background-color: var(--negro);
  color: #333;
  border-radius: 10px 10px 0 0;
  flex-flow: wrap;
  width: 100%;
  height: 7rem;
  margin-bottom: auto;
  padding: .5rem;
  display: flex;
}

.msj_wapp {
  background-color: #fff;
  border-radius: 20px;
  width: 82%;
  margin-left: auto;
  padding: 1rem;
  box-shadow: 0 2px 5px #0000001a;
}

.text-block-8 {
  font-size: .9rem;
}

.txt_customer {
  width: 48%;
  height: auto;
}

.cont_img_txt {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: auto;
  display: flex;
}

.img100 {
  aspect-ratio: 1;
  object-fit: contain;
  width: 3rem;
  height: auto;
}

.img_tel {
  object-fit: contain;
  width: 2rem;
  height: 2rem;
  margin-right: .2rem;
}

.cont_tel {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  min-width: 200px;
  height: auto;
  min-height: 50px;
  margin-left: auto;
  margin-right: 1rem;
  font-size: .9rem;
  text-decoration: none;
  display: flex;
}

.cont_calificacion {
  flex-flow: wrap;
  width: 100%;
  height: 1.5rem;
  display: flex;
}

.calificacion {
  color: #fff;
  align-items: center;
  width: auto;
  margin-bottom: .5rem;
  font-size: .9rem;
  display: flex;
}

.heading {
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
}

.img_whats {
  object-fit: contain;
  width: 2rem;
  height: 2rem;
  padding-right: 0;
}

.text_whaatsapp {
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 800;
  line-height: 21px;
}

.btn_whatsapp {
  z-index: 99999;
  border: 1px none var(--amarillo);
  background-color: #039c17;
  border-radius: 100px;
  align-items: center;
  margin-left: 0;
  padding: 5px 25px 5px 20px;
  text-decoration: none;
  display: flex;
  position: fixed;
  bottom: 20px;
  left: auto;
  right: 1rem;
}

.btn_whatsapp:hover {
  background-color: #00c41a;
}

.cont_whats-5 {
  height: 30px;
  padding-right: 10px;
}

.link_inicio {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9rem;
  line-height: 1em;
  display: flex;
}

.link_inicio:hover {
  color: var(--amarillo);
}

.col60 {
  flex-flow: wrap;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.button {
  border: 2px solid var(--amarillo);
  background-color: var(--amarillo);
  color: #333;
  border-radius: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.5rem;
  font-weight: 700;
}

.button:hover {
  border: 2px solid var(--amarillo);
  color: var(--amarillo);
  background-color: #0000;
}

.button._2:hover {
  background-color: #000;
}

.button.a {
  border-radius: 10px;
  align-self: center;
  margin-left: 0;
}

.image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 500px;
  width: 75%;
  height: 75%;
}

.image-2:hover {
  width: 85%;
  height: 85%;
}

.image-2.polipastos {
  aspect-ratio: 1;
  object-fit: contain;
}

.bg_color {
  z-index: 1;
  background-color: #00000040;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  min-height: 50rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bg_color._2 {
  opacity: .9;
  pointer-events: none;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: hard-light;
  background-color: #0000;
  background-clip: border-box;
  height: auto;
  min-height: 0;
}

.product-slider {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.zoom-wrapper {
  border-radius: 8px;
  width: 100%;
  height: auto;
  display: flex;
}

.thumbnail-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  margin-top: 1rem;
  display: none;
}

.main-img {
  cursor: crosshair;
  object-fit: contain;
  border-radius: 8px;
  align-self: center;
  width: auto;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main-img.diagrama {
  object-fit: cover;
  height: 100%;
}

.main-img.cadena {
  object-fit: contain;
  width: auto;
  height: auto;
}

.main-img.gancho, .main-img.sujecion {
  object-fit: contain;
}

.thumbnail {
  opacity: .6;
  cursor: pointer;
  object-fit: contain;
  border-radius: 5px;
  width: 4rem;
  height: 4rem;
}

.thumbnail.active {
  opacity: 100;
  border: 2px solid #000;
}

.zoom-container {
  border: 1px solid var(--amarillo);
  object-fit: cover;
  border-radius: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 20rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrowbutton {
  cursor: pointer;
  position: absolute;
}

.arrowbutton.right {
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  display: none;
  inset: 0% 0% 0% auto;
}

.arrowbutton.right.cadena {
  right: -10%;
}

.arrowbutton.left {
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  display: none;
  inset: 0% auto 0% 0%;
}

.arrowbutton.left.cadena {
  left: -10%;
}

.arrownav {
  width: 4rem;
  height: 4rem;
}

.breadcrumbs-container {
  background-color: var(--amarillo);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  display: none;
}

.breadcrumbs-wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-self: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.breadcrumb-item {
  align-self: center;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3em;
}

.breadcrumb-separator {
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3em;
}

.descripcion-item-cont {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.txt_descripcion-item {
  width: 100%;
  height: auto;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3em;
  display: none;
}

.product-title {
  width: 100%;
  height: auto;
  margin: 0 auto 2rem;
  font-family: Montserrat Variablefont Wght, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3em;
}

.product-grid-container {
  width: 100%;
  height: auto;
}

.product-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.product-item {
  text-align: center;
  border-radius: 5px;
  flex-flow: wrap;
  place-content: stretch space-between;
  width: auto;
  height: auto;
  min-height: 0;
  padding: 1.5rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 2px 1px #0000001a;
}

.product-thumbnail {
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 5px;
  width: 100%;
  min-width: 11rem;
  height: auto;
  min-height: 0;
  margin-top: auto;
  margin-bottom: auto;
  display: block;
}

.product-name {
  color: var(--negro);
  text-transform: uppercase;
  width: 100%;
  height: auto;
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: 700;
  text-decoration: none;
}

.product-category {
  color: #777;
  width: 100%;
  font-size: .9rem;
}

.txt-resultados {
  display: none;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.category-asc, .category-desc {
  display: none;
}

.cont-main {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.filter-container {
  background-color: #eee;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  width: 28%;
  height: auto;
  padding: 1rem;
  display: none;
}

.txt_titulo-filtro {
  align-self: center;
  width: 100%;
  height: auto;
  font-size: 1.6rem;
  font-weight: 700;
}

.reset-filters {
  background-color: var(--amarillo);
  color: var(--negro);
  text-align: center;
  border-radius: 20px;
  align-self: center;
  width: 100%;
  padding: 1rem;
  font-weight: 700;
}

.btn_atras {
  color: var(--negro);
  background-color: #ffcf26;
  border-radius: 500px;
  width: auto;
  height: auto;
  margin-bottom: 1rem;
  padding: .5rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.btn_atras:hover {
  background-color: var(--negro);
  color: var(--amarillo);
}

.btn_atras._2 {
  border: 2px solid var(--amarillo);
  color: var(--amarillo);
  background-color: #0000;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 1rem;
}

.btn_atras._2.w--current {
  width: auto;
  padding-left: 1.5rem;
  padding-right: 2rem;
}

.btn_atras._2.none {
  display: none;
}

.tabla {
  width: 100%;
  margin-bottom: 2rem;
}

.tabla.none {
  display: none;
}

.col33 {
  background-image: url('../images/sling-hook-2021-08-30-06-29-11-utc_1.avif');
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: wrap;
  justify-content: space-between;
  width: 33%;
  height: 24rem;
  display: flex;
}

.col33.accesorios {
  background-image: none;
  border-radius: 15px;
  width: 31%;
  margin-bottom: 2rem;
  text-decoration: none;
  position: relative;
  overflow: clip;
}

.cont_txt_footer {
  z-index: 1;
  background-color: #000;
  align-self: flex-end;
  width: 100%;
  height: auto;
  position: relative;
}

.bg_img {
  background-image: url('../images/cable_catalogo_1.avif');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.bg_img.accesorios {
  background-image: url('../images/sling-hook-2021-08-30-06-29-11-utc_1.avif');
}

.bg_img.cadenas {
  background-image: url('../images/cadenas_catalogo_1.avif');
}

.bg_img.balancin {
  background-image: url('../images/balancin_catalogo_1.avif');
  background-position: 50%;
}

.bg_img.sujecion {
  background-image: url('../images/sujecion_catalogo_1.avif');
  background-position: 50% 100%;
}

.bg_img.polipastos {
  background-image: url('../images/polipasto_square_1.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.info_block {
  aspect-ratio: 1;
  background-color: var(--amarillo);
  background-image: url('../images/captive_portal_24dp_000000_FILL0_wght400_GRAD0_opsz24.svg');
  background-position: 0 0;
  background-size: contain;
  border-radius: 5px;
  width: 3rem;
  height: 3rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.info_block.catalogo {
  background-image: url('../images/list_alt_24dp_000000_FILL0_wght400_GRAD0_opsz24.svg');
  top: 2%;
  right: 2%;
}

.img_vacante {
  border-radius: 15px;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.subtitulo {
  text-align: left;
  width: 100%;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  font-weight: 700;
}

.btn_info_producto {
  background-color: var(--amarillo);
  color: var(--negro);
  border-radius: 500px;
  padding: .5rem 1rem;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
}

.btn_info_producto:hover {
  background-color: var(--negro);
  color: var(--amarillo);
}

.btn_info_producto._2 {
  border: 2px solid var(--amarillo);
  color: var(--amarillo);
  background-color: #0000;
}

.btn_info_producto.b {
  margin-left: auto;
  margin-right: auto;
}

.heading-3 {
  font-size: 3rem;
}

.heading-3._2 {
  margin-bottom: .5rem;
  font-size: 3.2rem;
}

.heading-3._2.polipastos {
  width: 100%;
  height: auto;
  font-size: 2.8rem;
}

.parrafo_bco {
  color: var(--blanco);
  font-size: 1.3rem;
  line-height: 1.4em;
}

.parrafo_bco._2 {
  font-size: 1.6rem;
}

.bold, .bold.amarillo {
  font-weight: 700;
}

.color_overlay {
  z-index: -1;
  background-color: #00000080;
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

.h2 {
  text-align: center;
  width: 100%;
  height: auto;
  font-size: 2.2rem;
  font-weight: 500;
}

.image-3 {
  width: 45%;
  height: auto;
}

.hover-img {
  object-fit: cover;
  width: auto;
  max-width: none;
  height: 1000px;
  display: none;
  position: absolute;
}

.bg_1 {
  z-index: -2;
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

.bg_1.hide {
  display: none;
}

.img_pastecas {
  width: 45%;
  height: auto;
  position: relative;
}

.img_pastecas2 {
  width: 45%;
  height: auto;
}

.background-video-2 {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.img-info {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.list-item {
  text-align: left;
  width: 100%;
  height: auto;
}

.logo-andei {
  aspect-ratio: 1;
  width: 10rem;
  height: auto;
}

.right {
  text-align: right;
  width: 100%;
  height: auto;
  margin-left: auto;
}

.paragraph {
  width: 100%;
  height: auto;
}

.paragraph.right {
  font-weight: 700;
  line-height: 1.4em;
}

.field-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.input {
  color: #1a1a1a;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 25px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: .5rem;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-size: 1rem;
  line-height: 1.2em;
  display: block;
}

.input::placeholder {
  color: #1a1a1a;
}

.input.var {
  background-color: #f8f8f8;
}

.input.var::placeholder {
  color: #929292;
}

.input.var.work-mail {
  display: none;
}

.heading-4 {
  width: auto;
  height: auto;
}

.img-paint {
  z-index: -3;
  object-fit: cover;
  width: auto;
  min-width: 100%;
  height: auto;
  min-height: 100svh;
  position: absolute;
  inset: 0%;
}

.bg-video {
  z-index: -2;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-bg-seccion {
  z-index: 0;
  filter: grayscale();
  pointer-events: none;
  mix-blend-mode: normal;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bg-color {
  z-index: 1;
  background-color: var(--amarillo);
  pointer-events: none;
  mix-blend-mode: hard-light;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.bg-color._2 {
  z-index: 2;
  background-color: var(--amarillo);
  opacity: .6;
  pointer-events: none;
  mix-blend-mode: normal;
}

.col100 {
  flex-flow: row;
  justify-content: space-between;
  width: 100%;
  height: auto;
  display: flex;
}

.icono-calidad {
  object-fit: contain;
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  p {
    font-size: 1rem;
  }

  .seccion.hero.eslingas {
    background-position: 0 0, 50%;
  }

  .seccion.quote {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .seccion.bg_amarillo.galeria {
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .seccion.contacto {
    padding-top: 4rem;
  }

  .seccion.politica {
    padding-top: 8rem;
  }

  .contenedor {
    width: 90%;
  }

  .contenedor.hero {
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
  }

  .contenedor.imgs {
    height: 100%;
  }

  .contenedor.full, .cont_menu {
    width: 90%;
  }

  .cont_logo {
    width: 16rem;
  }

  .cont_logo.w--current {
    width: 40%;
  }

  .logo {
    height: auto;
  }

  .background-video {
    display: none;
  }

  .col50.hero {
    width: 60%;
  }

  .col50.full {
    padding-left: 0%;
    padding-right: 0%;
  }

  .col50.vacantes, .col50.producto {
    width: 100%;
  }

  .testimonio {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .cont_estrellas {
    margin-right: auto;
  }

  .text-block-4 {
    flex-flow: wrap;
  }

  .parrafo_testimonio {
    font-size: .8rem;
  }

  .cont_testimonios._80 {
    width: 38%;
  }

  .mask {
    width: 100%;
  }

  .text-block-3 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
  }

  .titi_testimonio {
    color: #fff;
    font-size: 1rem;
    line-height: 1.2em;
  }

  .quote {
    font-size: 1.9rem;
  }

  .quote.amarillo {
    font-size: 2.2rem;
  }

  .quote.center {
    margin-bottom: 1rem;
  }

  .logo2 {
    width: 90%;
  }

  .cont_col {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .cont_col._3 {
    margin-bottom: 1rem;
  }

  .coll_items {
    width: 48%;
    margin-top: 0;
    margin-bottom: .5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .coll_items._2 {
    width: 24%;
  }

  .coll_items.b {
    width: 25%;
  }

  .iconos {
    margin-bottom: 1rem;
  }

  .iconos.mx {
    width: 3.5rem;
    height: 3.5rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .txt_tel {
    font-size: 1.6rem;
  }

  .tel {
    flex-flow: row;
    width: auto;
  }

  .titulo.centrado {
    margin-bottom: 1rem;
    line-height: 1.1em;
  }

  .tab-link {
    width: 25%;
    height: 3.5rem;
    padding: .2rem .5rem;
  }

  .tab-link.w--current {
    width: 25%;
  }

  .tabs-menu {
    width: 100%;
  }

  .tabs {
    flex-flow: wrap-reverse;
  }

  .tabs-content {
    width: 100%;
    margin-right: auto;
  }

  .tab-pane {
    width: 50%;
    margin-right: auto;
  }

  .form-block {
    width: 50%;
  }

  .footer {
    padding-bottom: 6rem;
  }

  .image.cancamos {
    object-fit: cover;
    width: auto;
    height: 90%;
  }

  .image.sqr {
    aspect-ratio: 1;
  }

  .image.sqr:hover {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
  }

  .lightbox-link {
    width: 20%;
    height: 100%;
  }

  .lightbox-link:hover {
    width: 20%;
    height: auto;
  }

  .lightbox-link.rampas {
    flex-flow: row;
    width: 25%;
  }

  .lightbox-link.rampas:hover {
    aspect-ratio: 1;
  }

  .slider {
    height: 20rem;
  }

  .slider.rampas {
    height: auto;
  }

  .slide {
    height: 100%;
  }

  .logo3 {
    width: 35%;
    margin-top: 2rem;
  }

  .logo3.b {
    width: 60%;
  }

  .cont_whats-3 {
    width: 2.5rem;
    height: 2.5rem;
    padding-right: .6rem;
  }

  .img_whats-3 {
    height: 100%;
  }

  .cont_btns_flotante {
    right: 5%;
  }

  .cont_image_circular, .cont_image_circular.categoria {
    width: 12rem;
    height: 12rem;
  }

  .ficha {
    width: 32%;
  }

  .ficha.categoria {
    max-width: 33%;
  }

  .txt_nombre_producto {
    color: var(--negro);
    text-decoration: none;
  }

  .cont_fichas {
    flex-flow: wrap;
    justify-content: center;
  }

  .iso {
    width: 4rem;
    height: 4rem;
    bottom: -1.5rem;
    right: 0;
  }

  .cont_calidad {
    flex-flow: column;
  }

  .cont_img_25 {
    object-fit: cover;
    width: 20rem;
    height: 20rem;
    margin-bottom: 1rem;
  }

  .chatbot {
    width: 16rem;
  }

  .submit-button-3 {
    padding-left: 0;
    padding-right: 0;
    font-size: .9rem;
  }

  .whats-card {
    padding-left: 0;
    padding-right: 0;
    left: auto;
    right: 5%;
  }

  .cont_whats {
    height: auto;
    padding-right: 0;
  }

  .txt_hoover {
    width: 100%;
  }

  .col40 {
    width: 40%;
  }

  .msj_wapp {
    width: 80%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .txt_customer {
    width: 100%;
    margin-bottom: .2rem;
  }

  .img_tel {
    width: 1.5rem;
  }

  .cont_tel {
    width: 40%;
  }

  .cont_calificacion {
    height: auto;
    min-height: 1.5rem;
  }

  .calificacion {
    flex-flow: wrap;
  }

  .text_whaatsapp {
    font-size: 15px;
  }

  .btn_whatsapp {
    justify-content: center;
    align-items: center;
    left: auto;
    right: 5%;
  }

  .col60 {
    width: 80%;
  }

  .button {
    font-size: 1rem;
    font-weight: 800;
  }

  .descripcion-item-cont {
    margin-top: 2rem;
  }

  .product-grid {
    grid-template-columns: 1fr 1fr;
  }

  .btn_atras {
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .col33.accesorios {
    width: 48%;
  }

  .bg_1 {
    object-fit: cover;
    object-position: 66% 50%;
    background-image: none;
    height: 100%;
  }

  .logo-andei {
    width: 8rem;
    margin-left: auto;
  }

  .img-paint {
    min-width: 0%;
    min-height: 100%;
  }

  .bg-video {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  .seccion.hero {
    height: auto;
    min-height: 100vh;
  }

  .seccion.hero.ngo {
    min-height: 25vh;
    padding-top: 10rem;
    padding-bottom: 2rem;
  }

  .seccion.bg_negro._50 {
    min-height: 30rem;
  }

  .contenedor.hero {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 6rem;
  }

  .contenedor.imgs {
    flex-flow: row;
    justify-content: space-around;
    margin-bottom: 0;
  }

  .cont_logo {
    width: 13rem;
  }

  .cont_logo.w--current {
    width: 40%;
  }

  .background-video {
    object-fit: cover;
    height: auto;
    min-height: 100vh;
  }

  .blanco {
    margin-bottom: 1rem;
  }

  .col50, .col50.hero {
    width: 100%;
  }

  .col50.full {
    justify-content: center;
    align-items: center;
    width: 50%;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .col50.left {
    width: 100%;
    margin-bottom: 2rem;
  }

  .col50.right {
    width: 100%;
  }

  .testimonio {
    margin-top: 0;
    padding: .5rem 1rem;
  }

  .cont_estrellas {
    margin-bottom: 0;
    margin-right: auto;
  }

  .text-block-4 {
    margin-bottom: 0;
    margin-left: .5rem;
  }

  .parrafo_testimonio {
    width: 90%;
    margin-right: auto;
    font-size: .8rem;
  }

  .cont_testimonios._80 {
    width: 100%;
    height: auto;
  }

  .slider_testimonios-2 {
    margin-left: 0;
  }

  .text-block-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: 1rem;
  }

  .titi_testimonio {
    font-size: 1rem;
    line-height: 1.2em;
  }

  .quote {
    text-align: left;
    margin-bottom: 0;
  }

  .quote.bca {
    margin-bottom: 2rem;
  }

  .quote._2 {
    font-size: 1.6rem;
  }

  .logo2 {
    width: 80%;
    margin-right: auto;
  }

  .cont_col {
    justify-content: center;
    align-items: center;
  }

  .cont_col._2 {
    justify-content: space-between;
  }

  .coll_items {
    width: 48%;
    margin-bottom: .5rem;
    font-size: .9rem;
  }

  .coll_items._2 {
    width: 23%;
  }

  .titulo_caracteristicas._2 {
    text-align: center;
    width: 100%;
  }

  .txt_tel {
    margin-top: 0;
    margin-bottom: 0;
    padding: .5rem 1rem;
    font-size: 1.2rem;
  }

  .tel {
    margin-right: 0;
  }

  .titulo.centrado {
    margin-bottom: 2rem;
  }

  .tab-link {
    text-align: center;
    height: 4.5rem;
    font-size: .7rem;
  }

  .tab-link.w--current {
    font-size: .7rem;
  }

  .tabs-content {
    width: 100%;
  }

  .tab-pane {
    width: 50%;
  }

  .cont_formulario {
    flex-flow: wrap-reverse;
  }

  .form-block {
    width: 100%;
  }

  .footer {
    text-align: center;
    padding-bottom: 10rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .image {
    height: 100%;
  }

  .image.cancamos {
    width: auto;
  }

  .lightbox-link {
    width: 20%;
    height: auto;
    margin-bottom: 0;
  }

  .lightbox-link:hover {
    width: 20%;
    height: auto;
  }

  .lightbox-link.rampas {
    aspect-ratio: 1;
  }

  .lightbox-link.rampas:hover {
    width: 25%;
    display: block;
  }

  .logo3.b {
    width: 80%;
  }

  .cont_whats-3 {
    height: 2.5rem;
  }

  .img_whats-3 {
    height: 100%;
    padding-left: 0;
  }

  .cont_image_circular {
    width: 14rem;
    height: 14rem;
  }

  .cont_image_circular.categoria {
    width: 9rem;
    height: 9rem;
  }

  .ficha {
    width: 48%;
  }

  .ficha.categoria {
    max-width: 30%;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .txt_nombre_producto {
    font-size: 1rem;
  }

  .txt_nombre_producto.bco {
    font-size: 1.5rem;
  }

  .cont_fichas {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
  }

  .iso {
    z-index: 997;
    width: 4rem;
    height: 4rem;
    position: static;
    inset: auto -1.5rem -1.5rem auto;
  }

  .cont_calidad {
    flex-flow: row;
  }

  .cont_img_25 {
    width: 15rem;
    height: 15rem;
    margin-bottom: 1rem;
  }

  .cont_whats {
    height: auto;
  }

  .col40.blanco {
    width: 100%;
  }

  .cont_img_txt {
    width: 1.2rem;
  }

  .img_tel {
    width: 1.5rem;
    margin-right: .4rem;
  }

  .cont_tel {
    margin-right: 1rem;
  }

  .cont_calificacion {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: .5rem;
  }

  .btn_whatsapp {
    justify-content: center;
    align-items: center;
    right: 5%;
  }

  .col60 {
    width: 90%;
  }

  .button {
    margin-top: 1rem;
  }

  .h2 {
    font-size: 1.8rem;
  }

  .bg_1 {
    object-position: 66% 50%;
    height: 100%;
  }

  .logo-andei {
    margin-left: auto;
    margin-right: auto;
  }

  .input {
    background-color: #0000;
  }

  .input.var {
    font-size: 1rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: .8rem;
    font-size: 1.3rem;
  }

  h2 {
    margin-bottom: .5rem;
    font-size: 1.2rem;
    line-height: 1em;
  }

  p {
    margin-bottom: 1rem;
    font-size: .9rem;
  }

  .seccion.hero {
    height: auto;
    min-height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .seccion.hero.cancamos {
    background-position: 0 0, 75% 0;
    background-size: auto, cover;
    height: 100vh;
  }

  .seccion.hero.eslingas {
    height: 100vh;
  }

  .seccion.hero.ngo {
    padding-top: 8rem;
  }

  .seccion.contacto {
    background-position: 50% 100%;
    padding-top: 3rem;
  }

  .seccion.categorias {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .seccion.productos-pastecas {
    padding-top: 0;
  }

  .contenedor.hero {
    min-height: 100vh;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 6rem;
    padding-bottom: 1rem;
  }

  .contenedor.hero.var {
    justify-content: center;
    align-self: center;
    min-height: 0;
  }

  .contenedor.hero.var2 {
    flex-flow: column;
  }

  .contenedor.imgs {
    flex-flow: wrap;
    height: auto;
    margin-bottom: 0;
  }

  .contenedor.full {
    flex-flow: wrap;
  }

  .menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .cont_menu {
    flex-flow: wrap;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cont_logo {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: .2rem;
    display: flex;
  }

  .cont_logo.w--current {
    width: 100%;
    height: 3rem;
    margin-bottom: .2rem;
    margin-left: auto;
    margin-right: auto;
  }

  .logo {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .background-video {
    flex-flow: wrap;
    align-self: flex-start;
    height: auto;
    min-height: 120vh;
    display: flex;
  }

  .amarillo._2rem {
    font-size: 1.4rem;
  }

  .blanco {
    margin-bottom: .8rem;
    line-height: 1.1em;
  }

  .blanco.bold {
    display: none;
  }

  .blanco.var {
    text-align: center;
    flex-flow: column;
  }

  .col50.hero {
    margin-top: 1rem;
  }

  .col50.full {
    width: 100%;
    height: 6rem;
    margin-top: 2rem;
    margin-bottom: 0;
    padding-top: 2px;
  }

  .col50.full.b, .col50.full.a {
    width: 100%;
  }

  .testimonio {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .cont_estrellas {
    margin-top: auto;
    margin-bottom: auto;
  }

  .estrella {
    width: .8rem;
    height: .8rem;
    font-size: 1.3rem;
  }

  .text-block-4 {
    flex-flow: wrap;
    margin-bottom: 0;
  }

  ._4-9 {
    font-size: 1.3rem;
  }

  .parrafo_testimonio {
    font-size: .8rem;
    line-height: 1.2em;
  }

  .slider_testimonios-2 {
    width: 100%;
    margin-left: 0;
  }

  .text-block-3 {
    flex-flow: column wrap;
    width: 88%;
    margin-top: 0;
    margin-right: 0;
  }

  .titi_testimonio {
    color: #fff;
    font-size: 1rem;
    line-height: 1.1em;
  }

  .quote {
    text-align: center;
    width: 100%;
    font-size: 1.3rem;
  }

  .quote.amarillo {
    font-size: 1.4rem;
  }

  .quote.bca {
    margin-bottom: 0;
  }

  .quote._2 {
    font-size: 1rem;
  }

  .quote.center {
    margin-bottom: 2rem;
  }

  .logo2 {
    width: 100%;
  }

  .coll_items {
    text-align: left;
    flex-flow: column;
    place-content: flex-start space-between;
    align-items: center;
    width: 48%;
  }

  .coll_items._2 {
    width: 45%;
  }

  .coll_items.b {
    width: 48%;
  }

  .titulo_caracteristicas {
    text-align: center;
    font-size: 1rem;
  }

  .txt_tel {
    margin: .2rem auto;
    padding: .2rem .5rem;
    font-size: 1rem;
  }

  .tel {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: auto;
    font-size: 1rem;
  }

  .titulo {
    font-size: 1.8rem;
    line-height: 1.1em;
  }

  .titulo.centrado {
    margin-bottom: 1rem;
  }

  .titulo.centrado.b {
    font-size: 1.7rem;
  }

  .tab-link {
    width: 50%;
    height: 3.2rem;
  }

  .tab-link.w--current {
    width: 50%;
  }

  .tab-pane {
    width: 100%;
  }

  .submit-button-2 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: .9rem;
  }

  .footer {
    padding-bottom: 12rem;
  }

  .image {
    object-position: 50% 30%;
  }

  .image._2 {
    object-position: 50% 70%;
  }

  .image.cancamos {
    height: 80%;
  }

  .image.sqr {
    width: auto;
  }

  .lightbox-link, .lightbox-link:hover {
    width: 50%;
    height: 12rem;
  }

  .lightbox-link._2 {
    width: 100%;
  }

  .lightbox-link.rampas {
    flex-flow: wrap;
    width: 50%;
    height: 50%;
  }

  .lightbox-link.rampas:hover {
    width: 50%;
    display: flex;
  }

  .slider {
    height: 24rem;
  }

  .logo3, .logo3.b {
    width: 80%;
  }

  .cont_whats-3 {
    width: 3rem;
    height: 3rem;
    padding-left: .6rem;
    top: .5rem;
  }

  .img_whats-3 {
    width: auto;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .cont_image_circular {
    width: 8rem;
    height: 8rem;
  }

  .cont_image_circular.categoria {
    border: 0 #000;
    width: 8rem;
    height: 8rem;
  }

  .cont_image_circular.categoria:hover {
    background-color: var(--amarillo);
    border-style: none;
  }

  .ficha {
    width: 48%;
    margin-bottom: 1rem;
  }

  .ficha.categoria {
    width: 48%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .centrado._80 {
    width: 100%;
    margin-bottom: 1rem;
  }

  .cont_fichas {
    flex-flow: wrap;
    justify-content: space-around;
  }

  .iso {
    display: none;
    bottom: -.5rem;
    right: 0;
  }

  .cont_calidad {
    flex-flow: wrap;
    margin-top: .2rem;
  }

  .cont_img_25 {
    border-radius: 500px;
    width: 18rem;
    height: 18rem;
  }

  .chatbot {
    width: 90%;
    min-height: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    inset: auto 0% 1rem;
  }

  .chatbot_message {
    min-height: 0;
    font-size: .8rem;
  }

  .submit-button-3 {
    height: 2.8rem;
    font-size: .8rem;
  }

  .whats-card {
    padding-right: 0;
    left: auto;
    right: 5%;
  }

  .cont_whats {
    width: 60%;
    height: 60%;
    padding-left: 0;
  }

  .txt_hoover {
    width: 18rem;
    height: 18rem;
    font-size: 1rem;
  }

  .txt_hoover:hover {
    border-radius: 500px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .txt_customer {
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .img_tel {
    width: 1rem;
    margin-left: auto;
    margin-right: .4rem;
    display: none;
  }

  .cont_tel {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
  }

  .cont_calificacion {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .calificacion {
    flex-flow: wrap;
    margin-bottom: .5rem;
  }

  .btn_whatsapp {
    justify-content: center;
    align-items: center;
    left: 5%;
  }

  .col60 {
    width: 95%;
  }

  .button {
    text-align: center;
    width: 80%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .9rem;
  }

  .product-grid {
    grid-template-columns: 1fr;
  }

  .heading-2 {
    font-size: 1.5rem;
  }

  .col33.accesorios {
    width: 100%;
  }

  .input.var {
    font-size: 1rem;
    line-height: 1.5em;
  }

  .col100 {
    flex-flow: wrap;
  }

  .icono-calidad {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
}

#w-node-_14eed833-fb93-2e1e-bb68-cdd377a2aca7-7b938e47, #w-node-c839b31d-93f7-ee0d-bbef-6ba309892b3c-7b938e47, #w-node-c910d1f9-6214-5eec-1abe-1cc8d0ebf009-7b938e47, #w-node-_6b9a3880-19a3-6fa4-a72d-1691800fd53c-7b938e47 {
  align-self: center;
}


@font-face {
  font-family: 'Montserrat Variablefont Wght';
  src: url('../fonts/Montserrat-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}