@import url('../reutilizables/fonts.css');

/* ==========================================================================
   1. PROPIEDADES GLOBALES (FUERA DE MEDIA QUERIES)
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    background-color: #fff;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
}

/* ==========================================================================
   2. MEDIA QUERIES (ENCAPSULACIÓN TOTAL - ORDEN DESCENDENTE)
   ========================================================================== */

/* --------------------------------------------------------------------------
   MQ1: Desktop Extra Grande (min-width: 1367px)
   -------------------------------------------------------------------------- */
@media (min-width: 1367px) {
    .seccion-3 {
        width: 100%;
        min-height: 100vh;
        background-color: #ffffff;
        color: #213242;
        padding-top: 170px;
        padding-bottom: 80px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: 'Outfit', sans-serif;
    }

    .modulo-31 {
        width: 1200px;
        margin-bottom: 25px;
        display: flex;
        align-items: center;
    }

    .bloque-311 {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .contenido-3111 {
        font-size: 13px;
        color: #003cff;
        text-decoration: none;
        font-weight: 500;
        transition: opacity 0.2s;
    }

    .contenido-3111:hover {
        text-decoration: underline;
        opacity: 0.85;
    }

    .contenido-3112 {
        font-size: 13px;
        color: #777777;
    }

    .contenido-3113 {
        font-size: 13px;
        color: #777777;
        font-weight: 400;
    }

    .modulo-32 {
        width: 1200px;
        display: flex;
        gap: 40px;
        align-items: flex-start;
    }

    .bloque-321 {
        width: 32%;
    }

    .contenido-3211 {
        position: sticky;
        top: 170px;
    }

    .contenido-32111 {
        display: flex;
        gap: 15px;
    }

    .contenido-321111 {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .contenido-3211111 {
        width: 48px;
        aspect-ratio: 9 / 16;
        border-radius: 6px;
        border: 1px solid #e0e0e0;
        overflow: hidden;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .contenido-3211111 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .contenido-3211111:hover {
        border-color: #003cff;
        box-shadow: 0 0 0 2px rgba(0, 60, 255, 0.12);
    }

    .contenido-3211111.activo {
        border-color: #003cff;
        box-shadow: 0 0 0 2px rgba(0, 60, 255, 0.12);
    }

    .contenido-321112 {
        flex-grow: 1;
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid #eaeaea;
        background-color: #fcfcfc;
        aspect-ratio: 9 / 16;
    }

    .contenido-321112 img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: transform 0.3s ease;
    }

    .contenido-321112 img:hover {
        transform: scale(1.02);
    }

    .contenido-32112 {
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .contenido-321121 {
        background-color: #ffffff;
        border: 1px solid #eaeaea;
        border-radius: 8px;
        padding: 15px;
    }

    .contenido-321122 {
        background-color: #f7f9fc;
        border: 1px solid #eaeaea;
        border-radius: 8px;
        padding: 15px;
    }

    .texto-3211211 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 6px;
        color: #213242;
    }

    .texto-3211221 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 6px;
        color: #213242;
    }

    .texto-3211222 {
        font-size: 12px;
        color: #555555;
        line-height: 1.5;
        margin-bottom: 8px;
    }

    .contenido-3211212 {
        font-size: 12px;
        color: #003cff;
        text-decoration: none;
        font-weight: 600;
    }

    .contenido-3211212:hover {
        text-decoration: underline;
    }

    .contenido-3211223 {
        font-size: 12px;
        color: #003cff;
        text-decoration: none;
        font-weight: 600;
    }

    .contenido-3211223:hover {
        text-decoration: underline;
    }

    .bloque-322 {
        width: 43%;
    }

    .texto-3221 {
        font-size: 26px;
        font-weight: 700;
        color: #213242;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .contenido-3222 {
        font-size: 13px;
        color: #003cff;
        text-decoration: none;
        font-weight: 500;
    }

    .contenido-3222:hover {
        text-decoration: underline;
    }

    .contenido-3223 {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-top: 8px;
    }

    .texto-32231 {
        font-weight: 700;
        font-size: 14px;
        color: #213242;
    }

    .texto-32232 {
        color: #ff9900;
        font-size: 14px;
        letter-spacing: -0.5px;
    }

    .contenido-32233 {
        font-size: 13px;
        color: #003cff;
        text-decoration: none;
    }

    .contenido-32233:hover {
        text-decoration: underline;
    }

    .contenido-3224 {
        display: flex;
        align-items: center;
        gap: 12px;
        margin-top: 10px;
    }

    .contenido-32241 {
        background-color: #213242;
        color: white;
        font-size: 11px;
        padding: 3px 8px;
        border-radius: 4px;
        font-weight: 600;
    }

    .texto-32242 {
        font-size: 12px;
        color: #555555;
    }

    .contenido-3225 {
        width: 100%;
        height: 1px;
        background-color: #eaeaea;
        margin: 20px 0;
    }

    .contenido-3226 {
        margin-bottom: 6px;
    }

    .contenido-32261 {
        margin-bottom: 6px;
    }

    .texto-322611 {
        background-color: #cc0c39;
        color: white;
        font-size: 11px;
        font-weight: 700;
        padding: 4px 8px;
        border-radius: 3px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .contenido-32262 {
        display: flex;
        align-items: baseline;
        gap: 10px;
    }

    .texto-322621 {
        color: #cc0c39;
        font-weight: 300;
        font-size: 28px;
    }

    .texto-322622 {
        font-weight: 700;
        color: #213242;
        font-size: 28px;
    }

    .texto-32263 {
        font-size: 13px;
        color: #777777;
        margin-top: 4px;
    }

    .texto-32263 span {
        text-decoration: line-through;
    }

    .texto-32264 {
        font-size: 11px;
        color: #777777;
        margin-top: 4px;
    }

    .contenido-3227 {
        width: 100%;
        height: 1px;
        background-color: #eaeaea;
        margin: 20px 0;
    }

    .contenido-3228 {
        margin-bottom: 20px;
    }

    .texto-32281 {
        font-size: 14px;
        color: #555555;
        margin-bottom: 12px;
    }

    .texto-32281 strong {
        color: #213242;
        font-weight: 700;
    }

    .contenido-32282 {
        display: flex;
        gap: 12px;
    }

    .contenido-322821 {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 8px 16px;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        cursor: pointer;
        background-color: #ffffff;
        transition: all 0.2s ease;
    }

    .contenido-322821:hover {
        border-color: #003cff;
        background-color: #f7f9ff;
    }

    .contenido-322821.activo {
        border-color: #003cff;
        border-width: 2px;
        background-color: #f0f4ff;
        font-weight: 600;
    }

    .swatch-3228211 {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid #d3d3d3;
    }

    .swatch-3228211.swatch-blanco {
        background-color: #ffffff;
    }

    .swatch-3228211.swatch-negro {
        background-color: #213242;
    }

    .texto-3228212 {
        font-size: 13px;
        color: #213242;
    }

    .contenido-3229 {
        margin-bottom: 20px;
    }

    .texto-32291 {
        font-size: 14px;
        color: #555555;
        margin-bottom: 12px;
    }

    .texto-32291 strong {
        color: #213242;
        font-weight: 700;
    }

    .contenido-32292 {
        display: flex;
        gap: 10px;
    }

    .boton-322921 {
        font-size: 13px;
        color: #213242;
        background-color: #ffffff;
        border: 1px solid #e0e0e0;
        padding: 8px 16px;
        border-radius: 20px;
        cursor: pointer;
        font-weight: 500;
        transition: all 0.2s ease;
    }

    .boton-322921:hover {
        border-color: #003cff;
        background-color: #f7f9ff;
    }

    .boton-322921.activo {
        border-color: #003cff;
        border-width: 2px;
        background-color: #f0f4ff;
        font-weight: 600;
    }

    .contenido-32210 {
        width: 100%;
        height: 1px;
        background-color: #eaeaea;
        margin: 20px 0;
    }

    .contenido-32211 {
        margin-bottom: 25px;
    }

    .texto-322111 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 8px;
        color: #213242;
    }

    .texto-322112 {
        font-size: 14px;
        line-height: 1.6;
        color: #555555;
    }

    .contenido-32212 {
        margin-top: 25px;
    }

    .contenido-322121 {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        background-color: #f5f9fc;
        border-radius: 8px;
        padding: 15px;
    }

    .texto-32212121 {
        display: block;
        font-size: 13px;
        font-weight: 700;
        color: #00a0e9;
        margin-bottom: 2px;
    }

    .texto-32212122 {
        font-size: 12px;
        color: #555555;
        line-height: 1.4;
    }

    .bloque-323 {
        width: 25%;
    }

    .contenido-3231 {
        position: sticky;
        top: 170px;
        border: 1px solid #e0e0e0;
        border-radius: 12px;
        padding: 20px;
        background-color: #ffffff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    }

    .contenido-32311 {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }

    .texto-323111 {
        font-style: italic;
        color: #00a0e9;
        font-weight: 800;
        font-size: 18px;
        letter-spacing: -0.5px;
    }

    .texto-323112 {
        font-size: 11px;
        color: #777777;
        margin-left: 5px;
    }

    .contenido-32312 {
        margin-bottom: 10px;
    }

    .texto-323121 {
        font-size: 28px;
        font-weight: 700;
        color: #213242;
    }

    .texto-32313 {
        font-size: 13px;
        line-height: 1.5;
        color: #555555;
        margin-top: 10px;
    }

    .texto-32314 {
        font-size: 15px;
        font-weight: 700;
        margin-top: 12px;
    }

    .texto-32314.en-stock {
        color: #007600;
    }

    .contenido-32315 {
        margin-top: 15px;
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 13px;
        color: #555555;
    }

    .texto-323151 {
        font-weight: 500;
    }

    .select-323152 {
        padding: 6px 12px;
        border-radius: 6px;
        border: 1px solid #cccccc;
        background-color: #f7f9fc;
        color: #213242;
        cursor: pointer;
        font-weight: 600;
    }

    .contenido-32316 {
        margin-top: 18px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .boton-323161 {
        width: 100%;
        padding: 12px;
        border-radius: 24px;
        border: none;
        font-size: 13px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.2s ease;
        background-color: #ffd814;
        color: #0f1111;
    }

    .boton-323161:hover {
        background-color: #f7ca00;
    }

    .boton-323162 {
        width: 100%;
        padding: 12px;
        border-radius: 24px;
        border: none;
        font-size: 13px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.2s ease;
        background-color: #ffa41c;
        color: #ffffff;
    }

    .boton-323162:hover {
        background-color: #f58e14;
    }

    .contenido-32317 {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .contenido-323171 {
        display: flex;
        justify-content: space-between;
        font-size: 12px;
    }

    .texto-3231711 {
        color: #777777;
    }

    .texto-3231712 {
        color: #213242;
        font-weight: 500;
    }

    .contenido-32318 {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 12px;
        margin-top: 15px;
        cursor: pointer;
        color: #555555;
    }

    .contenido-32319 {
        width: 100%;
        height: 1px;
        background-color: #eaeaea;
        margin: 15px 0;
    }

    .boton-323110 {
        width: 100%;
        padding: 10px;
        background-color: #f0f2f5;
        border: 1px solid #dcdcdc;
        border-radius: 24px;
        font-size: 12px;
        color: #555555;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .boton-323110:hover {
        background-color: #e4e6eb;
        color: #213242;
    }
}

/* --------------------------------------------------------------------------
   MQ2: Laptop Grande (min-width: 1281px) and (max-width: 1366px)
   -------------------------------------------------------------------------- */
@media (min-width: 1281px) and (max-width: 1366px) {
    .seccion-3 {
        width: 100%;
        min-height: 100vh;
        background-color: #ffffff;
        color: #213242;
        padding-top: 160px;
        padding-bottom: 70px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: 'Outfit', sans-serif;
    }

    .modulo-31 {
        width: 1100px;
        margin-bottom: 25px;
        display: flex;
        align-items: center;
    }

    .bloque-311 {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }

    .contenido-3111 {
        font-size: 12px;
        color: #003cff;
        text-decoration: none;
        font-weight: 500;
        transition: opacity 0.2s;
    }

    .contenido-3111:hover {
        text-decoration: underline;
        opacity: 0.85;
    }

    .contenido-3112 {
        font-size: 12px;
        color: #777777;
    }

    .contenido-3113 {
        font-size: 12px;
        color: #777777;
        font-weight: 400;
    }

    .modulo-32 {
        width: 1100px;
        display: flex;
        gap: 30px;
        align-items: flex-start;
    }

    .bloque-321 {
        width: 32%;
    }

    .contenido-3211 {
        position: sticky;
        top: 160px;
    }

    .contenido-32111 {
        display: flex;
        gap: 12px;
    }

    .contenido-321111 {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .contenido-3211111 {
        width: 44px;
        aspect-ratio: 9 / 16;
        border-radius: 6px;
        border: 1px solid #e0e0e0;
        overflow: hidden;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .contenido-3211111 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .contenido-3211111:hover {
        border-color: #003cff;
        box-shadow: 0 0 0 2px rgba(0, 60, 255, 0.12);
    }

    .contenido-3211111.activo {
        border-color: #003cff;
        box-shadow: 0 0 0 2px rgba(0, 60, 255, 0.12);
    }

    .contenido-321112 {
        flex-grow: 1;
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid #eaeaea;
        background-color: #fcfcfc;
        aspect-ratio: 9 / 16;
    }

    .contenido-321112 img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: transform 0.3s ease;
    }

    .contenido-321112 img:hover {
        transform: scale(1.02);
    }

    .contenido-32112 {
        margin-top: 25px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .contenido-321121 {
        background-color: #ffffff;
        border: 1px solid #eaeaea;
        border-radius: 8px;
        padding: 12px;
    }

    .contenido-321122 {
        background-color: #f7f9fc;
        border: 1px solid #eaeaea;
        border-radius: 8px;
        padding: 12px;
    }

    .texto-3211211 {
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 6px;
        color: #213242;
    }

    .texto-3211221 {
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 6px;
        color: #213242;
    }

    .texto-3211222 {
        font-size: 11px;
        color: #555555;
        line-height: 1.5;
        margin-bottom: 8px;
    }

    .contenido-3211212 {
        font-size: 11px;
        color: #003cff;
        text-decoration: none;
        font-weight: 600;
    }

    .contenido-3211212:hover {
        text-decoration: underline;
    }

    .contenido-3211223 {
        font-size: 11px;
        color: #003cff;
        text-decoration: none;
        font-weight: 600;
    }

    .contenido-3211223:hover {
        text-decoration: underline;
    }

    .bloque-322 {
        width: 43%;
    }

    .texto-3221 {
        font-size: 24px;
        font-weight: 700;
        color: #213242;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .contenido-3222 {
        font-size: 12px;
        color: #003cff;
        text-decoration: none;
        font-weight: 500;
    }

    .contenido-3222:hover {
        text-decoration: underline;
    }

    .contenido-3223 {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-top: 8px;
    }

    .texto-32231 {
        font-weight: 700;
        font-size: 13px;
        color: #213242;
    }

    .texto-32232 {
        color: #ff9900;
        font-size: 13px;
        letter-spacing: -0.5px;
    }

    .contenido-32233 {
        font-size: 12px;
        color: #003cff;
        text-decoration: none;
    }

    .contenido-32233:hover {
        text-decoration: underline;
    }

    .contenido-3224 {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 8px;
    }

    .contenido-32241 {
        background-color: #213242;
        color: white;
        font-size: 10px;
        padding: 3px 6px;
        border-radius: 4px;
        font-weight: 600;
    }

    .texto-32242 {
        font-size: 11px;
        color: #555555;
    }

    .contenido-3225 {
        width: 100%;
        height: 1px;
        background-color: #eaeaea;
        margin: 15px 0;
    }

    .contenido-3226 {
        margin-bottom: 6px;
    }

    .contenido-32261 {
        margin-bottom: 6px;
    }

    .texto-322611 {
        background-color: #cc0c39;
        color: white;
        font-size: 10px;
        font-weight: 700;
        padding: 4px 6px;
        border-radius: 3px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .contenido-32262 {
        display: flex;
        align-items: baseline;
        gap: 8px;
    }

    .texto-322621 {
        color: #cc0c39;
        font-weight: 300;
        font-size: 25px;
    }

    .texto-322622 {
        font-weight: 700;
        color: #213242;
        font-size: 25px;
    }

    .texto-32263 {
        font-size: 12px;
        color: #777777;
        margin-top: 4px;
    }

    .texto-32263 span {
        text-decoration: line-through;
    }

    .texto-32264 {
        font-size: 11px;
        color: #777777;
        margin-top: 4px;
    }

    .contenido-3227 {
        width: 100%;
        height: 1px;
        background-color: #eaeaea;
        margin: 15px 0;
    }

    .contenido-3228 {
        margin-bottom: 15px;
    }

    .texto-32281 {
        font-size: 13px;
        color: #555555;
        margin-bottom: 10px;
    }

    .texto-32281 strong {
        color: #213242;
        font-weight: 700;
    }

    .contenido-32282 {
        display: flex;
        gap: 10px;
    }

    .contenido-322821 {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 6px 12px;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        cursor: pointer;
        background-color: #ffffff;
        transition: all 0.2s ease;
    }

    .contenido-322821:hover {
        border-color: #003cff;
        background-color: #f7f9ff;
    }

    .contenido-322821.activo {
        border-color: #003cff;
        border-width: 2px;
        background-color: #f0f4ff;
        font-weight: 600;
    }

    .swatch-3228211 {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 1px solid #d3d3d3;
    }

    .swatch-3228211.swatch-blanco {
        background-color: #ffffff;
    }

    .swatch-3228211.swatch-negro {
        background-color: #213242;
    }

    .texto-3228212 {
        font-size: 12px;
        color: #213242;
    }

    .contenido-3229 {
        margin-bottom: 15px;
    }

    .texto-32291 {
        font-size: 13px;
        color: #555555;
        margin-bottom: 10px;
    }

    .texto-32291 strong {
        color: #213242;
        font-weight: 700;
    }

    .contenido-32292 {
        display: flex;
        gap: 8px;
    }

    .boton-322921 {
        font-size: 12px;
        color: #213242;
        background-color: #ffffff;
        border: 1px solid #e0e0e0;
        padding: 6px 12px;
        border-radius: 20px;
        cursor: pointer;
        font-weight: 500;
        transition: all 0.2s ease;
    }

    .boton-322921:hover {
        border-color: #003cff;
        background-color: #f7f9ff;
    }

    .boton-322921.activo {
        border-color: #003cff;
        border-width: 2px;
        background-color: #f0f4ff;
        font-weight: 600;
    }

    .contenido-32210 {
        width: 100%;
        height: 1px;
        background-color: #eaeaea;
        margin: 15px 0;
    }

    .contenido-32211 {
        margin-bottom: 20px;
    }

    .texto-322111 {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 6px;
        color: #213242;
    }

    .texto-322112 {
        font-size: 13px;
        line-height: 1.6;
        color: #555555;
    }

    .contenido-32212 {
        margin-top: 20px;
    }

    .contenido-322121 {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        background-color: #f5f9fc;
        border-radius: 8px;
        padding: 12px;
    }

    .texto-32212121 {
        display: block;
        font-size: 12px;
        font-weight: 700;
        color: #00a0e9;
        margin-bottom: 2px;
    }

    .texto-32212122 {
        font-size: 11px;
        color: #555555;
        line-height: 1.4;
    }

    .bloque-323 {
        width: 25%;
    }

    .contenido-3231 {
        position: sticky;
        top: 160px;
        border: 1px solid #e0e0e0;
        border-radius: 12px;
        padding: 15px;
        background-color: #ffffff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    }

    .contenido-32311 {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .texto-323111 {
        font-style: italic;
        color: #00a0e9;
        font-weight: 800;
        font-size: 17px;
        letter-spacing: -0.5px;
    }

    .texto-323112 {
        font-size: 10px;
        color: #777777;
        margin-left: 5px;
    }

    .contenido-32312 {
        margin-bottom: 8px;
    }

    .texto-323121 {
        font-size: 25px;
        font-weight: 700;
        color: #213242;
    }

    .texto-32313 {
        font-size: 12px;
        line-height: 1.5;
        color: #555555;
        margin-top: 8px;
    }

    .texto-32314 {
        font-size: 14px;
        font-weight: 700;
        margin-top: 10px;
    }

    .texto-32314.en-stock {
        color: #007600;
    }

    .contenido-32315 {
        margin-top: 12px;
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 12px;
        color: #555555;
    }

    .texto-323151 {
        font-weight: 500;
    }

    .select-323152 {
        padding: 4px 10px;
        border-radius: 6px;
        border: 1px solid #cccccc;
        background-color: #f7f9fc;
        color: #213242;
        cursor: pointer;
        font-weight: 600;
    }

    .contenido-32316 {
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .boton-323161 {
        width: 100%;
        padding: 10px;
        border-radius: 24px;
        border: none;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.2s ease;
        background-color: #ffd814;
        color: #0f1111;
    }

    .boton-323161:hover {
        background-color: #f7ca00;
    }

    .boton-323162 {
        width: 100%;
        padding: 10px;
        border-radius: 24px;
        border: none;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.2s ease;
        background-color: #ffa41c;
        color: #ffffff;
    }

    .boton-323162:hover {
        background-color: #f58e14;
    }

    .contenido-32317 {
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .contenido-323171 {
        display: flex;
        justify-content: space-between;
        font-size: 11px;
    }

    .texto-3231711 {
        color: #777777;
    }

    .texto-3231712 {
        color: #213242;
        font-weight: 500;
    }

    .contenido-32318 {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 11px;
        margin-top: 12px;
        cursor: pointer;
        color: #555555;
    }

    .contenido-32319 {
        width: 100%;
        height: 1px;
        background-color: #eaeaea;
        margin: 12px 0;
    }

    .boton-323110 {
        width: 100%;
        padding: 8px;
        background-color: #f0f2f5;
        border: 1px solid #dcdcdc;
        border-radius: 24px;
        font-size: 11px;
        color: #555555;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .boton-323110:hover {
        background-color: #e4e6eb;
        color: #213242;
    }
}

/* --------------------------------------------------------------------------
   MQ3: Laptop Estándar (min-width: 1025px) and (max-width: 1280px)
   -------------------------------------------------------------------------- */
@media (min-width: 1025px) and (max-width: 1280px) {
    .seccion-3 {
        width: 100%;
        min-height: 100vh;
        background-color: #ffffff;
        color: #213242;
        padding-top: 150px;
        padding-bottom: 60px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: 'Outfit', sans-serif;
    }

    .modulo-31 {
        width: 950px;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }

    .bloque-311 {
        display: flex;
        align-items: center;
        gap: 6px;
        flex-wrap: wrap;
    }

    .contenido-3111 {
        font-size: 12px;
        color: #003cff;
        text-decoration: none;
        font-weight: 500;
        transition: opacity 0.2s;
    }

    .contenido-3111:hover {
        text-decoration: underline;
        opacity: 0.85;
    }

    .contenido-3112 {
        font-size: 12px;
        color: #777777;
    }

    .contenido-3113 {
        font-size: 12px;
        color: #777777;
        font-weight: 400;
    }

    .modulo-32 {
        width: 950px;
        display: flex;
        gap: 20px;
        align-items: flex-start;
    }

    .bloque-321 {
        width: 32%;
    }

    .contenido-3211 {
        position: sticky;
        top: 150px;
    }

    .contenido-32111 {
        display: flex;
        gap: 10px;
    }

    .contenido-321111 {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .contenido-3211111 {
        width: 40px;
        aspect-ratio: 9 / 16;
        border-radius: 6px;
        border: 1px solid #e0e0e0;
        overflow: hidden;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .contenido-3211111 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .contenido-3211111:hover {
        border-color: #003cff;
        box-shadow: 0 0 0 2px rgba(0, 60, 255, 0.12);
    }

    .contenido-3211111.activo {
        border-color: #003cff;
        box-shadow: 0 0 0 2px rgba(0, 60, 255, 0.12);
    }

    .contenido-321112 {
        flex-grow: 1;
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid #eaeaea;
        background-color: #fcfcfc;
        aspect-ratio: 9 / 16;
    }

    .contenido-321112 img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: transform 0.3s ease;
    }

    .contenido-321112 img:hover {
        transform: scale(1.02);
    }

    .contenido-32112 {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .contenido-321121 {
        background-color: #ffffff;
        border: 1px solid #eaeaea;
        border-radius: 8px;
        padding: 10px;
    }

    .contenido-321122 {
        background-color: #f7f9fc;
        border: 1px solid #eaeaea;
        border-radius: 8px;
        padding: 10px;
    }

    .texto-3211211 {
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 6px;
        color: #213242;
    }

    .texto-3211221 {
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 6px;
        color: #213242;
    }

    .texto-3211222 {
        font-size: 11px;
        color: #555555;
        line-height: 1.4;
        margin-bottom: 6px;
    }

    .contenido-3211212 {
        font-size: 11px;
        color: #003cff;
        text-decoration: none;
        font-weight: 600;
    }

    .contenido-3211212:hover {
        text-decoration: underline;
    }

    .contenido-3211223 {
        font-size: 11px;
        color: #003cff;
        text-decoration: none;
        font-weight: 600;
    }

    .contenido-3211223:hover {
        text-decoration: underline;
    }

    .bloque-322 {
        width: 43%;
    }

    .texto-3221 {
        font-size: 22px;
        font-weight: 700;
        color: #213242;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .contenido-3222 {
        font-size: 12px;
        color: #003cff;
        text-decoration: none;
        font-weight: 500;
    }

    .contenido-3222:hover {
        text-decoration: underline;
    }

    .contenido-3223 {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-top: 8px;
    }

    .texto-32231 {
        font-weight: 700;
        font-size: 13px;
        color: #213242;
    }

    .texto-32232 {
        color: #ff9900;
        font-size: 13px;
        letter-spacing: -0.5px;
    }

    .contenido-32233 {
        font-size: 11px;
        color: #003cff;
        text-decoration: none;
    }

    .contenido-32233:hover {
        text-decoration: underline;
    }

    .contenido-3224 {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 8px;
    }

    .contenido-32241 {
        background-color: #213242;
        color: white;
        font-size: 10px;
        padding: 2px 5px;
        border-radius: 4px;
        font-weight: 600;
    }

    .texto-32242 {
        font-size: 11px;
        color: #555555;
    }

    .contenido-3225 {
        width: 100%;
        height: 1px;
        background-color: #eaeaea;
        margin: 15px 0;
    }

    .contenido-3226 {
        margin-bottom: 6px;
    }

    .contenido-32261 {
        margin-bottom: 6px;
    }

    .texto-322611 {
        background-color: #cc0c39;
        color: white;
        font-size: 10px;
        font-weight: 700;
        padding: 3px 6px;
        border-radius: 3px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .contenido-32262 {
        display: flex;
        align-items: baseline;
        gap: 8px;
    }

    .texto-322621 {
        color: #cc0c39;
        font-weight: 300;
        font-size: 22px;
    }

    .texto-322622 {
        font-weight: 700;
        color: #213242;
        font-size: 22px;
    }

    .texto-32263 {
        font-size: 12px;
        color: #777777;
        margin-top: 4px;
    }

    .texto-32263 span {
        text-decoration: line-through;
    }

    .texto-32264 {
        font-size: 11px;
        color: #777777;
        margin-top: 4px;
    }

    .contenido-3227 {
        width: 100%;
        height: 1px;
        background-color: #eaeaea;
        margin: 15px 0;
    }

    .contenido-3228 {
        margin-bottom: 15px;
    }

    .texto-32281 {
        font-size: 13px;
        color: #555555;
        margin-bottom: 8px;
    }

    .texto-32281 strong {
        color: #213242;
        font-weight: 700;
    }

    .contenido-32282 {
        display: flex;
        gap: 8px;
    }

    .contenido-322821 {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 5px 10px;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        cursor: pointer;
        background-color: #ffffff;
        transition: all 0.2s ease;
    }

    .contenido-322821:hover {
        border-color: #003cff;
        background-color: #f7f9ff;
    }

    .contenido-322821.activo {
        border-color: #003cff;
        border-width: 2px;
        background-color: #f0f4ff;
        font-weight: 600;
    }

    .swatch-3228211 {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 1px solid #d3d3d3;
    }

    .swatch-3228211.swatch-blanco {
        background-color: #ffffff;
    }

    .swatch-3228211.swatch-negro {
        background-color: #213242;
    }

    .texto-3228212 {
        font-size: 11px;
        color: #213242;
    }

    .contenido-3229 {
        margin-bottom: 15px;
    }

    .texto-32291 {
        font-size: 13px;
        color: #555555;
        margin-bottom: 8px;
    }

    .texto-32291 strong {
        color: #213242;
        font-weight: 700;
    }

    .contenido-32292 {
        display: flex;
        gap: 6px;
    }

    .boton-322921 {
        font-size: 11px;
        color: #213242;
        background-color: #ffffff;
        border: 1px solid #e0e0e0;
        padding: 5px 10px;
        border-radius: 20px;
        cursor: pointer;
        font-weight: 500;
        transition: all 0.2s ease;
    }

    .boton-322921:hover {
        border-color: #003cff;
        background-color: #f7f9ff;
    }

    .boton-322921.activo {
        border-color: #003cff;
        border-width: 2px;
        background-color: #f0f4ff;
        font-weight: 600;
    }

    .contenido-32210 {
        width: 100%;
        height: 1px;
        background-color: #eaeaea;
        margin: 15px 0;
    }

    .contenido-32211 {
        margin-bottom: 15px;
    }

    .texto-322111 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 6px;
        color: #213242;
    }

    .texto-322112 {
        font-size: 12px;
        line-height: 1.5;
        color: #555555;
    }

    .contenido-32212 {
        margin-top: 15px;
    }

    .contenido-322121 {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        background-color: #f5f9fc;
        border-radius: 8px;
        padding: 10px;
    }

    .texto-32212121 {
        display: block;
        font-size: 11px;
        font-weight: 700;
        color: #00a0e9;
        margin-bottom: 2px;
    }

    .texto-32212122 {
        font-size: 11px;
        color: #555555;
        line-height: 1.3;
    }

    .bloque-323 {
        width: 25%;
    }

    .contenido-3231 {
        position: sticky;
        top: 150px;
        border: 1px solid #e0e0e0;
        border-radius: 12px;
        padding: 12px;
        background-color: #ffffff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    }

    .contenido-32311 {
        display: flex;
        align-items: center;
        margin-bottom: 8px;
    }

    .texto-323111 {
        font-style: italic;
        color: #00a0e9;
        font-weight: 800;
        font-size: 16px;
        letter-spacing: -0.5px;
    }

    .texto-323112 {
        font-size: 10px;
        color: #777777;
        margin-left: 4px;
    }

    .contenido-32312 {
        margin-bottom: 6px;
    }

    .texto-323121 {
        font-size: 22px;
        font-weight: 700;
        color: #213242;
    }

    .texto-32313 {
        font-size: 11px;
        line-height: 1.4;
        color: #555555;
        margin-top: 6px;
    }

    .texto-32314 {
        font-size: 13px;
        font-weight: 700;
        margin-top: 8px;
    }

    .texto-32314.en-stock {
        color: #007600;
    }

    .contenido-32315 {
        margin-top: 10px;
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 11px;
        color: #555555;
    }

    .texto-323151 {
        font-weight: 500;
    }

    .select-323152 {
        padding: 4px 8px;
        border-radius: 6px;
        border: 1px solid #cccccc;
        background-color: #f7f9fc;
        color: #213242;
        cursor: pointer;
        font-weight: 600;
    }

    .contenido-32316 {
        margin-top: 12px;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .boton-323161 {
        width: 100%;
        padding: 8px;
        border-radius: 24px;
        border: none;
        font-size: 11px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.2s ease;
        background-color: #ffd814;
        color: #0f1111;
    }

    .boton-323161:hover {
        background-color: #f7ca00;
    }

    .boton-323162 {
        width: 100%;
        padding: 8px;
        border-radius: 24px;
        border: none;
        font-size: 11px;
        font-weight: 700;
        cursor: pointer;
        transition: all 0.2s ease;
        background-color: #ffa41c;
        color: #ffffff;
    }

    .boton-323162:hover {
        background-color: #f58e14;
    }

    .contenido-32317 {
        margin-top: 12px;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .contenido-323171 {
        display: flex;
        justify-content: space-between;
        font-size: 10px;
    }

    .texto-3231711 {
        color: #777777;
    }

    .texto-3231712 {
        color: #213242;
        font-weight: 500;
    }

    .contenido-32318 {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 10px;
        margin-top: 10px;
        cursor: pointer;
        color: #555555;
    }

    .contenido-32319 {
        width: 100%;
        height: 1px;
        background-color: #eaeaea;
        margin: 10px 0;
    }

    .boton-323110 {
        width: 100%;
        padding: 6px;
        background-color: #f0f2f5;
        border: 1px solid #dcdcdc;
        border-radius: 24px;
        font-size: 10px;
        color: #555555;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.2s ease;
    }

    .boton-323110:hover {
        background-color: #e4e6eb;
        color: #213242;
    }
}

/* --------------------------------------------------------------------------
   MQ4: Tablet (min-width: 768px) and (max-width: 1024px)
   -------------------------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 1024px) {
    .seccion-3 {
        width: 100%;
        min-height: 100vh;
        background-color: #ffffff;
        color: #213242;
        padding-top: 140px;
        padding-bottom: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: 'Outfit', sans-serif;
    }

    .modulo-31 {
        width: 90%;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
    }

    .bloque-311 {
        display: flex;
        align-items: center;
        gap: 6px;
        flex-wrap: wrap;
    }

    .contenido-3111 {
        font-size: 12px;
        color: #003cff;
        text-decoration: none;
        font-weight: 500;
    }

    .contenido-3111:hover {
        text-decoration: underline;
    }

    .contenido-3112 {
        font-size: 12px;
        color: #777777;
    }

    .contenido-3113 {
        font-size: 12px;
        color: #777777;
        font-weight: 400;
    }

    .modulo-32 {
        width: 90%;
        display: flex;
        flex-direction: column;
        gap: 30px;
        align-items: center;
    }

    .bloque-321 {
        width: 100%;
    }

    .contenido-3211 {
        position: relative;
        top: 0;
    }

    .contenido-32111 {
        display: flex;
        gap: 15px;
    }

    .contenido-321111 {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .contenido-3211111 {
        width: 48px;
        aspect-ratio: 9 / 16;
        border-radius: 6px;
        border: 1px solid #e0e0e0;
        overflow: hidden;
        cursor: pointer;
    }

    .contenido-3211111 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .contenido-3211111.activo {
        border-color: #003cff;
        box-shadow: 0 0 0 2px rgba(0, 60, 255, 0.12);
    }

    .contenido-321112 {
        flex-grow: 1;
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid #eaeaea;
        background-color: #fcfcfc;
        aspect-ratio: 9 / 16;
    }

    .contenido-321112 img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .contenido-32112 {
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        gap: 15px;
    }

    .contenido-321121 {
        background-color: #ffffff;
        border: 1px solid #eaeaea;
        border-radius: 8px;
        padding: 15px;
        width: 50%;
    }

    .contenido-321122 {
        background-color: #f7f9fc;
        border: 1px solid #eaeaea;
        border-radius: 8px;
        padding: 15px;
        width: 50%;
    }

    .texto-3211211 {
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 6px;
        color: #213242;
    }

    .texto-3211221 {
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 6px;
        color: #213242;
    }

    .texto-3211222 {
        font-size: 11px;
        color: #555555;
        line-height: 1.4;
        margin-bottom: 6px;
    }

    .contenido-3211212 {
        font-size: 11px;
        color: #003cff;
        text-decoration: none;
        font-weight: 600;
    }

    .contenido-3211223 {
        font-size: 11px;
        color: #003cff;
        text-decoration: none;
        font-weight: 600;
    }

    .bloque-322 {
        width: 100%;
    }

    .texto-3221 {
        font-size: 20px;
        font-weight: 700;
        color: #213242;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .contenido-3222 {
        font-size: 12px;
        color: #003cff;
        text-decoration: none;
        font-weight: 500;
    }

    .contenido-3223 {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-top: 8px;
    }

    .texto-32231 {
        font-weight: 700;
        font-size: 13px;
        color: #213242;
    }

    .texto-32232 {
        color: #ff9900;
        font-size: 13px;
        letter-spacing: -0.5px;
    }

    .contenido-32233 {
        font-size: 12px;
        color: #003cff;
        text-decoration: none;
    }

    .contenido-3224 {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 8px;
    }

    .contenido-32241 {
        background-color: #213242;
        color: white;
        font-size: 10px;
        padding: 3px 6px;
        border-radius: 4px;
        font-weight: 600;
    }

    .texto-32242 {
        font-size: 11px;
        color: #555555;
    }

    .contenido-3225 {
        width: 100%;
        height: 1px;
        background-color: #eaeaea;
        margin: 15px 0;
    }

    .contenido-3226 {
        margin-bottom: 6px;
    }

    .contenido-32261 {
        margin-bottom: 6px;
    }

    .texto-322611 {
        background-color: #cc0c39;
        color: white;
        font-size: 10px;
        font-weight: 700;
        padding: 4px 6px;
        border-radius: 3px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .contenido-32262 {
        display: flex;
        align-items: baseline;
        gap: 8px;
    }

    .texto-322621 {
        color: #cc0c39;
        font-weight: 300;
        font-size: 22px;
    }

    .texto-322622 {
        font-weight: 700;
        color: #213242;
        font-size: 22px;
    }

    .texto-32263 {
        font-size: 12px;
        color: #777777;
        margin-top: 4px;
    }

    .texto-32263 span {
        text-decoration: line-through;
    }

    .texto-32264 {
        font-size: 11px;
        color: #777777;
        margin-top: 4px;
    }

    .contenido-3227 {
        width: 100%;
        height: 1px;
        background-color: #eaeaea;
        margin: 15px 0;
    }

    .contenido-3228 {
        margin-bottom: 15px;
    }

    .texto-32281 {
        font-size: 13px;
        color: #555555;
        margin-bottom: 10px;
    }

    .texto-32281 strong {
        color: #213242;
        font-weight: 700;
    }

    .contenido-32282 {
        display: flex;
        gap: 10px;
    }

    .contenido-322821 {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 6px 12px;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        cursor: pointer;
        background-color: #ffffff;
    }

    .contenido-322821.activo {
        border-color: #003cff;
        border-width: 2px;
        background-color: #f0f4ff;
        font-weight: 600;
    }

    .swatch-3228211 {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 1px solid #d3d3d3;
    }

    .swatch-3228211.swatch-blanco {
        background-color: #ffffff;
    }

    .swatch-3228211.swatch-negro {
        background-color: #213242;
    }

    .texto-3228212 {
        font-size: 12px;
        color: #213242;
    }

    .contenido-3229 {
        margin-bottom: 15px;
    }

    .texto-32291 {
        font-size: 13px;
        color: #555555;
        margin-bottom: 10px;
    }

    .texto-32291 strong {
        color: #213242;
        font-weight: 700;
    }

    .contenido-32292 {
        display: flex;
        gap: 8px;
    }

    .boton-322921 {
        font-size: 12px;
        color: #213242;
        background-color: #ffffff;
        border: 1px solid #e0e0e0;
        padding: 6px 12px;
        border-radius: 20px;
        cursor: pointer;
        font-weight: 500;
    }

    .boton-322921.activo {
        border-color: #003cff;
        border-width: 2px;
        background-color: #f0f4ff;
        font-weight: 600;
    }

    .contenido-32210 {
        width: 100%;
        height: 1px;
        background-color: #eaeaea;
        margin: 15px 0;
    }

    .contenido-32211 {
        margin-bottom: 20px;
    }

    .texto-322111 {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 6px;
        color: #213242;
    }

    .texto-322112 {
        font-size: 13px;
        line-height: 1.6;
        color: #555555;
    }

    .contenido-32212 {
        margin-top: 20px;
    }

    .contenido-322121 {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        background-color: #f5f9fc;
        border-radius: 8px;
        padding: 12px;
    }

    .texto-32212121 {
        display: block;
        font-size: 12px;
        font-weight: 700;
        color: #00a0e9;
        margin-bottom: 2px;
    }

    .texto-32212122 {
        font-size: 11px;
        color: #555555;
        line-height: 1.4;
    }

    .bloque-323 {
        width: 100%;
    }

    .contenido-3231 {
        position: relative;
        top: 0;
        border: 1px solid #e0e0e0;
        border-radius: 12px;
        padding: 20px;
        background-color: #ffffff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        width: 100%;
    }

    .contenido-32311 {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }

    .texto-323111 {
        font-style: italic;
        color: #00a0e9;
        font-weight: 800;
        font-size: 18px;
        letter-spacing: -0.5px;
    }

    .texto-323112 {
        font-size: 11px;
        color: #777777;
        margin-left: 5px;
    }

    .contenido-32312 {
        margin-bottom: 10px;
    }

    .texto-323121 {
        font-size: 28px;
        font-weight: 700;
        color: #213242;
    }

    .texto-32313 {
        font-size: 13px;
        line-height: 1.5;
        color: #555555;
        margin-top: 10px;
    }

    .texto-32314 {
        font-size: 15px;
        font-weight: 700;
        margin-top: 12px;
    }

    .texto-32314.en-stock {
        color: #007600;
    }

    .contenido-32315 {
        margin-top: 15px;
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 13px;
        color: #555555;
    }

    .texto-323151 {
        font-weight: 500;
    }

    .select-323152 {
        padding: 6px 12px;
        border-radius: 6px;
        border: 1px solid #cccccc;
        background-color: #f7f9fc;
        color: #213242;
        cursor: pointer;
        font-weight: 600;
    }

    .contenido-32316 {
        margin-top: 18px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .boton-323161 {
        width: 100%;
        padding: 12px;
        border-radius: 24px;
        border: none;
        font-size: 13px;
        font-weight: 700;
        cursor: pointer;
        background-color: #ffd814;
        color: #0f1111;
    }

    .boton-323162 {
        width: 100%;
        padding: 12px;
        border-radius: 24px;
        border: none;
        font-size: 13px;
        font-weight: 700;
        cursor: pointer;
        background-color: #ffa41c;
        color: #ffffff;
    }

    .contenido-32317 {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .contenido-323171 {
        display: flex;
        justify-content: space-between;
        font-size: 12px;
    }

    .texto-3231711 {
        color: #777777;
    }

    .texto-3231712 {
        color: #213242;
        font-weight: 500;
    }

    .contenido-32318 {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 12px;
        margin-top: 15px;
        cursor: pointer;
        color: #555555;
    }

    .contenido-32319 {
        width: 100%;
        height: 1px;
        background-color: #eaeaea;
        margin: 15px 0;
    }

    .boton-323110 {
        width: 100%;
        padding: 10px;
        background-color: #f0f2f5;
        border: 1px solid #dcdcdc;
        border-radius: 24px;
        font-size: 12px;
        color: #555555;
        font-weight: 600;
        cursor: pointer;
    }
}

/* --------------------------------------------------------------------------
   MQ5: Phablets / Móviles Grandes (min-width: 481px) and (max-width: 767px)
   -------------------------------------------------------------------------- */
@media (min-width: 481px) and (max-width: 767px) {
    .seccion-3 {
        width: 100%;
        min-height: 100vh;
        background-color: #ffffff;
        color: #213242;
        padding-top: 130px;
        padding-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: 'Outfit', sans-serif;
    }

    .modulo-31 {
        width: 90%;
        margin-bottom: 15px;
        display: flex;
        align-items: center;
    }

    .bloque-311 {
        display: flex;
        align-items: center;
        gap: 6px;
        flex-wrap: wrap;
    }

    .contenido-3111 {
        font-size: 11px;
        color: #003cff;
        text-decoration: none;
        font-weight: 500;
    }

    .contenido-3112 {
        font-size: 11px;
        color: #777777;
    }

    .contenido-3113 {
        font-size: 11px;
        color: #777777;
        font-weight: 400;
    }

    .modulo-32 {
        width: 90%;
        display: flex;
        flex-direction: column;
        gap: 25px;
        align-items: center;
    }

    .bloque-321 {
        width: 100%;
    }

    .contenido-3211 {
        position: relative;
        top: 0;
    }

    .contenido-32111 {
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
    }

    .contenido-321111 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 8px;
        margin-top: 10px;
    }

    .contenido-3211111 {
        width: 50px;
        aspect-ratio: 9 / 16;
        border-radius: 6px;
        border: 1px solid #e0e0e0;
        overflow: hidden;
        cursor: pointer;
    }

    .contenido-3211111 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .contenido-3211111.activo {
        border-color: #003cff;
        box-shadow: 0 0 0 2px rgba(0, 60, 255, 0.12);
    }

    .contenido-321112 {
        flex-grow: 1;
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        border: 1px solid #eaeaea;
        background-color: #fcfcfc;
        aspect-ratio: 9 / 16;
    }

    .contenido-321112 img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .contenido-32112 {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .contenido-321121 {
        background-color: #ffffff;
        border: 1px solid #eaeaea;
        border-radius: 8px;
        padding: 12px;
        width: 100%;
    }

    .contenido-321122 {
        background-color: #f7f9fc;
        border: 1px solid #eaeaea;
        border-radius: 8px;
        padding: 12px;
        width: 100%;
    }

    .texto-3211211 {
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 6px;
        color: #213242;
    }

    .texto-3211221 {
        font-size: 13px;
        font-weight: 700;
        margin-bottom: 6px;
        color: #213242;
    }

    .texto-3211222 {
        font-size: 11px;
        color: #555555;
        line-height: 1.4;
        margin-bottom: 6px;
    }

    .contenido-3211212 {
        font-size: 11px;
        color: #003cff;
        text-decoration: none;
        font-weight: 600;
    }

    .contenido-3211223 {
        font-size: 11px;
        color: #003cff;
        text-decoration: none;
        font-weight: 600;
    }

    .bloque-322 {
        width: 100%;
    }

    .texto-3221 {
        font-size: 18px;
        font-weight: 700;
        color: #213242;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .contenido-3222 {
        font-size: 12px;
        color: #003cff;
        text-decoration: none;
        font-weight: 500;
    }

    .contenido-3223 {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-top: 8px;
    }

    .texto-32231 {
        font-weight: 700;
        font-size: 13px;
        color: #213242;
    }

    .texto-32232 {
        color: #ff9900;
        font-size: 13px;
        letter-spacing: -0.5px;
    }

    .contenido-32233 {
        font-size: 12px;
        color: #003cff;
        text-decoration: none;
    }

    .contenido-3224 {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 8px;
    }

    .contenido-32241 {
        background-color: #213242;
        color: white;
        font-size: 10px;
        padding: 3px 6px;
        border-radius: 4px;
        font-weight: 600;
    }

    .texto-32242 {
        font-size: 11px;
        color: #555555;
    }

    .contenido-3225 {
        width: 100%;
        height: 1px;
        background-color: #eaeaea;
        margin: 15px 0;
    }

    .contenido-3226 {
        margin-bottom: 6px;
    }

    .contenido-32261 {
        margin-bottom: 6px;
    }

    .texto-322611 {
        background-color: #cc0c39;
        color: white;
        font-size: 10px;
        font-weight: 700;
        padding: 4px 6px;
        border-radius: 3px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .contenido-32262 {
        display: flex;
        align-items: baseline;
        gap: 8px;
    }

    .texto-322621 {
        color: #cc0c39;
        font-weight: 300;
        font-size: 22px;
    }

    .texto-322622 {
        font-weight: 700;
        color: #213242;
        font-size: 22px;
    }

    .texto-32263 {
        font-size: 12px;
        color: #777777;
        margin-top: 4px;
    }

    .texto-32263 span {
        text-decoration: line-through;
    }

    .texto-32264 {
        font-size: 11px;
        color: #777777;
        margin-top: 4px;
    }

    .contenido-3227 {
        width: 100%;
        height: 1px;
        background-color: #eaeaea;
        margin: 15px 0;
    }

    .contenido-3228 {
        margin-bottom: 15px;
    }

    .texto-32281 {
        font-size: 13px;
        color: #555555;
        margin-bottom: 10px;
    }

    .texto-32281 strong {
        color: #213242;
        font-weight: 700;
    }

    .contenido-32282 {
        display: flex;
        gap: 10px;
    }

    .contenido-322821 {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 6px 12px;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        cursor: pointer;
        background-color: #ffffff;
    }

    .contenido-322821.activo {
        border-color: #003cff;
        border-width: 2px;
        background-color: #f0f4ff;
        font-weight: 600;
    }

    .swatch-3228211 {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 1px solid #d3d3d3;
    }

    .swatch-3228211.swatch-blanco {
        background-color: #ffffff;
    }

    .swatch-3228211.swatch-negro {
        background-color: #213242;
    }

    .texto-3228212 {
        font-size: 12px;
        color: #213242;
    }

    .contenido-3229 {
        margin-bottom: 15px;
    }

    .texto-32291 {
        font-size: 13px;
        color: #555555;
        margin-bottom: 10px;
    }

    .texto-32291 strong {
        color: #213242;
        font-weight: 700;
    }

    .contenido-32292 {
        display: flex;
        gap: 8px;
    }

    .boton-322921 {
        font-size: 12px;
        color: #213242;
        background-color: #ffffff;
        border: 1px solid #e0e0e0;
        padding: 6px 12px;
        border-radius: 20px;
        cursor: pointer;
        font-weight: 500;
    }

    .boton-322921.activo {
        border-color: #003cff;
        border-width: 2px;
        background-color: #f0f4ff;
        font-weight: 600;
    }

    .contenido-32210 {
        width: 100%;
        height: 1px;
        background-color: #eaeaea;
        margin: 15px 0;
    }

    .contenido-32211 {
        margin-bottom: 20px;
    }

    .texto-322111 {
        font-size: 15px;
        font-weight: 700;
        margin-bottom: 6px;
        color: #213242;
    }

    .texto-322112 {
        font-size: 13px;
        line-height: 1.6;
        color: #555555;
    }

    .contenido-32212 {
        margin-top: 20px;
    }

    .contenido-322121 {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        background-color: #f5f9fc;
        border-radius: 8px;
        padding: 12px;
    }

    .texto-32212121 {
        display: block;
        font-size: 12px;
        font-weight: 700;
        color: #00a0e9;
        margin-bottom: 2px;
    }

    .texto-32212122 {
        font-size: 11px;
        color: #555555;
        line-height: 1.4;
    }

    .bloque-323 {
        width: 100%;
    }

    .contenido-3231 {
        position: relative;
        top: 0;
        border: 1px solid #e0e0e0;
        border-radius: 12px;
        padding: 20px;
        background-color: #ffffff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        width: 100%;
    }

    .contenido-32311 {
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }

    .texto-323111 {
        font-style: italic;
        color: #00a0e9;
        font-weight: 800;
        font-size: 18px;
        letter-spacing: -0.5px;
    }

    .texto-323112 {
        font-size: 11px;
        color: #777777;
        margin-left: 5px;
    }

    .contenido-32312 {
        margin-bottom: 10px;
    }

    .texto-323121 {
        font-size: 28px;
        font-weight: 700;
        color: #213242;
    }

    .texto-32313 {
        font-size: 13px;
        line-height: 1.5;
        color: #555555;
        margin-top: 10px;
    }

    .texto-32314 {
        font-size: 15px;
        font-weight: 700;
        margin-top: 12px;
    }

    .texto-32314.en-stock {
        color: #007600;
    }

    .contenido-32315 {
        margin-top: 15px;
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 13px;
        color: #555555;
    }

    .texto-323151 {
        font-weight: 500;
    }

    .select-323152 {
        padding: 6px 12px;
        border-radius: 6px;
        border: 1px solid #cccccc;
        background-color: #f7f9fc;
        color: #213242;
        cursor: pointer;
        font-weight: 600;
    }

    .contenido-32316 {
        margin-top: 18px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .boton-323161 {
        width: 100%;
        padding: 12px;
        border-radius: 24px;
        border: none;
        font-size: 13px;
        font-weight: 700;
        cursor: pointer;
        background-color: #ffd814;
        color: #0f1111;
    }

    .boton-323162 {
        width: 100%;
        padding: 12px;
        border-radius: 24px;
        border: none;
        font-size: 13px;
        font-weight: 700;
        cursor: pointer;
        background-color: #ffa41c;
        color: #ffffff;
    }

    .contenido-32317 {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .contenido-323171 {
        display: flex;
        justify-content: space-between;
        font-size: 12px;
    }

    .texto-3231711 {
        color: #777777;
    }

    .texto-3231712 {
        color: #213242;
        font-weight: 500;
    }

    .contenido-32318 {
        display: flex;
        align-items: center;
        gap: 8px;
        font-size: 12px;
        margin-top: 15px;
        cursor: pointer;
        color: #555555;
    }

    .contenido-32319 {
        width: 100%;
        height: 1px;
        background-color: #eaeaea;
        margin: 15px 0;
    }

    .boton-323110 {
        width: 100%;
        padding: 10px;
        background-color: #f0f2f5;
        border: 1px solid #dcdcdc;
        border-radius: 24px;
        font-size: 12px;
        color: #555555;
        font-weight: 600;
        cursor: pointer;
    }
}

/* --------------------------------------------------------------------------
   MQ6: Móvil Compacto (min-width: 320px) and (max-width: 480px)
   -------------------------------------------------------------------------- */
@media (min-width: 320px) and (max-width: 480px) {
    .seccion-3 {
        width: 100%;
        min-height: 100vh;
        background-color: #ffffff;
        color: #213242;
        padding-top: 120px;
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-family: 'Outfit', sans-serif;
    }

    .modulo-31 {
        display: none;
    }

    .modulo-32 {
        width: 90%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .bloque-321 {
        width: 100%;
    }

    .contenido-3211 {
        position: relative;
        top: 0;
    }

    .contenido-32111 {
        display: flex;
        flex-direction: column-reverse;
        gap: 8px;
    }

    .contenido-321111 {
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 6px;
        margin-top: 8px;
    }

    .contenido-3211111 {
        width: 44px;
        aspect-ratio: 9 / 16;
        border-radius: 6px;
        border: 1px solid #e0e0e0;
        overflow: hidden;
        cursor: pointer;
    }

    .contenido-3211111 img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .contenido-3211111.activo {
        border-color: #003cff;
        box-shadow: 0 0 0 2px rgba(0, 60, 255, 0.12);
    }

    .contenido-321112 {
        flex-grow: 1;
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid #eaeaea;
        background-color: #fcfcfc;
        aspect-ratio: 9 / 16;
    }

    .contenido-321112 img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .contenido-32112 {
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .contenido-321121 {
        background-color: #ffffff;
        border: 1px solid #eaeaea;
        border-radius: 8px;
        padding: 10px;
        width: 100%;
    }

    .contenido-321122 {
        background-color: #f7f9fc;
        border: 1px solid #eaeaea;
        border-radius: 8px;
        padding: 10px;
        width: 100%;
    }

    .texto-3211211 {
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 6px;
        color: #213242;
    }

    .texto-3211221 {
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 6px;
        color: #213242;
    }

    .texto-3211222 {
        font-size: 11px;
        color: #555555;
        line-height: 1.4;
        margin-bottom: 6px;
    }

    .contenido-3211212 {
        font-size: 11px;
        color: #003cff;
        text-decoration: none;
        font-weight: 600;
    }

    .contenido-3211223 {
        font-size: 11px;
        color: #003cff;
        text-decoration: none;
        font-weight: 600;
    }

    .bloque-322 {
        width: 100%;
    }

    .texto-3221 {
        font-size: 17px;
        font-weight: 700;
        color: #213242;
        line-height: 1.3;
        margin-bottom: 8px;
    }

    .contenido-3222 {
        font-size: 12px;
        color: #003cff;
        text-decoration: none;
        font-weight: 500;
    }

    .contenido-3223 {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-top: 8px;
    }

    .texto-32231 {
        font-weight: 700;
        font-size: 13px;
        color: #213242;
    }

    .texto-32232 {
        color: #ff9900;
        font-size: 13px;
        letter-spacing: -0.5px;
    }

    .contenido-32233 {
        font-size: 11px;
        color: #003cff;
        text-decoration: none;
    }

    .contenido-32233:hover {
        text-decoration: underline;
    }

    .contenido-3224 {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-top: 6px;
    }

    .contenido-32241 {
        background-color: #213242;
        color: white;
        font-size: 10px;
        padding: 2px 4px;
        border-radius: 4px;
        font-weight: 600;
    }

    .texto-32242 {
        font-size: 11px;
        color: #555555;
    }

    .contenido-3225 {
        width: 100%;
        height: 1px;
        background-color: #eaeaea;
        margin: 12px 0;
    }

    .contenido-3226 {
        margin-bottom: 6px;
    }

    .contenido-32261 {
        margin-bottom: 6px;
    }

    .texto-322611 {
        background-color: #cc0c39;
        color: white;
        font-size: 9px;
        font-weight: 700;
        padding: 3px 6px;
        border-radius: 3px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .contenido-32262 {
        display: flex;
        align-items: baseline;
        gap: 6px;
    }

    .texto-322621 {
        color: #cc0c39;
        font-weight: 300;
        font-size: 20px;
    }

    .texto-322622 {
        font-weight: 700;
        color: #213242;
        font-size: 20px;
    }

    .texto-32263 {
        font-size: 12px;
        color: #777777;
        margin-top: 4px;
    }

    .texto-32263 span {
        text-decoration: line-through;
    }

    .texto-32264 {
        font-size: 11px;
        color: #777777;
        margin-top: 4px;
    }

    .contenido-3227 {
        width: 100%;
        height: 1px;
        background-color: #eaeaea;
        margin: 12px 0;
    }

    .contenido-3228 {
        margin-bottom: 12px;
    }

    .texto-32281 {
        font-size: 13px;
        color: #555555;
        margin-bottom: 8px;
    }

    .texto-32281 strong {
        color: #213242;
        font-weight: 700;
    }

    .contenido-32282 {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .contenido-322821 {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 6px 12px;
        border: 1px solid #e0e0e0;
        border-radius: 6px;
        cursor: pointer;
        background-color: #ffffff;
    }

    .contenido-322821.activo {
        border-color: #003cff;
        border-width: 2px;
        background-color: #f0f4ff;
        font-weight: 600;
    }

    .swatch-3228211 {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 1px solid #d3d3d3;
    }

    .swatch-3228211.swatch-blanco {
        background-color: #ffffff;
    }

    .swatch-3228211.swatch-negro {
        background-color: #213242;
    }

    .texto-3228212 {
        font-size: 11px;
        color: #213242;
    }

    .contenido-3229 {
        margin-bottom: 12px;
    }

    .texto-32291 {
        font-size: 13px;
        color: #555555;
        margin-bottom: 8px;
    }

    .texto-32291 strong {
        color: #213242;
        font-weight: 700;
    }

    .contenido-32292 {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .boton-322921 {
        font-size: 12px;
        color: #213242;
        background-color: #ffffff;
        border: 1px solid #e0e0e0;
        padding: 6px 12px;
        border-radius: 20px;
        cursor: pointer;
        font-weight: 500;
    }

    .boton-322921.activo {
        border-color: #003cff;
        border-width: 2px;
        background-color: #f0f4ff;
        font-weight: 600;
    }

    .contenido-32210 {
        width: 100%;
        height: 1px;
        background-color: #eaeaea;
        margin: 12px 0;
    }

    .contenido-32211 {
        margin-bottom: 15px;
    }

    .texto-322111 {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 6px;
        color: #213242;
    }

    .texto-322112 {
        font-size: 12px;
        line-height: 1.5;
        color: #555555;
    }

    .contenido-32212 {
        margin-top: 15px;
    }

    .contenido-322121 {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        background-color: #f5f9fc;
        border-radius: 8px;
        padding: 10px;
    }

    .texto-32212121 {
        display: block;
        font-size: 12px;
        font-weight: 700;
        color: #00a0e9;
        margin-bottom: 2px;
    }

    .texto-32212122 {
        font-size: 11px;
        color: #555555;
        line-height: 1.3;
    }

    .bloque-323 {
        width: 100%;
    }

    .contenido-3231 {
        position: relative;
        top: 0;
        border: 1px solid #e0e0e0;
        border-radius: 12px;
        padding: 15px;
        background-color: #ffffff;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
        width: 100%;
    }

    .contenido-32311 {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .texto-323111 {
        font-style: italic;
        color: #00a0e9;
        font-weight: 800;
        font-size: 16px;
        letter-spacing: -0.5px;
    }

    .texto-323112 {
        font-size: 10px;
        color: #777777;
        margin-left: 4px;
    }

    .contenido-32312 {
        margin-bottom: 8px;
    }

    .texto-323121 {
        font-size: 24px;
        font-weight: 700;
        color: #213242;
    }

    .texto-32313 {
        font-size: 12px;
        line-height: 1.4;
        color: #555555;
        margin-top: 8px;
    }

    .texto-32314 {
        font-size: 14px;
        font-weight: 700;
        margin-top: 10px;
    }

    .texto-32314.en-stock {
        color: #007600;
    }

    .contenido-32315 {
        margin-top: 12px;
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 11px;
        color: #555555;
    }

    .texto-323151 {
        font-weight: 500;
    }

    .select-323152 {
        padding: 4px 8px;
        border-radius: 6px;
        border: 1px solid #cccccc;
        background-color: #f7f9fc;
        color: #213242;
        cursor: pointer;
        font-weight: 600;
    }

    .contenido-32316 {
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .boton-323161 {
        width: 100%;
        padding: 10px;
        border-radius: 24px;
        border: none;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
        background-color: #ffd814;
        color: #0f1111;
    }

    .boton-323162 {
        width: 100%;
        padding: 10px;
        border-radius: 24px;
        border: none;
        font-size: 12px;
        font-weight: 700;
        cursor: pointer;
        background-color: #ffa41c;
        color: #ffffff;
    }

    .contenido-32317 {
        margin-top: 15px;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .contenido-323171 {
        display: flex;
        justify-content: space-between;
        font-size: 11px;
    }

    .texto-3231711 {
        color: #777777;
    }

    .texto-3231712 {
        color: #213242;
        font-weight: 500;
    }

    .contenido-32318 {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 11px;
        margin-top: 12px;
        cursor: pointer;
        color: #555555;
    }

    .contenido-32319 {
        width: 100%;
        height: 1px;
        background-color: #eaeaea;
        margin: 12px 0;
    }

    .boton-323110 {
        width: 100%;
        padding: 8px;
        background-color: #f0f2f5;
        border: 1px solid #dcdcdc;
        border-radius: 24px;
        font-size: 11px;
        color: #555555;
        font-weight: 600;
        cursor: pointer;
    }
}
