/** familia san-serif roboto **/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
/** familia serif roboto Slab **/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*{font-family: 'Roboto', sans-serif;}

body{
	margin: 0;
	padding: 0;
	background: white;
	overflow-x: hidden;
	font-size: 15px;
	line-height: 1.1;
}

:root {
	--verde-principal:#6BBF59;
	--verde-secundario:#08A045;
	--verde-oscuro:#0B6E4F;

	--azul-principal:#1CA6DF;
	--azul-secundario:#0076BE;
	--azul-oscuro:#0A54A6;

	--rojo:#C30004;
	--amarillo:#FFD110;
	--naranja:#ff9716;
	--morado-superlike:#5D20AA;
	--azul-supertrending:#1DB8BB;

	--black:#2A2A2A; /** titulares **/
	--grey:#666666; /** texto general **/
	--gray:#474747;
	--gris:#dadada;

	--border-bottom: 1px solid #dadada;
	--border-right:1px solid #dadada;
	--border-left:1px solid #dadada;
}

.site-noticias-rcn .verde-principal { color: var(--verde-principal)}
.site-noticias-rcn .verde-secundario { color: var(--verde-secundario)}
.site-noticias-rcn .rojo { color: var(--rojo) }

.site-noticias-rcn h1, 
.site-noticias-rcn h2, 
.site-noticias-rcn h3, 
.site-noticias-rcn h4, 
.site-noticias-rcn h5 {font-family: 'Roboto Slab', serif; line-height: 1.06;}

.site-noticias-rcn p, 
.site-noticias-rcn span, 
.site-noticias-rcn blockquote, 
.site-noticias-rcn cite {font-family: 'Roboto', sans-serif;line-height: 1.5}

a{ text-decoration: none; color: var(--grey)}
a:hover {text-decoration: none}

.site-noticias-rcn h1 { font-size: 1.6rem; font-weight: 500; color: var(--black)}
.site-noticias-rcn h2.sec-dest-news { font-size: 1.6rem; font-weight: 700; color: var(--black)} /** noticia destacada  seccion **/
.site-noticias-rcn h2 { font-size: 17px; font-weight: 600; line-height: 1; color: var(--black)} /** noticias apertura **/
.site-noticias-rcn h2.modulos { font-size: 16px; font-weight: 500;  line-height: 1.3; color: var(--gray);} /** noticias en los modulos **/
.site-noticias-rcn h3 { font-size: 1rem; text-transform: uppercase; letter-spacing: 3px; color: white;font-family: 'Roboto', sans-serif !important; line-height: 1.2 !important; margin:0;font-weight: 500; } /** nombre seccion **/
.site-noticias-rcn h3.title-opinion {font-size: 2rem; color: var(--azul-principal); font-weight: 900; text-transform: uppercase; letter-spacing: 0 !important}
.site-noticias-rcn h3.title-video { font-weight: 800; font-size: 2rem;text-transform: none;letter-spacing: 0; color: white;font-family: 'Roboto', sans-serif !important; line-height: 1.2 !important; margin:0; } /** nombre seccion **/


.site-noticias-rcn iframe{border:none;}
.site-noticias-rcn p{color:var(--grey); font-weight: normal; margin-top:.7rem;}
.h-md-10 { height: 10px;}

.site-noticias-rcn .firma-autor{
	font-size: 10px;
	color: var(--grey);
	margin-top: .7rem;
}

.site-noticias-rcn .firma-autor i.icon-icon-opinion{
	font-size: 0.8rem;
	margin-right: 0.3rem !important;
	vertical-align: middle;
}

.site-noticias-rcn .autor{
	padding-right: .5rem;
    border-right: 1px solid #dadada;
    margin-right: .5rem;
    font-size: 10px;
}

/*.site-noticias-rcn .time{
	padding-left: .5rem;
    border-left: 1px solid #dadada;
    margin-left: .5rem;
}*/

