@CHARSET "UTF-8";

/** CONTENIDOS MAGVIEW CSS Document */
.body {
	text-align: left;
}

.body img,
.body svg {
	max-width: 100%;
}

.body iframe,
.body .video_responsive {
	margin-bottom: 2rem;
}

.body video {
	display: block;
	width: 100%;
	margin: 0 auto 2rem;
}

.body figure {
	display: block;
	width: 100%;
	padding: 1rem;
	background-color: #000;
	color: #fff;
	margin: 0 auto 2rem;
}

.body figure figcaption {
	padding-top: .75rem;
}

cite {
	display: block;
	margin: 2rem 0;
	padding: 2rem 4rem;
	position: relative;
	font-size: 2rem;
	text-align: left;
}

cite:before {
	content: '';
	position: absolute;
	top: 1.25rem;
	left: 0;
	width: 10rem;
	height: 26rem;
	opacity: .1;
	background: url(../img/comillas.svg) 0 0 no-repeat;
	background-size: 100%;
}

cite:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 33%;
	border-top: 5px solid #00f2a5;
}

cite .smaller {
	font-size: .8rem;
	margin-top: 1rem;
}

cite .smaller big {
	font-size: 1.2rem;
	line-height: 1.2;
	color: #00f2a5;
}