/*@import url('https://fonts.googleapis.com/css?family=Lato:400,900');*/

body {
    align-items: center;
    font-family: 'Lato',sans-serif;
    background-color: #272b30;
    color: white;
}

.form-checkout {
    width: 100%;
    max-width: 630px;
    padding: 0px;
    margin: auto;
}

.hul li a:hover {
    color: red;
}

.line {
    display: flex;
    min-width: 1px;
    min-height: 1px;
    margin: auto;
    background-color: white;
    width: 100%;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 1.5rem;
}

.item {
    flex-basis: 100%;
    text-align: center;
}

.text-grey {
    color: #6c757d !important;
}

/* ===== Lineup de canales — patrón DirecTV (círculo blanco sobre bg-light) ===== */
.channels-section {
    margin-bottom: 2.5rem;
}
.channels-section-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 1.25rem 0;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}
.channels-count {
    display: inline-block;
    background: #e5e5e5;
    color: #555;
    font-size: 0.72rem;
    font-weight: 500;
    padding: 0.18rem 0.6rem;
    border-radius: 999px;
    line-height: 1.4;
}
.channels-lang-title {
    color: #1a1a1a;
    font-weight: 700;
    margin: 1.5rem 0 1rem 0;
}
.channels-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(95px, 1fr));
    gap: 14px;
    width: 100%;
    box-sizing: border-box;
}
.channel-logo {
    width: 100%;
    aspect-ratio: 1 / 1;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16%;
    margin: 0;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    transition: transform .18s ease, box-shadow .18s ease;
    cursor: default;
}
.channel-logo:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
    z-index: 1;
}
/* Variante para logos predominantemente blancos (detectado automáticamente) */
.channel-logo--dark {
    background: #1a1a1a;
    border-color: #2a2a2a;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.channel-logo--dark:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
}
/* Variante con extra padding — logos cuadrados que llenan el lienzo
   sin margen transparente natural (ABC, MLB, GSN, History, etc.) */
.channel-logo--padded {
    padding: 22%;
}
@media (max-width: 768px) {
    .channel-logo--padded {
        padding: 19%;
    }
}
.channel-logo > img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0;
}

.video-background {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
}

.btn-main {
    display: inline-block;
    line-height: 1.8;
    vertical-align: middle;
    padding: .375rem .75rem;
    /*border-width: medium;
    border-radius: 0;
    font-size: .5rem;*/
    background-color: #FA4616;
    font-size: 1rem;
    color: white !important;
}

.btn-login {
    border-width: medium;
    border-radius: 0;
    font-size: .5rem;
    /*background-color: #FA4616;*/
    background-color: transparent !important;
    font-size: 1rem;
    color: white
}

.pricing-content, li {
    color: #272b30 !important;
}

.video-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#video {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
    z-index: -1000;
}

video {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
    background: url('') no-repeat;
    background-size: cover;
    transition: 1s opacity;
}

.logo {
    width: 32px;
}

.caption h1{
    font-size: 3rem;
    letter-spacing: .15rem;
    padding-bottom: .5rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 768px){
    .logo {
        width: 40px;
    }
    body {
        font-family: 'Lato',sans-serif;
        /*background-color: #fafbfe !important;*/
    }

    .line {
        display: flex;
        min-width: 1px;
        min-height: 1px;
        margin: auto;
        background-color: white;
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 1rem;
    }

    .channels-grid {
        grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
        gap: 10px;
    }
    .channels-section-title {
        font-size: 1.05rem;
    }
    .channel-logo {
        padding: 14%;
    }

    .caption {
        position: absolute;
        top: 20%;
        width: 100%;
        color: white;
    }

    .caption h1{
        font-size: 4rem;
        letter-spacing: .15rem;
        padding-bottom: .5rem;
    }
    .caption h3{
        font-size: 1.1rem;
        padding-bottom: 1.2rem;
    }
    .btn-lg {
        border-radius: 0;
        font-size: 1rem;
        padding: .5rem 1rem;
    }
    .shadow-sm-none {
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
    }
}

@media (max-width: 1200px) {
    .css-bm0ec9 {
        border-radius: 0 6px 6px 6px;
    }

    .caption {
        position: absolute;
        top: 20%;
        width: 100%;
        color: white;
    }

    .caption h1 {
        font-size: 2rem;
        font-weight: 900;
        letter-spacing: .2rem;
        text-shadow: .1rem .1rem .8rem black;
        padding-bottom: 1rem;
    }

    .caption h3 {
        font-size: 1rem;
        text-shadow: .1rem .1rem .5rem black;
        padding-bottom: 1.6rem;
    }

}

@media (min-width: 576px) {
    .h-sm-100 {
        height: 100%;
    }

    .caption {
        position: absolute;
        top: 20%;
        width: 100%;
        color: white;
    }

    .caption h1 {
        font-size: 4rem;
        font-weight: 900;
        letter-spacing: .2rem;
        text-shadow: .1rem .1rem .8rem black;
        padding-bottom: 1rem;
    }

    .caption h3 {
        font-size: 2rem;
        text-shadow: .1rem .1rem .5rem black;
        padding-bottom: 1.6rem;
    }


    #appmenu li {
        width: 100%;
    }
}

/* SLIDER CSS */

.slider {
    background: transparent;
    height: 48px;
    margin: auto;
    overflow: hidden;
    position: relative;
    /*width: 1140px;*/
    width: 100%;
}

.slider::before, .slider::after {
    background: linear-gradient(to right, #000 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100%;
    position: absolute;
    width: 50px;
    z-index: 2;
}

.slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    animation: scroll 80s linear infinite;
    display: flex;
    width: calc(350px * 18);

}

.slider .slide-track:hover {
    /*animation-play-state: paused;*/
}

.slider .slide {
    height: 250px;
    width: 250px;
}


.slide:nth-child(1), .slide:nth-child(10) {
    background-color: yellow;
}

.slide:nth-child(2), .slide:nth-child(11) {
    background-color: coral;
}

.slide:nth-child(3), .slide:nth-child(12) {
    background-color: blue;
}

.slide:nth-child(4), .slide:nth-child(13) {
    background-color: red;
}

.slide:nth-child(5), .slide:nth-child(14) {
    background-color: orange;
}

.slide:nth-child(6), .slide:nth-child(15) {
    background-color: purple;
}

.slide:nth-child(7), .slide:nth-child(16) {
    background-color: pink;
}

.slide:nth-child(8), .slide:nth-child(17) {
    background-color: navy;
}

.slide:nth-child(9), .slide:nth-child(18) {
    background-color: lime;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 9));
    }
}