.site-noticias-rcn section .name-section {
	font-size: 0.9rem;
	letter-spacing: 3px;
	color: white;
	text-transform: uppercase;
	font-weight: 600;
	padding: .2rem 1rem;
	border-radius: 50px;
	text-align: center;
	margin-bottom: 1rem;
	display: inline-block;
	z-index: 1;
	line-height: 1.2;
	background-color: var(--verde-principal);
}

.site-noticias-rcn section .label-section:after {
	background-color: #dadada;
    content: " ";
    width: 90%;
    height: 1px;
    position: absolute;
    right: 15px;
    bottom: 18px;
}

.site-noticias-rcn section .antetitulo {
	font-size: 12px;
	font-weight: 500;
	margin: .3rem 0 .5rem 0;
	display: block
}

.site-noticias-rcn section .tema-destacado {
	background-color: var(--amarillo);
	/*width: 190px;*/
}

.site-noticias-rcn section .sec-nacional {
	background-color: var(--verde-principal);
	width: 160px;
}

.site-noticias-rcn section .sec-tecnologia {
    background-color: var(--azul-secundario);
    width: 235px;
}

.site-noticias-rcn section .sec-bogota {
    background-color: var(--naranja);
    width: 155px;
}

.site-noticias-rcn section .sec-internacional {
    background-color: var(--verde-oscuro);
    width: 200px;
}

.site-noticias-rcn section .sec-economia {
    background-color: var(--rojo);
    width: 180px;
}

.site-noticias-rcn section .sec-salud {
    background-color: var(--azul-secundario);
    width: 180px;
}

.site-noticias-rcn section .sec-seis {
    background-color: var(--azul-supertrending);
    width: 200px;
}

.site-noticias-rcn section .sec-siete {
    background-color: var(--azul-oscuro);
    width: 180px;
}

.site-noticias-rcn section .sec-ocho {
    background-color: var(--morado-superlike);
    width: 180px;
}

.site-noticias-rcn section .sec-tendencias {
    background-color: var(--verde-secundario);
    width: 190px;
}

.site-noticias-rcn section .sec-video {
	background-color: #343a40;
    border:1px solid white;
    width: 300px;
}

.site-noticias-rcn section .sec-especiales {
    background-color: var(--black);
    width: 190px;
}

.site-noticias-rcn section.sec-opinion .title-opinion i {
	margin-top: -4px;
    position: absolute;
    font-size: 1.4rem;
}

.site-noticias-rcn section.sec-opinion .colum-opinion .columnista img {
	border-radius: 50%;
    height: 80px;
    width: 80px;
    border: 4px solid white;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 28%);
}

.site-noticias-rcn section.sec-opinion .colum-opinion .tag_opinion {
	font-size: .7rem;
	color: var(--azul-principal);
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 5px;
}

.site-noticias-rcn section.sec-opinion .colum-opinion {
	padding: .5rem 1rem;
	border-bottom: 1px solid #dadada;
}

.site-noticias-rcn section.sec-opinion .colum-opinion:last-child {
	border-bottom: none;
}

.site-noticias-rcn section.sec-lomasvisto .tabs-lastnews_recommended {
	border-right: none;
	margin:3rem 0;
}

.site-noticias-rcn section.sec-avance_digital .text-avance-dig {
	color: var(--azul-secundario);
	font-size: 1rem;
	font-weight: 600;
	margin-top: .5rem;
	display: block;
}

.site-noticias-rcn section.widget-banner {
	min-height: 190px;
	width: 100%;
	display: block;
}

.site-noticias-rcn section.widget-banner iframe{
	height: 270px;
}

.site-noticias-rcn section.seccion-video .video-player iframe{
	width: 100% !important;
	height: 190px !important;
	position: relative !important;
}

.site-noticias-rcn section.seccion-video .info-video .subtitle-video {
	font-size: 1.6rem;
	color: white;
}

.site-noticias-rcn section.seccion-video .info-video p {
	color: #dadada;
}

.site-noticias-rcn section.seccion-video .nota-aper h2 {
	color: #dadada;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 1rem;
}

