html,
body,
div,
span,
applet,
object,
iframe,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
label,
legend,
p,
blockquote,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
	overflow-x: hidden;
}

body * {
	box-sizing: border-box;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: """";
}

abbr,
acronym {
	border: 0;
}

body {
	background-color: #fff;
}

p a {
	color: #000;
	text-decoration: underline;
}

header {
	position: relative;
	margin: 0 auto;
	z-index: 1000;
	overflow: hidden;
}

.video_fijo {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: none;
}

.cover,
.video_fijo video {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.video_fijo video {
	transition: all 2s;
}

.video_fijo video.oculto {
	opacity: 0;
}

.barra_superior .compartir {
	position: fixed;
	right: 0;
	top: 6px;
	transition: all 0.3s ease-out;
	z-index: 10000000;
	cursor: pointer;
}

.puntitos {
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10000;
	transition: all 0.5s;
}

.puntitos a {
	display: block;
	width: 48px;
	height: 8px;
	opacity: 0.5;
	position: relative;
	cursor: pointer;
}

.fondo_blanco .puntitos {
	filter: invert(1);
}

.puntitos a:after {
	content: "";
	width: 1px;
	position: absolute;
	height: 1px;
	left: 50%;
	top: 50%;
	display: inline-block;
	border: 1px solid #fff;
	transform: translate(-50%, -50%);
	border-radius: 8px;
	opacity: 0.3;
}

.puntitos a.activo:after {
	background-color: #fff;
	width: 1px;
	height: 1px;
	opacity: 1;
}

.barra_superior .compartir {
	height: auto;
	width: 48px;
	height: 0;
	overflow: hidden;
	padding-top: 48px;
	background: url("assets/compartir.svg") no-repeat center 12px / 24px auto;
	position: absolute;
	right: 0;
	top: 5px;
	cursor: pointer;
}

.barra_superior .compartir.opened {
	height: 148px;
	background: url("assets/up_arrow.svg") no-repeat center 10px / 16px auto;
}

.barra_superior .compartir a {
	position: relative;
	z-index: 1999;
	width: 48px;
	height: 48px;
	display: block;
}

.barra_superior .compartir a.compartir_whatsapp {
	display: none;
}

.c_especial.movil .barra_superior .compartir a.compartir_whatsapp {
	display: block;
}

.barra_superior .compartir:after,
.barra_superior .compartir a:after {
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: center center;
	content: " ";
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}

.barra_superior .compartir .compartir_twitter:after {
	background-image: url("assets/twitter.svg");
}

.barra_superior .compartir .compartir_facebook:after {
	background-image: url("assets/facebook.svg");
}

.barra_superior .compartir .compartir_whatsapp:after {
	background-image: url("assets/whatsapp.svg");
	background-size: 24px auto;
}

section {
	position: relative;
}

section.section_documental {
	height: 150vh;
}

section.section_documental1 {
	width: 100vw;
}

section.section_documental2 {
	height: 100vh;
}

section.section_documental2 iframe,
section.section_documental1 iframe {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.barra_superior {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
	transition: all 1s;
	height: 56px;
}

.logo_univision.oculto {
	transform: translateY(-100px);
}

.faded .barra_superior {
	opacity: 0.2;
}

.faded .video_controls {
	opacity: 1;
}

.video_finalizado .video_controls {
	display: none;
}

.faded .video_controls .sonido.sonido_on,
.faded .video_controls .boton_play,
.faded .video_controls .boton_rewind,
.faded .video_controls .tiempo_total,
.faded .video_controls .tiempo_actual,
.faded .video_controls .slider_video {
	opacity: 0.2 !important;
}

.barra_superior .logo_univision,
.barra_superior .compartir {
	transition: all 1s;
}

.barra_superior .logo_univision {
	max-width: 100%;
	margin: 0 auto;
	padding-top: 15px;
	padding-bottom: 15px;
	position: relative;
	text-align: center;
}

.barra_superior .logo_univision img {
	width: 100%;
	display: inline-block;
	height: auto;
	max-width: 130px;
	margin: 0 10px;
}

.fondo_blanco .barra_superior .logo_univision,
.fondo_blanco .barra_superior .compartir {
	filter: invert(1);
}

.fondo_blanco .barra_superior .logo_univision {
	background: #000;
}

.c_especial {
	margin: 0 auto;
	background: #fff;
}

.replay {
	margin: 0 auto;
	cursor: pointer;
	padding-top: 48px;
	z-index: 1000;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	color: #fff !important;
	font: 300 10px "Roboto", sans-serif;
	text-transform: uppercase;
	display: none;
	transition: all 0.5s;
	z-index: 10000;
}

.replay a {
	display: block;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 200px;
	background: url("assets/rewind.svg") no-repeat center top / 40px auto;
	padding-top: 46px;
}

.replay.visible {
	display: block;
}

.replay .desliza {
	top: 88%;
	bottom: auto;
}

.titulo {
	height: 100vh;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.section_frase.blanco {
	background: #fff;
}

.section_elastica.no_alto_minimo {
	min-height: unset;
}

.section_frase {
	height: 100vh;
}

.section_elastica {
	height: auto;
	min-height: 100vh;
	width: 100vw;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}

.section_graphics {
	height: auto;
	min-height: 100vh;
	width: 100vw;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	background: #eae3db;
	padding: 5% 0;
}

.ver_video {
	position: absolute;
	bottom: 0;
	padding: 40px 0;
	text-align: center;
	width: 100%;
	font: 300 12px "Roboto", sans-serif;
	color: #000;
	text-transform: uppercase;
}

.ver_video:after {
	content: "";
	width: 50px;
	height: 20px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
	animation: scroll_down 2s infinite;
	background: url("assets/down_arrow.svg") no-repeat top center / 18px auto;
}

@keyframes scroll_down {
	0% {
		transform: translateY(-30px);
		opacity: 0;
	}
	40% {
		transform: translateY(-10px);
		opacity: 0.5;
	}
	100% {
		transform: translateY(-10px);
		opacity: 0.5;
	}
}

.section_sticky {
	background: #ffffff;
}

.section_sticky1 {
	height: 100vh;
	width: 100vw;
}

.section_sticky15 {
	height: 150vh;
	width: 100vw;
}

.section_sticky2 {
	height: 200vh;
	background: #ffffff;
	width: 100vw;
}

.section_sticky25 {
	height: 280vh;
	width: 100vw;
}

.section_sticky3 {
	height: 300vh;
	width: 100vw;
}

.section_sticky4 {
	height: 400vh;
}

.section_sticky5 {
	height: 500vh;
}

.section_sticky6 {
	height: 600vh;
}

.section_sticky7 {
	height: 700vh;
}

.section_sticky8 {
	height: 800vh;
}

.section_sticky9 {
	height: 900vh;
}

.section_sticky10 {
	height: 1000vh;
}

.section_sticky11 {
	height: 1000vh;
}

.section_firma {
	height: auto;
}

.logos-featuring {
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	margin-bottom: 50px;
	padding: 15px;
	text-align: center;
}

.logos-featuring img {
	display: inline-block;
	margin: 10px auto;
	vertical-align: middle;
	width: 130px;
}

.texto .c_texto .logos-featuring p {
	font: normal 15px/1.5 "Roboto Slab", sans-serif;
	color: #333;
	margin-bottom: 0;
	display: inline-block;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}

.texto .c_texto .logos-featuring p span {
	display: block;
	font-size: 13px;
	font-style: italic;
	padding-left: 0;
	color: #9e9e9e;
}

.section-text-left.texto .c_texto {
	max-width: 500px;
	left: 22%;
}

.section-text-left.texto .c_texto p {
	text-align: left;
}

.c_texto p .firma_foto_inner {
	font: normal 12px/1.8 "Roboto Slab", sans-serif;
	text-align: center;
	padding: 10px 0 10px;
	float: none;
}

.potato-divider {
	width: 100%;
	max-width: 300px !important;
	margin: 150px auto 150px!important;
}

.potato-divider-slim {
	margin: 150px auto 20px!important;
}

.logos-img {
	display: flex;
}

.logos-img img {
	max-height: 40px;
	width: auto;
}

.texto.section_elastica .c_texto.pb-20 {
	padding-bottom: 20px;
}

.texto.section_elastica .c_texto.pt-20 {
	padding-top: 20px;
}

.graphic-iframe {
	width: 100%;
	padding: 50px 0 20px;
	overflow: hidden;
}

.graphic-iframe iframe {
	width: 100%;
	overflow: hidden;
	height: 1250px;
}

.titulo .titulo_autor {
	max-width: 1060px;
	width: 80%;
	color: #fff;
}

.titulo .titulo_autor h1 {
	font: 300 25px "Lato", sans-serif;
	text-align: center;
}

.titulo .titulo_autor h1 img {
	max-width: 600px;
	width: 80%;
	margin: auto;
}

.titulo .titulo_autor h1 span {
	display: block;
	max-width: 330px;
	font-weight: 700;
	margin: 30px auto;
}

.titulo p {
	font: 300 24px "Lato", sans-serif;
	text-align: center;
	margin-top: 50px;
	max-width: 640px;
	margin: 30px auto 0 auto;
}

.titulo h2 {
	font: 300 25px "Lato", sans-serif;
	text-align: center;
	color: #fff;
	margin-top: 20px;
	opacity: 0.5;
	text-transform: uppercase;
	max-width: 330px;
	margin: 20px auto 0 auto;
}

.titulo .autor {
	font: 400 12px "Lato", sans-serif;
	text-align: center;
	color: #fff;
	opacity: 0.9;
	width: 100%;
	margin-top: 25px;
}

.titulo .otro_idioma {
	font: 300 14px "Lato", sans-serif;
	opacity: 1;
	text-align: center;
	color: #fff;
	width: 100%;
	margin: 50px auto;
}

.titulo .otro_idioma a {
	color: #fff;
	text-transform: none;
	position: relative;
	padding-left: 12px;
	padding: 5px 9px 20px 16px;
	text-decoration: none;
	cursor: pointer;
}

.otro_idioma a:before {
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	left: 5px;
	top: 11px;
	border: 1px solid #fff;
	border-left: 0;
	border-bottom: 0;
	transform: rotate(45deg);
}

.desliza {
	font: 400 10px "Roboto", sans-serif;
	position: absolute;
	bottom: 40px;
	width: 100%;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}

.desliza span {
	background: rgba(255, 255, 255, 0.8);
	color: #333;
	padding: 5px;
}

.desliza:after {
	content: "";
	width: 50px;
	height: 20px;
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -25px;
	animation: scroll_down 2s infinite;
	background: url("assets/down_arrow.svg") no-repeat top center / 22px auto;
	filter: invert(1);
}

.c_c_texto {
	width: 100%;
	height: 100vh;
	position: relative;
}

.texto .c_texto {
	width: 80%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	position: absolute;
	max-width: 950px;
}

.texto .pie_foto {
	font: normal 16px/1.3 "Roboto", sans-serif;
	font-style: italic;
}

.texto.section_elastica .c_texto {
	position: static;
	transform: none;
	left: auto;
	top: auto;
	padding: 28% 20px 28% 20px;
	margin: 0 auto;
}

.texto p img {
	max-width: 100%;
}

.texto p span a {
	color: #000;
}

.poco_texto.texto .c_texto {
	transform: translate(-50%, -50%);
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
}

.section_frase figure {
	margin: 0 auto 40px 0;
}

.section_frase figure img {
	width: 100%;
	height: auto;
}

.section_frase figure figcaption {
	font: normal 16px/1.3 "Roboto", sans-serif;
	display: block;
	font-style: italic;
	text-indent: 14px;
	position: relative;
	margin-top: 4px;
}

.section_frase figure figcaption:before {
	position: absolute;
	left: 3px;
	top: 8px;
	width: 4px;
	height: 4px;
	background: #fff;
	border: 1px solid #000;
	border-bottom: 0;
	border-right: 0;
	content: "";
	transform: rotate(45deg);
}

.texto_grafico {
	margin: 0 auto;
	padding-bottom: 1.8em;
}

.texto_grafico p,
.texto .c_texto p,
.c_infografia p {
	text-align: center;
	font: normal 21px/1.8 "Roboto Slab", sans-serif;
	margin-bottom: 1.8em;
	letter-spacing: -0.5px;
}

.texto .c_texto p b {
	font-size: 115%;
	line-height: 1;
}

.texto .c_texto p em {
	font-style: italic!important;
}

.texto .c_texto h3 {
	text-align: left;
	font: bold 34px/1.3 "Roboto", sans-serif;
	margin-bottom: 1.1em;
	color: #000;
	letter-spacing: -1px;
	margin-top: 2em;
}

.section_infografia.texto .c_texto h3 {
	font-family: "Roboto", serif;
	font-size: 28px;
	margin-bottom: 10px;
	color: #fff;
	margin-top: 0;
}

.section_infografia.texto .c_texto p {
	font-family: "Roboto Slab", serif;
	font-size: 18px;
	margin-left: 0;
	margin-right: 0;
	color: #fff;
	line-height: 1.5;
	opacity: 0.8;
	margin-bottom: 20px;
}

.texto p span {
	background-color: rgba(255, 255, 255, 0.9);
	color: #000;
	padding: 1px 10px;
	word-wrap: normal;
}

.texto p span.white-text {
	color: #fff;
}

.texto p span.nowrap,
p span.nowrap {
	background: transparent;
	white-space: nowrap;
	padding: 0;
}

.texto p span a {
	color: #000;
}

.grafico {
	text-align: center;
	margin: 10% auto;
	max-width: 660px;
}

.grafico img {
	margin: 15px auto;
	max-width: 500px;
	width: 100%;
}

.grafico-inline {
	max-width: 800px;
	margin: 15% auto;
}

.grafico-inline img {
	display: inline-block;
	width: 46%;
	margin: 10px;
}

.blanco.texto p span {
	color: #000;
}

.blanco.texto p span a {
	color: #000;
}

.sticky {
	width: 100%;
	height: 100vh;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	overflow: hidden;
}

.foto .firma_foto {
	position: absolute;
	bottom: 14px;
	right: 22px;
	color: #fff;
	font: normal 11px/1.8 "Roboto", sans-serif;
	text-transform: uppercase;
	opacity: 1;
}

.firma_foto {
	background: #fff;
	color: #000;
	font: normal 12px/1.8 "Roboto Slab", sans-serif;
	text-align: right;
	padding: 10px 50px 10px;
	position: relative;
	overflow: auto;
	z-index: 2;
}

.firma_foto_inner {
	max-width: 885px;
	margin: 0 auto;
	float: right;
}

.foto_creditos {
	text-align: right;
	padding-right: 2%;
}

.video_controls {
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10000000;
	opacity: 0;
	transition: all 0.3s;
	transform: translateY(-60px);
	z-index: 10000;
	width: 100%;
	height: 60px;
	display: none;
}

.video_controls.visible {
	opacity: 1;
	transform: translateY(00);
}

.video_controls,
.video_controls div,
.video_controls a {
	vertical-align: middle;
}

.video_controls .tiempo {
	font: normal 15px "Roboto", sans-serif;
	color: #fff;
	padding: 20px 10px;
	display: inline-block;
	z-index: 1000000;
}

.video_controls .tiempo_total {
	opacity: 0.5;
	margin-right: 10px;
}

.video_controls .boton_play {
	position: absolute;
	left: 10px;
}

.video_controls .boton_rewind {
	position: absolute;
	left: 75px;
}

.video_controls .tiempo_actual {
	position: absolute;
	left: 140px;
}

.video_controls .slider_video {
	position: absolute;
	left: 220px;
	width: calc(100% - 510px);
	top: 3px;
	cursor: pointer;
	z-index: 10000;
}

.video_controls .slider_video .uvslider {
	height: 50px;
	width: 100%;
}

.video_controls .slider_video:after {
	content: "";
	top: 50%;
	left: 0;
	width: 100%;
	border-bottom: 1px solid #fff;
	position: absolute;
}

.video_controls .slider_video .uvdial {
	position: absolute;
	top: 50%;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 16px;
	background: #fff;
	transform: translate(-50%, -50%);
}

.video_controls .tiempo_total {
	position: absolute;
	right: 200px;
}

.video_controls .sonido {
	position: absolute;
	left: auto;
	right: 100px;
}

.video_controls a,
.video_controls .sonido {
	display: inline-block;
	transition: all 1s;
	width: 60px;
	height: 60px;
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
	transition: transform 0.2s;
}

.video_controls a:active {
	transform: scale(0.7, 0.7);
}

.video_controls .boton_play {
	background-image: url("assets/pause.svg");
	background-size: 23px auto;
}

.video_controls .boton_play.paused {
	background-image: url("assets/play.svg");
}

.video_controls .boton_rewind {
	background-image: url("assets/back15.svg");
}

.video_controls .boton_sonido {
	background-image: url("assets/sound-off.svg");
	background-size: 23px auto;
}

.video_controls .sonido.sonido_on .boton_sonido {
	background-image: url("assets/sound-on.svg");
}

.tip_activar_sonido {
	position: absolute;
	left: -23px;
	top: 60px;
	font: 300 11px "Roboto", sans-serif;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
	background: url("assets/tipbg.svg");
	background-size: 100% auto;
	height: 42px;
	background-repeat: no-repeat;
	text-align: center;
	padding: 19px 13px 10px 13px;
	animation: fadeinout 1s infinite;
}

.video_controls .sonido.sonido_on .tip_activar_sonido {
	display: none;
}

@keyframes fadeinout {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 100%;
	}
}

.c_c_foto {
	height: 100vh;
}

.creditos {
	background-color: #000;
	padding: 50px 15px 100px;
}

.creditos h2 {
	color: #999;
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.creditos .linea {
	text-align: center;
	font: 300 14px/1.2 "Roboto", serif;
	color: #999;
	margin: 0 0 20px 0;
	vertical-align: top;
}

.creditos .que {
	font: 300 12px "Roboto", sans-serif;
	display: block;
	padding-right: 5px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.creditos .personas {
	display: block;
	vertical-align: top;
	margin-top: 0;
	line-height: 1.3;
}

.disclaimer {
	margin-top: 150px;
	padding: 20px 0px;
	text-align: center;
}

.disclaimer p {
	font-size: 14px!important;
	font-style: italic!important;
	color: #989898;
}

.video-embed {
	width: 100%;
	margin-bottom: 40px;
	margin-top: 40px;
	position: relative;
	padding-top: 56.25%;
}

.video-embed iframe {
	min-height: 215px;
	width: 100%;
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.full {
	height: 100%;
}

.last_paragraph {
	padding: 145px 0 50px;
}

.last_paragraph span strong {
	font-style: italic;
	font-weight: 600;
}

.display-desktop {
	display: none;
}

.texto .c_texto p.mb-0 {
	margin-bottom: 0;
}

.texto .c_texto p.pt-50 {
	padding-top: 50px
}

.texto .c_texto p.pb-50 {
	padding-bottom: 50px
}

.texto .c_texto p.pb-100 {
	padding-bottom: 100px
}

.texto .c_texto p.inner-lh {
	line-height: 1;
}

.texto .c_texto p.inner-lh span {
	line-height: 12px;
	background-color: transparent;
}

.placeholder {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
}

.placeholder img {
	width: 100%;
}


/*cronología*/

.section_graphics.section-crono,
.section_graphics.section-detenciones,
.section-crono,
.section-detenciones,
.section_graphics.section-mapa {
	background: #eae3db;
	text-align: center;
	padding: 80px 0;
	font-family: 'Roboto', sans-serif;
	color: #2f3b42;
}

.section-crono h2,
.section-detenciones h2,
.section_graphics h2,
.section-mapa h2 {
	font-family: 'Roboto', sans-serif;
	color: #2f3b42;
	font-weight: 700;
	font-size: 38px;
	line-height: 1.2;
	margin-bottom: 0;
	max-width: 450px;
	margin: 0 auto;
	text-align: center;
	padding: 0 20px;
}

.slide-icon {
	background: url(img/slide-icon.svg) center no-repeat;
	background-size: 100%;
	display: block;
	width: 184px;
	height: 45px;
	margin: 20px auto;
	padding: 28px 30px 0 0;
	text-align: right;
	font-weight: 700;
	font-size: 14px;
}

.section-detenciones .indicators .press-icon:before,
.press-icon:before {
	content: "";
	background: url(img/press-icon.svg) center no-repeat transparent;
	display: block;
	width: 37px;
	height: 35px;
	margin: 5px 10px 0 0;
}

.section-crono .section-crono-nav {
	width: 100%;
	max-width: 345px;
	margin: auto;
	position: relative;
}

.section-crono .carousel-prev {
	left: 0;
}

.section-crono .carousel-next {
	right: 0;
}

.section-crono .carousel-nav {
	position: absolute;
	top: 0;
	width: 23px;
	height: 33px;
	border-radius: 3px;
	background: #2f3b42;
	border: 0;
	appearance: none;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.years-container {
	width: 754px;
	margin: 0 auto 10px;
	display: flex;
}

.active-year {
	color: #ef1a28;
}

.years-container span {
	font-weight: 700;
	font-size: 18px;
	text-align: left;
}

.slider-nav {
	display: flex;
	padding-left: 40px;
	position: relative;
}

.slider-nav:before {
	content: "";
	width: 81.5%;
	height: 1px;
	background: #000;
	position: absolute;
	top: 13px;
	left: 40px;
}

.slider-nav-container {
	max-width: 870px;
	margin: 0 auto 20px;
	padding: 0 15px;
	width: 100%;
}

.year-nav-container a {
	position: relative;
}

.year-nav-container a {
	font-size: 0;
}

.year-nav-container a:before {
	content: "";
	font-size: 0;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	background: rgba(192, 172, 150, 0.5);
	display: block;
}

.year-nav-container a.dark-spot:before {
	content: "";
	font-size: 0;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	background: #363d44;
	display: block;
}

.year-nav-container a.active:before {
	background: url(img/drop.svg) no-repeat top center;
	height: 36px;
	width: 28px;
	position: relative;
	z-index: 9999;
}

.year-nav-container ul {
	display: flex;
}

.year-nav-container ul li:not(:first-of-type) {
	margin-left: -8px;
}

.year-nav-container ul li.overlap-1 {
	margin-left: -26px;
}

.year-spacer {
	margin-left: 20px;
}

.crono-slider-container {
	display: flex;
	flex-direction: column;
	margin: auto;
}

.slider-single .slider-image {
	width: 100%;
	height: 170px;
	overflow: hidden;
}

.slider-single .slider-image img {
	min-width: 100%;
	position: relative;
	height: 100%;
	left: 50%;
	transform: translate(-50%, 0%);
}

.slider-single .slider-content {
	padding: 30px 10px;
	position: relative;
}

.slider-single .slider-content:before {
	content: "";
	font-size: 0;
	width: 26px;
	height: 36px;
	border-radius: 100%;
	background: url(img/drop.svg) no-repeat top center;
	display: block;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: auto;
}

.slider-single .slider-content h2 {
	font-size: 22px;
	margin-bottom: 10px;
}

.slider-single .slider-content p {
	max-width: 490px;
	margin: auto;
	font-size: 19px;
	line-height: 1.3;
	padding: 0 20px;
}

.mobile-year {
	max-width: 225px;
	margin: auto;
	display: none;
}

.mobile-year.active-year {
	display: block;
}

.mobile-year span {
	display: block;
	font-weight: 700;
	font-size: 18px;
	text-align: left;
	margin-bottom: 5px;
}

.no-action {
	pointer-events: none;
}


/* detenciones*/

.section-detenciones h2+p {
	font-size: 19px;
	text-align: center;
	max-width: 550px;
	margin: 20px auto;
	padding: 0 15px;
}

.section-detenciones .indicators {
	display: flex;
	flex-wrap: wrap;
}

.section-detenciones .indicators span {
	font-size: 19px;
	display: inline-flex;
	align-items: center;
	margin: 20px;
}

.section-detenciones .indicators span:before {
	content: "";
	width: 21px;
	height: 21px;
	border-radius: 100%;
	background: #363d44;
	display: block;
	margin-right: 10px;
}

.section-detenciones .indicators span.yellow:before {
	background: #dda040;
}

.scene-detenciones {
	width: 100%;
	overflow: auto;
	overflow-y: hidden;
	margin: auto;
	height: 700px;
	padding-bottom: 50px;
}

.scene-detenciones__inner {
	background: url(img/detenciones-bg-mobile.svg) center bottom no-repeat;
	background-size: 100%;
	width: 358px;
	margin: auto;
	position: relative;
	height: 650px;
}

.trigger-btn {
	position: absolute;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	bottom: 0;
	background: #ef1a28;
	font-size: 0;
	transition: all 0.5s ease;
}

.trigger-btn:hover {
	transform: scale(1.1);
}

.bubble {
	display: none;
	border: 1px solid #000;
	padding: 10px;
	width: 100%;
	position: relative;
}

.bubble p strong {
	font-weight: 700;
}

.trigger1 {
	bottom: 180px;
	left: 90px;
}

.bubble[data-id="trigger1"]:after {
	content: "";
	background: #000;
	width: 1px;
	height: 372px;
	display: block;
	position: absolute;
	top: 84px;
	left: 102px;
}

.trigger2 {
	bottom: 274px;
	left: 173px;
}

.bubble[data-id="trigger2"]:after {
	content: "";
	background: #000;
	width: 1px;
	height: 314px;
	display: block;
	position: absolute;
	top: 52px;
	left: 184px;
}

.trigger3 {
	bottom: 445px;
	left: 200px;
}

.bubble[data-id="trigger3"]:after {
	content: "";
	background: #000;
	width: 1px;
	height: 95px;
	display: block;
	position: absolute;
	top: 84px;
	left: 213px;
}

.trigger4 {
	bottom: 415px;
	left: 220px;
}

.bubble[data-id="trigger4"]:after {
	content: "";
	background: #000;
	width: 1px;
	height: 106px;
	display: block;
	position: absolute;
	top: 101px;
	left: 234px;
}

.trigger5 {
	bottom: 340px;
	left: 230px;
}

.bubble[data-id="trigger5"]:after {
	content: "";
	background: #000;
	width: 1px;
	height: 218px;
	display: block;
	position: absolute;
	top: 68px;
	left: 243px;
}

.trigger6 {
	bottom: 190px;
	left: 280px;
}

.bubble[data-id="trigger6"]:after {
	content: "";
	background: #000;
	width: 1px;
	height: 366px;
	display: block;
	position: absolute;
	top: 68px;
	left: 293px;
}

.trigger7 {
	bottom: 120px;
	left: 300px;
}

.bubble[data-id="trigger7"]:after {
	content: "";
	background: #000;
	width: 1px;
	height: 439px;
	display: block;
	position: absolute;
	top: 68px;
	left: 313px;
}


/* Mapa */

.section-mapa h2+p {
	font-size: 19px;
	max-width: 650px;
	margin: 20px auto;
	padding: 0 15px;
	line-height: 1.2;
}

.mapa-container {
	width: 100%;
	max-width: 320px;
	overflow: auto;
	margin: auto;
}

.section-mapa-nav {
	position: relative;
	max-width: 350px;
	margin: auto;
	width: 100%;
}

.section-mapa-nav,
.section-mapa-nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-mapa-nav ul li span {
	font-size: 0;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #7a6a5c;
	margin-right: 5px;
	display: block;
}

.section-mapa-nav ul li span.yellow {
	background: #dda040;
}

.section-mapa-nav ul li span.grey {
	background: #363d44;
}

.section-mapa-nav ul li span.red {
	background: #ce202c;
}

.section-mapa-nav ul li span.blue {
	background: #7790a5;
}

.section-mapa-nav .press-icon {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 700;
}

.section-mapa-nav .press-icon:before {
	margin-right: 0px;
	background: url(img/press-icon-2.png) no-repeat;
	background-size: auto 100%;
	height: 46px;
	margin-bottom: 10px;
}

.map-nav {
	position: absolute;
	top: 15px;
	width: 23px;
	height: 33px;
	border-radius: 3px;
	background: #2f3b42;
	border: 0;
	appearance: none;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	text-decoration: none;
	line-height: 33px;
}

.map-prev {
	left: 0;
}

.map-next {
	right: 0;
}

.mapa-container__inner {
	height: 340px;
	background: url(img/grafico-mapa-mobile.png) no-repeat;
	background-position: 0 -250px;
	background-size: 100%;
	width: 320px;
	position: relative;
}

.map-bubble {
	position: absolute;
	bottom: 0px;
	text-align: left;
	border: 1px solid #000;
	width: 100%;
	max-width: 270px;
	margin: auto;
	left: 0;
	right: 0;
	padding: 10px;
	display: none;
}

.bubble-visible {
	display: block;
}

.map-bubble h3 {
	font-size: 22px;
	font-weight: 700;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.map-bubble h3 span {
	width: 18px;
	height: 18px;
	border-radius: 100%;
	display: block;
	background: #7a6a5c;
	margin-right: 5px;
}

.map-bubble h3 span.yellow {
	background: #dda040;
}

.map-bubble h3 span.grey {
	background: #363d44;
}

.map-bubble h3 span.red {
	background: #ce202c;
}

.map-bubble h3 span.blue {
	background: #7790a5;
}

.map-bubble p {
	font-size: 19px;
	line-height: 22px;
	color: #1f2125;
}

.map-bubble p strong {
	font-weight: 700;
}

.map-triggers a {
	position: absolute;
	font-size: 0;
	display: block;
	width: 30px;
	height: 30px;
}

.map-trigger1 {
	top: 100px;
}

.map-trigger2 {
	top: 90px;
	left: 30px;
}

.map-trigger3 {
	top: 115px;
	left: 90px;
}

.map-trigger4 {
	top: 105px;
	left: 155px;
}

.map-trigger5 {
	top: 145px;
	left: 235px;
}

.map-trigger6 {
	top: 175px;
	left: 255px;
}

.map-trigger7 {
	top: 200px;
	left: 280px;
}

.map-bubble1:before {
	content: "";
	width: 10px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 20px;
	left: -10px;
}

.map-bubble1:after {
	content: "";
	width: 1px;
	height: 136px;
	background: #000;
	position: absolute;
	bottom: 75px;
	left: -10px;
}

.map-bubble2:after {
	content: "";
	width: 1px;
	height: 116px;
	background: #000;
	position: absolute;
	bottom: 96px;
	left: 18px;
}

.map-bubble3:after {
	content: "";
	width: 1px;
	height: 95px;
	background: #000;
	position: absolute;
	bottom: 96px;
	left: 80px;
}

.map-bubble4:after {
	content: "";
	width: 1px;
	height: 101px;
	background: #000;
	position: absolute;
	bottom: 96px;
	left: 143px;
}

.map-bubble5:after {
	content: "";
	width: 1px;
	height: 60px;
	background: #000;
	position: absolute;
	bottom: 96px;
	left: 223px;
}

.map-bubble6:after {
	content: "";
	width: 1px;
	height: 35px;
	background: #000;
	position: absolute;
	bottom: 96px;
	left: 243px;
}

.map-bubble7:after {
	content: "";
	width: 1px;
	height: 32px;
	background: #000;
	position: absolute;
	bottom: 75px;
	left: 280px;
}

.map-bubble7:before {
	content: "";
	width: 13px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 20px;
	right: -13px;
}


/*gallery*/

.section_gallery {
	background: #fff;
	height: auto;
}

.section_gallery .gallery-title {
	position: absolute;
	z-index: 8;
	color: #fff;
	font: bold 24px/1.2 "Roboto Slab", sans-serif;
	left: 20px;
	top: 55px;
}

.section_gallery .slick-initialized .slick-slide {
	position: relative;
}

.section_gallery .slick-slide .sticky {
	height: auto;
	max-height: 80vh;
}

.section_gallery .pie_foto {
	background: rgba(255, 255, 255, 0.8);
	width: 100%;
	max-width: 1080px;
	margin: 0;
	padding: 1.3em 25px;
	padding-top: 1em;
	display: inline-block;
	text-align: right;
	font: normal 14px/1.2 "Roboto Slab", sans-serif;
	box-sizing: border-box;
	float: right;
}

.section_gallery .pie_foto span {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1.3;
	display: inline-block;
}

.section_gallery .pie_foto blockquote {
	font: normal 12px/1.2 "Roboto Slab", sans-serif;
}

.section_gallery .slick-arrow {
	background: #000;
	border: 1px solid #fff!important;
	cursor: pointer;
	font-size: 0;
	width: 50px;
	height: 40px;
	border: 0;
	position: absolute;
	top: 40%;
	z-index: 99999;
}

.section_gallery .slick-arrow:before {
	content: "";
	height: 30px;
	width: 30px;
	display: block;
	position: absolute;
	background: url("assets/down_arrow.svg") no-repeat center / 18px auto;
	top: 0;
	bottom: 0;
	line-height: 30px;
	left: 0;
	right: 0;
	margin: auto;
	filter: invert(1);
}

.section_gallery .slick-arrow.slick-prev {
	left: 20px;
	transform: rotate(90deg);
}

.section_gallery .slick-arrow.slick-next {
	right: 20px;
	left: auto;
	transform: rotate(-90deg);
}

.video-spacer {
	padding-bottom: 150px;
}

.map-source {
	margin: 30px auto 0;
	text-align: left;
	font-size: 12px;
	width: 100%;
	max-width: 980px;
	padding: 0 15px;
	
}
@media screen and (max-width: 1024px) {
	/* mobile */
	.poco_texto.texto .c_texto {
		position: static;
		transform: none;
		padding-left: 24px;
		padding-right: 24px;
	}
	.texto .c_texto h3 {
		font-size: 26px;
	}
	.logo_univision.oculto {
		transform: translateY(-150px);
	}
	.titulo .titulo_autor {
		width: 100%;
	}
	.titulo .titulo_autor h1 {
		width: 90%;
		margin: 20px auto;
		font-size: 18px;
		font-weight: 400;
	}
	.titulo .autor {
		font-size: 12px;
		width: 100%;
		margin: 0 auto 0 auto;
		width: 100%;
	}
	.titulo .autor span {
		display: block;
		max-width: 300px;
		margin: 0 auto;
	}
	.texto_grafico,
	.texto .c_texto {
		width: 80%;
	}
	.texto .c_texto p,
	.section_frase p {
		font-size: 17px;
		line-height: 1.6;
	}
	.section_sticky .texto .c_texto p,
	.section_sticky .section_frase h3 {
		padding: 0 30px;
	}
	.video_controls {
		right: auto;
		top: auto;
		bottom: 30px;
		left: 0;
		width: 100%;
		height: 55px;
	}
	.video_controls .sonido {
		right: 0;
		position: absolute;
		top: 0;
		height: 58px;
		width: 150px;
		text-align: right;
	}
	.video_controls .tiempo_total,
	.video_controls .tiempo_actual {
		font-size: 12px;
		padding-top: 23px;
		left: 102px;
	}
	.video_controls .tiempo_total {
		margin-left: 0px;
		right: auto;
		left: 144px;
	}
	.video_controls .slider_video {
		width: calc(100% - 40px);
		left: 20px;
		top: -30px;
	}
	.video_controls .boton_play,
	.video_controls .boton_rewind {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
	}
	.video_controls .boton_rewind {
		left: 40px;
	}
	.tip_activar_sonido {
		top: 5px;
		background-image: none;
		width: 100px;
		height: auto;
		padding: 18px;
		text-align: left;
		left: -4px;
		animation: none;
	}
	.section_album p {
		font-size: 14px;
		width: auto;
		line-height: 1.5;
		margin: 1em;
	}
	.section_album .titulo_album h2 {
		font-size: 24px;
	}
	.section_album .pie_foto {
		width: auto;
	}
	.puntitos a {
		width: 20px;
		opacity: 0.3;
	}
	.section_album .titulo_album {
		padding: 3em 2em 2em 2em;
		margin: 0 auto;
	}
	.section_album .titulo_album h2 {
		padding-left: 0;
		padding-top: 1.8em;
	}
	.section-text-left.texto .c_texto {
		max-width: 500px;
		left: 50%;
	}
	.section-text-left.texto .c_texto p {
		text-align: center;
	}
	.section_gallery {
		height: auto;
	}
	.logos-featuring {
		text-align: center;
	}
	.logos-featuring img {
		display: block;
	}
	.texto .c_texto .logos-featuring p {
		width: 100%;
	}
	.section-text-left.texto .c_texto {
		max-width: 500px;
		left: 50%;
	}
	.section-text-left.texto .c_texto p {
		text-align: center;
	}
	.gallery-title {
		left: 105px;
		font: bold 20px/1.2 "Roboto Slab", sans-serif;
		display: block;
		top: 20px;
	}
	.pie_foto {
		position: inherit;
		left: 0;
		bottom: 0;
		max-width: 100%;
	}
	.slick-arrow {
		top: 17px;
	}
	.slick-arrow.slick-prev {
		left: 5px;
		transform: rotate(90deg);
	}
	.slick-arrow.slick-next {
		left: 50px;
		transform: rotate(-90deg);
	}
	.texto.section_elastica.no-video-top .c_texto {
		padding-top: 0;
	}
	.texto.section_elastica.no-video-bottom .c_texto {
		padding-bottom: 0;
	}
	.grafico-inline img {
		width: 100%;
	}
}

.section_images .images-container img {
	width: 100%;
}

@media screen and (max-width: 350px) {
	/* small screens */
	.texto .c_texto p,
	.section_frase p {
		font-size: 15px;
	}
	.video_controls .tiempo_total {
		display: none;
	}
	.video_controls .tiempo_actual {
		margin-left: 110px;
	}
}

@media (min-width: 920px) {
	.section_gallery .gallery-desktop {
		max-width: 1280px;
		margin: 0 auto;
	}
	.section_gallery .pie_foto {
		padding-right: 20px;
		padding-left: 20px;
	}
	.section_gallery .gallery-title-desktop {
		z-index: 8;
		color: #000;
		font: bold 21px/1.2 "Roboto Slab", sans-serif;
		margin-bottom: 20px;
		text-align: center;
	}
	.pre-gallery {
		height: auto;
		min-height: unset;
	}
	.pre-gallery .c_texto {
		padding: 6% 20px 5% 20px;
		position: inherit;
		top: 0;
		transform: none;
		left: 0;
		right: 0;
		margin: auto;
	}
	.c_especial .post-gallery .c_texto {
		padding: 6% 20px 8% 20px;
	}
	.slick-arrow.slick-next {
		right: 20px;
	}
	.display-mobile {
		display: none;
	}
	.display-desktop {
		display: block;
	}
	.graphic-iframe iframe {
		height: 800px;
	}
	.graphic-iframe .iframe-mapa {
		height: 400px;
	}
	.graphic-iframe .iframe-papa {
		width: 100%;
		overflow: hidden;
		height: 550px;
	}
	.logos-featuring {
		display: flex;
		align-items: center;
	}
	.texto .c_texto .logos-featuring p {
		padding-left: 30px;
		text-align: left;
	}
	.section_images .images-container {
		align-items: flex-start;
		display: flex;
	}
	.section_images .images-container img {
		width: 50%;
	}
	.section-detenciones .indicators {
		align-items: center;
		justify-content: center;
	}
	.scene-detenciones {
		width: 100%;
		overflow: auto;
		overflow-y: hidden;
		margin: auto;
		height: 500px;
		padding-bottom: 50px;
	}
	.scene-detenciones__inner {
		background: url(img/detenciones-bg-desktop.svg) center bottom no-repeat;
		background-size: 100%;
		width: 755px;
		margin: auto;
		position: relative;
		height: 500px;
	}
	.trigger-btn {
		position: absolute;
		width: 28px;
		height: 28px;
		border-radius: 100%;
		bottom: 0;
		background: #ef1a28;
		font-size: 0;
		transition: all 0.5s ease;
	}
	.trigger-btn:hover {
		transform: scale(1.1);
	}
	.bubble {
		display: none;
		border: 1px solid #000;
		padding: 10px;
		width: 310px;
		position: absolute;
		text-align: left;
		left: 75px;
		top: 12px;
	}
	.bubble p strong {
		font-weight: 700;
	}
	.trigger1 {
		bottom: 144px;
		left: 202px;
	}
	.bubble[data-id="trigger1"]:after {
		height: 219px;
		top: 101px;
		left: 140px;
	}
	.trigger2 {
		bottom: 193px;
		left: 386px;
	}
	.bubble[data-id="trigger2"]:after {
		height: 256px;
		top: 22px;
		left: 324px;
	}
	.bubble[data-id="trigger2"]:before {
		content: "";
		background: #000;
		height: 1px;
		width: 17px;
		display: block;
		position: absolute;
		top: 22px;
		left: 308px;
	}
	.trigger3 {
		bottom: 303px;
		left: 448px;
	}
	.bubble[data-id="trigger3"]:after {
		height: 143px;
		top: 22px;
		left: 385px;
	}
	.bubble[data-id="trigger3"]:before {
		content: "";
		background: #000;
		height: 1px;
		width: 77px;
		display: block;
		position: absolute;
		top: 22px;
		left: 308px;
	}
	.trigger4 {
		bottom: 282px;
		left: 482px;
	}
	.bubble[data-id="trigger4"]:before {
		content: "";
		background: #000;
		height: 1px;
		width: 112px;
		display: block;
		position: absolute;
		top: 22px;
		left: 308px;
	}
	.bubble[data-id="trigger4"]:after {
		height: 162px;
		top: 22px;
		left: 420px;
	}
	.trigger5 {
		bottom: 236px;
		left: 497px;
	}
	.bubble[data-id="trigger5"]:before {
		content: "";
		background: #000;
		height: 1px;
		width: 127px;
		display: block;
		position: absolute;
		top: 22px;
		left: 308px;
	}
	.bubble[data-id="trigger5"]:after {
		height: 218px;
		top: 22px;
		left: 435px;
	}
	.trigger6 {
		bottom: 139px;
		left: 625px;
	}
	.bubble[data-id="trigger6"]:before {
		content: "";
		background: #000;
		height: 1px;
		width: 254px;
		display: block;
		position: absolute;
		top: 22px;
		left: 308px;
	}
	.bubble[data-id="trigger6"]:after {
		height: 316px;
		top: 22px;
		left: 562px;
	}
	.trigger7 {
		bottom: 99px;
		left: 653px;
	}
	.bubble[data-id="trigger7"]:after {
		height: 356px;
		top: 22px;
		left: 591px;
	}
	.bubble[data-id="trigger7"]:before {
		content: "";
		background: #000;
		height: 1px;
		width: 284px;
		display: block;
		position: absolute;
		top: 22px;
		left: 308px;
	}
	.potato-divider {
		max-width: 370px!important;
	}
	.mobile-year {
		display: block;
	}
	.year-nav-container {
		display: flex;
		align-items: flex-start;
		max-width: 940px;
		margin: auto;
		position: relative;
	}
	.year-nav-container:before {
		content: "";
		background: #000;
		height: 1px;
		width: 100%;
		position: absolute;
		top: 41px;
		left: 2px;
	}
	.mobile-year {
		margin-right: 15px;
	}
	.mobile-year:last-of-type {
		margin-right: 0;
	}
	.mobile-year.active-year {
		position: relative;
		top: 5px;
	}
	.slider-single .slider-image {
		height: 245px;
	}
	.slider-single .slider-image img {
		min-width: 100%;
		position: relative;
		min-height: 100%;
		height: auto;
		left: 50%;
		transform: translate(-50%, -20%);
	}
	.section-crono h2,
	.section-detenciones h2,
	.section_graphics h2,
	.section-mapa h2 {
		font-size: 38px;
	}
	.video-spacer {
		padding-bottom: 0px;
	}
	.potato-divider-slim {
		margin: 150px auto 150px!important;
	}
	.mapa-container {
		max-width: 980px;
	}
	.mapa-container__inner {
		background: url(img/grafico-mapa-desktop.png) no-repeat bottom center;
		width: 980px;
		height: 725px;
		background-size: 89%;
	}
	.map-triggers a {
		width: 40px;
		height: 40px;		
	}
	.map-trigger1 {
		top: 166px;
		left: 167px;
	}
	.map-trigger2 {
		top: 161px;
		left: 211px;	
	}
	.map-trigger3 {
		top: 213px;
    	left: 351px;
	}
	.map-trigger4 {
		top: 197px;
    	left: 497px;
	}
	.map-trigger5 {
		top: 297px;
		left: 686px;
	}
	.map-trigger6 {
		top: 352px;
		left: 723px;
	}
	.map-trigger7 {
		top: 413px;
		left: 785px;
	}
	.map-bubble {
		pointer-events: none;
	}
	.map-bubble1 {
		left: 199px;
		right: auto;
		bottom: 281px;
	}
	.map-bubble1:after {
		height: 161px;
	}
	.map-bubble2 {

    bottom: 255px;
    left: 178px;
    right: auto;
	}
	.map-bubble2:after {
		height: 170px;
		left: 52px;
	}
	.map-bubble3 {
		left: 291px;
		right: auto;
		bottom: 188px;
	}
	.map-bubble3:after {
		height: 185px;
	}
	.map-bubble4 {
		bottom: 269px;
		left: 375px;
		right: auto;
	}
	.map-bubble4:after {
		height: 121px;
	}
	.map-bubble5 {
		bottom: auto;
		top: 36px;
		left: auto;
		right: 180px;
	}
	.map-bubble5:after {
		height: 168px;
		bottom: auto;
		left: 175px;
		top: 100%;
	}
	.map-bubble6 {
		bottom: 161px;
		left: auto;
		right: 211px;
	}
	.map-bubble6:after {
		height: 74px;
	}
	.map-bubble7 {
		bottom: auto;
		top: 36px;
		left: auto;
		right: 88px;
	}
	.map-bubble7:before {
		display: none;
	}
	.map-bubble7:after {
		bottom: auto;
		top: 100%;
		right: 87px;
		left: auto;
		height: 283px;
	}


.map-source {
	position: relative;
	top: -100px;
	
}

.titulo .titulo_autor h1 span {
	max-width: 450px;
}
}

@media (min-width: 1280px) {
	.video_jw,
	.video_jw2,
	.video_jw3,
	.video_jw4,
	.content-player,
	.placeholder,
	.content-player .jwplayer.jw-flag-aspect-mode {
		width: 100vw !important;
	}
	.texto.section_elastica .c_texto {
		padding: 18% 20px 18% 20px;
	}
}