/* Dynamic theme-ready version generated for configuracion_negocio colors. */
/* =========================================================
   HOME - Hero, categorías, productos destacados y secciones
========================================================= */

.hero,
.hero-premium {
    position: relative;
    width: min(1280px, calc(100% - 36px));
    min-height: 620px;
    margin: 0 auto;
    padding: 78px 0 54px;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(400px, .98fr);
    gap: 54px;
    align-items: center;
}

.hero-background::before,
.hero-premium::before {
    content: "";
    position: absolute;
    inset: 28px -18px 20px;
    z-index: -1;
    border-radius: 46px;
    background:
        radial-gradient(circle at 15% 20%, rgba(var(--pink-rgb), .38), transparent 28%),
        radial-gradient(circle at 78% 22%, rgba(var(--gold-rgb), .20), transparent 22%),
        linear-gradient(135deg, rgba(255,255,255,.62), rgba(var(--cream-rgb), .72));
    border: 1px solid rgba(var(--pink-rgb), .26);
}

.hero-copy {
    position: relative;
    z-index: 2;
    padding-left: clamp(28px, 4vw, 62px);
}

.hero-copy h1,
.hero h1 {
    max-width: 690px;
    margin: 0 0 22px;
    color: var(--brown);
    font-family: 'Playfair Display', serif;
    font-size: clamp(48px, 5.8vw, 86px);
    line-height: .94;
    letter-spacing: -.04em;
}

.hero-copy h1 span,
.hero h1 span {
    display: block;
    color: var(--pink-deep, #D9798F);
    font-style: italic;
}

.hero-copy p,
.hero p {
    max-width: 590px;
    color: rgba(var(--brown-rgb), .72);
    font-size: 17px;
    line-height: 1.75;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.hero-media,
.hero-visual {
    position: relative;
    min-width: 0;
    display: grid;
    place-items: center;
    padding-right: clamp(14px, 3vw, 42px);
}

.hero-image-card {
    position: relative;
    width: min(100%, 560px);
    height: 520px;
    border-radius: 44px;
    overflow: hidden;
    background:
        radial-gradient(circle at center, rgba(255,255,255,.85), transparent 38%),
        linear-gradient(135deg, rgba(var(--pink-rgb), .72), rgba(var(--cream-rgb), .95));
    box-shadow: 0 34px 90px rgba(var(--brown-rgb), .20);
    border: 1px solid rgba(var(--gold-rgb), .26);
}

.hero-image-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 48%, rgba(var(--brown-rgb), .20)),
        radial-gradient(circle at 30% 20%, rgba(255,255,255,.38), transparent 32%);
    pointer-events: none;
}

.hero-image-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hero-image-fallback {
    display: none;
    width: 100%;
    height: 100%;
    place-items: center;
    text-align: center;
    color: var(--brown);
}

.hero-image-fallback span {
    display: block;
    font-size: 118px;
}

.hero-image-fallback strong {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 34px;
}

.logo-error .hero-image-fallback,
.hero-image-card.image-error .hero-image-fallback {
    display: grid;
}

.hero-image-card.image-error img {
    display: none;
}

.floating-badge {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 12px 16px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(var(--pink-rgb), .38);
    box-shadow: 0 16px 34px rgba(var(--brown-rgb), .14);
    color: var(--brown);
    font-weight: 800;
}

.floating-badge span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(var(--pink-rgb), .25);
}

.badge-top {
    top: 24px;
    left: 24px;
}

.badge-bottom {
    right: 24px;
    bottom: 24px;
}

.trust-strip {
    width: min(1100px, calc(100% - 32px));
    margin: 34px auto;
    padding: 18px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, .74);
    border: 1px solid rgba(var(--pink-rgb), .38);
}

.trust-strip-after-track {
    margin-top: 30px;
}

.trust-strip div {
    padding: 16px;
    border-radius: 18px;
    background: rgba(var(--cream-rgb), .55);
}

.trust-strip strong,
.trust-strip span {
    display: block;
}

.trust-strip span {
    margin-top: 4px;
    color: var(--text-muted);
    font-size: 13px;
}

.category-carousel-wrapper {
    position: relative;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    width: min(1180px, 100%);
    margin: 0 auto 26px;
    overflow: hidden;
}

