/* RESISVEN - estilos de "Catalogo ".
   Extraidos del snippet el 2026-08-14 para que se cacheen. */

.rv-catalogo,
            .rv-catalogo * {
                box-sizing: border-box;
            }

            .rv-catalogo {
                --rv-red: #f5a400;
                --rv-red-2: #b86b00;
                --rv-dark: #101010;
                --rv-text: #252525;
                --rv-muted: #666;
                --rv-soft: #f6f6f6;
                --rv-border: #e8e8e8;
                --rv-shadow: 0 22px 60px rgba(0,0,0,.08);
                width: 100%;
                max-width: 1080px;
                margin: 0 auto;
                padding: 30px 16px 72px;
                font-family: inherit;
                color: var(--rv-text);
            }

            .rv-catalogo-titulo {
                margin: 0 0 18px;
                color: var(--rv-dark);
                font-size: clamp(22px, 3vw, 30px);
                font-weight: 900;
                line-height: 1.15;
                letter-spacing: -.01em;
            }

            .rv-hero {
                position: relative;
                overflow: hidden;
                display: grid;
                grid-template-columns: minmax(0, 1fr) 420px;
                gap: 24px;
                align-items: stretch;
                padding: 34px;
                margin-bottom: 18px;
                border: 1px solid var(--rv-border);
                border-radius: 28px;
                background:
                    radial-gradient(circle at top right, rgba(255,183,3,.22), transparent 34%),
                    linear-gradient(135deg, #151515 0%, #222 48%, #f7f7f7 100%);
                box-shadow: var(--rv-shadow);
            }

            .rv-hero:before {
                content: "";
                position: absolute;
                inset: 0 auto 0 0;
                width: 9px;
                background: linear-gradient(180deg, var(--rv-red), var(--rv-red-2));
            }

            .rv-kicker {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                margin-bottom: 12px;
                color: var(--rv-red);
                font-size: 13px;
                font-weight: 950;
                text-transform: uppercase;
                letter-spacing: .06em;
            }

            .rv-kicker:before {
                content: "";
                width: 9px;
                height: 9px;
                border-radius: 999px;
                background: var(--rv-red);
                box-shadow: 0 0 0 6px rgba(245,164,0,.10);
            }

            .rv-hero h1 {
                margin: 0 0 12px;
                color: #fff;
                font-size: clamp(32px, 4.2vw, 56px);
                font-weight: 950;
                line-height: .98;
                letter-spacing: -.045em;
            }

            .rv-hero p {
                margin: 0;
                max-width: 760px;
                color: rgba(255,255,255,.82);
                font-size: 16px;
                line-height: 1.6;
                font-weight: 600;
            }

            .rv-hero-badges {
                display: flex;
                flex-wrap: wrap;
                gap: 10px;
                margin-top: 20px;
            }

            .rv-hero-badges strong {
                display: inline-flex;
                align-items: center;
                min-height: 34px;
                padding: 8px 13px;
                border: 1px solid rgba(255,183,3,.34);
                border-radius: 999px;
                background: rgba(255,183,3,.12);
                color: #ffdd78;
                font-size: 12px;
                font-weight: 900;
            }

            .rv-search-panel {
                align-self: center;
                padding: 22px;
                border: 1px solid rgba(0,0,0,.07);
                border-radius: 24px;
                background: #fff;
                box-shadow: 0 18px 45px rgba(0,0,0,.08);
            }

            .rv-search-panel label {
                display: block;
                margin-bottom: 10px;
                color: #111;
                font-size: 13px;
                font-weight: 950;
                text-transform: uppercase;
                letter-spacing: .04em;
            }

            .rv-search-box {
                position: relative;
                display: flex;
                align-items: center;
                min-height: 56px;
                border: 1px solid #d9d9d9;
                border-radius: 18px;
                background: #fff;
                overflow: hidden;
            }

            .rv-search-box:before {
                content: "🔎";
                flex: 0 0 auto;
                padding-left: 16px;
                opacity: .75;
            }

            .rv-search-box input {
                flex: 1;
                width: 100%;
                min-width: 0;
                min-height: 56px;
                padding: 0 12px;
                border: none !important;
                outline: none !important;
                box-shadow: none !important;
                background: transparent !important;
                color: #111;
                font-size: 14px;
                font-weight: 700;
            }

            .rv-search-box button {
                flex: 0 0 40px;
                width: 40px;
                height: 40px;
                margin-right: 8px;
                border: none;
                border-radius: 14px;
                background: #f1f1f1;
                color: #111;
                font-size: 24px;
                line-height: 1;
                cursor: pointer;
                transition: .2s ease;
            }

            .rv-search-box button:hover {
                background: var(--rv-red);
                color: #fff;
            }

            .rv-result-count {
                min-height: 20px;
                margin: 12px 0 0;
                color: var(--rv-muted);
                font-size: 13px;
                font-weight: 800;
            }

            .rv-toolbar {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 16px;
                margin-bottom: 22px;
                padding: 14px;
                border: 1px solid var(--rv-border);
                border-radius: 22px;
                background: #fff;
                box-shadow: 0 14px 40px rgba(0,0,0,.055);
            }

            .rv-tabs {
                display: flex;
                flex-wrap: nowrap;
                gap: 10px;
                min-width: 0;
            }

            .rv-tab {
                min-height: 42px;
                padding: 10px 17px;
                border: 1px solid #dedede;
                border-radius: 999px;
                background: #fff;
                color: var(--rv-dark);
                font-size: 13px;
                font-weight: 950;
                cursor: pointer;
                transition: .2s ease;
                white-space: nowrap;
            }

            .rv-tab-full,
            .rv-tab-short {
                pointer-events: none;
            }

            .rv-tab-short {
                display: none;
            }

            .rv-tab.active,
            .rv-tab:hover {
                border-color: var(--rv-red);
                background: linear-gradient(135deg, #151515, #2b2b2b);
                color: #fff;
                box-shadow: 0 10px 24px rgba(0,0,0,.18);
            }

            .rv-toolbar-note {
                color: #666;
                font-size: 13px;
                font-weight: 800;
                text-align: right;
            }

            .rv-grid {
                display: grid;
                grid-template-columns: repeat(4, minmax(0, 1fr));
                gap: 20px;
                padding: 24px;
                border: 1px solid var(--rv-border);
                border-radius: 28px;
                background: #fff;
                box-shadow: var(--rv-shadow);
            }

            .rv-card {
                position: relative;
                display: flex;
                flex-direction: column;
                min-width: 0;
                min-height: 315px;
                padding: 16px;
                border: 1px solid rgba(245,164,0,.18);
                border-radius: 24px;
                background: linear-gradient(180deg, #fff, #fff 68%, #fafafa);
                text-align: center;
                transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
            }

            .rv-card:hover {
                transform: translateY(-4px);
                border-color: var(--rv-red);
                box-shadow: 0 20px 45px rgba(0,0,0,.12);
            }

            .rv-card-img {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                height: 155px;
                margin-bottom: 14px;
                border-radius: 18px;
                background: #f8f8f8;
                overflow: hidden;
            }

            .rv-card-img img {
                display: block;
                width: 100%;
                height: 100%;
                padding: 10px;
                object-fit: contain;
            }

            .rv-card-body {
                flex: 1;
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: flex-start;
            }

            .rv-card-badge {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                min-height: 28px;
                margin-bottom: 10px;
                padding: 6px 10px;
                border-radius: 999px;
                font-size: 11px;
                font-weight: 950;
                line-height: 1;
            }

            .rv-badge-fabricacion {
                background: rgba(245,164,0,.08);
                color: #b86b00;
            }

            .rv-badge-suministros {
                background: rgba(17,17,17,.07);
                color: #111;
            }

            .rv-badge-importacion {
                background: rgba(245,164,0,.13);
                color: #8a5300;
            }

            .rv-card h2 {
                margin: 0 0 14px;
                color: #111;
                font-size: 15px;
                font-weight: 950;
                line-height: 1.25;
                letter-spacing: -.01em;
            }

            .rv-btn {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                min-height: 46px;
                padding: 12px 18px;
                border: none;
                border-radius: 999px;
                text-decoration: none !important;
                text-align: center;
                cursor: pointer;
                font-size: 14px;
                font-weight: 950;
                line-height: 1.15;
                transition: transform .18s ease, box-shadow .18s ease;
            }

            .rv-btn:hover {
                transform: translateY(-2px);
            }

            .rv-btn-red {
                width: 100%;
                background: linear-gradient(135deg, #151515, #2b2b2b);
                color: #fff !important;
                box-shadow: 0 12px 26px rgba(0,0,0,.20);
                border: 1px solid rgba(255,183,3,.35);
            }

            .rv-btn-dark {
                background: #111;
                color: #fff !important;
            }

            .rv-btn-whatsapp {
                grid-column: 1 / -1;
                width: 100%;
                min-height: 56px;
                margin-top: 4px;
                background: linear-gradient(135deg, #20c663, #128c42);
                color: #fff;
                font-size: 16px;
                box-shadow: 0 14px 34px rgba(32,198,99,.25);
            }

            .rv-no-results,
            .rv-alerta {
                margin-top: 18px;
                padding: 18px;
                border-radius: 18px;
                border: 1px solid #ffe08a;
                background: #fff7dc;
                color: #5c4300;
                font-weight: 900;
                line-height: 1.45;
            }

            .rv-hidden {
                display: none !important;
            }

            .rv-volver {
                display: inline-flex;
                align-items: center;
                margin-bottom: 18px;
                color: var(--rv-red) !important;
                font-weight: 950;
                text-decoration: none !important;
            }

            .rv-detail-layout {
                display: grid;
                grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
                gap: 26px;
                align-items: start;
            }

            .rv-plan-area,
            .rv-form-area {
                border: 1px solid var(--rv-border);
                border-radius: 28px;
                background: #fff;
                box-shadow: var(--rv-shadow);
            }

            .rv-plan-area {
                padding: 20px;
            }

            .rv-plan-title {
                margin-bottom: 18px;
                padding: 20px;
                border-left: 8px solid var(--rv-red);
                border-radius: 20px;
                background: linear-gradient(135deg, #fff, #fafafa);
                box-shadow: 0 12px 28px rgba(0,0,0,.05);
            }

            .rv-plan-title span,
            .rv-form-heading span {
                display: inline-block;
                color: var(--rv-red);
                font-size: 12px;
                font-weight: 950;
                text-transform: uppercase;
                letter-spacing: .06em;
            }

            .rv-plan-title h1 {
                margin: 8px 0 8px;
                color: #111;
                font-size: clamp(24px, 3vw, 38px);
                font-weight: 950;
                line-height: 1.06;
                letter-spacing: -.035em;
            }

            .rv-plan-title p {
                margin: 0;
                color: #5f5f5f;
                font-size: 14px;
                font-weight: 800;
            }

            .rv-white-plan {
                padding: 12px;
                border: 1px solid #eee;
                border-radius: 20px;
                background: #fff;
                overflow: hidden;
            }

            .rv-technical-image-box {
                padding: 0;
                border-color: rgba(245,164,0,.22);
                box-shadow: 0 14px 34px rgba(0,0,0,.055);
            }

            .rv-technical-image {
                display: block;
                width: 100%;
                height: auto;
                aspect-ratio: 1 / 1;
                object-fit: contain;
                background: #fff;
            }

            .rv-svg {
                display: block;
                width: 100%;
                height: auto;
                background: #fff;
            }

            .rv-svg-head {
                font-size: 23px;
                fill: #fff;
                font-weight: 950;
                letter-spacing: .03em;
            }

            .rv-svg-sub {
                font-size: 20px;
                fill: #fff;
                font-weight: 850;
            }

            .rv-svg-letter {
                font-size: 42px;
                fill: #f5a400;
                font-weight: 950;
            }

            .rv-svg-small {
                font-size: 18px;
                fill: #333;
                font-weight: 850;
            }

            .rv-svg-box {
                font-size: 18px;
                fill: #111;
                font-weight: 900;
            }

            .rv-plan-help {
                margin-top: 14px;
                padding: 14px 16px;
                border-radius: 16px;
                background: rgba(245,164,0,.055);
                color: #4f4f4f;
                font-size: 14px;
                font-weight: 700;
                line-height: 1.5;
            }

            .rv-plan-help strong {
                color: #b86b00;
            }

            .rv-form-area {
                padding: 28px;
            }

            .rv-form-heading {
                margin-bottom: 20px;
            }

            .rv-form-heading h2 {
                margin: 6px 0 0;
                color: #111;
                font-size: clamp(24px, 2.6vw, 34px);
                font-weight: 950;
                line-height: 1.05;
                letter-spacing: -.035em;
            }

            .rv-form {
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 15px;
            }

            .rv-form-section-title {
                grid-column: 1 / -1;
                margin-top: 4px;
                padding-top: 14px;
                border-top: 1px solid #eee;
                color: var(--rv-red);
                font-size: 13px;
                font-weight: 950;
                text-transform: uppercase;
                letter-spacing: .05em;
            }

            .rv-field {
                display: flex;
                flex-direction: column;
                min-width: 0;
                gap: 7px;
            }

            .rv-field-full,
            .rv-upload-field {
                grid-column: 1 / -1;
            }

            .rv-field label,
            .rv-upload-field > label {
                color: #111;
                font-size: 13px;
                font-weight: 950;
                line-height: 1.25;
            }

            .rv-field label b {
                color: var(--rv-red);
            }

            .rv-field input,
            .rv-field select,
            .rv-field textarea {
                width: 100%;
                min-height: 50px;
                border: 1px solid #cfd4dc;
                border-radius: 15px;
                background: #fff;
                color: #111;
                padding: 12px 14px;
                font-size: 14px;
                font-weight: 650;
                outline: none;
                transition: border-color .18s ease, box-shadow .18s ease;
            }

            .rv-field textarea {
                min-height: 112px;
                resize: vertical;
            }

            .rv-field input:focus,
            .rv-field select:focus,
            .rv-field textarea:focus {
                border-color: var(--rv-red);
                box-shadow: 0 0 0 4px rgba(245,164,0,.08);
            }

            .rv-upload-box {
                position: relative;
                display: flex;
                align-items: center;
                gap: 14px;
                min-height: 78px;
                padding: 16px;
                border: 1.5px dashed rgba(245,164,0,.38);
                border-radius: 18px;
                background: linear-gradient(135deg, rgba(245,164,0,.045), #fff);
                cursor: pointer;
            }

            .rv-upload-box:before {
                content: "📎";
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 46px;
                height: 46px;
                border-radius: 16px;
                background: #fff;
                box-shadow: 0 8px 18px rgba(0,0,0,.08);
                font-size: 23px;
            }

            .rv-upload-box input[type="file"] {
                position: absolute;
                inset: 0;
                width: 100%;
                height: 100%;
                opacity: 0;
                cursor: pointer;
            }

            .rv-upload-copy {
                display: flex;
                flex-direction: column;
                gap: 4px;
                min-width: 0;
            }

            .rv-upload-copy strong {
                color: #111;
                font-size: 14px;
                font-weight: 950;
            }

            .rv-upload-copy span,
            .rv-upload-status,
            .rv-form-note {
                color: #666;
                font-size: 12.5px;
                font-weight: 750;
                line-height: 1.45;
            }

            .rv-upload-status {
                margin: 8px 0 0;
            }

            .rv-upload-status.rv-ok {
                color: #128c42;
            }

            .rv-upload-status.rv-error {
                color: #b00000;
            }

            .rv-form-note {
                grid-column: 1 / -1;
                margin: 0;
                text-align: center;
            }


            .rv-supply-detail-card {
                display: grid;
                grid-template-columns: minmax(0, .95fr) minmax(420px, 1.05fr);
                gap: 28px;
                align-items: stretch;
                padding: 28px;
                border: 1px solid rgba(245,164,0,.22);
                border-radius: 30px;
                background:
                    radial-gradient(circle at top left, rgba(255,217,124,.24), transparent 34%),
                    linear-gradient(135deg, #fffdf6 0%, #ffffff 58%, #fff8e6 100%);
                box-shadow: 0 24px 64px rgba(105,73,0,.10);
            }

            .rv-supply-image-wrap {
                display: flex;
                align-items: center;
                justify-content: center;
                min-width: 0;
            }

            .rv-supply-image {
                width: 100%;
                min-height: 460px;
                border: 1px solid rgba(245,164,0,.20);
                border-radius: 28px;
                background: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
                overflow: hidden;
                box-shadow: inset 0 0 0 12px rgba(245,164,0,.035), 0 18px 42px rgba(0,0,0,.055);
            }

            .rv-supply-image img {
                display: block;
                width: 100%;
                height: 100%;
                max-height: 540px;
                object-fit: contain;
                padding: 26px;
            }

            .rv-supply-info {
                min-width: 0;
                padding: 34px;
                border: 1px solid rgba(0,0,0,.055);
                border-radius: 28px;
                background: rgba(255,255,255,.86);
                box-shadow: 0 18px 48px rgba(0,0,0,.055);
            }

            .rv-supply-kicker {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                margin-bottom: 14px;
                color: #b86b00;
                font-size: 12px;
                font-weight: 950;
                text-transform: uppercase;
                letter-spacing: .08em;
            }

            .rv-supply-kicker:before {
                content: "";
                width: 9px;
                height: 9px;
                border-radius: 999px;
                background: var(--rv-red);
                box-shadow: 0 0 0 6px rgba(245,164,0,.10);
            }

            .rv-supply-info h1 {
                margin: 0 0 18px;
                color: #111;
                font-size: clamp(30px, 4vw, 54px);
                font-weight: 950;
                line-height: 1.02;
                letter-spacing: -.045em;
            }

            .rv-supply-description {
                color: #4d4d4d;
                font-size: 16px;
                line-height: 1.7;
                font-weight: 650;
            }

            .rv-supply-description p {
                margin: 0 0 14px;
            }

            .rv-supply-description ul,
            .rv-supply-description ol {
                margin: 12px 0 16px 22px;
                padding: 0;
            }

            .rv-supply-description li {
                margin-bottom: 7px;
            }

            .rv-supply-accordion {
                margin: 18px 0 0;
                border: 1px solid rgba(245,164,0,.22);
                border-radius: 20px;
                background: #fffdf7;
                overflow: hidden;
            }

            .rv-supply-accordion summary {
                list-style: none;
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 14px;
                min-height: 58px;
                padding: 16px 18px;
                cursor: pointer;
                color: #6f4c00;
                font-size: 14px;
                font-weight: 950;
                text-transform: uppercase;
                letter-spacing: .035em;
                background: linear-gradient(135deg, #fff8e6, #fff);
                user-select: none;
            }

            .rv-supply-accordion summary::-webkit-details-marker {
                display: none;
            }

            .rv-supply-accordion summary strong {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                flex: 0 0 34px;
                width: 34px;
                height: 34px;
                border-radius: 999px;
                background: #ffe9a6;
                color: #111;
                font-size: 18px;
                line-height: 1;
                transition: transform .22s ease;
            }

            .rv-supply-accordion[open] summary strong {
                transform: rotate(180deg);
            }

            .rv-supply-accordion .rv-supply-description {
                padding: 18px;
                border-top: 1px solid rgba(245,164,0,.16);
                background: #fff;
                max-height: 520px;
                overflow: auto;
            }

            .rv-supply-meta {
                display: flex;
                flex-wrap: wrap;
                gap: 9px;
                margin: 24px 0;
            }

            .rv-supply-meta span {
                display: inline-flex;
                align-items: center;
                min-height: 32px;
                padding: 7px 12px;
                border-radius: 999px;
                background: rgba(245,164,0,.085);
                border: 1px solid rgba(245,164,0,.16);
                color: #8a5500;
                font-size: 11.5px;
                font-weight: 900;
            }

            .rv-btn-supply-whatsapp {
                width: 100%;
                min-height: 56px;
                background: linear-gradient(135deg, #20c663, #128c42);
                color: #fff !important;
                box-shadow: 0 14px 34px rgba(32,198,99,.24);
            }


            .rv-product-gallery {
                width: 100%;
            }

            .rv-gallery-main {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 100%;
                min-height: 430px;
                overflow: hidden;
                border: 1px solid #f3dfad;
                border-radius: 24px;
                background: #fff;
                box-shadow: inset 0 1px 0 rgba(255,255,255,.9);
            }

            .rv-gallery-main-img {
                display: block;
                width: 100%;
                height: 100%;
                max-height: 520px;
                object-fit: contain;
                padding: 20px;
            }

            .rv-gallery-thumbs {
                display: grid;
                grid-template-columns: repeat(auto-fit, minmax(82px, 1fr));
                gap: 10px;
                margin-top: 14px;
            }

            .rv-gallery-thumb {
                display: flex;
                align-items: center;
                justify-content: center;
                min-height: 82px;
                padding: 6px;
                border: 1px solid #ead8a6;
                border-radius: 16px;
                background: #fffaf0;
                cursor: pointer;
                transition: .18s ease;
            }

            .rv-gallery-thumb img {
                display: block;
                width: 100%;
                height: 74px;
                object-fit: contain;
            }

            .rv-gallery-thumb.active,
            .rv-gallery-thumb:hover {
                border-color: #f5a400;
                background: #fff2c8;
                box-shadow: 0 10px 24px rgba(245,164,0,.14);
            }

            .rv-product-gallery-fabricacion {
                margin-top: 16px;
            }

            .rv-product-gallery-fabricacion .rv-gallery-main {
                min-height: 250px;
                border-radius: 20px;
                background: linear-gradient(135deg, #fff, #fffaf0);
            }

            .rv-product-gallery-fabricacion .rv-gallery-main-img {
                max-height: 310px;
                padding: 14px;
            }

            .rv-product-gallery-fabricacion .rv-gallery-thumbs {
                grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
                gap: 8px;
            }

            .rv-product-gallery-fabricacion .rv-gallery-thumb {
                min-height: 70px;
                border-radius: 14px;
            }

            .rv-product-gallery-fabricacion .rv-gallery-thumb img {
                height: 62px;
            }

            .rv-toolbar {
                justify-content: flex-start;
            }

            .rv-toolbar-note,
            .rv-supply-meta {
                display: none !important;
            }

            @media (max-width: 1120px) {
                .rv-hero,
                .rv-detail-layout,
                .rv-supply-detail-card {
                    grid-template-columns: 1fr;
                }

                .rv-grid {
                    grid-template-columns: repeat(3, minmax(0, 1fr));
                }
            }

            @media (max-width: 780px) {
                .rv-catalogo {
                    padding: 18px 10px 56px;
                }

                .rv-hero {
                    padding: 25px 18px;
                    border-radius: 24px;
                }

                .rv-search-panel {
                    padding: 16px;
                    border-radius: 20px;
                }

                .rv-toolbar {
                    align-items: stretch;
                    flex-direction: column;
                    padding: 12px;
                    border-radius: 20px;
                    gap: 10px;
                }

                .rv-tabs {
                    width: 100%;
                    display: grid;
                    grid-template-columns: repeat(4, minmax(0, 1fr));
                    gap: 8px;
                }

                .rv-tab {
                    width: 100%;
                    min-width: 0;
                    min-height: 42px;
                    padding: 9px 6px;
                    border-radius: 16px;
                    font-size: 11px;
                    line-height: 1.1;
                    letter-spacing: -.02em;
                    text-align: center;
                }

                .rv-tab-full {
                    display: none;
                }

                .rv-tab-short {
                    display: inline;
                }

                .rv-toolbar-note {
                    text-align: left;
                }

                .rv-supply-detail-card {
                    padding: 14px;
                    gap: 14px;
                    border-radius: 22px;
                }

                .rv-supply-image {
                    min-height: 290px;
                    border-radius: 20px;
                }

                .rv-supply-image img {
                    max-height: 340px;
                    padding: 16px;
                }

                .rv-supply-info {
                    padding: 18px;
                    border-radius: 20px;
                }

                .rv-supply-info h1 {
                    font-size: clamp(28px, 9vw, 38px);
                }

                .rv-supply-description {
                    font-size: 14px;
                    line-height: 1.58;
                }

                .rv-supply-accordion summary {
                    min-height: 52px;
                    padding: 13px 14px;
                    font-size: 11.5px;
                    border-radius: 0;
                }

                .rv-supply-accordion summary strong {
                    flex-basis: 30px;
                    width: 30px;
                    height: 30px;
                    font-size: 16px;
                }

                .rv-supply-accordion .rv-supply-description {
                    max-height: 360px;
                    padding: 14px;
                }

                .rv-supply-meta {
                    margin: 18px 0;
                }

                .rv-grid {
                    grid-template-columns: repeat(2, minmax(0, 1fr));
                    gap: 12px;
                    padding: 12px;
                    border-radius: 22px;
                }

                .rv-card {
                    min-height: 268px;
                    padding: 11px;
                    border-radius: 18px;
                }

                .rv-card-img {
                    height: 120px;
                    margin-bottom: 10px;
                    border-radius: 14px;
                }

                .rv-card h2 {
                    font-size: 12.5px;
                    line-height: 1.22;
                }

                .rv-card-badge {
                    min-height: 24px;
                    padding: 5px 8px;
                    font-size: 9.8px;
                }

                .rv-btn {
                    min-height: 42px;
                    padding: 10px 10px;
                    font-size: 11.5px;
                }

                .rv-plan-area,
                .rv-form-area {
                    border-radius: 22px;
                }

                .rv-plan-area,
                .rv-form-area {
                    padding: 16px;
                }

                .rv-form {
                    grid-template-columns: 1fr;
                }

                .rv-form-section-title,
                .rv-field-full,
                .rv-upload-field,
                .rv-btn-whatsapp,
                .rv-form-note {
                    grid-column: auto;
                }
            }


                .rv-gallery-main {
                    min-height: 260px;
                    border-radius: 20px;
                }

                .rv-gallery-main-img {
                    max-height: 330px;
                    padding: 12px;
                }

                .rv-gallery-thumbs {
                    grid-template-columns: repeat(4, minmax(0, 1fr));
                    gap: 7px;
                    margin-top: 10px;
                }

                .rv-gallery-thumb {
                    min-height: 58px;
                    border-radius: 12px;
                    padding: 4px;
                }

                .rv-gallery-thumb img {
                    height: 52px;
                }

                .rv-product-gallery-fabricacion .rv-gallery-main {
                    min-height: 190px;
                }

                .rv-product-gallery-fabricacion .rv-gallery-main-img {
                    max-height: 240px;
                }

            @media (max-width: 390px) {
                .rv-tab {
                    min-height: 39px;
                    padding: 8px 4px;
                    font-size: 10px;
                }

                .rv-grid {
                    gap: 9px;
                    padding: 9px;
                }

                .rv-card {
                    min-height: 248px;
                    padding: 9px;
                }

                .rv-card-img {
                    height: 104px;
                }

                .rv-card h2 {
                    font-size: 11.5px;
                }

                .rv-card-badge {
                    font-size: 9px;
                    padding: 4px 6px;
                }

                .rv-btn {
                    font-size: 10.5px;
                    min-height: 40px;
                }
            }


            /* =========================
               AJUSTE V4 - Diseño claro, buscador superior y colores suaves
            ========================= */

            .rv-catalogo {
                --rv-red: #f5a400;
                --rv-red-2: #ffd466;
                --rv-dark: #161616;
                --rv-text: #232323;
                --rv-muted: #777;
                --rv-soft: #fffaf0;
                --rv-border: #f1e5c5;
                --rv-shadow: 0 18px 48px rgba(20, 20, 20, .055);
                padding-top: 20px;
                background:
                    radial-gradient(circle at 8% 0%, rgba(245,164,0,.10), transparent 28%),
                    radial-gradient(circle at 100% 12%, rgba(255,212,102,.14), transparent 32%),
                    #fff;
            }

            .rv-catalog-intro {
                position: relative;
                overflow: hidden;
                margin-bottom: 16px;
                padding: 30px 32px;
                border: 1px solid var(--rv-border);
                border-radius: 28px;
                background:
                    linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,250,240,.96)),
                    radial-gradient(circle at 95% 10%, rgba(245,164,0,.14), transparent 28%);
                box-shadow: var(--rv-shadow);
            }

            .rv-catalog-intro:before {
                content: "";
                position: absolute;
                inset: 0 auto 0 0;
                width: 8px;
                background: linear-gradient(180deg, #ffd466, #f5a400);
            }

            .rv-catalog-intro:after {
                content: "";
                position: absolute;
                right: -80px;
                top: -120px;
                width: 300px;
                height: 300px;
                border-radius: 999px;
                background: rgba(245,164,0,.10);
                pointer-events: none;
            }

            .rv-intro-copy {
                position: relative;
                z-index: 2;
                max-width: 920px;
            }

            .rv-kicker {
                color: #b86b00;
            }

            .rv-kicker:before {
                background: #f5a400;
                box-shadow: 0 0 0 6px rgba(245,164,0,.12);
            }

            .rv-catalog-intro h1 {
                margin: 0 0 12px;
                color: #171717;
                font-size: clamp(34px, 5vw, 62px);
                font-weight: 950;
                line-height: .96;
                letter-spacing: -.05em;
            }

            .rv-catalog-intro p {
                margin: 0;
                max-width: 840px;
                color: #555;
                font-size: 16px;
                line-height: 1.62;
                font-weight: 700;
            }

            .rv-hero-badges strong {
                border: 1px solid rgba(245,164,0,.28);
                background: rgba(245,164,0,.085);
                color: #9b6500;
            }

            .rv-search-section {
                position: relative;
                z-index: 3;
                margin-bottom: 14px;
                padding: 16px;
                border: 1px solid var(--rv-border);
                border-radius: 26px;
                background: linear-gradient(135deg, #fff, #fffaf0);
                box-shadow: 0 14px 36px rgba(20,20,20,.045);
            }

            .rv-search-panel {
                width: min(880px, 100%);
                margin: 0 auto;
                padding: 0;
                border: none;
                border-radius: 0;
                background: transparent;
                box-shadow: none;
            }

            .rv-search-panel label {
                margin-bottom: 9px;
                color: #9b6500;
                font-size: 12px;
                letter-spacing: .06em;
            }

            .rv-search-box {
                min-height: 58px;
                border: 1px solid #ead8a6;
                border-radius: 999px;
                background: #fff;
                box-shadow: inset 0 1px 0 rgba(255,255,255,.9), 0 10px 24px rgba(245,164,0,.08);
            }

            .rv-search-box:before {
                content: "🔎";
                padding-left: 18px;
                opacity: .72;
            }

            .rv-search-box input {
                min-height: 58px;
                font-size: 15px;
                font-weight: 800;
                color: #252525;
            }

            .rv-search-box button {
                background: #fff7dc;
                color: #9b6500;
            }

            .rv-search-box button:hover {
                background: #f5a400;
                color: #171717;
            }

            .rv-result-count {
                margin-top: 10px;
                color: #8a6a23;
            }

            .rv-toolbar {
                margin-bottom: 22px;
                border: 1px solid var(--rv-border);
                background: #fff;
                box-shadow: 0 12px 30px rgba(20,20,20,.04);
            }

            .rv-tabs {
                flex: 1;
            }

            .rv-tab {
                border-color: #ead8a6;
                background: #fff;
                color: #5e4a19;
            }

            .rv-tab.active,
            .rv-tab:hover {
                border-color: #f5a400;
                background: linear-gradient(135deg, #ffe08a, #f5a400);
                color: #171717;
                box-shadow: 0 10px 22px rgba(245,164,0,.18);
            }

            .rv-toolbar-note {
                color: #8a6a23;
            }

            .rv-grid {
                border-color: var(--rv-border);
                background: linear-gradient(180deg, #fff, #fffdf8);
                box-shadow: 0 18px 48px rgba(20,20,20,.05);
            }

            .rv-card {
                border-color: rgba(245,164,0,.20);
                background: linear-gradient(180deg, #fff, #fffaf0);
                box-shadow: 0 10px 28px rgba(20,20,20,.035);
            }

            .rv-card:hover {
                border-color: #f5a400;
                box-shadow: 0 18px 38px rgba(245,164,0,.12);
            }

            .rv-card-img {
                background: #fff;
                border: 1px solid #f3ead1;
            }

            .rv-badge-fabricacion {
                background: #fff2c8;
                color: #9b6500;
            }

            .rv-badge-suministros {
                background: #fff8e6;
                color: #6f560f;
            }

            .rv-btn-red {
                background: linear-gradient(135deg, #ffe08a, #f5a400);
                color: #181818 !important;
                box-shadow: 0 12px 26px rgba(245,164,0,.20);
                border: 1px solid #e9bd46;
            }

            .rv-btn-dark {
                background: linear-gradient(135deg, #ffe08a, #f5a400);
                color: #181818 !important;
            }

            .rv-volver {
                color: #9b6500 !important;
            }

            .rv-plan-title,
            .rv-form-area,
            .rv-plan-area,
            .rv-white-plan {
                border-color: var(--rv-border);
            }

            @media (max-width: 780px) {
                .rv-catalogo {
                    padding: 14px 8px 52px;
                }

                .rv-catalog-intro {
                    padding: 22px 18px;
                    border-radius: 22px;
                    margin-bottom: 12px;
                }

                .rv-catalog-intro h1 {
                    font-size: clamp(30px, 10vw, 44px);
                    letter-spacing: -.045em;
                }

                .rv-catalog-intro p {
                    font-size: 13.5px;
                    line-height: 1.5;
                }

                .rv-hero-badges {
                    gap: 7px;
                    margin-top: 16px;
                }

                .rv-hero-badges strong {
                    min-height: 29px;
                    padding: 7px 9px;
                    font-size: 10.5px;
                }

                .rv-search-section {
                    padding: 12px;
                    border-radius: 20px;
                    margin-bottom: 10px;
                }

                .rv-search-box {
                    min-height: 52px;
                    border-radius: 18px;
                }

                .rv-search-box input {
                    min-height: 52px;
                    font-size: 12.5px;
                    padding: 0 8px;
                }

                .rv-search-box button {
                    flex-basis: 38px;
                    width: 38px;
                    height: 38px;
                    margin-right: 7px;
                    border-radius: 13px;
                }

                .rv-toolbar {
                    padding: 10px;
                    gap: 8px;
                    border-radius: 18px;
                }

                .rv-tabs {
                    grid-template-columns: repeat(4, minmax(0, 1fr));
                    gap: 7px;
                }

                .rv-tab {
                    min-height: 40px;
                    padding: 8px 5px;
                    border-radius: 14px;
                    font-size: 10.5px;
                }

                .rv-toolbar-note {
                    font-size: 11.5px;
                    text-align: center;
                }
            }

            @media (max-width: 390px) {
                .rv-catalog-intro {
                    padding: 20px 15px;
                }

                .rv-search-section {
                    padding: 10px;
                }

                .rv-search-box:before {
                    padding-left: 12px;
                }

                .rv-search-box input {
                    font-size: 11.5px;
                }
            }


            .rv-toolbar-note,
            .rv-supply-meta {
                display: none !important;
            }

            @media (max-width: 780px) {
                .rv-gallery-main {
                    min-height: 260px;
                }

                .rv-gallery-main-img {
                    max-height: 330px;
                    padding: 12px;
                }

                .rv-gallery-thumbs {
                    grid-template-columns: repeat(4, minmax(0, 1fr));
                    gap: 7px;
                    margin-top: 10px;
                }

                .rv-gallery-thumb {
                    min-height: 58px;
                    border-radius: 12px;
                    padding: 4px;
                }

                .rv-gallery-thumb img {
                    height: 52px;
                }
            }