/*==================================================
    LA TOXICA RADIO
    NUESTRA BARRA
    ESTILO PREMIUM COMPACTO
==================================================*/


/*==================================================
    SECCION
==================================================*/

.program-section {
    width: 100%;
    margin: 8px 0 0;
    padding: 4px 0 8px;
    box-sizing: border-box;
}


/*==================================================
    HEADER
==================================================*/

.program-header {
    width: 100%;
    margin: 0;
    padding: 0 10px 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.program-header h2 {
    margin: 0;
    padding: 0;
    color: #FFFFFF !important;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.program-header::after {
    content: "DESLIZA";
    color: rgba(255, 255, 255, 0.45);
    font-size: 5px;
    font-weight: 800;
    letter-spacing: 0.6px;
}


/*==================================================
    CARRUSEL
==================================================*/

.program-carousel {
    width: 100%;
    margin: 0;
    padding: 0 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 9px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    box-sizing: border-box;
}

.program-carousel::-webkit-scrollbar {
    display: none;
}


/*==================================================
    TARJETA
==================================================*/

.program-card {
    position: relative;
    flex: 0 0 82%;
    width: 82%;
    min-width: 82%;
    max-width: 82%;
    height: 112px;
    min-height: 112px;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    background: #081526;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    scroll-snap-align: start;
    box-sizing: border-box;
}


/*==================================================
    ACENTO LATERAL
==================================================*/

.program-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #FFD400;
    z-index: 5;
}


/*==================================================
    IMAGEN
==================================================*/

.program-card-image {
    position: relative;
    flex: 0 0 37%;
    width: 37%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #050505;
    border: 0;
    box-sizing: border-box;
}


/*==================================================
    IMAGEN REAL
==================================================*/

.program-card-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
    border: 0;
}


/*==================================================
    INFORMACION
==================================================*/

.program-card-info {
    position: relative;
    flex: 0 0 63%;
    width: 63%;
    height: 100%;
    margin: 0;
    padding: 13px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background: #081526;
    box-sizing: border-box;
}


/*==================================================
    HORA
==================================================*/

.program-card-time {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
    color: #FFD400 !important;
    font-size: 6px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    text-align: left;
}


/*==================================================
    TITULO
==================================================*/

.program-card-title {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    padding: 0;
    color: #FFFFFF !important;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.1px;
    text-transform: uppercase;
    text-align: left;
}


/*==================================================
    DESCRIPCION
==================================================*/

.program-card-description {
    display: block !important;
    width: 100%;
    margin: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.55) !important;
    font-size: 6px;
    font-weight: 500;
    line-height: 1.25;
    text-align: left;
}


/*==================================================
    INDICADOR EN VIVO
==================================================*/

.program-card-live-label {
    position: absolute;
    top: 7px;
    left: 7px;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 3px 5px;
    color: #111111 !important;
    background: #FFD400;
    border-radius: 2px;
    font-size: 5px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.2px;
    box-shadow: none;
}


/*==================================================
    DESACTIVAR EFECTOS ANTERIORES
==================================================*/

.program-card-live .program-card-image {
    animation: none !important;
}


/*==================================================
    PANTALLAS PEQUENAS
==================================================*/

@media (max-width: 360px) {

    .program-card {
        flex-basis: 86%;
        width: 86%;
        min-width: 86%;
        max-width: 86%;
        height: 104px;
        min-height: 104px;
    }

    .program-card-image {
        flex-basis: 38%;
        width: 38%;
    }

    .program-card-info {
        flex-basis: 62%;
        width: 62%;
        padding: 10px;
    }

    .program-card-title {
        font-size: 11px;
    }

    .program-card-description {
        font-size: 5.5px;
    }

}


/*==================================================
    MOVILES GRANDES
==================================================*/

@media (min-width: 400px) and (max-width: 767px) {

    .program-card {
        flex-basis: 78%;
        width: 78%;
        min-width: 78%;
        max-width: 78%;
        height: 116px;
        min-height: 116px;
    }

    .program-card-title {
        font-size: 13px;
    }

    .program-card-description {
        font-size: 6.5px;
    }

}


/*==================================================
    TABLET
==================================================*/

@media (min-width: 768px) {

    .program-card {
        flex-basis: 65%;
        width: 65%;
        min-width: 65%;
        max-width: 65%;
        height: 125px;
        min-height: 125px;
    }

    .program-card-title {
        font-size: 15px;
    }

    .program-card-description {
        font-size: 7px;
    }

}