.site-noticias-rcn section.seccion-video .nota-aper .time {
	padding-left: 0;
	margin-left: 0;
	border-left: 0;
}

/** botones **/
.site-noticias-rcn a.btn-envivo {
	display: block;
	padding: .5rem 1rem;
	color: white;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 1px;
	font-weight: 500;
	margin:0 auto;
	margin-top: 1rem;
	border-radius: 5px;
	width: 8rem;
	box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 28%);
	text-align: center
}

.site-noticias-rcn a.btn-vermas {
	color: var(--grey);
    font-size: 11px;
    letter-spacing: 2px;
}

.site-noticias-rcn a.btn-vermas:hover{
	font-weight: 600;
}

.site-noticias-rcn a.btn-vermas:after {
	content: "\ea3c";
	font-family: 'icomoon';
	vertical-align: middle;
}

/*.site-noticias-rcn a.btn-vermas.c-verde-principal:hover {color: var(--verde-principal);}
.site-noticias-rcn a.btn-vermas.c-verde-secundario:hover {color: var(--verde-secundario);}
.site-noticias-rcn a.btn-vermas.c-verde-oscuro:hover {color: var(--verde-oscuro);}
.site-noticias-rcn a.btn-vermas.c-azul-principal:hover {color: var(--azul-principal);}
.site-noticias-rcn a.btn-vermas.c-azul-secundario:hover {color: var(--azul-secundario);}
.site-noticias-rcn a.btn-vermas.c-azul-oscuro:hover {color: var(--azul-oscuro);}
.site-noticias-rcn a.btn-vermas.c-rojo:hover {color: var(--rojo);}
.site-noticias-rcn a.btn-vermas.c-amarillo:hover {color: var(--amarillo);}
.site-noticias-rcn a.btn-vermas.c-naranja:hover {color: var(--naranja);}*/
.site-noticias-rcn a.btn-vermas.c-blanco:hover {color: white;}
/*.site-noticias-rcn a.btn-vermas.c-supertrending:hover {color: var(--azul-supertrending);}
.site-noticias-rcn a.btn-vermas.c-superlike:hover {color: var(--morado-superlike);}*/
.site-noticias-rcn a.btn-vermas.c-negro:hover {color: var(--black);}


.btn-verde_principal {
	background-color: var(--verde-principal);
	border-color: var(--verde-principal);
	color: white
}

.btn-verde_principal:hover {
	background-color: var(--verde-secundario);
	border-color: var(--verde-secundario);
	color: white;
	box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 28%);
}

/** fin botones **/

/** iconos **/
.ico-search {
	border-right: var(--border-right);
}

/** cuerpo **/
/** tabs ultimas nocticias - recomendados **/
.tabs-lastnews_recommended {
	border-right: var(--border-right);
	margin: 0;
}

	.tabs-lastnews_recommended .ultimas-noticias {
		padding: .7rem 1rem;
	}

	.tabs-lastnews_recommended .tendencias{
		padding: .7rem 1rem;
		border-bottom: var(--border-bottom)
	}

	.tabs-lastnews_recommended .tendencias:last-child{
		border-bottom: none;
	}

	.tabs-lastnews_recommended .nav-link {
		text-transform: uppercase;
		font-size: 0.7rem;
		font-weight: 600;
		letter-spacing: 1px;
		margin: 0px 5px;
		padding: .3rem 0.5rem;
		border-radius: 50px;
	}

		.tabs-lastnews_recommended a.nav-link:hover {
			color: var(--grey);
			border: 1px solid var(--grey);
		}

	.tabs-lastnews_recommended .nav-pills {
		padding-bottom: 0.5rem;
		border-bottom:  var(--border-bottom);
	}

	.tabs-lastnews_recommended .nav-pills .nav-link.active {
		color: #fff;
		background-color: var(--verde-principal);
		border: 1px solid var(--verde-principal);
		box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 28%);
	}

	.tabs-lastnews_recommended .number {
		background: white;
		border-radius: 0.8em;
		-moz-border-radius: 0.8em;
		-webkit-border-radius: 0.8em;
		color: var(--grey);
		display: inline-block;
		font-weight: 500;
		line-height: 1.6em;
		text-align: center;
		width: 1.7em; 
		height: 1.7em; 
		border: 1px solid var(--grey);
		font-size: 0.7rem;
		/*margin-top: 50%;*/
		position: absolute;
    	left: -10px;
	}

	.tabs-lastnews_recommended .tab-content .tab-pane .row {
		border-bottom:  var(--border-bottom);
	}

	.tabs-lastnews_recommended .tab-content .tab-pane .row:last-child {
		border-bottom:  none;
	}

