﻿body {
    background-color: black;
}

.ContenedorFullEscreen {
}

.ContenedorShort {
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-inline: auto;
    margin-block: auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    height: 100%;
    pointer-events: none;
    text-align: center;
}

    .ContenedorShort img {
        margin-right: auto;
        margin-left: auto;
        margin-top: auto;
        margin-bottom: auto;
        margin-inline: auto;
        margin-block: auto;
        position: relative;
        box-sizing: border-box;
        height: 100%;
        object-fit: cover;
        pointer-events: all;
    }

    .ContenedorShort iframe {
        position: absolute;
        height: 200%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin-inline: auto;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: auto;
        margin-left: auto;
    }

.Contenedor11 {
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-inline: auto;
    margin-block: auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    width: auto;
    height: calc(100vw);
    object-fit: cover;
    pointer-events: none;
    text-align: center;
}

    .Contenedor11 img {
        margin-right: auto;
        margin-left: auto;
        margin-top: auto;
        margin-bottom: auto;
        margin-inline: auto;
        margin-block: auto;
        position: relative;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        object-fit: cover;
        pointer-events: all;
    }

    .Contenedor11 iframe {
        position: absolute;
        height: 200%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin-inline: auto;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: auto;
        margin-left: auto;
    }

.Contenedor169 {
    margin-right: auto;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
    margin-inline: auto;
    margin-block: auto;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    /*height: 100%;*/
    pointer-events: none;
}

    .Contenedor169 img {
        margin-right: auto;
        margin-left: auto;
        margin-top: auto;
        margin-bottom: auto;
        margin-inline: auto;
        margin-block: auto;
        position: relative;
        box-sizing: border-box;
        /*width: 100%;*/
        height: 100%;
        pointer-events: all;
    }

    .Contenedor169 iframe {
        position: absolute;
        height: 200%;
        width: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin-inline: auto;
        margin-top: auto;
        margin-bottom: auto;
        margin-right: auto;
        margin-left: auto;
    }


.video-controls {
    position: absolute;
    bottom: 5px;
    opacity: 0.0;
    height: 40px;
    width: 100%;
    transition: opacity 0.5s ease;
}

    .video-controls:hover {
        opacity: 0.9;
    }

    .video-controls button {
        aspect-ratio: 1/1;
        max-height: 100%;
    }

    .video-controls .PlayerRange {
        margin-top: 0.6rem !important;
    }

.PlayerRange::-webkit-slider-thumb {
    background: #ffffff;
}

.PlayerRange::-webkit-slider-runnable-track {
    background: #1e2125;
}

.PlayerRange::-moz-range-thumb {
    background: #ffffff;
}

.PlayerRange::-moz-range-track {
    background: #1e2125;
}

.video-controls .Rate {
    max-height: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

    .video-controls .Rate ul {
        
    }

.Rate .dropdown-menu {

    min-width: 110px;
    max-width: 110px;
    width:110px;
    background-color: #000000;
    opacity:0.8;
    padding-top:0px;

}

.Rate li {
    margin: 5px 0;
}

    .Rate li a {
        display: block;
        padding: 8px 12px;
        text-decoration: none;
        color: #ffffff;
        font-weight: 500;
        border-radius: 4px;
        transition: background-color 0.3s ease, color 0.3s ease;
    }

        .Rate li a:hover {
            background-color: #808080;
            color: #fff;
        }

.RateTitle {

    margin-top:0px;
    padding-top:0px;
    background-color:rgba(255, 255, 255, 0.1);
    color:white;
    text-align:center;

}



.video-controls .Rate button::after {
    display: none; /* oculta la flecha */
}

.volume-slider {
    position: absolute;
    z-index: 1000;
    bottom: 54px;
    left: -30px;
    width: 20px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    appearance: none;
    background: rgba(255, 255, 255, 0.1);
}

    .volume-slider input[type=range] {
        writing-mode: bt-lr;
        -webkit-appearance: slider-vertical;
        width: 8px;
        height: 80px;
    }

.BtnMute {
    width: 30px;
    aspect-ratio: 1/1;
    position: absolute;
    z-index: 1000;
    bottom: -32px;
    left: -5px;
}

.overlay-icon {
    z-index:100;
    position: absolute;
    top: 10px;
    left: 90%;
    width: 10%;
    height: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 55px;
    color: white;
    opacity: 0;
    
}

.start-icon {
    z-index: 100;
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    color: #808080;
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 1.0);
    font-size: 75px;
}


.overlay-icon.animate {
    animation: videoIconAnim 0.45s ease;
}

@keyframes videoIconAnim {

    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    40% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.15);
    }
}
