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

 @media (min-width: 767px) {
.col-sticky-amplia {
	position: sticky;
	top: 80px;
	align-self: flex-start;
}
}

.boton-ver-video{
    display: inline;
    background-color: white;
    position: absolute;
    top: 0px;
    left: 15px;
    z-index: 1;
}

.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-flex;
    /*padding-right: 10px;*/
}

.boton-ver-video i {
    width: 42px;
    height: 42px;
    /* border-radius: 33px; */
    background-color: #64313e;
    color: #ffffff;
    text-align: center;
    line-height: 42px;
    /* float: left; */
    font-size: 14px;
    display: inline-block;
}

.titulo-amplia {
    font-size: 52px;
    font-weight: 700;
    color: #1e1e1e;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
	.titulo-amplia {
		font-size: 36px !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 #d5d5d5;
		display: block;
		margin-top: 10px;
		margin-bottom: 6px;
		color: #0076bd !important;
		cursor: pointer;
		/*margin-left: auto;*/
		margin-right: auto;
		padding-right: 14px;
	}

	.boton-escuchar span {
		width: ;
		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;*/
		text-align: ;
		display: inline-block;
		font-weight: 600;
	}

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

.mas-leidas .piecetitle {
    font-weight: bold;
    line-height: 22px;
    font-size: 15px;
    border-bottom: 1px solid #202020;
    margin: 0 0 18px 0;
    padding: 3px 0 2px 0;
}

.mas-leidas .item .titulo{
	font-weight: 700;
}

.mas-leidas .item .titulo.titulo-xxs{
	font-size: 16px;
}

.mas-leidas .item .number{
    line-height: 18px;
    font-weight: bold;
    color: #202020;
    letter-spacing: -0.18px;
    margin-right: 6px;
}

.mas-leidas .separator {
	clear: both;
	font-size: 0;
	height: 28px;
	position: relative;
	width: 100%;
		
		border-top: 1px solid #c8c8c8 !important;
    height: 0 !important;
	
	margin: 8px 0 14px 0 !important;
}

.detalle-noticia blockquote {
padding: 40px 50px;
    margin: 30px 0px;
    font-size: 22px;
    line-height: 30px;
    border-left: 0px solid #0e315f;
    font-weight: 700;
    color: #111;
    font-style: italic;
    position: relative;
    text-align: center;
}

.detalle-noticia blockquote:after {
	content: "";
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 8px;
	background-image: url("../img/linea-curva.png");
}

.detalle-noticia blockquote:before {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 8px;
	background-image: url("../img/linea-curva.png");
}

.ul-hashtag .btn-default {
color: #fff;
    background-color: #64313e;
    border-color: #64313e;
    font-weight: 600;
    border-radius: 3px;
	margin-bottom: 14px;
}

@media (min-width: 767px) {
.columna-derecha-st {
    position: sticky;
    top: 80px;
    align-self: flex-start;
}
}

.opciones-suscripcion{
    display: flex;
    margin-bottom: 10px;
}

.opciones-suscripcion .guardar-nota{
display: inline-block;
    margin-left: 19px;
    font-size: 14px;
    position: relative;
	cursor:pointer;
}

.opciones-suscripcion .guardar-nota i{
    position: absolute;
    padding-right: 100%;
    top: 5px;
    left: 0;	
}

.opciones-suscripcion .guardar-nota span{
	padding-left: 17px;
}

.opciones-suscripcion .guardar-nota i.fa-solid{
	color: #2faf2d;
}

/*----------*/

#guardarNota{
    display: inline-block;
    /*margin-left: 19px;*/
    font-size: 14px;
    position: relative;
    cursor: pointer;
    background-color: white;
    border: 0px;
    margin-bottom: 10px;
}

#guardarNota i{
	margin-right: 7px;
}

#guardarNota i.fa-solid{
	color: #2faf2d;

}




.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    line-height: 1;
    width: 100%;
}