/** bloque apertura de noticias **/
.bloq-noticia-dest .tag_sec, .sec-lomasvisto .tag_sec, .seccion-video .info-video .tag_sec{
	font-size: .7rem;
	color: var(--verde-secundario);
	text-transform: uppercase;
	letter-spacing: 3px;
	margin-bottom: 5px;
}

/*.notas-apertura {
	border-bottom: var(--border-bottom);
}*/

.notas-apertura .nota-aper {
	border-right: var(--border-right);
}

.notas-apertura .nota-aper:last-child {
	border-right: none;
}


/** bloque timeline **/
.bloq-noticia-timeline h2 {
	font-size: 1rem;
}

.bloq-noticia-timeline .timeline ul{
	list-style: none;
}

.bloq-noticia-timeline .timeline ul li {
	padding-bottom: .5rem;
    border-bottom: var(--border-bottom);
    margin-bottom: .5rem;
    position: relative;
}

.bloq-noticia-timeline .timeline ul .circle-line:before {
	content: "\ea55";
    position: absolute;
    font-size: .5rem;
    font-family: 'icomoon' !important;
    left: -1rem;
    color: var(--amarillo);
    top: 0.3rem;
}

.bloq-noticia-timeline .timeline ul .circle-line:after {
	background-color: #dadada;
    content: " ";
    width: 1px;
    height: auto;
    position: absolute;
    left: -.78rem;
    top: 1em;
    bottom: 0;
}

.bloq-noticia-timeline .timeline ul .circle-line:last-child:after{
	width: 0
} 


.bloq-noticia-timeline .timeline ul li:last-child {
	border-bottom: none;
}

.bloq-noticia-timeline .timeline ul li a {
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	color: var(--black)
}

.bloq-noticia-timeline .timeline .firma-autor {
	margin-top: 0.5rem;
}

.bloq-noticia-timeline .timeline .firma-autor .time {
	margin-left: 0;
	border-left: none;
	padding-left: 0;
}

/*.pauta-large {height: 600px; width: 300px;}*/
/*.pauta-small {height: 250px; width: 300px; background-color: #dadada;}*/


/**   estilos - indicadores economicos  **/
.indicador-economico .titulo {
    text-align: left;
    font-weight: 700;
}

.indicador-economico h3 {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.indicador-economico a img {
    float: right;
    margin-bottom: 10px;
}

.fondo-indicador .row {
    border-bottom: 1px solid #d8d8d8;
    padding: 10px;
    background: #f6f6f6;
}

.fondo-indicador p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 900;
}

.indicador-value p span {
    color: #00b569;
    font-weight: 400;
    text-align: right;
    display: block;
}

.indicador-value.red p span {
    color: red;
}

.indicador-economico a {
    display: block;
}

.mas-indicadires {
    display: block;
    text-align: center;
    color: #ccc;
    text-decoration: none;
    font-size: 12px;
    margin: 10px;
}

.col-lateral .row {
	position: sticky;
    top: 10%;
}

/**   fin estilos - indicadores economicos  **/

