@keyframes anim-loading-spinner {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.bloque-plyr {
    position: relative;
    background: no-repeat center center / cover;
}
.bloque-plyr.full-height {
    height: 100vh;
}
.bloque-plyr.full-height iframe, .bloque-plyr.full-height video, .bloque-plyr.full-height .plyr, .bloque-plyr.full-height .plyr__video-wrapper {
    height: 100vh;
}
.bloque-plyr.cover video {
    object-fit: cover;
}
.bloque-plyr .plyr--full-ui input[type=range] {
    color: #e31d1c;
}
.bloque-plyr .plyr__poster {
    background-size: cover;
}
.bloque-plyr .plyr--paused .plyr__poster {
    opacity: 1;
}
.bloque-plyr .plyr__control--overlaid, .bloque-plyr .plyr--video > .plyr__control.plyr__tab-focus, .bloque-plyr .plyr--video > .plyr__control:hover, .bloque-plyr .plyr--video > .plyr__control[aria-expanded=true] {
    background: transparent;
    background-image: url('icon-play.svg');
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    box-shadow: none;
    height: 68px;
    width: 68px;
    top: calc(50% - 25px);
    z-index: 10;
}
.bloque-plyr .plyr__control--overlaid svg, .bloque-plyr .plyr--video > .plyr__control.plyr__tab-focus svg, .bloque-plyr .plyr--video > .plyr__control:hover svg, .bloque-plyr .plyr--video > .plyr__control[aria-expanded=true] svg {
    display: none;
}
.bloque-plyr .volume {
    z-index: 99;
    bottom: 40px;
    right: 50px;
    position: absolute !important;
    box-shadow: none !important;
    background-color: transparent !important;
    top: initial;
}
.bloque-plyr .volume .mute {
    display: none;
}
.bloque-plyr .volume .sound {
    display: block;
}
.bloque-plyr .volume.muted .mute {
    display: block;
}
.bloque-plyr .volume.muted .sound {
    display: none;
}
.video_con_texto .bloque-plyr .plyr__control--overlaid, .video_con_texto .bloque-plyr .plyr--video > .plyr__control.plyr__tab-focus, .video_con_texto .bloque-plyr .plyr--video > .plyr__control:hover, .video_con_texto .bloque-plyr .plyr--video > .plyr__control[aria-expanded=true] {
    top: 22%;
}
.fullscreen{
    position: absolute;
    bottom: 45px;
    z-index: 100;
    right:15px;
}
.bloque-plyr .volume svg{
    max-height: 30px;
    width:auto;
}
.fullscreen svg,
.fullscreen img{
    max-height: 20px;
    width:auto;

}

@media (max-width: 991px) {
    .bloque-plyr .plyr__control--overlaid {
        height: 60px;
        width: 60px;
    }
}
@media (max-width: 767px) {
    .bloque-plyr {
        height: auto;
    }
    .bloque-plyr .plyr__video-wrapper {
        min-height: 400px;
    }
    .bloque-plyr .plyr__control--overlaid {
        margin-left: 40px;
    }
    .bloque-plyr .plyr__poster {
        background-size: cover;
        background-position: center;
    }
}
