@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800;900&display=swap');

:root {
    --v: #07ff1c;
    --n: #050505;
    --g: #f4f4f4;
    --b: #fff
}

* {
    box-sizing: border-box
}

body {
    margin: 0;
    overflow-x: hidden;
    font-family: Poppins, sans-serif;
    background: var(--g);
    color: #171717
}

img {
    display: block;
    max-width: 100%
}

a {
    text-decoration: none
}

.contenedor {
    width: min(1200px, calc(100% - 34px));
    margin: auto
}

.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #000
}

.header__container {
    min-height: 82px;
    padding: 10px 24px;
    display: grid;
    grid-template-columns: 80px 1fr auto;
    align-items: center;
    gap: 22px
}

.logo img {
    width: 62px;
    height: 62px;
    object-fit: contain
}

.menu {
    display: flex;
    justify-content: center;
    gap: 30px
}

.menu a,
.redes a {
    color: var(--v);
    font-weight: 800
}

.redes {
    display: flex;
    gap: 15px
}

.redes a {
    font-size: 22px
}

.menu-btn {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--v);
    border-radius: 10px;
    color: var(--v);
    background: transparent
}

.hero-marca {
    padding: 70px 18px;
    text-align: center;
    color: #fff;
    background:url(/img/fond.png)
}

.hero-marca__logo {
    width: 130px;
    height: 90px;
    margin: 0 auto 16px;
    object-fit: contain
}

.hero-marca h1 {
    margin: 0;
    color: var(--v);
    font-size: clamp(40px, 7vw, 78px)
}

.hero-marca p {
    color: #ddd
}

.catalogo {
    padding: 70px 0
}

.catalogo__titulo {
    text-align: center;
    margin-bottom: 32px
}

.catalogo__titulo span {
    color: #00b91b;
    font-weight: 900;
    letter-spacing: 2px
}

.catalogo__titulo h2 {
    margin: 6px 0;
    font-size: clamp(30px, 5vw, 52px)
}

.productos-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px
}

.producto {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #dfe5df;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .12)
}

.producto__imagen {
    aspect-ratio: 1/1;
    padding: 14px;
    display: grid;
    place-items: center;
    background: #f8f8f8
}

.producto__imagen img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.producto__contenido {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 18px
}

.producto__contenido h3 {
    margin: 0 0 8px;
    font-size: 19px
}

.producto__contenido p {
    margin: 0 0 18px;
    color: #666;
    line-height: 1.6;
    font-size: 14px
}

.producto__precio {
    margin-top: auto;
    margin-bottom: 14px;
    font-size: 20px;
    font-weight: 900
}

.comprar {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 10px;
    color: #000;
    background: var(--v);
    font-weight: 900
}

.volver {
    display: inline-flex;
    margin-bottom: 24px;
    color: #111;
    font-weight: 800;
    gap: 8px
}

.footer {
    padding: 12px 18px;
    text-align: center;
    color: #ccc;
    background: #000
}

.footer strong {
    color: var(--v)
}

@media(max-width:1050px) {
    .productos-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media(max-width:760px) {
    .header__container {
        display: flex;
        flex-wrap: wrap;
        padding: 9px 14px
    }

    .logo img {
        width: 52px;
        height: 52px
    }

    .menu-btn {
        display: grid;
        place-items: center;
        margin-left: auto
    }

    .menu {
        display: none;
        order: 4;
        width: 100%;
        flex-direction: column;
        gap: 0
    }

    .menu.abierto {
        display: flex
    }

    .menu a {
        padding: 12px;
        text-align: center
    }

    .redes {
        display: none
    }

    .productos-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px
    }
}

@media(max-width:480px) {
    .productos-grid {
        grid-template-columns: 1fr
    }

    .producto {
        max-width: 420px;
        width: 100%;
        margin: auto
    }
}

 .descarga-protegida {
      margin-top: 16px;
    }

    .descarga-protegida label {
      display: block;
      margin-bottom: 7px;
      font-size: 14px;
      font-weight: 700;
    }

    .password-wrap {
      position: relative;
      margin-bottom: 10px;
    }

    .password-wrap input {
      box-sizing: border-box;
      width: 100%;
      min-height: 45px;
      padding: 10px 45px 10px 13px;
      border: 1px solid #d1d5db;
      border-radius: 8px;
      outline: none;
      font: inherit;
    }

    .password-wrap input:focus {
      border-color: #111827;
      box-shadow: 0 0 0 2px rgba(17, 24, 39, .08);
    }

    #mostrarPassword {
      position: absolute;
      top: 50%;
      right: 4px;
      transform: translateY(-50%);
      width: 38px;
      height: 38px;
      border: 0;
      background: transparent;
      color: #666;
      cursor: pointer;
    }

    .btn-descarga {
      width: 100%;
      border: 0;
      cursor: pointer;
      text-align: center;
    }

    .mensaje-descarga {
      min-height: 18px;
      margin: 8px 0 0;
      font-size: 13px;
      font-weight: 700;
    }

    .mensaje-descarga.error {
      color: #b91c1c;
    }

    .mensaje-descarga.ok {
      color: #15803d;
    }

    .producto__imagen img {
      display: block;
      width: 100%;
      height: auto;
      aspect-ratio: 16/9;
      object-fit: cover;
    }
    .btn-descarga{
    width:100%;
    padding:15px;
    border:none;
    border-radius:8px;
    background: #07ff1c;
    color:#000000;
    font-weight:bold;
    cursor:pointer;
}