
/*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/crono/slide-icon.png) center no-repeat;
	background-size: contain;
	display: block;
	width: 250px;
	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: 285px;
	margin: auto;
	position: relative;
}

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

.section-crono .carousel-prev:after, .section-crono .carousel-next:after {
    content: "";
    background: url("../img/crono/carousel-arrow.png") center no-repeat transparent;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 43px;
	cursor: pointer;
    background-size: contain;
}

.section-crono .carousel-prev:after {
    transform: rotate(180deg);
}
.section-crono .carousel-next {
	right: 0;
}

.section-crono .carousel-nav {
	position: absolute;
	top: 0;
	width: 23px;
	height: 33px;
	border-radius: 3px;
	background: transparent;
	border: 0;
	right: 50px;
	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: transparent;
	display: block;
}

.year-nav-container a.dark-spot:before {
	content: "";
    background: url(../img/crono/day.png) no-repeat top center;
	font-size: 0;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	background: transparent;
	display: block;
}


.year-nav-container a.dark-spot .bflag {
    content: "";
    background: url(../img/crono/bflag.png) no-repeat top center;
    font-size: 0;
    width: 14px;
    background-size: contain;
    height: 24px;
    position: absolute;
    top: 0;
    left: -7px;
    z-index:2000000;
    display: block;
}


.year-nav-container a.dark-spot.active .bflag {
    content: "";
    background: url(../img/crono/rflag.png) no-repeat top center;
    font-size: 0;
    width: 14px;
    background-size: contain;
    height: 24px;
    position: absolute;
    top: 0;
    left: -7px;
    z-index:2000000;
    display: block;
}

.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: 80%;
	position: relative;
	height: auto;
	left: 50%;
	transform: translate(-50%, 0%);
}

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

.slider-single .slider-content:before {
	content: "";
	font-size: 0;
	height: 36px;
	background: url(../img/crono/libicon.png) no-repeat top center;
	display: block;
	position: absolute;
	top: 25px;
	background-size: contain;

	left: 0;
	right: 0;
	margin: auto;
}

.slider-single .slider-content h2 {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #fff;
	font-family: "typeka", sans-serif;
}

.slider-single .slider-content p {
	max-width: 490px;
	margin: auto;
	font-size: 19px;
	line-height: 1.3;
	padding: 0 20px;
	font-weight: 400;
	font-family: "typeka", sans-serif;
}

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

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

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

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

.cronotitulo {
    text-align:center;
    max-width: 480px;
    margin: 0 auto;
	font-weight: 700;
	font-size: 32px;
	padding-top: 40px;
	font-family: 'typeka', sans-serif;
}

.cronotitulo img {
    width: 100%;
}
.section-crono h2, .section-detenciones h2, .section_graphics h2, .section-mapa h2 {
    max-width: 100%;
 }
       .section_graphics.section-crono, .section_graphics.section-detenciones, .section-crono, .section-detenciones, .section_graphics.section-mapa {
          /* background-image: url(img/crono/back1.png); */
          background-color: #6a5a40;
          background: linear-gradient(
             to top,
			 #382f22 0%,
			 #382f22 50%,
             #857150 50%,
             #857150 85%,
             #6a5a40 85%,
             #6a5a40 100%
          );
          color: #fff;
          padding: 0;
       }
 
       li a {
          background-image: url(../img/crono/day.png);
          background-size: cover;
       }
 
       .year-nav-container a:before {
          background-image: url(../img/crono/day.png);
          background-size: cover;
          border-radius: 0;
       }
 
       .year-nav-container a.dark-spot:before {
          content: "";
          
          background-image: url(../img/crono/day.png);
          background-size: cover;
          background-repeat: no-repeat;
          border-radius: 0;
          background-color: transparent;
       }
 
       /* .year-nav-container a.active:before {
          width: 19px;
          height: 26px;
       } */
 
       .slider-single .slider-content {
          background-color: #382f22;
          height: auto;
         
       }
 
       .slider-single .slider-image {
          height: auto;
       }

	   .year-nav-container {
		font-size: 0;
		margin-bottom: 10px;
	   }

@media (min-width: 720px)  {
	.section_graphics.section-crono, .section_graphics.section-detenciones, .section-crono, .section-detenciones, .section_graphics.section-mapa {
		/* background-image: url(img/crono/back1.png); */
		background-color: #6a5a40;
		background: linear-gradient(
		   to top,
		   #382f22 0%,
		   #382f22 20%,
		   #857150 20%,
		   #857150 60%,
		   #6a5a40 60%,
		   #6a5a40 100%
		);
		color: #fff;
		padding: 0;
	 }


	.slider-single .slider-image img {
		height: auto;
		min-width: 60%;
		max-width: 75%;
	}
	.slide-icon {
		height: 65px;
	}
	.mobile-year {
		display: inline-block;
		vertical-align: top;
	}
	.section-crono .carousel-prev:after, .section-crono .carousel-next:after {
		width: 40px;
		height: 43px;
	}
	
	.slider-single .slider-content p {
		max-width: 720px;
	}
}