@media (max-width: 768px){
	.notas-apertura .nota-aper {
		border-right: none;
		border-bottom:  var(--border-bottom);
	}

	.notas-apertura .nota-aper:last-child {
		border-bottom:  none;
	}

	.tabs-lastnews_recommended {
		border-right:none;
		margin:3rem 0;
	}

	.site-noticias-rcn section.sec-lomasvisto .tabs-lastnews_recommended {
		margin: 0;
	}

	.border-right {
		border-right: none !important
	}

	.site-noticias-rcn a.btn-envivo {
		display: block;
		padding: .3rem .5rem;
		color: white;
		text-transform: uppercase;
		font-size: .6rem;
		line-height: 1;
		letter-spacing: 1px;
		font-weight: 500;
		margin:0 auto;
		margin-top: 1rem;
		border-radius: 5px;
		width: 5rem;
		box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 28%);
		text-align: center
	}

	.site-noticias-rcn h3.title-video {
		font-size: 1rem;
	}

}


@media (min-width: 992px) {
	.site-noticias-rcn .col-dere{
		flex: 0 0 100%;
    	max-width: 100%;
	}

	.site-noticias-rcn .col-lateral{
		flex: 0 0 100%;
    	max-width: 100%;
	}

	.site-noticias-rcn .col-lateral .col-50 {
		flex: 0 0 33.33%;
    	max-width: 33.33%;
	}

	.site-noticias-rcn .col-indicadores	{
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
    	max-width: 70%;
    	margin:0 auto;
	}

	.site-noticias-rcn .sec-lomasvisto {
		margin-top: 0 !important;
	}

	.site-noticias-rcn section.sec-lomasvisto .tabs-lastnews_recommended {
		margin-top: 0 !important;
	}

	.site-noticias-rcn .col-lateral {
		border-left: none !important
	}

	.col-deportes {
		-ms-flex: 0 0 100%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}

	.col-supertrending, .col-superlike {
		-ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}

	.site-noticias-rcn section.seccion-especiales .carousel-especiales .img-especiales {
		height: 23rem !important;
	}
}

@media only screen and (min-width: 1400px){

	.site-noticias-rcn .col-dere{
		flex: 0 0 75%;
    	max-width: 75%;
	}

	.site-noticias-rcn .col-lateral{
		flex: 0 0 25%;
    	max-width: 25%;
	}

	.site-noticias-rcn .col-lateral .col-50 {
		flex: 0 0 100%;
    	max-width: 100%;
	}

	.site-noticias-rcn .container {
		max-width: 1400px;
	}

	.site-noticias-rcn .col-indicadores	{
		flex: 0 0 25%;
    	max-width: 25%;
	}

	.site-noticias-rcn .col-lateral {
		border-left: 1px solid #dee2e6 !important;
	}

	.pauta-small{
		display: block;
		margin: 0 auto 
	}

	.col-deportes {
		-ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}

	.col-supertrending, .col-superlike {
		-ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}

	.site-noticias-rcn section.seccion-especiales .carousel-especiales .img-especiales {
		height: 30rem !important;
	}

	/*.site-noticias-rcn section.sec-lomasvisto .tabs-lastnews_recommended {
		margin-top: 3rem !important;
	}*/

	.site-noticias-rcn section.seccion-video .video-player iframe {
		height: 370px !important;
	}

}

/* carousel especiales  */

.site-noticias-rcn section.seccion-especiales {
	margin-top:130px;
}

.site-noticias-rcn section.seccion-especiales .carousel-especiales {
	top: -120px;
}

.site-noticias-rcn section.seccion-especiales .carousel-especiales .item {
	box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 28%);
	border-radius: 10px;
}

.site-noticias-rcn section.seccion-especiales .carousel-especiales .img-especiales {
	object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 34rem;
    border-radius: 10px;
}

.site-noticias-rcn section.seccion-especiales .carousel-especiales .carousel-shadow {
	background-color: rgba(0,0,0,0);
    background-image: linear-gradient(0deg,rgba(0,0,0,.8),rgba(0,0,0,.5),rgba(0,0,0,0),rgba(0,0,0,0));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
}

