.contenedor-quote{
	width: 320px;
	padding-left: 15px;
	padding-right: 15px;
}

.contenedor-se-dijo, .contenedor-frase-play, .contenedor-fecha-frase{
	float: left;
	width: 100%;
}

.contenedor-quote .td-block-title-wrap{
	position: relative;
}

.contenedor-quote .td-block-title-wrap .block-title{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1;
	margin-top: 0;
	margin-bottom: 26px;
	border-bottom: 2px solid #222222;
	border-color: transparent !important;
}

.contenedor-quote .td-block-title-wrap .block-title .iso{
	line-height: 17px;
	display: inline-block;
	padding: 7px 12px 4px;
	background: url(https://dev.radionihuil.com.ar/wp-content/uploads/page/isologo.svg) !important;
	width: 34px !important;
	height: 39px !important;
	top: 13px;
	position: relative;
}

.contenedor-quote .td-block-title-wrap .block-title .vortex{
	line-height: 17px;
	display: inline-block;
	padding: 7px 12px 4px;
	background: transparent !important;
	font-size: 28px;
	text-transform: uppercase;
	font-family: Montserrat !important;
	font-weight: 800;
	border-left: 1px solid #AEAEAE;
	margin-left: 10px;
	color: #AEAEAE;
}

.contenedor-frase-play .padre-play-frase main{
	width: 70px;
	text-align: center;
	align-content: center;
	margin: 0 auto;
	height: 70px;
	border: 4px solid rgb(201,201,201);
	border-radius: 50%;
	display: block;
	float: left;
	margin-right: 25px;
}

.contenedor-frase-play .padre-play-frase main .play-icon{
	width: 30px;
	height: 32px;
	padding: 0px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	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%);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	will-change: clip-path;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	text-align: center;
	align-content: center;
	display: inline-flex;
	margin-top: 15px;
	margin-left: 9px;
	padding: 0px;
	transition: all 250ms ease;
}

.contenedor-frase-play .padre-play-frase main .play-icon.pause{
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);	
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);	
}

.contenedor-frase-play .padre-play-frase main .play-icon:before, .contenedor-frase-play .padre-play-frase main .play-icon:after{
	background-color: rgb(0, 87, 158);
	display: block;
	content: '';
	height: 100%;
	width: 50%;
	transition: all 250ms ease;
}


.contenedor-frase-play .padre-play-frase main .play-icon.pause:before, .contenedor-frase-play .padre-play-frase main .play-icon.pause:after{
	width: 7px;
	margin-right: 4px;
}

.contenedor-frase-play .padre-play-frase main .play-icon.pause:after{
	transition: all 250ms ease;
	margin-left: 12.5%;
}

.padre-play-frase, .padre-frase-quote{
	float: left;
}

.padre-frase-quote{
	width: calc(100% - 95px);
	padding-top: 10px;
	/* padding-bottom: 75px; */
	padding-bottom: 10px;
}

.quote-img{
	width: 100%;
	float: left;
	padding-bottom: 20px;
}

.quote-frase{
	max-width: 175px;
}

.quote-frase, .quote-autor {
	font-family: 'Libre Baskerville', serif;
	font-size: 18px;
	font-weight: 700;
}

.quote-autor{
	color: #AEAEAE;
	margin-top: 15px;
	font-weight: 400;
	font-style: italic;
}

.contenedor-fecha-frase .escuchado-en, .contenedor-fecha-frase .hora-escuchado{
	font-size: 11px;
	color: #AAAAAA;
	font-family: "Montserrat";
	font-weight: 300;
}

.padre-play-frase main .play-icon:hover:before, .padre-play-frase main .play-icon:hover:after{
	background-color: #3498DB;
}

@media (min-width: 768px) and (max-width: 1018px){
	
	.contenedor-quote{
		width: 100%;
	}

	.padre-play-frase, .padre-frase-quote{
		width: 100%;
	}

	.contenedor-frase-play .padre-play-frase main{
		float: none;
		margin: 0 auto;
	}

	.padre-frase-quote{
		width: 100%;
		padding-bottom: 40px;
	}

	.contenedor-quote .td-block-title-wrap .block-title{
		margin-bottom: 15px;
	}

	.quote-frase, .quote-autor{
		font-size: 13px;
	}
}

@media (max-width: 767px){
	.contenedor-quote{
		width: 100%;
		float: left;
	}

	.quote-frase{
		max-width: 100%;
	}
}