.category-fixed {
    flex: 0 0 auto;
}

.category-scroll {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 2px 10px;
    scrollbar-width: thin;
}

.category-pills {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: nowrap;
    margin-bottom: 26px;
    overflow-x: auto;
    padding-bottom: 8px;
}

.pill {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 9px 18px;
    border-radius: 999px;
    border: 1px solid rgba(var(--pink-rgb), .75);
    background: rgba(255,255,255,.68);
    color: var(--brown);
    cursor: pointer;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.pill.active {
    background: var(--pink-strong, #E98CA0);
    color: white;
    border-color: var(--pink-strong, #E98CA0);
}

.product-carousel-shell {
    position: relative;
    z-index: 1;
    clear: both;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.how-section {
    width: 100%;
    max-width: none;
    padding-left: 7%;
    padding-right: 7%;
    background: rgba(var(--pink-rgb), .18);
}

.steps {
    width: min(1180px, 100%);
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.step-card {
    padding: 22px;
    border-radius: var(--radius-lg);
    background: rgba(255,255,255,.72);
    border: 1px solid rgba(var(--pink-rgb), .38);
}

.step-card span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    background: var(--pink);
    color: white;
    border-radius: 50%;
    font-weight: 900;
}

.step-card h3 {
    margin-bottom: 8px;
}

.step-card p {
    color: var(--text-muted);
}

.track-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
    padding: 28px;
    border-radius: var(--radius-xl);
    background: var(--white);
    box-shadow: var(--shadow);
    border: 1px solid rgba(var(--gold-rgb), .18);
}

.track-card h2 {
    margin: 0 0 8px;
    font-family: 'Playfair Display', serif;
    font-size: 34px;
}

.track-card p {
    margin: 0;
    color: var(--text-muted);
}

/* =========================================================
   HOME CMS READY SECTIONS - SAFE OVERRIDES
   ========================================================= */
.hero.hero-cms-ready {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
    align-items: center;
    gap: clamp(24px, 4vw, 56px);
    padding-block: clamp(24px, 5vw, 70px);
}

.hero-cms-ready .hero-copy {
    max-width: 620px;
    padding-left: clamp(18px, 4vw, 60px);
}

.hero-media {
    min-width: 0;
    display: flex;
    justify-content: center;
}

.hero-image-card {
    position: relative;
    width: min(100%, 520px);
    min-height: 360px;
    border-radius: 32px;
    overflow: hidden;
    background: linear-gradient(145deg, rgba(255,255,255,.78), rgba(var(--pink-rgb), .22));
    box-shadow: 0 24px 70px rgba(var(--brown-rgb), .16);
    border: 1px solid rgba(var(--gold-rgb), .28);
}

.hero-image-card img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    display: block;
}

.hero-image-fallback {
    display: none;
    place-items: center;
    min-height: 360px;
    text-align: center;
    color: var(--color-brown, var(--brown, #5A3E2B));
}

.hero-image-card.image-error img { display: none; }
.hero-image-card.image-error .hero-image-fallback { display: grid; }
.hero-image-fallback span { display: block; font-size: 4rem; }

.floating-badge {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    padding: 10px 14px;
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(10px);
    color: var(--color-brown, var(--brown, #5A3E2B));
    font-weight: 800;
    box-shadow: 0 14px 34px rgba(var(--brown-rgb), .14);
}

.badge-top { top: 18px; left: 18px; }
.badge-bottom { right: 18px; bottom: 18px; }

.category-carousel-wrapper {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 22px;
}

.category-scroll {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    min-width: 0;
    padding: 4px 2px 8px;
    scroll-snap-type: x proximity;
}

.category-scroll .pill {
    flex: 0 0 auto;
    scroll-snap-align: start;
}

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

.feature-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.compact-feature-grid .product-card .product-body p {
    -webkit-line-clamp: 2;
}

.giveaway-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
    align-items: stretch;
}

.giveaway-card {
    display: grid;
    grid-template-columns: minmax(130px, .85fr) minmax(0, 1.15fr);
    min-width: 0;
    overflow: hidden;
    border-radius: 28px;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(var(--pink-rgb), .42);
    box-shadow: 0 18px 48px rgba(var(--brown-rgb), .10);
}

.giveaway-media {
    position: relative;
    min-height: 190px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(var(--pink-rgb), .5), rgba(var(--cream-rgb), .9));
    color: var(--color-brown, var(--brown, #5A3E2B));
    text-decoration: none;
    overflow: hidden;
}

.giveaway-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.giveaway-media > span { font-size: 3rem; }
.giveaway-media b {
    position: absolute;
    top: 12px;
    left: 12px;
    border-radius: 999px;
    background: rgba(255,255,255,.9);
    padding: 7px 11px;
    font-size: .78rem;
}

.giveaway-body {
    padding: 18px;
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 10px;
}

.giveaway-body h3,
.giveaway-body p {
    margin: 0;
    min-width: 0;
}

.giveaway-body h3 a {
    color: inherit;
    text-decoration: none;
}

.giveaway-body p {
    color: rgba(var(--brown-rgb), .72);
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.giveaway-foot {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.giveaway-foot span {
    font-size: .86rem;
    color: rgba(var(--brown-rgb), .66);
}

.trust-strip-after-track {
    margin-top: 0;
}

@media (max-width: 980px) {
    .hero.hero-cms-ready {
        grid-template-columns: 1fr;
        padding-block: 24px 34px;
    }

    .hero-cms-ready .hero-copy {
        padding-inline: 18px;
    }

    .hero-media {
        padding-inline: 18px;
    }

    .feature-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .product-grid,
    .feature-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .giveaway-card {
        grid-template-columns: 1fr;
    }

    .giveaway-media {
        min-height: 210px;
    }

    .hero-image-card,
    .hero-image-card img,
    .hero-image-fallback {
        min-height: 280px;
    }
}

/* =========================================================
   HOME GIVEAWAYS - diseño premium y control de ancho
========================================================= */
.home-giveaways {
    position: relative;
}

.giveaway-showcase {
    display: grid;
    grid-template-columns: minmax(260px, .72fr) minmax(0, 1.28fr);
    gap: 20px;
    align-items: stretch;
    padding: clamp(16px, 2vw, 22px);
    border-radius: 34px;
    background:
        radial-gradient(circle at 12% 15%, rgba(255,255,255,.86), transparent 28%),
        linear-gradient(135deg, rgba(var(--pink-rgb), .35), rgba(var(--cream-rgb), .92) 54%, rgba(var(--gold-rgb), .18));
    border: 1px solid rgba(var(--pink-rgb), .42);
    box-shadow: 0 24px 70px rgba(var(--brown-rgb), .10);
}

.giveaway-showcase-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding: clamp(18px, 3vw, 34px);
    border-radius: 28px;
    background: rgba(255,255,255,.62);
    border: 1px solid rgba(255,255,255,.58);
}

.giveaway-showcase-copy h2 {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.02;
    color: var(--ld-brown, var(--brown, #5A3E2B));
}

.giveaway-showcase-copy p {
    margin: 0;
    color: rgba(var(--brown-rgb), .72);
    line-height: 1.65;
}

.giveaway-showcase .giveaway-grid {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
    gap: 16px;
    align-content: stretch;
}

.giveaway-showcase .giveaway-card {
    min-height: 100%;
}

.home-giveaways .giveaway-grid:has(.giveaway-card:only-child) {
    grid-template-columns: minmax(0, 520px);
    justify-content: center;
}

@media (max-width: 980px) {
    .giveaway-showcase {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .giveaway-showcase {
        padding: 12px;
        border-radius: 26px;
    }

    .giveaway-showcase-copy {
        padding: 18px;
        border-radius: 22px;
    }

    .giveaway-card {
        grid-template-columns: 1fr;
    }

    .giveaway-media {
        min-height: 180px;
    }
}


/* =========================================================
   HOME PUBLIC FINAL FIX - Página principal aislada del admin
   Mantiene CMS + configuración de columnas del carrusel
========================================================= */
.product-showcase,
.home-feature-section,
.home-giveaways,
.how-section,
.track-section,
.trust-strip,
.footer {
    box-sizing: border-box;
}

.product-showcase .section-heading-row,
.home-feature-section .section-heading-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 18px;
    text-align: left;
}

.product-showcase .product-grid {
    display: grid !important;
    grid-template-columns: repeat(var(--product-cols, 3), minmax(0, 1fr)) !important;
    gap: 22px !important;
    align-items: stretch;
}

.home-feature-section .feature-product-grid,
.home-feature-section .home-feature-grid,
.home-best-sellers .feature-product-grid,
.home-best-sellers .home-feature-grid,
.home-most-visited .feature-product-grid,
.home-most-visited .home-feature-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 18px !important;
    align-items: stretch !important;
}

.home-feature-section .product-card,
.product-showcase .product-card {
    min-width: 0;
    height: 100%;
}

.home-feature-section .product-card .product-image {
    height: 190px;
}

.home-feature-section .product-card .product-body p,
.home-feature-section .product-card-compact .product-body p,
.compact-feature-grid .product-card .product-body p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 44px;
}

.home-giveaways .giveaway-showcase {
    display: grid !important;
    grid-template-columns: minmax(280px, .74fr) minmax(0, 1.26fr) !important;
    gap: 20px !important;
    align-items: stretch !important;
}

.home-giveaways .giveaway-showcase-copy {
    min-width: 0;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.home-giveaways .giveaway-grid {
    min-width: 0;
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)) !important;
    gap: 16px !important;
    align-content: stretch !important;
}

.home-giveaways .giveaway-card {
    min-width: 0;
    min-height: 100%;
    display: grid !important;
    grid-template-columns: minmax(130px, .85fr) minmax(0, 1.15fr) !important;
    overflow: hidden;
}

.home-giveaways .giveaway-media {
    min-height: 190px;
}

.home-giveaways .giveaway-grid:has(.giveaway-card:only-child) {
    grid-template-columns: minmax(0, 520px) !important;
    justify-content: center;
}

.hero-image-card video {
    width: 100%;
    height: 100%;
    min-height: 360px;
    object-fit: cover;
    display: block;
}

@media (min-width: 1280px) {
    .home-feature-section .feature-product-grid,
    .home-feature-section .home-feature-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 980px) {
    .product-showcase .section-heading-row,
    .home-feature-section .section-heading-row {
        align-items: stretch;
        flex-direction: column;
    }

    .home-feature-section .feature-product-grid,
    .home-feature-section .home-feature-grid,
    .home-best-sellers .feature-product-grid,
    .home-best-sellers .home-feature-grid,
    .home-most-visited .feature-product-grid,
    .home-most-visited .home-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .home-giveaways .giveaway-showcase {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 640px) {
    .product-showcase .product-grid,
    .home-feature-section .feature-product-grid,
    .home-feature-section .home-feature-grid,
    .home-best-sellers .feature-product-grid,
    .home-best-sellers .home-feature-grid,
    .home-most-visited .feature-product-grid,
    .home-most-visited .home-feature-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .home-feature-section .product-card .product-image {
        height: 150px;
    }

    .home-giveaways .giveaway-card {
        grid-template-columns: 1fr !important;
    }

    .home-giveaways .giveaway-media {
        min-height: 180px;
    }
}
.hero-marketing-card {
    isolation: isolate;
    aspect-ratio: 1 / .92;
    min-height: 360px;
    display: grid;
    place-items: stretch;
}

.hero-marketing-card img,
.hero-marketing-card video,
.hero-marketing-card iframe {
    width: 100%;
    height: 100%;
    min-height: 360px;
    display: block;
    border: 0;
    object-fit: cover;
}

.hero-marketing-card iframe {
    background: #000;
}

.hero-marketing-card.hero-media-type-youtube::after,
.hero-marketing-card.hero-media-type-video::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0,0,0,.04), rgba(var(--brown-rgb), .22));
}

.hero-marketing-caption {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 4;
    display: grid;
    gap: 4px;
    max-width: calc(100% - 36px);
    padding: 14px 16px;
    border-radius: 22px;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(var(--pink-rgb), .38);
    box-shadow: 0 18px 42px rgba(var(--brown-rgb), .14);
    backdrop-filter: blur(14px);
}

.hero-marketing-caption strong {
    color: var(--brown, var(--brown, #5A3E2B));
    font-size: 15px;
    line-height: 1.25;
}

.hero-marketing-caption small {
    color: rgba(var(--brown-rgb), .68);
    font-size: 12px;
    line-height: 1.35;
}

.hero-marketing-card .badge-bottom:has(+ .hero-marketing-caption),
.hero-marketing-card .hero-marketing-caption ~ .badge-bottom {
    bottom: auto;
    top: 72px;
}

@media (max-width: 980px) {
    .hero-marketing-card {
        aspect-ratio: 16 / 10;
        min-height: 300px;
    }

    .hero-marketing-card img,
    .hero-marketing-card video,
    .hero-marketing-card iframe {
        min-height: 300px;
    }
}

@media (max-width: 640px) {
    .hero-marketing-card {
        min-height: 260px;
        border-radius: 26px;
    }

    .hero-marketing-card img,
    .hero-marketing-card video,
    .hero-marketing-card iframe {
        min-height: 260px;
    }

    .hero-marketing-caption {
        left: 12px;
        right: 12px;
        bottom: 12px;
        padding: 12px;
        border-radius: 18px;
    }

    .hero-marketing-card .floating-badge {
        max-width: calc(100% - 24px);
        font-size: 12px;
    }
}
/* =========================================================
   HOME HERO CMS MEDIA - Imagen / GIF / YouTube / Video local
   Pegar al final de public/assets/css/home.css
========================================================= */
.hero-marketing-card {
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: stretch;
    min-height: 380px;
}

.hero-marketing-card > img,
.hero-marketing-card > video,
.hero-marketing-card > iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
    object-fit: cover;
}

.hero-marketing-card > video {
    background: #000;
}

.hero-marketing-card.hero-media-type-youtube > iframe {
    object-fit: initial;
}

.hero-marketing-caption {
    position: absolute;
    z-index: 4;
    left: 22px;
    right: 22px;
    bottom: 22px;
    display: grid;
    gap: 4px;
    padding: 14px 16px;
    border-radius: 22px;
    background: rgba(255,255,255,.88);
    border: 1px solid rgba(var(--pink-rgb), .38);
    box-shadow: 0 16px 36px rgba(var(--brown-rgb), .15);
    backdrop-filter: blur(14px);
}

.hero-marketing-caption strong {
    color: var(--brown, var(--brown, #5A3E2B));
    font-size: 16px;
    line-height: 1.15;
}

.hero-marketing-caption small {
    color: rgba(var(--brown-rgb), .68);
    line-height: 1.35;
}

.hero-marketing-card.image-error > img,
.hero-marketing-card.image-error > video,
.hero-marketing-card.image-error > iframe {
    display: none;
}

.hero-marketing-card.image-error .hero-image-fallback {
    display: grid;
}

@media (max-width: 900px) {
    .hero-marketing-card {
        min-height: 320px;
    }
}

@media (max-width: 520px) {
    .hero-marketing-card {
        min-height: 280px;
        border-radius: 26px;
    }

    .hero-marketing-caption {
        left: 14px;
        right: 14px;
        bottom: 14px;
        border-radius: 18px;
    }
}
/* =========================================================
   HOME HERO MEDIA - iframe/video sin romper diseño actual
   Pegar al final de public/assets/css/home.css
========================================================= */

.hero-promo-card.hero-marketing-card {
    position: relative;
}

.hero-promo-card.hero-marketing-card > iframe,
.hero-promo-card.hero-marketing-card > video,
.hero-promo-card.hero-marketing-card > img {
    width: 100%;
    height: 100%;
    min-height: 360px;
    display: block;
    border: 0;
    border-radius: inherit;
    object-fit: cover;
}

.hero-promo-card.hero-marketing-card > iframe {
    background: #000;
}

.hero-promo-card.hero-media-type-youtube .floating-badge,
.hero-promo-card.hero-media-type-video .floating-badge {
    pointer-events: none;
}

.hero-youtube-fallback {
    position: absolute;
    left: 18px;
    bottom: 18px;
    z-index: 5;
    display: none;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255,255,255,.92);
    color: var(--brown, var(--brown, #5A3E2B));
    font-weight: 900;
    box-shadow: 0 12px 28px rgba(var(--brown-rgb), .14);
}

.hero-media-type-youtube:hover .hero-youtube-fallback {
    display: inline-flex;
}

@media (max-width: 760px) {
    .hero-promo-card.hero-marketing-card > iframe,
    .hero-promo-card.hero-marketing-card > video,
    .hero-promo-card.hero-marketing-card > img {
        min-height: 280px;
    }
}