.site-noticias-rcn section.seccion-especiales .carousel-especiales .carousel-shadow:hover {
	background-color: rgb(0 0 0 / 45%);
	color: var(--verde-principal) !important;
}

.site-noticias-rcn section.seccion-especiales .carousel-especiales .carousel-shadow .carousel-content {
	-webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    -webkit-box-align: start;
	display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -webkit-justify-content: space-between;
    -webkit-align-items: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

.site-noticias-rcn section.seccion-especiales .carousel-especiales .carousel-shadow .carousel-label {
	background-color: var(--verde-principal);
    color: white;
    font-weight: 600;
    font-style: normal;
    font-size: .9rem;
    line-height: 1.1rem;
    text-align: center;
    min-width: 7.2rem;
    padding: .3rem 1.1rem;
    border-radius: 50px;
    text-transform: uppercase;
    margin-top: 2.5rem;
    letter-spacing: 4px;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 28%);
    /*display: initial;*/
    display:block;
    /*position: absolute;*/
    top: 1rem;
}

.site-noticias-rcn section.seccion-especiales .carousel-especiales .carousel-shadow .carousel-content .carousel-headline {
    -webkit-flex-wrap: nowrap;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    font-style: normal;
    font-size: 1.3rem;
    line-height: 1.7rem;
    text-align: center;
    color: #fff;
    max-width: 91%;
    /*padding: 10rem 1.7rem 0;*/
}

.site-noticias-rcn section.seccion-especiales .carousel-especiales .carousel-shadow .carousel-content .carousel-headline i{
	padding: 1rem;
}

.site-noticias-rcn section.seccion-especiales .carousel-especiales .carousel-shadow .carousel-content .carousel-footer {
	padding: 0 1.714285714285714rem 1.714285714285714rem;
	bottom: 0;
}

.site-noticias-rcn section.seccion-especiales .carousel-especiales .carousel-shadow .carousel-content .carousel-footer a.btn-vermas {
	color: white;
}

.site-noticias-rcn section.seccion-especiales .carousel-especiales .carousel-shadow .carousel-content .carousel-footer a.btn-vermas:hover {
	color: var(--verde-principal)
}


.carousel-headline {
	direction: ltr;
}

.pd-activo {
	position: relative !important;
}

#ads-rp2-simple, .ads-rp-simple {
	text-align: center;
	min-height: 250px;
    max-height: 350px;
    margin: 1rem 0 
}

#ads-rp3-simple {
	text-align: center;
	margin: 1rem 0;
}

/*   heigh imagenes */

.bloq-noticia-dest .img-apertura, .bloq-noticia-dest .img-apertura img.apertura-img {
	min-height: 195px !important;
}

.notas-apertura .img-apertura-notas, .notas-apertura .img-apertura-notas img.notas-apertura-img,
.bloq-section-3 .img-seccion-tres, .bloq-section-3 .img-seccion-tres img.seccion-tres-img,
.bloq-section-4 .img-seccion-cuatro, .bloq-section-4 .img-seccion-cuatro img.seccion-cuatro-img,
.bloq-section-6 .img-seccion-tres, .bloq-section-6 .img-seccion-tres img.seccion-tres-img,
.bloq-section-7 .img-deportes, .bloq-section-7 .img-deportes img.deportes-img,
.bloq-section-8 .img-seccion-tres, .bloq-section-8 .img-seccion-tres img.seccion-tres-img {
	height: 70px;
}

.tabs-lastnews_recommended .ultimas-noticias .img-tab, .tabs-lastnews_recommended .ultimas-noticias .img-tab img.tab-img{
	height: 60px;
}

