        html body .gg-seo-ficha--type-4 .gg-type4-benefits {
            width: 100% !important;
            max-width: 1180px !important;
            margin: 56px auto !important;
            padding: 0 !important;
            background: transparent !important;
            border: 0 !important;
            box-shadow: none !important;
        }

        html body .gg-seo-ficha--type-4 .gg-type4-benefits__inner {
            display: grid !important;
            grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr) !important;
            gap: 34px !important;
            align-items: center !important;
        }

        html body .gg-seo-ficha--type-4 .gg-type4-benefits__content {
            display: flex !important;
            flex-direction: column !important;
            gap: 18px !important;
            min-width: 0 !important;
        }

        html body .gg-seo-ficha--type-4 .gg-type4-benefits__title {
            margin: 0 !important;
            max-width: 720px !important;
            font-size: clamp(30px, 4vw, 54px) !important;
            line-height: .95 !important;
            letter-spacing: -0.045em !important;
            text-transform: uppercase !important;
        }

        html body .gg-seo-ficha--type-4 .gg-type4-benefits__text {
            margin: 0 !important;
            max-width: 680px !important;
            font-size: 17px !important;
            line-height: 1.65 !important;
        }

        html body .gg-seo-ficha--type-4 .gg-type4-benefits__grid {
            display: grid !important;
            grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
            gap: 14px !important;
            margin-top: 8px !important;
        }

        html body .gg-seo-ficha--type-4 .gg-type4-benefit {
            display: grid !important;
            grid-template-columns: 46px minmax(0, 1fr) !important;
            gap: 12px !important;
            align-items: center !important;
            padding: 14px !important;
            border: 1px solid rgba(0, 0, 0, .08) !important;
            border-radius: 18px !important;
            background: #fff !important;
            min-height: 78px !important;
        }

        html body .gg-seo-ficha--type-4 .gg-type4-benefit__icon {
            width: 46px !important;
            height: 46px !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            border-radius: 14px !important;
            background: #f5f5f5 !important;
            overflow: hidden !important;
        }

        html body .gg-seo-ficha--type-4 .gg-type4-benefit__icon img {
            width: 30px !important;
            height: 30px !important;
            object-fit: contain !important;
            display: block !important;
            margin: 0 !important;
        }

        html body .gg-seo-ficha--type-4 .gg-type4-benefit__title {
            margin: 0 !important;
            font-size: 13px !important;
            line-height: 1.15 !important;
            font-weight: 900 !important;
            text-transform: uppercase !important;
            letter-spacing: -0.02em !important;
        }

        html body .gg-seo-ficha--type-4 .gg-type4-benefits__media {
            position: relative !important;
            overflow: hidden !important;
            border-radius: 26px !important;
            min-height: 420px !important;
            background: #f5f5f5 !important;
        }

        html body .gg-seo-ficha--type-4 .gg-type4-benefits__media img {
            width: 100% !important;
            height: 100% !important;
            min-height: 420px !important;
            object-fit: cover !important;
            display: block !important;
            margin: 0 !important;
        }

        html body .gg-seo-ficha--type-4 .gg-type4-feature-button-consumed {
            display: none !important;
        }

        @media (max-width: 900px) {
            html body .gg-seo-ficha--type-4 .gg-type4-benefits {
                margin: 38px auto !important;
            }

            html body .gg-seo-ficha--type-4 .gg-type4-benefits__inner {
                grid-template-columns: 1fr !important;
                gap: 22px !important;
            }

            html body .gg-seo-ficha--type-4 .gg-type4-benefits__media {
                min-height: 260px !important;
                order: -1 !important;
            }

            html body .gg-seo-ficha--type-4 .gg-type4-benefits__media img {
                min-height: 260px !important;
            }
        }

        @media (max-width: 560px) {
            html body .gg-seo-ficha--type-4 .gg-type4-benefits__grid {
                grid-template-columns: 1fr !important;
            }

            html body .gg-seo-ficha--type-4 .gg-type4-benefits__title {
                font-size: clamp(28px, 10vw, 40px) !important;
            }
        }
