.apertura-video {
	color: white;
	font-family: 'Roboto', sans-serif;
	padding: 1rem 0;
	margin-bottom: 6rem;
	padding-bottom: 1rem
}

.apertura-video.max {
	margin-bottom: 7rem;
	padding-bottom: 3rem;
}

.apertura-video .btn-max, .apertura-video .btn-min{
	position: absolute;
	color: #808080;
	font-size: .8rem;
	padding: .8rem;
	right: 1rem;
	border: none;
	background-color: transparent;
	z-index: 1;
	display: flex;
}

.apertura-video .btn-max span.label-max {
	display: block
}

.apertura-video .video-min, .apertura-video .video-max{
	position: relative;
	box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 28%);
}

.apertura-video iframe {
	box-shadow: 0 0.125rem 1rem 8px rgb(0 0 0 / 28%);
}

.apertura-video .video-min iframe{
	width: 100%;
	position: absolute;
	height: 150px;
	box-shadow: 0 0.125rem 1rem 8px rgb(0 0 0 / 28%);
}

.apertura-video .video-max iframe{
	width: 100%;
	position: absolute;
	height: 350px;
}

.apertura-video  .info-video .tag_sec {
    font-size: 1rem;
    color: var(--verde-principal);
    text-transform: uppercase;
    letter-spacing: 3px;
    margin: 6px 0 3px 0;
    font-weight: 400;
}

.site-noticias-rcn a.btn-envivo.bg-rojo {
	background-color: var(--rojo);

} 

.site-noticias-rcn a.btn-envivo.bg-rojo:hover {
	background-color: var(--rojo);
	transition: background-color .5s;
} 

.apertura-video span.next-tag {
	color: white;
	font-size: .8rem;
	margin-top: .4rem;
	display: block;
} 

.apertura-video li.icon-redes a{
	color: white;
}

.apertura-video li.icon-redes a:hover{
	color: var(--verde-principal);
}



@media (max-width: 768px){
	.apertura-video .video-min iframe{
		height: 115px;
	}

	.apertura-video .video-max iframe{
		height: 240px;
	}

	.apertura-video .btn-max span.label-max {
		display:none
	}
}

@media (max-width: 520px){
	/*.apertura-video {
		margin-bottom: 10em;
		padding-bottom: 4rem; 
	}*/

	.apertura-video .video-min iframe{
		height: 70px;
	}

	.apertura-video.max {
		margin-bottom: 11rem;
		padding-bottom: 3rem;
		padding-top: .5rem;
	}
	.apertura-video .video-max iframe{
		height: 190px;
	}

	.apertura-video {
		margin-bottom: 2em;
	}

}