.tv-sat-scope {
    --bg: #0b3f44;
    --card: #ffffff;
    --muted: #f5f6f7;
    --ink: #000;
    --shadow: 0 8px 28px rgba(0, 0, 0, .18);
    --radius: 20px;
    background-color: #1f2223;
}

.tv-sat-scope * {
    box-sizing: border-box;
}

.overlap-content {
    margin-top: -4rem;
}

.tv-sat-scope .tv-sat-banner {
    background: url('/wp-content/uploads/2025/10/tecnologia-banner.jpg') center bottom / cover no-repeat;
    min-height: 335px;
    display: flex;
    align-items: center;
    position: relative;
}

.tv-sat-scope .tv-sat-banner-title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: -4rem;
}

.tv-sat-scope .tv-sat-badge {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow)
}

.tv-sat-scope .tv-sat-title {
    color: #fff;
    font-weight: 800;
    line-height: 1.1;
    font-size: clamp(28px, 4vw, 48px);
    margin: 0;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
}

.tv-sat-scope .tv-sat-vrio-container {
    padding-top: 3rem;
    padding-bottom: 3rem;
    display: block;
}

.tv-sat-scope .tv-sat-vrio-container .tv-sat-vrio-description {
    max-width: 35rem;
    font-weight: 300;
    color: #e1e1e1;
}

.tv-sat-scope .tv-sat-card {
    background: var(--card);
    border-radius: 20px 20px 26px 26px;
    box-shadow: var(--shadow);
    /* padding: 32px 32px 32px; */
    /* margin-top: -64px; */
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem;
}

.tv-sat-scope .tv-sat-card>.row>div:not(:last-child) {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 1rem;
}

.tv-sat-scope .tv-sat-card .tv-sat-card-logo {
    padding-top: 5rem;
    padding-bottom: 2rem;
    /* text-align: center; */
}

.tv-sat-scope .tv-sat-card .tv-sat-card-logo img {
    height: 4rem;
    max-width: 100%;
}

.tv-sat-scope .tv-sat-card .tv-sat-card-description {
    max-width: 30rem;
    margin: 2rem auto 0.5rem;
    min-height: 50.4rem;
    align-content: center;
}

.tv-sat-scope .tv-sat-card>.row>div:last-child {
    padding-top: 2rem;
}

.tv-sat-scope .tv-sat-devices {
    width: 100%;
    max-width: 780px;
    border-radius: 12px;
    display: block
}


.tv-sat-scope .tv-sat-links-outer {
    margin: 0 auto;
}

.tv-sat-scope .tv-sat-links-bar {
    background: #CECECE;
    border-radius: 0 0 20px 20px;
    padding: 18px 24px 18px 2.2rem;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 16px;
}

.tv-sat-scope .tv-sat-links-bar img {
    width: 24px;
    height: 24px;
    display: block;
    margin: 0;
    flex: 0 0 auto
}

.tv-sat-scope .tv-sat-links-wrap {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 0;
}

.tv-sat-scope .tv-sat-link {
    display: inline-block;
    color: var(--ink);
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-weight: 300;
}

.tv-sat-scope .tv-sat-link:hover,
.tv-sat-scope .tv-sat-link:focus {
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.tv-sat-scope .tv-sat-sep {
    display: inline-block;
    margin: 0 18px;
    opacity: .6;
    line-height: 1;
    user-select: none;
    pointer-events: none;
    align-self: center;
    font-weight: 400;
}

@media (max-width:991.98px) {

    .tv-sat-scope .tv-sat-card .tv-sat-card-description {
        min-height: initial;
    }

    .tv-sat-scope .tv-sat-card {
        max-width: 100%;
        /* padding: 24px 24px 16px */
    }

    .tv-sat-scope .tv-sat-card-container>.row>div:nth-child(even) .tv-sat-card {
        background-color: #e1e1e1;
    }

    .tv-sat-scope .tv-sat-links-outer {
        max-width: 100%
    }

    .tv-sat-scope .tv-sat-links-bar {
        max-width: 100%;
        background-color: initial;
    }

    .tv-sat-scope .tv-sat-links-wrap,
    .tv-sat-scope .tv-sat-link {
        display: block;
    }

    .tv-sat-scope .tv-sat-card {
        border-radius: 0;
        margin: 0;
        padding-bottom: 3rem;
    }
}

@media (max-width:480px) {
    .tv-sat-scope .tv-sat-card .tv-sat-card-logo img {
        height: 2.6rem;
    }
    .tv-sat-scope .tv-sat-links-wrap {
        flex-wrap: wrap;
        white-space: normal;
        gap: 8px
    }
}

@media (min-width:1200px) {
    .tv-sat-scope .tv-sat-card .tv-sat-card-description {
        min-height: 40.8rem;
    }
}