@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Times New Roman', Times, serif;
	/* border: 1px solid red; */
}

/* CÓDIGO CSS DE MENÚ CON BOOTSTRAP 5 */
#menu{
    height: 60px;
    top: 0;
    left: 0;
    z-index: 4;
}
.logo{
    width: 60px;
    height: 55px;
}
.d-item{
	height: 100vh;
}
.d-img{
	height: 100%;
	object-fit: cover;
	filter: brightness(0.6);
}
.d-p{
	color: #fff;
}

/* Diseño de las secciones y colores de c/u */

.seccion{
	position: relative;
}
#inicio{
	background: rgba(216, 37, 32, 0.6);
}
#dato-gral{
	background: rgba(255, 141, 0, 0.6);
}
#genero{
	background: rgba(255, 233, 0, 0.6);
}
#afro{
	background: rgba(0, 127, 71, 0.6);
}
#des-ind{
	background: rgba(48, 100, 169, .6);
}

h1{
	text-align: center;
	color: white;
	padding-top: 5%;
	font-size: 2rem;
	text-transform: none;
	letter-spacing: 1px;
}
.seccion .resul{
	padding-top: 7%;
	font-size: 15rem;
}

.navigation-back{
    position: fixed;
    width: 40px;
    bottom: 0;
    left: 0;
    margin: 0 0 20px 20px;
	z-index: 10;
	float: inline-end;
}

.caja-title{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 100%;
    flex-wrap: nowrap;
}
.scroll-title{
    display: block;
    position: absolute;
    width: 33%;
    height: auto;
}

.caja-grafics{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 100%;
}
.scroll-grafics{
    display: flex;
    position: absolute;
    height: 65%;
	width: 100%;
    overflow: scroll;
	overflow: hidden;
}

.scroll1{
    height: 65%;
    width: 100%;
    overflow: scroll;
	overflow: hidden;
}

#chart1{
	width: 100%;
}

.caja-grafics-circle{
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 100%;
    flex-wrap: nowrap;
}
.scroll-grafics-circle{
    display: flex;
    position: absolute;
    height: 75%;
    overflow-y: scroll;
}

/* .scroll{
	width: 100%;
	height: 65%;
	overflow-y: scroll;
} */

/* datos generales graficos */

h2{
	color: white;
}
hr{
	border: 1px solid #000;
}
p{
	color: #000;
	font-size: 20px;
}
/* .scroll{
    height: 68%;
    width: 100%;
    overflow-y: scroll;
} */
.chartBox{
	width: 700px;
}
.chartBoxCircle{
	width: 100%;
}
.aside{
	z-index: 10;
}

/* TAMAÑOS DE LOS GRÁFICOS DE ECHARTS */
/* TAMAÑO DE LOS GRÁFICOS PARA LAS SECCIONES (PROGRAMA EDUCATIVO | IDENTIDAD DE GÉNERO | AFRODESCENDENCIA) */
/* =========IMPORTANT=========== */
.charts{
    width: 100%;
    height: 400px;
}
/* .chartss{
    width: 730px;
    height: 400px;
} */

/* EL SUBMENÚ DE LOS GRÁFICOS NECESITAN .scroll1 PARA QUE EL TAMAÑO SE MANTENGA UNIFORMES */
/* =========IMPORTANT =========== */
/* .scroll1{
    height: 65%;
    width: 100%;
    overflow-y: scroll;
	overflow: hidden;
} */
/* =========IMPORTANT=========== */

/* =============SECCIÓN COMUNIDADES INDÍGENAS Y/O EQUIPARABLES============== */
.charts4{
    width: 100%;
    height: 600px;
}

/* PIE DE PÁGINA (FOOTER) */
.pie{
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 3;
}
.pie .grupo-2{
	text-align: center;
	padding: 5px 10px;
	color: #fff;
}
.pie .grupo-2 small{
	font-size: 15px;
}
.pie .red-social a{
	display: inline-block;
	width: 30px;
	text-decoration: none;
	color: #fff;
}
.pie .red-social{
	text-align: center;
	padding-bottom: 7px;
}
@media screen and (max-width: 900px){
	/* .cont-opacity{
		opacity: .80;
	} */
	.chartBoxCircle{
		width: 100%;
	}
	.scroll-title{
		width: auto;
	}
	.scroll-grafics{
		width: auto;
	}

	.scroll1{
		overflow: scroll;
	}
}