@charset 'UTF-8';
@import url('rtve.mod_footer.basics.css');
/** ELEMENTO ACTIVO *****************************/
/************************************************/
.activeLive {outline:0 none;}
/*.activeLive .video_mod .progressBar {bottom:1.6rem;top:auto;}*/
.activeLive .progressBar span {background: #a30950;
	background: -moz-linear-gradient(-30deg, #a30950 0%, #ff4200 100%);
	background: -webkit-linear-gradient(-30deg, #a30950 0%, #ff4200 100%);
	background: linear-gradient(125deg, #a30950 0%, #ff4200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a30950', endColorstr='#ff4200',GradientType=1 );
	}
.activeLive .video_mod.live .auxBox .canal,.activeLive .video_mod.live .ima {opacity:0.5;}
.activeLive .video_mod.live .ima img {filter:blur(0.2rem) grayscale(0.5);}
.activeLive .video_mod.live .auxBox .canal {top:0.8rem;margin-top:0;}


.activeLive .video_mod.live .nexLive,
.activeLive .video_mod.live .maintag,
.activeLive .video_mod.live .butt,
.activeLive .video_mod.live .nowLive .maintitle:before,
.activeLive .video_mod.dir_regular .nowLive *:not(.maintitle) {display:none !important;}
.activeLive .video_mod.dir_regular .nowLive {position:absolute;}
/*.activeLive .video_mod.live .nowLive {bottom:0 !important;height:100% !important;display:flex;flex-direction:column;justify-content:flex-end;}
.activeLive .video_mod.live .nowLive .maintitle {bottom:auto;height:auto !important;width:100%;padding:0 1.2rem;
	text-align:center;font-size:1.7rem;line-height:2.1rem;position:relative;}
.activeLive .video_mod.live .nowLive,.activeLive .video_mod.live .nowLive .maintitle {opacity:0.75;}
.activeLive .video_mod.live .ima:before {opacity:1;}*/


.monoBox .activeLive .video_mod.live .auxBox .canal {width:100%;margin-left:0;left:0;height:calc((56.25*40/100)*1%);padding-top:calc((56.25*40/100)*1%);transform:none;}

/*estado inicial*/
.antspath {display:none;flex-direction:row;align-items:center;justify-content:space-between;
	float:right;position:absolute;width:100%;left:0;top:2.8rem;height:4rem;padding:0 1.2rem 0 0;margin-top:56.25%;}
.antspath:before {content:'Reproduciendo';font:var(--R-500_16);font-weight:400;text-align:left;text-transform:uppercase;letter-spacing:0.67pt;color:#dbcb1b;}
.activeLive .video_mod.live .progressBar {margin-top:calc(56.25% / 2);width:calc(100% - 3.2rem);background:var(--G02);}
.activeLive .video_mod.live .progressBar span {background:#cd0000;}

/*estado activo*/
.activeLive .mod:not(.next_live) .antspath {display:flex;}

.antspath > span {width:0.8rem;height:0.8rem;display:inline-block;background:#fff;opacity:0.1;}



.antspath > span {animation:ant_path 2s infinite;}

.antspath > .path1 {animation-delay:0.25s;}
.antspath > .path2 {animation-delay:0.5s;}
.antspath > .path3 {animation-delay:0.75s;}
.antspath > .path4 {animation-delay:1s;}
.antspath > .path5 {animation-delay:1.25s;}
.antspath > .path6 {animation-delay:1.5s;}
.antspath > .path7 {animation-delay:1.75s;}
.antspath > .path8 {animation-delay:2s;}

@keyframes ant_path {
  0%,100% {opacity:0.1;}
  50% {opacity:1;}
}