.bloq-noticia-timeline .img-timeline, .bloq-noticia-timeline .img-timeline img.timeline-img,
.bloq-section-1 .img-destacada-seccion-uno, .bloq-section-1 .img-destacada-seccion-uno img.seccion-uno-destacada-img,
.bloq-section-1 .img-seccion-uno, .bloq-section-1 .img-seccion-uno img.seccion-uno-img,
.bloq-section-5 .img-seccion-uno, .bloq-section-5 .img-seccion-uno img.seccion-uno-img,
.bloq-section-2 .img-destacada-seccion-dos, .bloq-section-2 .img-destacada-seccion-dos img.seccion-dos-destacada-img,
.bloq-section-3 .img-destacada-seccion-tres, .bloq-section-3 .img-destacada-seccion-tres img.seccion-tres-destacada-img,
.bloq-section-6 .img-destacada-seccion-tres, .bloq-section-6 .img-destacada-seccion-tres img.seccion-tres-destacada-img,
.bloq-section-7 .img-destacada-deportes, .bloq-section-7 .img-destacada-deportes img.deportes-destacada-img,
.bloq-section-8 .img-destacada-seccion-tres, .bloq-section-8 .img-destacada-seccion-tres img.seccion-tres-destacada-img{
	height: 195px;
}

.seccion-video .video-player {
	height: 200px;
}

.seccion-video .img-emision {
	height: 60px;
}


@media only screen and (min-width: 768px){
/*	.bloq-noticia-dest .img-apertura, .bloq-noticia-dest .img-apertura img.apertura-img {
		height: 390px;
	}
*/
	.notas-apertura .img-apertura-notas, .notas-apertura .img-apertura-notas img.notas-apertura-img,
	.bloq-section-3 .img-seccion-tres, .bloq-section-3 .img-seccion-tres img.seccion-tres-img,
	.bloq-section-6 .img-seccion-tres, .bloq-section-6 .img-seccion-tres img.seccion-tres-img,
	.bloq-section-7 .img-deportes, .bloq-section-7 .img-deportes img.deportes-img,
	.bloq-section-8 .img-seccion-tres, .bloq-section-8 .img-seccion-tres img.seccion-tres-img {
		height: 130px;
	}

	.bloq-section-4 .img-seccion-cuatro, .bloq-section-4 .img-seccion-cuatro img.seccion-cuatro-img{
		height: 65px;
	}

	.bloq-section-1 .img-destacada-seccion-uno, .bloq-section-1 .img-destacada-seccion-uno img.seccion-uno-destacada-img {
		height: 390px;
	}

	.bloq-section-1 .img-seccion-uno, .bloq-section-1 .img-seccion-uno img.seccion-uno-img,
	.bloq-section-5 .img-seccion-uno, .bloq-section-5 .img-seccion-uno img.seccion-uno-img  {
		height: 185px;
	}

	.bloq-noticia-timeline .img-timeline, .bloq-noticia-timeline .img-timeline img.timeline-img{
		height: 63px;
	}

	.bloq-section-2 .img-destacada-seccion-dos, .bloq-section-2 .img-destacada-seccion-dos img.seccion-dos-destacada-img{
		height: 195px;
	}

	.bloq-section-3 .img-destacada-seccion-tres, .bloq-section-3 .img-destacada-seccion-tres img.seccion-tres-destacada-img,
	.bloq-section-6 .img-destacada-seccion-tres, .bloq-section-6 .img-destacada-seccion-tres img.seccion-tres-destacada-img,
	.bloq-section-7 .img-destacada-deportes, .bloq-section-7 .img-destacada-deportes img.deportes-destacada-img,
	.bloq-section-8 .img-destacada-seccion-tres, .bloq-section-8 .img-destacada-seccion-tres img.seccion-tres-destacada-img{
		height: 400px;
	}

	.seccion-video .video-player {
		height: 410px;
	}

	.seccion-video .img-emision {
		height: 100px;
	}

	.site-noticias-rcn section.seccion-video .video-player iframe {
		height: 390px !important;
	}
}

