:root {
    --verde: #3faf2a;
  }

  .w-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
  }

  .w-checkbox:before {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }

  .w-checkbox:after {
    content: " ";
    clear: both;
    grid-area: 1 / 1 / 2 / 2;
    display: table;
  }

  .w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal;
  }

  .w-checkbox-input--inputType-custom {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 12px;
    height: 12px;
  }

  .w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #3898ec;
  }

  .w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
  }

  .w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .body {
    font-family: Exo, sans-serif;
    display: flex;
  }

  .div-block {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    padding: 20px 40px;
    display: flex;
    position: relative;
  }

  .div-block-2 {
    background-image: linear-gradient(#051300bf, #051300bf), url('../images/6647.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .heading {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 71px;
    font-weight: 900;
    line-height: 1em;
  }

  .div-block-3 {
    width: 100%;
  }

  .text-field {
    color: #000;
    border: 1px solid #000;
    border-radius: 20px;
  }

  .text-field::placeholder {
    color: #000;
  }

  .text-field-2 {
    color: #000;
    border: 1px solid #000;
    border-radius: 20px;
  }

  .text-field-2::placeholder {
    color: #000;
  }

  .heading-2 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 800;
    line-height: 1em;
    display: flex;
  }

  .submit-button {
    text-align: center;
    text-transform: uppercase;
    background-color: #3faf2a;
    border-radius: 20px;
    width: 100%;
    margin-top: 20px;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 2px 5px #0003;
  }

  .submit-button.sin {
    text-transform: none;
    align-self: center;
    margin-top: 0;
  }

  .submit-button.sin.cancelar {
    color: red;
    background-color: #3faf2a00;
    border: 3px solid red;
  }

  .paragraph {
    text-align: justify;
    margin-bottom: 20px;
  }

  .form {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .link {
    color: var(--verde);
    text-decoration: none;
  }

  .text-block {
    color: var(--verde);
    text-align: center;
    margin-top: 5px;
    text-decoration: none;
  }

  .div-block-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
    display: flex;
  }

  .div-block-5 {
    justify-content: space-between;
    padding: 10px;
    display: flex;
    position: absolute;
    inset: auto 0% 0%;
  }

  .xerintel {
    color: #00000047;
  }

  .text-block-2 {
    color: #000;
    text-decoration: underline;
  }

  .body-2 {
    background-color: #ececec;
    font-family: Exo, sans-serif;
    display: flex;
  }

  .div-block-6 {
    background-image: linear-gradient(#00000080, #00000080), url('../images/6647.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .div-block-7 {
    background-color: #fff;
    background-image: linear-gradient(to bottom, #ffffff57, #ffffff57), linear-gradient(135deg, var(--verde) 10%, #fff0 10%), linear-gradient(315deg, var(--verde) 11%, white 11%, #fff 13%, var(--verde) 13%, var(--verde) 16%, #fff 16%);
    border-radius: 15px;
    flex-flow: column;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    max-height: 600px;
    padding: 30px;
    display: flex;
    box-shadow: 0 2px 20px 2px #0003;
  }

  .text-span {
    color: var(--verde);
    font-size: 35px;
  }

  .heading-3 {
    border-bottom: 2px solid #000;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-weight: 900;
    line-height: .8em;
  }

  .text-span-2 {
    color: #000;
    font-size: 35px;
  }

  .text-span-3 {
    font-size: 35px;
  }

  .text-span-4 {
    color: #000;
    font-size: 30px;
    font-weight: 500;
    line-height: 1em;
  }

  .div-block-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 10px;
    display: flex;
  }

  .div-block-9 {
    background-image: url('../images/2148976319.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    box-shadow: 0 2px 17px -2px #000000ba;
  }

  .div-block-10 {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    display: flex;
  }

  .div-block-11 {
    grid-column-gap: 30px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    flex: 0 auto;
    margin-top: 20px;
    display: flex;
  }

  .heading-4 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
  }

  .div-block-12 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block-13 {
    background-color: #fff;
    border-radius: 15px;
    flex-flow: column;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 150px;
    padding: 10px;
    text-decoration: none;
    transition: all .2s;
    display: flex;
    box-shadow: 0 2px 9px 1px #0003;
  }

  .div-block-13:hover {
    transform: scale(1.07);
    box-shadow: 0 2px 9px -3px #0003;
  }

  .div-block-13._2 {
    height: auto;
    padding: 20px;
  }

  .div-block-13._2:hover {
    transform: scale(1.02);
  }

  .text-block-3 {
    color: #000;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
  }

  .image {
    margin-bottom: 10px;
  }

  .text-block-4 {
    color: #000000a6;
  }

  .div-block-14 {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    margin-top: 20px;
    display: flex;
  }

  .div-block-15 {
    flex: 0 auto;
    margin-bottom: 30px;
  }

  .heading-5 {
    color: #000;
    margin-top: 0;
    font-weight: 800;
  }

  .paragraph-2 {
    color: #000;
    margin-bottom: 0;
  }

  .navbar-no-shadow-container {
    z-index: 5;
    background-color: #0000;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }

  .container-regular {
    width: 100%;
    min-height: 30px;
    margin-left: auto;
    margin-right: auto;
  }

  .navbar-wrapper {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    color: #1a1b1f;
    letter-spacing: .25px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
  }

  .nav-link:hover {
    border-bottom: 2px solid var(--verde);
    color: #1a1b1fbf;
  }

  .nav-link:focus-visible {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd;
  }

  .nav-link[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 4px;
    outline: 2px solid #0050bd;
  }

  .nav-link.w--current {
    border-bottom: 3px solid var(--verde);
  }

  .nav-dropdown {
    margin-left: 5px;
    margin-right: 5px;
  }

  .nav-dropdown-toggle {
    letter-spacing: .25px;
    padding: 5px 30px 5px 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .nav-dropdown-toggle:hover {
    color: #1a1b1fbf;
  }

  .nav-dropdown-toggle:focus-visible {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
  }

  .nav-dropdown-toggle[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
  }

  .nav-dropdown-icon {
    margin-right: 10px;
  }

  .nav-dropdown-list {
    background-color: #fff;
    border-radius: 12px;
  }

  .nav-dropdown-list.w--open {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-link {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .nav-dropdown-link:focus-visible {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
  }

  .nav-dropdown-link[data-wf-focus-visible] {
    outline-offset: 0px;
    color: #0050bd;
    border-radius: 5px;
    outline: 2px solid #0050bd;
  }

  .nav-button-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    margin-left: 0;
    display: flex;
  }

  .button-primary {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #1a1b1f;
    padding: 12px 25px;
    font-size: 12px;
    line-height: 20px;
    transition: all .2s;
  }

  .button-primary:hover {
    color: #fff;
    background-color: #32343a;
  }

  .button-primary:active {
    background-color: #43464d;
  }

  .body-3 {
    background-image: linear-gradient(#ffffffb5, #ffffffb5), url('../images/14571713_5493461.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    font-family: Exo, sans-serif;
  }

  .body-3.producto {
    background-image: linear-gradient(#0003, #0003), url('../images/Captura-de-pantalla-2024-12-05-a-las-16.54.21.png');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .body-3.producto.pp {
    background-color: #a0a0a0;
    background-image: none;
  }

  .section {
    padding: 60px 20px;
  }

  .section.entero {
    justify-content: center;
    align-items: center;
    /*height: 80vh;*/
    /*display: flex;*/
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row dense;
  }

  .div-block-16 {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .heading-6 {
    color: #000;
    align-self: flex-start;
    margin-bottom: 0;
    font-weight: 700;
  }

  .div-block-17 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-17.enteri {
    flex: 1;
    align-self: stretch;
  }

  .div-block-18 {
    z-index: 2;
    margin-bottom: 40px;
    display: flex;
    position: sticky;
    top: 40px;
  }

  .div-block-19 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-20 {
    border: 2px solid var(--verde);
    background-color: var(--verde);
    color: #fff;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 10px 20px;
    display: flex;
  }

  .div-block-20.sin {
    color: var(--verde);
    background-color: #ffffffa3;
    border-width: 2px;
    transition: all .2s;
  }

  .div-block-20.sin:hover {
    background-color: var(--verde);
    color: #fff;
  }

  .text-block-5 {
    font-weight: 800;
    line-height: 1em;
  }

  .div-block-21 {
    flex: 1;
    margin-left: 0;
    display: flex;
  }

  .div-block-22 {
    border: 2px solid var(--verde);
    background-color: #ffffffa3;
    border-radius: 50px;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    display: flex;
    overflow: hidden;
  }

  .text-block-6 {
    color: var(--verde);
    margin-left: 20px;
    font-weight: 700;
  }

  .div-block-23 {
    background-color: var(--verde);
    border-radius: 0;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: 70px;
    display: flex;
  }

  .text-block-7 {
    color: #00000075;
    align-self: flex-start;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-2.entero {
    height: 100%;
  }

  .div-block-24 {
    background-image: linear-gradient(#00000045, #00000045), url('../../images/estructura/almacen/puntales.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all .2s;
    display: flex;
    box-shadow: 0 2px 9px -1px #00000061;
      min-height: 300px;
  }

  .div-block-24:hover {
    transform: scale(1.02);
  }

  .div-block-24._2 {
    background-image: linear-gradient(#00000045, #00000045), url('../../images/estructura/almacen/mecano.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-24._3 {
    background-image: linear-gradient(#00000045, #00000045), url('../../images/estructura/almacen/pilares.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-24._4 {
    background-image: linear-gradient(#00000045, #00000045), url('../../images/estructura/almacen/muros.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-24._5 {
    background-image: linear-gradient(#00000045, #00000045), url('../../images/estructura/almacen/ferreteria.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-24._6 {
    background-image: linear-gradient(#00000045, #00000045), url('../../images/estructura/almacen/epis.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-24._7 {
    background-image: linear-gradient(#00000045, #00000045), url('../../images/estructura/almacen/madera.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .div-block-24._8 {
    background-image: linear-gradient(#00000045, #00000045), url('../../images/estructura/almacen/maquinaria.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .heading-7 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 800;
  }

  .div-block-25 {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    display: flex;
  }

  .heading-8 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 5px;
    font-weight: 800;
  }

  .footer-subscribe {
    background-color: var(--verde);
    padding: 50px 30px 40px;
    position: relative;
  }

  .container {
    width: 100%;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-form-two {
    background-color: #f5f7fa;
    margin-bottom: 40px;
    padding: 64px;
  }

  .footer-form-container-two {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-form-title {
    font-size: 24px;
    line-height: 32px;
  }

  .footer-form-block-two {
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  }

  .footer-form-input {
    border: 1px #000;
    width: 460px;
    height: 48px;
    margin-bottom: 0;
    padding: 12px 180px 12px 20px;
  }

  .footer-form-input::placeholder {
    color: #1a1b1fcc;
  }

  .button-primary-2 {
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #1a1b1f;
    padding: 12px 25px;
    font-size: 12px;
    line-height: 20px;
    transition: all .2s;
  }

  .button-primary-2:hover {
    color: #fff;
    background-color: #32343a;
  }

  .button-primary-2:active {
    background-color: #43464d;
  }

  .button-primary-2.footer-form-button {
    padding: 8px 18px;
    position: absolute;
    right: 8px;
  }

  .footer-wrapper-three {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-block-three {
    justify-content: flex-start;
    align-items: center;
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
  }

  .footer-link-three {
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: none;
  }

  .footer-link-three:hover {
    color: #ffffffbf;
  }

  .footer-social-block-three {
    justify-content: flex-start;
    align-items: center;
    margin-left: -32px;
    display: flex;
  }

  .footer-social-link-three {
    margin-left: 32px;
  }

  .footer-divider-two {
    background-color: #e4ebf3;
    width: 100%;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .footer-bottom {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-copyright {
    color: #ffffffa3;
  }

  .footer-legal-block {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .footer-legal-link {
    color: #fff;
    margin-left: 24px;
  }

  .footer-legal-link:hover {
    color: #ffffffd6;
  }

  .image-2, .image-3, .image-4 {
    filter: invert();
  }

  .div-block-26 {
    background-color: #fff;
    border-radius: 20px;
    flex-flow: column;
    max-width: 800px;
    padding: 20px;
    display: flex;
  }

  .div-block-27 {
    flex-flow: column;
    padding: 10px;
    display: flex;
  }

  .heading-9 {
    color: var(--verde);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1em;
  }

  .heading-10 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 1em;
  }

  .heading-10._2 {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .heading-10._2.espacio {
    margin-top: 10px;
  }

  .heading-11 {
    color: var(--verde);
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-block-28 {
    flex: 1;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .div-block-29 {
    flex-flow: row;
    display: flex;
  }

  .div-block-30 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .link-block {
    background-color: var(--verde);
    border-radius: 20px;
    padding: 10px;
  }

  .tabs-menu {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .tab-link-tab-1 {
    background-color: #ddd0;
    border-radius: 20px;
    font-weight: 700;
  }

  .tab-link-tab-1.w--current {
    background-color: var(--verde);
    color: #fff;
    border-radius: 20px;
    font-weight: 700;
  }

  .tab-link-tab-2 {
    background-color: #ddd0;
    border-radius: 20px;
    font-weight: 700;
  }

  .tab-link-tab-2.w--current {
    background-color: var(--verde);
    color: #fff;
  }

  .tab-pane-tab-1 {
    margin-top: 20px;
  }

  .div-block-31 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    box-shadow: 0 2px 9px 1px #0003;
  }

  .div-block-31.interior {
    flex-flow: column;
  }

  .div-block-32 {
    flex-flow: column;
    flex: 1;
    display: flex;
  }

  .div-block-33 {
    /*background-image: url('../images/6647.jpg');*/
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    width: 200px;
  }

  .heading-12 {
    margin-top: 0;
  }

  .tabs-content {
    overflow: visible;
  }

  .div-block-34 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .div-block-35 {
    background-image: url('../images/caja-carton-marron-palabras-carton-lateral.png');
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    width: 100px;
    height: 100px;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-36 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 20px;
    display: flex;
  }

  .div-block-37 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .tab-pane-tab-2 {
    margin-top: 20px;
  }

  .div-block-38 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    display: flex;
  }

  .image-5 {
    object-fit: cover;
    border-radius: 20px;
    width: 100%;
    height: 300px;
  }

  .div-block-39 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    /*justify-content: space-between;*/
    align-items: flex-start;
    margin-top: 20px;
    display: flex;
  }

  .image-6 {
    border-radius: 20px;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-40 {
    margin-top: 20px;
  }

  .form-block {
    margin-top: 10px;
  }

  .checkbox-label {
    font-weight: 700;
  }

  .checkbox {
    margin-top: 3px;
  }

  .checkbox.no {
    display: none;
  }

  .no {
    padding-left: 0;
  }

  .div-block-41 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    border-radius: 20px;
    flex-flow: column;
    padding: 20px;
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-42 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .div-block-42.normal {
    display: block;
  }

  .div-block-42.sin {
    grid-template-rows: auto;
  }

  .select-field {
    color: #999;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 0;
  }

  .text-field-3, .text-field-4 {
    border-radius: 5px;
  }

  .form-block-2 {
    margin-bottom: 0;
  }

  .div-block-43 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    margin-top: 0;
    display: flex;
  }

  .div-block-44 {
    background-color: #e4e4e4;
    background-image: url('../images/plus-small.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 80px;
    border-radius: 20px;
    width: 150px;
    height: 150px;
    box-shadow: 0 2px 5px #0003;
  }

  .div-block-44._2 {
    background-color: #fff;
    background-image: url('../images/caja-carton-marron-palabras-carton-lateral.png');
    background-position: 50%;
    background-size: cover;
    position: relative;
  }

  .text-block-8 {
    margin-bottom: 5px;
    font-weight: 700;
  }

  .div-block-46 {
    background-color: red;
    background-image: url('../images/trash.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    border-radius: 8px;
    width: 30px;
    height: 30px;
    position: absolute;
    inset: 6% auto auto 6%;
  }

  .text-block-9 {
    color: #fff;
    text-align: center;
    font-weight: 700;
  }

  .div-block-47 {
    display: flex;
  }

  .div-block-48 {
    /*background-image: url('../images/plus-small.svg');*/
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 20px;
    flex: 1;
  }

  .div-block-48.menos {
    /*background-image: url('../images/minus-small.svg');*/
  }

  .div-block-49 {
    flex: 1;
  }

  .text-block-10 {
    color: #fff;
    text-align: center;
  }

  .div-block-50 {
    background-color: var(--verde);
    border-radius: 20px;
    padding: 5px;
  }

  .div-block-51 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .link-block-2 {
    align-self: flex-start;
  }

  .div-block-52 {
    max-height: 400px;
    overflow: auto;
  }

  @media screen and (max-width: 991px) {
    .heading {
      font-size: 41px;
    }

    .div-block-5 {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      flex-flow: column;
    }

    .xerintel {
      order: 1;
      align-self: center;
    }

    .text-block-2 {
      align-self: center;
    }

    .navbar-no-shadow-container {
      background-color: #fff;
    }

    .nav-menu-wrapper {
      background-color: #0000;
    }

    .nav-menu {
      background-color: #fff;
      flex-wrap: wrap;
      justify-content: space-around;
      align-items: center;
      padding-left: 0;
      display: flex;
    }

    .nav-link {
      padding-left: 5px;
      padding-right: 5px;
    }

    .nav-dropdown-list.shadow-three.w--open {
      position: absolute;
    }

    .nav-button-wrapper {
      width: 100%;
      margin-left: 0;
    }

    .menu-button {
      padding: 12px;
    }

    .menu-button.w--open {
      color: #fff;
      background-color: #a6b1bf;
    }

    .body-3.producto {
      padding: 20px;
    }

    .section.entero {
      height: auto;
    }

    .grid-2.entero {
      grid-template-columns: 1fr 1fr 1fr;
      grid-auto-flow: row dense;
    }

    .div-block-24 {
      height: 200px;
    }

    .container {
      max-width: 728px;
    }

    .footer-form-two {
      padding: 40px;
    }

    .footer-form-title {
      margin-right: 15px;
    }

    .footer-form-input {
      width: 400px;
      padding-right: 180px;
    }

    .footer-wrapper-three {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    }

    .footer-social-block-three {
      margin-top: 40px;
    }

    .div-block-39 {
      background-color: #fff;
      border-radius: 20px;
      padding: 20px;
      box-shadow: 0 2px 5px #0003;
    }

    .image-6 {
      box-shadow: none;
      border-radius: 0;
    }

    .form-block {
      margin-bottom: 0;
    }
  }

  @media screen and (max-width: 767px) {
    .body {
      flex-flow: column;
    }

    .div-block {
      max-width: none;
    }

    .div-block-2 {
      flex: none;
    }

    .submit-button.sin {
      line-height: 1em;
    }

    .div-block-5 {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      position: static;
    }

    .xerintel, .text-block-2 {
      align-self: center;
    }

    .div-block-7 {
      overflow: auto;
    }

    .div-block-8 {
      flex-flow: column;
    }

    .navbar-brand {
      padding-left: 0;
    }

    .nav-menu {
      flex-direction: column;
      padding-bottom: 30px;
      padding-left: 0;
    }

    .nav-link {
      padding-top: 10px;
      padding-bottom: 10px;
      display: inline-block;
    }

    .nav-dropdown {
      flex-direction: column;
      align-items: center;
      display: flex;
    }

    .nav-dropdown-toggle {
      padding-top: 10px;
      padding-bottom: 10px;
    }

    .nav-dropdown-list.shadow-three {
      box-shadow: 0 8px 50px #0000000d;
    }

    .nav-dropdown-list.shadow-three.w--open {
      position: relative;
    }

    .nav-dropdown-list.shadow-three.mobile-shadow-hide {
      box-shadow: none;
    }

    .mobile-margin-top-10 {
      margin-top: 10px;
    }

    .grid, .grid-2.entero {
      grid-template-columns: 1fr 1fr;
    }

    .footer-subscribe {
      padding-left: 15px;
      padding-right: 15px;
    }

    .footer-form-container-two {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    }

    .footer-form-title {
      margin-right: 0;
    }

    .footer-form-block-two {
      width: 100%;
      margin-top: 20px;
    }

    .footer-form-input {
      width: 100%;
    }

    .footer-block-three {
      flex-flow: column wrap;
      justify-content: flex-start;
      align-items: flex-start;
    }

    .footer-link-three {
      margin-bottom: 10px;
    }

    .footer-social-block-three {
      margin-top: 10px;
    }

    .footer-bottom {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    }

    .footer-copyright {
      font-size: 14px;
      line-height: 20px;
    }

    .footer-legal-block {
      margin-top: 15px;
      margin-left: -24px;
    }

    .footer-legal-link {
      font-size: 14px;
      line-height: 20px;
    }

    .div-block-27 {
      padding: 0;
    }

    .div-block-29, .div-block-31 {
      flex-flow: column;
    }

    .div-block-33 {
      width: 100%;
      height: 200px;
    }

    .div-block-34 {
      flex-flow: wrap;
      justify-content: space-around;
    }

    .div-block-39 {
      flex-flow: column;
    }

    .image-6, .image-7 {
      align-self: center;
    }

    .button {
      text-align: center;
    }

    .div-block-43 {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      display: grid;
    }

    .div-block-44, .div-block-44._2 {
      width: auto;
    }
  }

  @media screen and (max-width: 479px) {
    .paragraph {
      text-align: left;
    }

    .xerintel {
      text-align: center;
    }

    .nav-menu {
      flex-direction: column;
    }

    .nav-button-wrapper {
      flex-flow: column;
      width: auto;
    }

    .grid {
      flex-flow: column;
      display: flex;
    }

    .grid-2.entero {
      grid-template-columns: 1fr 1fr;
    }

    .div-block-24 {
      height: 200px;
    }

    .heading-7 {
      font-size: 5vw;
      line-height: 1em;
    }

    .container {
      max-width: none;
    }

    .footer-form-two {
      padding: 20px;
    }

    .footer-form-block-two {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    }

    .footer-form-input {
      margin-bottom: 10px;
      padding-right: 20px;
    }

    .button-primary-2.footer-form-button {
      position: relative;
      right: 0;
    }

    .footer-bottom {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    }

    .heading-11 {
      font-size: 27px;
      line-height: 26px;
    }

    .div-block-29 {
      max-height: 300px;
      overflow: auto;
    }

    .tabs-menu {
      flex-flow: column;
      justify-content: flex-start;
      align-items: center;
    }

    .image-6 {
      align-self: center;
    }

    .div-block-42 {
      flex-flow: column;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      display: flex;
    }

    .div-block-43 {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr;
      grid-auto-columns: 1fr;
      display: grid;
    }
  }

  #w-node-_65cd9392-1de5-c2f9-28f9-f00430e1d062-8b568f58, #w-node-daea08a2-7604-9b48-c1c4-bbdb1f5c4372-8b568f58 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f95d26ed-8223-324e-cbb4-c6a839fc3fea-1cb64fdb, #w-node-_1f2e7679-c5e5-1d6b-aef0-15700ecfbae1-1cb64fdb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_65cd9392-1de5-c2f9-28f9-f00430e1d062-75fc204d, #w-node-daea08a2-7604-9b48-c1c4-bbdb1f5c4372-75fc204d, #w-node-_3a5a45e3-518f-0f9c-0966-d06d91657d15-f9592b1d, #w-node-_7dc4c843-e88f-3a6e-f334-19cb7248e575-f9592b1d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1a41a066-79ab-03aa-9a4b-33a4f2d77dd5-f9592b1d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3a5a45e3-518f-0f9c-0966-d06d91657d15-841d76d8, #w-node-_7dc4c843-e88f-3a6e-f334-19cb7248e575-841d76d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1a41a066-79ab-03aa-9a4b-33a4f2d77dd5-841d76d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  @media screen and (max-width: 479px) {
    #w-node-_65cd9392-1de5-c2f9-28f9-f00430e1d062-8b568f58, #w-node-_65cd9392-1de5-c2f9-28f9-f00430e1d062-75fc204d {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  }

.submit-button.deshabilitado {
    opacity: 0.5; /* Reduce la opacidad para que se vea más apagado */
    cursor: not-allowed; /* Cambia el cursor para indicar que no es interactivo */
    background-color: #cccccc; /* Opcional: Cambia el color de fondo a un gris más claro */
    color: #666666; /* Opcional: Cambia el color del texto a un gris más oscuro */
    border-color: #999999; /* Opcional: Cambia el color del borde si lo tienes */
}

/* Para dispositivos móviles */
@media (max-width: 767px) {
    .div-block-26 {
        top: 20px;
        transform: none;
        margin: 20px;
        width: calc(100% - 40px);
    }
}

/* Nombre productos */
.text-block-11 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 150px;
}

/* Badge stock productos */
.stock-info {
    font-size: 12px;
    color: #666;
    margin-top: 4px;
    display: flex;
    gap: 4px;
    align-items: center;
}

.stock-number {
    font-weight: 600;
    color: #2c3e50;
}

.stock-badge {
    position: absolute;
    top: 6px;
    right: 6px;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 2px 10px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
    backdrop-filter: blur(2px);
}

.stock-badge::before {
    content: "Stock: ";
    opacity: 0.9;
    font-size: 0.9em;
}

.stock-badge::after {
    content: attr(data-stock);
    font-weight: 600;
}

.product-card {
    position: relative;
    z-index: 1; /* O un valor bajo */
}
