﻿.Deshabilitado {
    pointer-events: none;
    opacity: 0.3;
}
.AreaTitulo {
    padding-top: 15px;
    padding-bottom: 5px;
}
.AreaTexto {
    /*height: calc(100vh - 255px);*/
    height: var(--app-height);
    overflow: auto;
    margin-bottom: 15px;
    padding-right: 15px;
}
#areaConfigTouch {
    width: 100%;
    height: 100%;
    /*background-color: red;*/
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.AreaReproductor {
    position: relative;
}
#CajaReproductor {
    background-color: var(--Naranja1);
    border-radius: 10px;
    padding: 5px;
    height: 70px;
}
#TiemposReproductor {
    position: absolute;
    width: 100%;
    top: -10px;
}
/*******ICONOS*******/
    .icReproductor {
    border: none;
    background-color: transparent;
    width: 55px;
    height: 55px;
    padding: 5px;
    cursor: pointer;
}
    .icReproductor:hover {
        opacity: 0.7;
    }
.icSmol {
    width: 50px;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 15px;
    position: relative;
}
.botonesParalelo {
    margin-left: auto;
    margin-right: 23px;
    color:white;
}
.ajustesParalelo {
    border: 3px solid white;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    font-size: 20px;
    text-align: center;
    padding-top: 3px;
}
    .ajustesParalelo svg {
    margin-right:0px !important;
    }
    /***Barra de tiempo****/
    #TimeBar {
        display: grid;
        width: 100%;
        height: 40px;
        position: relative;
        top: 0;
        left: 0;
        /* background-color: rgba(0, 0, 0, .5); */
        touch-action: none;
        -webkit-user-select: none;
        -webkit-tap-highlight-color: transparent;
    }
.timeInfo {
    position: absolute;
    z-index: 999;
    background-color: lightgray;
    padding: 5px;
    top: -35px;
    border-radius: 5px;
    display: none;
}
#barraProgreso {
    width: calc(100%);
    display: none;
    background-color: orangered;
}
#barraFondo {
    width: calc(100%);
    opacity: .5;
    box-shadow: none;
    background-color: lightgray;
}
#clickBar {
    width: calc(100%);
    background-color: transparent;
    box-shadow: none;
    cursor: pointer;
    height: 30px;
    top: 10px;
}
#btnSlider {
    position: absolute;
    top: 50%;
    left: 93.25%;
    margin: -15px auto;
    border-radius: 25px;
    cursor: pointer;
    display: none;
}
.bar {
    position: absolute;
    top: 50%;
    margin: -5px auto;
    height: 10px;
    background-color: var(--colorFuenteB);
    box-shadow: 1px 1px 2px rgb(0 0 0 / 33%);
}
/*****Visualizacion****/
.formatoMini {
    display: none;
}

.formatoGrande {
    display: block;
}
@media (max-width: 992px) {
    .formatoMini {
        display: block;
    }
    .ParaleloAlineacion {
        display: none !important;
    }
    .formatoGrande {
        display: none;
    }
}




@media (pointer:none) {
    /* width */
    ::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    ::-webkit-scrollbar-thumb {
        background: #888;
    }

        /* Handle on hover */
        ::-webkit-scrollbar-thumb:hover {
            background: #555;
        }
}