@media only screen and (min-width: 992px){
/*	.bloq-noticia-dest .img-apertura {
		height: 210px;
	}
		.bloq-noticia-dest .img-apertura img.apertura-img {
		    max-height: 205px;
		}
*/
	.bloq-section-1 .img-destacada-seccion-uno, .bloq-section-1 .img-destacada-seccion-uno img.seccion-uno-destacada-img {
		height: 160px;
	}

	.bloq-section-4 .img-seccion-cuatro, .bloq-section-4 .img-seccion-cuatro img.seccion-cuatro-img{
		height: 65px;
	}

	.bloq-section-1 .img-seccion-uno, .bloq-section-1 .img-seccion-uno img.seccion-uno-img,
	.bloq-section-5 .img-seccion-uno, .bloq-section-5 .img-seccion-uno img.seccion-uno-img {
		height: 105px;
	}

	.bloq-section-2 .img-destacada-seccion-dos, .bloq-section-2 .img-destacada-seccion-dos img.seccion-dos-destacada-img{
		height: 225px;
	}

	.bloq-section-3 .img-destacada-seccion-tres, .bloq-section-3 .img-destacada-seccion-tres img.seccion-tres-destacada-img{
		height: 170px;
	}

	.bloq-section-6 .img-destacada-seccion-tres, .bloq-section-6 .img-destacada-seccion-tres img.seccion-tres-destacada-img,
	.bloq-section-8 .img-destacada-seccion-tres, .bloq-section-8 .img-destacada-seccion-tres img.seccion-tres-destacada-img {
		height: 255px
	}

	.bloq-section-7 .img-destacada-deportes, .bloq-section-7 .img-destacada-deportes img.deportes-destacada-img{
		height: 345px;
	}

	.seccion-video .video-player {
		height: 410px;
	}

	.seccion-video .img-emision {
		height: 60px;
	}

	.site-noticias-rcn section.seccion-video .video-player iframe {
		height: 270px !important;
	}
}

@media only screen and (min-width: 1430px){
/*	.bloq-noticia-dest .img-apertura {
		height: 230px;
	}
		.bloq-noticia-dest .img-apertura img.apertura-img {
		    max-height: 225px;
		}*/

	.bloq-section-1 .img-destacada-seccion-uno, .bloq-section-1 .img-destacada-seccion-uno img.seccion-uno-destacada-img {
		height: 185px;
	}

	.bloq-section-1 .img-seccion-uno, .bloq-section-1 .img-seccion-uno img.seccion-uno-img,
	.bloq-section-5 .img-seccion-uno, .bloq-section-5 .img-seccion-uno img.seccion-uno-img {
		height: 115px;
	}

	.bloq-section-2 .img-destacada-seccion-dos, .bloq-section-2 .img-destacada-seccion-dos img.seccion-dos-destacada-img{
		height: 250px;
	}

	.bloq-section-3 .img-destacada-seccion-tres, .bloq-section-3 .img-destacada-seccion-tres img.seccion-tres-destacada-img,
	.bloq-section-6 .img-destacada-seccion-tres, .bloq-section-6 .img-destacada-seccion-tres img.seccion-tres-destacada-img,
	.bloq-section-8 .img-destacada-seccion-tres, .bloq-section-8 .img-destacada-seccion-tres img.seccion-tres-destacada-img{
		height: 190px;
	}

	.bloq-section-7 .img-destacada-deportes, .bloq-section-7 .img-destacada-deportes img.deportes-destacada-img{
		height: 245px;
	}

	.seccion-video .video-player {
		height: 380px;
	}

	.seccion-video .img-emision {
		height: 70px;
	}

	.site-noticias-rcn section.seccion-video .video-player iframe {
		height: 370px !important;
	}
}








.col-lg-12.d-flex.flex-column.position-static.p-10.p-lg-3 .card-text.mb-auto {
	margin-top: 0;
}

.col-lg-12.d-flex.flex-column.position-static.p-10.p-lg-3 {
     padding-top: 0 !important;
     font-size: 16px;
}

.col-lg-4.d-flex.flex-column.position-static.p-10.p-lg-3 {
	padding-top: 0px !important;
}


@media (max-width: 992px) {
	.col-lg-12.d-flex.flex-column.position-static.p-10.p-lg-3 .card-text.mb-auto {
		margin-top: .7rem;
	}
}