.detalle-noticia p {
	/*margin-bottom:0px;*/
}

.boton-ver-video  {
	margin-top: 5px;
}

.boton-ver-video span {
	height: 14px;
	font-family: Lato;
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: 34px;
	letter-spacing: normal;
	color: #464646;
	padding-left: 7px;
	/* text-align: center; */
	display: inline-block;
}

.boton-ver-video i {
    width: 32px;
    height: 32px;
    /* border-radius: 33px; */
    /* background-color: #0076bd; */
    color: #003ab1;
    text-align: center;
    line-height: 36px;
    float: left;
    font-size: 12px;
    font-size: 26px;
}

.titulo-amplia {
	font-size: 45px;
	color: #121212;
	text-align: center;
}

@media (max-width: 767px) {
	.titulo-amplia {
		font-size: 26px !important;
		font-weight: 700;
	}
}


	.boton-escuchar {
		width: fit-content;
		height: 38px;
		border-radius: 33px;
		/* box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%); */
		background-color: #ffffff;
		border: solid 1px #c3c3c3;
		display: block;
		margin-top: 28px;
		margin-bottom: 6px;
		color: #0076bd !important;
		cursor: pointer;
		margin-left: auto;
		margin-right: auto;
		padding-right: 14px;
	}

	.boton-escuchar span {
		height: 13px;
		font-family: Lato;
		font-size: 13px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 34px;
		letter-spacing: normal;
		color: #000000;
		/*padding-left: 14px;*/
		display: inline-block;
		font-weight: 600;
	}

	.boton-escuchar i {
    width: 36px;
    height: 36px;
    border-radius: 33px;
    background-color: #ffffff;
    color: #9b9b9b;
    text-align: center;
    line-height: 36px;
    float: left;
    font-size: 16px;
    /* box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%); */
    padding-left: 3px;
	}


.ul-hashtag .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #003ab1;
    border-radius: 5px;
    text-transform: uppercase;
}
