.grid:not(.listas) .gridBox .mod:not(.no_ima) .mediaBox > a:after,
.noticias .mediaBox.photoBox:after, .rtve .mediaBox.photoBox:after,
.totem .ima:after,
.grid .gridBox .mod .mediaBox:after {
	content: none!important;
}

.controlBox .ico img {
	background: url('https://img.rtve.es/css/rtve.2019/rtve.commons/rtve.modules/rtve.slides/i/arrowL_000000.svg') no-repeat center center / auto 100%;
    height: 80px;
}

.controlBox .ico.next_  img {
	background: url('https://img.rtve.es/css/rtve.2019/rtve.commons/rtve.modules/rtve.slides/i/arrowR_000000.svg') no-repeat center center / auto 100%;
}

.arrays .gridBox .topBox .cell .ico.play {
	bottom: 0;
}

.gridBox > .cell figure.mediaBox .ima:after,
.arrays .gridBox .topBox .cell .ico.play img {
	background: url('https://css.rtve.es/css/rtve.2021/i/rtve-icons.svg/rtve-icon_playAudio_circulo.svg') no-repeat center center;
	bottom: 4px;
    left: 1px;
}

.arrays .arrow {
	background: none;
}

.container.striplayer:not([data-tipo="mod_collection"]) .controlBox .ico img {
	background: url('https://img.rtve.es/css/rtve.2019/rtve.commons/rtve.modules/rtve.slides/i/arrowL_ffffff.svg') no-repeat center center / auto 100%;
    height: 80px;
}

.container.striplayer:not([data-tipo="mod_collection"]) .controlBox .ico.next_  img {
	background: url('https://img.rtve.es/css/rtve.2019/rtve.commons/rtve.modules/rtve.slides/i/arrowR_ffffff.svg') no-repeat center center / auto 100%;
}

.container.striplayer.linksBox {
	background: rgb(154,34,61);
	background: -moz-linear-gradient(left, rgba(154,34,61,1) 47%, rgba(252,2,2,1) 100%);
	background: -webkit-linear-gradient(left, rgba(154,34,61,1) 47%,rgba(252,2,2,1) 100%);
	background: linear-gradient(to right, rgba(154,34,61,1) 47%,rgba(252,2,2,1) 100%);
}

.container.striplayer.linksBox .secBox {
	text-align: center;
}

.container.striplayer.linksBox .secBox span {
	font-size: 25px;
	color: white;
	margin: 15px auto;
	display: block;
	text-transform: capitalize;
}


/* cintillos radio 4 */
.striplayer >.grid > h2 span {color: #fff;}

.container.aixiBox > section > .secBox:before, .container.aixiBox > .secBox:before,
.container.nomesBox > section > .secBox:before, .container.nomesBox > .secBox:before,
.container.hieraBox > section > .secBox:before, .container.hieraBox > .secBox:before,
.container.nostraBox > section > .secBox:before, .container.nostraBox > .secBox:before
 {font-size:3rem;padding-left:5rem;}

.container.aixiBox > .secBox:before,
.container.aixiBox > section > .secBox:before {content:'';background:url("https://css.rtve.es/css/rtve.2026.radio/radio4-50anys-2026/i/aixi.png");background-repeat: no-repeat;background-size: contain;}
.container.striplayer.aixiBox > .secBox:before,
.container.striplayer.aixiBox > section > .secBox:before {content:'';background:url("https://css.rtve.es/css/rtve.2026.radio/radio4-50anys-2026/i/aixi-w.png");background-repeat: no-repeat;background-size: contain;}

.container.nomesBox > .secBox:before,
.container.nomesBox > section > .secBox:before {content:'';background:url("https://css.rtve.es/css/rtve.2026.radio/radio4-50anys-2026/i/nomes.png");background-repeat: no-repeat;background-size: contain;}
.container.striplayer.nomesBox > .secBox:before,
.container.striplayer.nomesBox > section > .secBox:before {content:'';background:url("https://css.rtve.es/css/rtve.2026.radio/radio4-50anys-2026/i/nomes-w.png");background-repeat: no-repeat;background-size: contain;}

.container.hieraBox > .secBox:before,
.container.hieraBox > section > .secBox:before {content:'';background:url("https://css.rtve.es/css/rtve.2026.radio/radio4-50anys-2026/i/hiera.png");background-repeat: no-repeat;background-size: contain;}
.container.striplayer.hieraBox > .secBox:before,
.container.striplayer.hieraBox > section > .secBox:before {content:'';background:url("https://css.rtve.es/css/rtve.2026.radio/radio4-50anys-2026/i/hiera-w.png");background-repeat: no-repeat;background-size: contain;}

.container.nostraBox > .secBox:before,
.container.nostraBox > section > .secBox:before {content:'';background:url("https://css.rtve.es/css/rtve.2026.radio/radio4-50anys-2026/i/nostra.png");background-repeat: no-repeat;background-size: contain;}
.container.striplayer.nostraBox > .secBox:before,
.container.striplayer.nostraBox > section > .secBox:before {content:'';background:url("https://css.rtve.es/css/rtve.2026.radio/radio4-50anys-2026/i/nostra-w.png");background-repeat: no-repeat;background-size: contain;}

.container.aixiBox > section > .secBox span, .container.aixiBox > .secBox span,
.container.nomesBox > section > .secBox span, .container.nomesBox > .secBox span,
.container.hieraBox > section > .secBox span, .container.hieraBox > .secBox span,
.container.nostraBox > section > .secBox span, .container.nostraBox > .secBox span
 {font-size: 3rem;font-family: 'Roboto', 'Arial', sans-serif;}



@media (min-width: 1024px) {
	.container.striplayer.linksBox .grid {
		width: 85rem;
		min-width: 85rem;
	}

	.container.striplayer.linksBox .mediaBox > .ima {
		background: transparent;
	}

	.container.striplayer.linksBox img {
		border-radius: 20px;
	}

	.container.striplayer.linksBox .txtBox h3 a {
		text-align: center;
	}

	.container.striplayer.linksBox .txtBox h3 a span {
		font-size: 20px;
	}

	.container.striplayer.linksBox .gridBox	{
		gap: 40px;
	}
}

@media (max-width: 1024px) {
	.container.striplayer.linksBox .grid {
		width: inherit;
		min-width: inherit;
	}

	.container.striplayer.linksBox section:not(.arrays) .secBox {
		position: relative;
	}

	.container.gridLayout section:not(.arrays) .secBox {
		position: relative;
	}
.arrays .cell .pretitle, .gointo .grid > h1, .secBox{color:#333;}
.container.striplayer.newRtveplayradioBox .secBox a span {color: #494847;}
.container.aixiBox > section > .secBox span, .container.aixiBox > .secBox span,
.container.nomesBox > section > .secBox span, .container.nomesBox > .secBox span,
.container.hieraBox > section > .secBox span, .container.hieraBox > .secBox span,
.container.nostraBox > section > .secBox span, .container.nostraBox > .secBox span
 {font-family: 'Roboto', 'Arial', sans-serif;font-size: 2.2rem;line-height: 2.6rem;text-transform: uppercase;letter-spacing: 1pt;}

}


