section.panelDetalle {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(80, 83, 90, .6);
    z-index: 99999;
    opacity: 1;
    width: 100%;

    display: flex;
    align-items: center;
}

.drawerModal {
    width: 560px;
    position: absolute;
    height: 100%;
    right: 0;
    background-color: #FFF;
    box-shadow: -5px 0 6px rgba(0, 0, 0, .16);
    transform: translateX(100%);
    transition: transform .7s;
}

.drawerModal.showModal {
    transform: translateX(0);

}

.headCont {
    /*height: 60px;*/
    display: flex;
    align-items: center;
    background-color: #F8F8F8;
    justify-content: center;
    color: #313235;
    font-size: 22px;
    border-bottom: 1px solid #B6B7B7;
    height:103px;
}

#subt span{
    /*display: flex;*/
    align-items: center;
    text-align: center;
    font-weight: normal;
    /* Azul-Oscuro/700 */
    color: #313235;
    font-family: Telefonica;
    margin-left: 10px;
    
}

.panelDetalle span.icono-cierre {
    right: 15px;
    top: 15px;
    position: absolute;
    cursor: pointer;
}

@media (min-width:376px) and (max-width: 768px) {
    .drawContent {
        font-size: 14px;
        /*margin: 30px 10px 10px;*/
    }

    .showLater.sidebar-open div#sidebar-mobile {
        z-index: 0; 
    }

    .showLater {
        overflow: hidden;
    }

    .drawerModal {
        width: 100% !important;
        height: 87%;
        bottom: 0;
        padding: 0;
        transform: translateY(100%);
    }

    .drawerModal.showModal {
        transform: translateY(0);
    }

    .drawerModal {
        transform: translateX(-100%);
        right: initial;
        left: 0;
        height: 100%;
        padding: 0;
        width: 100% !important;
    }

    .drawerModal.showModal {
        transform: translateX(0);
        
    }

    .headCont {
        height: 60px;
        display: flex;
        align-items: center;
        background-color: #F8F8F8;
        justify-content: center;
        color: #313235;
        font-size: 22px;
        border-bottom: 1px solid #B6B7B7;
        font-family: telefonica;
    }

    .icono-cierre:before {
        color: #FFFFFF;
        font-size: 25px;
    }

    .panelDetalle span.icono-cierre {
        top: 13px;
        left: 13px;
        right: unset;
    }

    .verDetalleDecoHDR .headCont,
    .verCanal .headCont {
        margin: 0 -28px;
        position: fixed;
        width: 100%;
        background-color: #F8F8F8;
        box-shadow: 0 3px 6px rgba(0,0,0, .16);
        color: #00A9E0;
        font-size: 22px;
        justify-content: center;
        padding: 0;
        z-index: 99;
    }
}
@media (max-width:375px){
 
    .showLater.sidebar-open div#sidebar-mobile {
        z-index: 0; 
    }

    .showLater {
        overflow: hidden;
    }

    .drawerModal {
        width: 100% !important;
        height: 87%;
        bottom: 0;
        padding: 0;
        transform: translateX(100%);
    }

    .drawerModal.showModal {
        transform: translateX(0);
    }

    .drawerModal {
        transform: translateX(100%);
        right: initial;
        left: 0;
        height: 100%;
        padding: 0;
        width: 100% !important;
    }

    .drawerModal.showModal {
        transform: translateX(0);
        
    }

    .headCont {
        height: 60px;
        display: flex;
        align-items: center;
        background-color: #F8F8F8;
        justify-content: center;
        color: #313235;
        font-size: 22px;
        border-bottom: 1px solid #B6B7B7;
        font-family: telefonica;
    }

    .icono-cierre:before {
        color: #FFFFFF;
        font-size: 25px;
    }

    .panelDetalle span.icono-cierre {
        top: 13px;
        left: 13px;
        right: unset;
    }

    .verDetalleDecoHDR .headCont,
    .verCanal .headCont {
        margin: 0 -28px;
        position: fixed;
        width: 100%;
        background-color: #F8F8F8;
        box-shadow: 0 3px 6px rgba(0,0,0, .16);
        color: #00A9E0;
        font-size: 22px;
        justify-content: center;
        padding: 0;
        z-index: 99;
    }
   
}



@media (min-width: 993px) and (max-width: 4000px) {

}



