.menu-cont::-webkit-scrollbar { width: 0 !important }

.menu-cont { overflow: -moz-scrollbars-none; }

.menu-cont { -ms-overflow-style: none; }



body{
    margin: 0;
    padding: 0;
}
.general-cont {
	width: 100%;
    height: 100vh;
    background: url(http://embed.eltiempo.digital/infografias/2019/05/bicentenario/global-img/fondo.jpg);
    margin: 0;
    padding: 0;
    position: relative;
}

.contenedor-linea {
	width: 100%;
    height: 75vh;
    margin: 0;
    padding: 0;
    
}

.menu-cont {
	width: 10%;
    height: 100%;
    background: #0F2728;
    display:block;
    clear:none;
    float:left;
	overflow: scroll;
    position: relative;
}
.img-scroll-cont{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 17px;
    animation: moverScroll 0.5s ease-in-out 0s infinite alternate;
}
@keyframes moverScroll{
    0% {
        top: 10px;
    }
    100% {
        top: 5px;
    }
}
.menu-mes, .menu-anio{
	background: #0F2728;
	color:#80B1AC;
	font-family: "Cinzel";
}
.menu-anio{
	margin-top: 50px;
}
.intro-linea {
	width: 30%;
    height: 100%;
    background: #FFF;
    display: block;
    clear: none;
    float: left;
    padding: 80px 3%;
    box-sizing: border-box;
	overflow-y: auto;
}
.intro-linea h3{
	font-family:"Cinzel";
	font-size: 36px;
	font-weight: normal;
	color: #902426;
}
.intro-linea p{
	
	font-family: "Tabac Sans";
	font-size: 15px;
	line-height: 1.7em;
}

.eventos-wrapper {
	width: 60%;
    height: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    background: #331940;
    display:block;
    clear:none;
    float:left;
}
.eventos-cont{
    height: 100%;
}
.event-cont{
    width:150px;
    color: #FFF;
    height: 100%;
    float: left;
    clear: none;
    display: block;
    cursor: pointer;
}
.event-fecha {
	    height: 100%;
    width: 15%;
    float: left;
    display: block;
    clear: none;
}
.event-fecha h4{
    transform: rotate(-90deg);
    margin: auto -45vh;
    position: relative;
    top: 30vh;
    line-height: 0px;
    width: 100vh;
    height: 30px;
    font-family: "Cinzel";
    font-size: 23px;
    font-weight: normal;
    text-align: center;
}
.event-dato {
	float: left;
    clear: none;
    display: block;
    width: 70%;
        margin-top: 15vh;
    margin-left: 40px;
}
.event-dato h5{
	font-family: "Tabac Sans";
	text-transform: capitalize;
	letter-spacing: 0.1em;
	color: rgba(255,255,255,0.7);
}
.event-dato p{
	    font-family: "Tabac Sans";
    font-size: 14px;
    line-height: 1.6em;
}
.btn-cerrar {
	font-size: 70px;
    width: 25px;
    height: 4px;
    background: #FFF;
    margin-top: 10vh;
    margin-left: 19px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
}
.menu-lin {
	text-align: center;
	position: relative;
}

.menu-lin p:not(.linea-centro), .menu-lin div:not(.linea-centro){
	z-index: 2;
	position: relative;
	
}
.menu-acont{
	cursor:pointer;
}
.circ-menu-linea{
    width:14px;
    height: 14px;
    border-radius: 30px;
    background: #80B1AC;
    clear: none;
    display: block;
    margin: 30px auto;
}
.circ-activo{
	background: #DFAE59;
}

.circ-menu-linea p{
	margin-left: 30px;
	font-family: "Tabac Sans";
	font-weight: 300;
	color:#3F5253;
}
.circ-activo p{
	color: #DFAE59;
}
.linea-centro{
	width: 1px;
	height: 110%;
	background: #84C7B7;
	position: absolute;
	z-index: 0;
	top: -10%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	
}
.abierto{
    cursor: inherit;
}

/*Tipos de Hecho Color*/

.hecho-politico{
	background:#704949;
}
.hecho-militar{
	background:#769A76;
}
.hecho-electoral{
	background:#A68143;
}
.personaje{
    background: #666742;
}