@font-face {
	font-family: 'CPCompany2';
	src: url('../font/cpcompany-black_0.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'CPCompany2';
	src: url('../font/cpcompany-light.otf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'CPCompany2';
	src: url('../font/cpcompany-regular.otf') format('truetype');
	font-weight: 400;
	font-style: normal;
}

.contenedor-slide-radio{
	width: 100%;
	background: linear-gradient(to bottom right, #00579E, #4FC1E9);
	float: left;
}

.padre-slide-radio, .contenedor-logo-slide-radio, .radio-play2, .contenedor-texto-hora, .contenedor-hora, .contenedor-hora-separador, .contenedor-texto-noticia{
	float: left;
	width: 100%;
	text-align: center;
}

.padre-logo-slide-radio{
	text-align: center;
	margin-top: 25px;
	margin-bottom: 15px !important;
}

.padre-logo-slide-radio img{
	width: 225px;
}

.radio-play2{
	z-index: 222;
	width: 100%;
	text-align: center;
	align-content: initial;
	margin-top: 21px;
	margin-bottom: 25px !important;
}

.radio-play2 main{
	width: 105px;
	text-align: center;
	align-content: center;
	height: 105px;
	margin: 0px auto;
	border-width: 6px;
	border-style: solid;
	border-color: white;
	border-image: initial;
	border-radius: 50%;
}

.radio-play2 main .play-icon2{
	transition: all 250ms ease;
	width: 45px;
	height: 45px;
	position: relative;
	-webkit-clip-path: polygon(0% 0%, 100% 50%, 100% 50%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 50%, 100% 50%, 0% 100%);
	user-select: none;
	cursor: pointer;
	will-change: clip-path;
	transform: translateZ(0px);
	text-align: center;
	align-content: center;
	display: inline-flex;
	margin-top: 24px;
	margin-left: 12px;
	overflow: hidden;
	padding: 0px;
}

.radio-play2 main .play-icon2::before, .radio-play2 main .play-icon2::after{
	background-color: white;
	display: block;
	content: "";
	height: 100%;
	width: 50%;
	transition: all 250ms ease;
}

.radio-play2 main:hover .play-icon2::before, .radio-play2 main:hover .play-icon2::after{
	background-color: #A7E0F4;
}

.radio-play2 main .play-icon2.pause{
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.radio-play2 main .play-icon2.pause::after, .radio-play2 main .play-icon2.pause::before{
	width: 15px;
	margin-right: 4px;
}

.padre-texto-hora{
	color: white;
	font-size: 17px;
	font-family: "Montserrat";
	font-weight: 700;
}

.contenedor-texto-noticia{
	color: #A6DFF3;
	font-size: 16px;
	font-family: "Montserrat";
	font-weight: 400;
}

.padre-hora .hora-actual{
	color: white;
	font-size: 63px;
	font-family: "CPCompany2";
	font-weight: 700;
	line-height: 63px;
	width: calc(100% - 80px);
	float: left;
	height: 63px;
}

.hora-separador{
	width: 64px;
	height: 2px;
	background: #A6DFF3;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px !important;	
}

.flecha-hora{
	position: relative;
	height: 40px;
	width: 40px;
	float: left;
	border-radius: 50%;
	border: 1px solid white;
	margin-top: 15px;
}

.derecha{
	right: 10px;
}

.izquierda{
	left: 10px;
}

.flechas{
	height: 14px;
	width: 14px;
	margin-left: 12px;
	margin-top: 12px;
}

.contenedor-texto-noticia{
	margin-bottom: 18px !important;
}

.flecha-derecha{
	background-image: url("../img/flecha.png");
	transition: none;
}

.flecha-izquierda{
	background-image: url("../img/flecha.png");
	background-position-x: 14px; 
	transition: none;
}

.derecha:hover .flecha-derecha{
	background-image: url("../img/flecha.png");
	background-position-y: 14px;
	transition: none;
}

.izquierda:hover .flecha-izquierda{
	background-image: url("../img/flecha.png");
	background-position-x: 14px; 
	background-position-y: 14px;
	transition: none;
}

.link-siguiente, .link-anterior{
	cursor: pointer;
}

@media (min-width: 768px) and (max-width: 1018px){
	.flecha-hora{
		width: 30px;
		height: 30px;
		margin-top: 19px;
	}

	.flechas{
		margin-left: 6px;
		margin-top: 7px;
	}

	.padre-hora .hora-actual{
		font-size: 50px;
		width: calc(100% - 60px);
	}
}