	/* PANTALLA ESTANDAR */
	
	html {
		font-size: 20px;
	}
	
	* {
		margin: 0;
		padding: 0;
		font-family: 'Hind Vadodara', sans-serif;
		box-sizing: border-box;
	}
	
	body {
		height: auto;
		width: 100%;
		background-color: white;
		display: flex;
		flex-flow: column wrap;
	}
	
	header {
		position: fixed;
		z-index: 1;
		background: rgba(12, 207, 195, 0.96);
		width: 100%;
		height: 6em;
		display: flex;
		align-items: center;
		align-content: center;
		justify-content: space-between;
		padding: 0.3em;
	}
	
	#logo {
		width: auto;
		height: 4em;
		padding-left: 1em;
	}
	
	.menufijo {
		width: 15%;
		height: 4em;
		cursor: pointer;
		margin-right: 1em;
		display: flex;
		justify-content: space-between;
		align-items: center;
		list-style: none;
	}
	
	main {
		width: 100%;
		margin-top: 6em;
		display: flex;
		flex-flow: column wrap;
	}
	
	footer {
		background-color: white;
		width: 100%;
		bottom: 0;
		text-align: center;
	}
	
	.logoministerio {
		width: 20em;
	}
	
	.encabezado {
		background-color: rgba(12, 207, 195, 0.73);
		padding: 0.8em;
		color: white;
		font-weight: 600;
		font-size: 1.8em;
		letter-spacing: 0.2em;
		text-align: center;
		border-bottom: 0.2em solid;
		border-top: 0.2em solid;
		width: 100%;
	}
	/* INDEX */
	
	header>ul {
		display: flex;
	}
	
	header ul li a {
		align-items: center;
		color: white;
		font-size: 1.5em;
	}
	
	header nav {
		background-color: rgba(105, 4, 255, 0.91);
		color: white;
		height: 100vh;
		min-width: 75vw;
		position: fixed;
		right: -75vw;
		top: 0;
		transition: all 0.6s ease;
		z-index: 999;
	}
	
	header nav:target {
		right: 0;
		transition: all 0.6s ease;
	}
	
	header nav a:hover {
		color: #6904FF;
	}
	
	ul {
		list-style: none;
	}
	
	li a {
		text-decoration: none;
		list-style: none;
		color: white;
	}
	
	nav ul {
		margin-left: 2em;
	}
	
	header nav ul li {
		display: block;
		margin-left: 1em;
	}
	
	ul li i {
		margin-right: 0.2em;
	}
	
	#x {
		align-items: center;
		color: #6904FF;
		font-size: 2em;
		margin-left: 1.1em;
		margin-top: 3vh;
		position: absolute;
		text-align: center;
		text-decoration: none;
		width: 5vh;
		height: auto;
	}
	
	#usuariopic {
		border-radius: 60%;
		height: auto;
		width: 45%;
	}
	
	.usuario {
		text-align: center;
		margin-top: 5em;
	}
	
	.usuario h2 {
		font-size: 3em;
	}
	
	#slider {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		height: auto;
	}
	
	.slider1 img {
		max-width: 100%;
	}
	
	#quienes {
		width: 100%;
		padding: 0 2em 2em 2em;
		text-align: justify;
	}
	
	#quienes h1 {
		font-weight: 600;
		font-size: 1.5em;
		padding: 1.5em 0 0.5em 0;
		text-align: center;
	}
	
	#quienes p {
		font-size: 0.73em;
		line-height: 1.35;
		font-weight: 300;
	}
	
	#calendario {
		padding: 2em;
	}
	
	#fechas {
		background-color: rgba(12, 207, 195, 0.46);
		padding: 0 0.2em;
	}
	
	.mascalendario {
		padding: 0.5em 2em 0.5em 0.5em;
		border-bottom: 0.25em solid white;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.mascalendario h2 {
		color: white;
		font-weight: 600;
		text-align: left;
		font-size: 1.6em;
		padding: 1em;
		letter-spacing: 0.4em;
	}
	
	.fecha1 {
		display: flex;
		justify-content: space-between;
		align-items: center;
		border-bottom: 0.3em solid white;
	}
	
	.fecha1 h3 {
		width: 20%;
		padding: 1em;
		line-height: 1.3em;
		font-size: 1.5em;
		font-weight: 600;
		text-align: right;
	}
	
	.fecha1 p {
		width: 80%;
		height: 100%;
		padding: 1em;
		font-size: 1.6em;
		font-weight: 100;
		line-height: 1.3em;
	}
	
	#video {
		padding: 2em;
	}
	
	.masvideos {
		background-color: #141414;
		padding: 0.5em 2em 0.5em 0.5em;
		width: 100%;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.masvideos h4 {
		color: white;
		font-weight: 600;
		text-align: left;
		font-size: 1.6em;
		padding: 1em;
		letter-spacing: 0.4em;
	}
	
	.youtube {
		position: relative;
		margin: auto;
		height: 0;
		padding-bottom: 56.25%;
	}
	
	.youtube iframe {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0px;
		left: 0px;
	}
	
	#video h5 {
		font-size: 0.7em;
		font-weight: 600;
		text-align: center;
		padding-top: 1em;
	}
	
	#video .bajada {
		font-weight: 100;
		font-size: 0.6em;
		text-align: center;
		padding-bottom: 1em;
	}
	
	#jugar {
		display: flex;
		padding: 5em 2em;
	}
	
	#jugar a {
		color: white;
		font-weight: 700;
		width: 100%;
		margin: auto;
		text-decoration: none;
		font-size: 2em;
		text-align: center;
		border-radius: 2em;
		background-color: #6904ff;
		padding: 0.5em;
	}
	
	ul,
	ol {
		list-style: none;
	}
	
	#slidershow {
		width: 100%;
		position: relative;
	}
	
	.slider li,
	ul {
		width: 100%;
	}
	
	.slider li img {
		width: 100%;
	}
	
	.slider {
		width: 100%;
	}
	
	.pagination {
		position: absolute;
		top: 102%;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	
	.pagination li {
		font-size: 1.5 em;
		margin: 0.2em 0.3em;
		color: #858585;
		cursor: pointer;
	}
	
	.left,
	.right {
		cursor: pointer;
		position: absolute;
		top: 0;
		height: 100%;
		display: flex;
		align-items: center;
		color: #fff;
		font-size: 1.5em;
	}
	
	.left {
		left: 0.4em;
	}
	
	.right {
		right: 0.4em;
	}
	/* MENU LOGIN INDEX 2 */
	
	#pantalla2 {
		text-align: center;
		width: 100%;
		font-weight: 600;
		margin-top: 5em;
	}
	
	#pantalla1 div {
		display: flex;
		margin: auto;
	}
	
	#pantalla2 img {
		width: 45%;
	}
	
	#pantalla2 a {
		text-decoration: none;
		color: #fff;
		padding: 0.3em 0;
	}
	
	#pantalla2 .inputs {
		display: flex;
		width: 45%;
		margin: auto;
		flex-direction: column;
		margin-top: 2em;
	}
	
	#pantalla2 .inputs input {
		font-size: 1.5em;
		background: transparent;
		color: #fff;
		border: none;
		border-bottom: solid 3px #fff;
		margin: 0.5em 0;
		padding: 0.2em;
	}
	
	#pantalla2 .botones {
		display: flex;
		width: 45%;
		margin: auto;
		flex-direction: column;
		margin-top: 2em;
	}
	
	.botones .entrar {
		font-size: 2em;
		border: 3px solid #FFF;
		display: flex;
		border-radius: 2em;
		-moz-border-radius: 2em;
		-webkit-border-radius: 2em;
		justify-content: center;
	}
	
	.botones .registrarse {
		font-weight: 300;
		font-size: 1.5em;
		display: flex;
		justify-content: center;
		margin-top: 0.5em;
	}
	
	.entrar:hover {
		border: 3px solid #0CCFC3;
		background-color: #0CCFC3;
	}
	
	#pantalla2 .botones a.registrarse:hover {
		color: #0CCFC3;
	}
	/* PANTALLA VIDEOS */
	
	#imputcategorias h1 {
		background-color: rgba(12, 207, 195, 0.73);
		padding: 0.8em;
		color: white;
		font-weight: 600;
		font-size: 1.8em;
		letter-spacing: 0.2em;
		text-align: center;
		border-bottom: 0.2em solid;
		border-top: 0.2em solid;
		width: 100%;
	}
	
	#imputsexualidad #details1 {
		display: flex;
		width: 100%;
		font-size: 3em;
		padding: 1em 0 1em 0;
		background-color: #6904ff;
		color: white;
		font-weight: 600;
		text-align: center;
		border-bottom: 0.1em solid;
	}
	
	#imputsexualidad #details2 {
		font-size: 2em;
		margin-top: 0.5em;
	}
	
	#imputeducacion #details1 {
		display: flex;
		width: 100%;
		font-size: 3em;
		padding: 1em 0 1em 0;
		background-color: #6904ff;
		color: white;
		font-weight: 600;
		text-align: center;
		border-bottom: 0.1em solid;
	}
	
	#imputeducacion #details2 {
		font-size: 2em;
		margin-top: 0.5em;
	}
	
	#imputsalud #details1 {
		display: flex;
		width: 100%;
		font-size: 3em;
		padding: 1em 0 1em 0;
		background-color: #6904ff;
		color: white;
		font-weight: 600;
		text-align: center;
		border-bottom: 0.1em solid;
	}
	
	#imputsalud #details2 {
		font-size: 2em;
		margin-top: 0.5em;
	}
	
	#imputidentidad #details1 {
		display: flex;
		width: 100%;
		font-size: 3em;
		padding: 1em 0 1em 0;
		background-color: #6904ff;
		color: white;
		font-weight: 600;
		text-align: center;
		border-bottom: 0.1em solid;
	}
	
	#imputidentidad #details2 {
		font-size: 2em;
		margin-top: 0.5em;
	}
	
	#summary2 ul {
		display: flex;
		font-size: 0.5em;
		justify-content: space-between;
		background-color: rgba(255, 255, 255, 0.13);
		padding: 0.5em;
	}
	
	#summary2 ul li {
		font-size: 1em;
		list-style: none;
	}
	
	#youtube2 {
		position: relative;
		margin: auto;
		height: 0;
		padding-bottom: 56.25%;
	}
	
	#youtube2 iframe {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0px;
		left: 0px;
	}
	
	#youtube3 {
		position: relative;
		margin: auto;
		height: 0;
		padding-bottom: 56.25%;
	}
	
	#youtube3 iframe {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0px;
		left: 0px;
	}
	
	#youtube4 {
		position: relative;
		margin: auto;
		height: 0;
		padding-bottom: 56.25%;
	}
	
	#youtube4 iframe {
		position: absolute;
		height: 100%;
		width: 100%;
		top: 0px;
		left: 0px;
	}
	
	summary::-webkit-details-marker {
		display: none;
	}
	/* PANTALLA CALENDARIO */
	
	#julioyagosto {
		display: flex;
		align-items: center;
		justify-content: space-around;
		background-color: rgba(12, 207, 195, 0.46);
		border-bottom: 0.3em solid white;
	}
	
	#julioyagosto h1 {
		width: 50%;
		color: black;
		font-weight: 600;
		text-align: center;
		font-size: 1.5em;
		letter-spacing: 0.2em;
		padding: 0.5em 0 0.5em 0;
		border-right: 0.2em solid white;
		background-color: rgba(255, 255, 255, 0.5);
	}
	
	#agosto {
		width: 50%;
		color: white;
		font-weight: 600;
		text-align: center;
		font-size: 1.5em;
		letter-spacing: 0.2em;
	}
	
	#julioyagosto a {
		text-decoration: none;
		color: white;
	}
	/* USUARIO */
	/* USUARIO */
	
	#user {
		background-color: #6904ff;
		color: white;
		display: flex;
		flex-direction: column;
		padding-top: 4em;
	}
	
	#camila {
		width: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}
	
	#camila img {
		margin: auto;
		border-radius: 100%;
	}
	
	#camila h1 {
		font-size: 2.5em;
		padding-top: 0.4em;
	}
	
	#cami {
		font-size: 1.2em;
		line-height: 1.3em;
		font-weight: 100;
		padding-bottom: 1em;
	}
	
	#jugarcamila {
		display: flex;
		justify-content: center;
		margin: 3em;
	}
	
	#jugarcamila a {
		color: white;
		font-weight: 700;
		text-decoration: none;
		font-size: 3em;
		padding: 0.1em 5.4em;
		border: solid white;
		border-radius: 2em;
	}
	
	#jugarcamila a:hover {
		background-color: #0ccfc3;
	}
	
	#rendimientocamila {
		text-align: center;
		display: flex;
		flex-direction: column;
	}
	
	.generalcamila img {
		width: 80%;
		padding: 1em 0 1em 0;
	}
	
	.generalcamila h6 {
		font-size: 2em;
	}
	
	.abajo {
		margin: 2em;
		display: flex;
		justify-content: center;
	}
	
	.abajo img {
		width: 5em;
	}
	
	.nivelescamila {
		background-color: rgba(255, 255, 255, 0.19);
		margin: 2em 4em 2em 4em;
	}
	
	.nivelescamila ul {
		width: 100%;
		padding: 2em 0.5em 2em 0.5em;
		display: flex;
		list-style: none;
	}
	
	.nivelescamila ul li {
		flex-direction: row;
		width: 25%;
		font-size: 1.3em;
	}
	
	.nivelescamila ul li a {
		color: white;
		text-decoration: none;
		font-size: 2em;
	}
	
	ul li .activo {
		border: 0.13em solid white;
		border-radius: 1em;
		padding: 0.3em 0.4em;
	}
	
	.categoriascamila ul {
		width: 100%;
		padding: 1em 5em;
		display: flex;
		list-style: none;
	}
	
	.categoriascamila ul li {
		flex-direction: row;
		width: 25%;
		font-size: 2em;
	}
	
	.categoriascamila img {
		width: 75%;
	}
	
	.trofeoscamila {
		margin: 1em 4em;
		background-color: rgba(255, 255, 255, 0.26);
	}
	
	#logros {
		padding: 0.5em 0;
		border-bottom: 0.2em solid #6904ff;
		font-size: 2em;
		font-weight: 600;
	}
	
	.trofeoscamila ul {
		width: 100%;
		padding: 2em;
		display: flex;
		list-style: none;
		align-items: center;
		justify-content: space-between;
	}
	
	.trofeoscamila ul li {
		font-size: 2em;
		padding: 0 0.5em;
	}
	
	.trofeoscamila #flechita {
		font-size: 3em;
	}
	
	.trofeoscamila ul li p {
		font-size: 0.6em;
		line-height: 1.4em;
	}
	
	#posiciones {
		margin: 1em 4em 0 4em;
		background-color: rgba(255, 255, 255, 0.26);
	}
	
	#ranking {
		padding: 0.5em 0;
		border-bottom: 0.2em solid #6904ff;
		font-size: 2em;
		font-weight: 600;
		text-align: center;
	}
	
	.comp {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		border-bottom: 0.5em solid #6904ff;
	}
	
	.comp .foto {
		width: 30%;
		flex-wrap: wrap;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 0.5em;
	}
	
	.foto img {
		width: 70%;
		border-radius: 100%;
		border: 0.3em solid #6904ff;
	}
	
	.rendimiento {
		width: 70%;
		padding-left: 1em;
	}
	
	#numero {
		font-size: 3em;
	}
	
	.rendimiento h6 {
		font-size: 1.8em;
		font-weight: 600;
	}
	
	.rendimiento p {
		font-size: 1.3em;
		font-weight: 100;
		line-height: 0.5em;
	}
	
	.rendimiento img {
		padding: 1em 0 1em 0;
		width: 70%;
	}
	
	.arriba {
		margin: 2em;
		display: flex;
		justify-content: center;
	}
	
	.arribaimg {
		width: 5em;
	}
	/* CATEGORIAS */
	
	#categorias {
		background-color: #6904ff;
		color: white;
		padding: 4em 8em 1.5em 8em;
	}
	
	#categorias ul {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	
	#categorias ul li {
		list-style: none;
		padding-bottom: 2em;
	}
	
	#categorias ul li a {
		text-decoration: none;
		color: white;
		text-align: center;
		font-size: 2em;
		line-height: 1em;
	}
	
	#categorias ul li img {
		width: 7em;
	}
	
	#niveles {
		background-color: #0ccfc3;
		color: white;
	}
	
	.niveles {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		padding: 1em 5.5em;
		padding: 1em 5.5em;
		align-items: center;
	}
	
	.niveles li {
		list-style: none;
		font-size: 2.5em;
	}
	
	.selec {
		color: #0ccfc3;
		background-color: white;
		padding: 0.2em 0.3em;
		border-radius: 0.6em;
	}
	/* PREG1 */
	
	#preg1 {
		background-color: #6904ff;
		color: white;
	}
	
	#preg1 .circulitos {
		display: flex;
		justify-content: space-between;
		padding: 2em 7em;
	}
	
	#preg1 .pregunta1 {
		margin: 0 2em 1em;
		display: flex;
		background-color: white;
		border-radius: 2em;
		height: 14.5em;
		align-items: center;
	}
	
	#preg1 .pregunta1 p {
		font-family: 'Baloo Paaji', cursive;
		color: black;
		font-size: 2em;
		text-align: center;
		padding: 1em;
		display: flex;
	}
	
	.respuestas1 {
		display: flex;
		flex-direction: column;
		list-style: none;
		padding: 2em;
		margin-bottom: 2em;
	}
	
	.respuestas1 li {
		border: 0.3em solid white;
		border-radius: 3em;
		padding: 1em;
		text-align: center;
		margin: 0.5em 0.2em;
	}
	
	.respuestas1 li a {
		color: white;
		text-decoration: none;
		font-size: 1.5em;
		font-weight: 300;
	}
	
	.respuestas1 li:hover {
		background-color: #0ccfc3;
	}
	
	.encabezado2 {
		background-color: rgba(12, 207, 195, 0.73);
		border-bottom: 0.2em solid;
		border-top: 0.2em solid;
		display: flex;
		padding: 0 2em;
		align-items: center;
	}
	
	.catjuego {
		display: flex;
		width: 50%;
		font-weight: 600;
		font-size: 1.8em;
		letter-spacing: 0.2em;
		justify-content: center;
	}
	
	.volver {
		display: flex;
		width: 50%;
		font-weight: 600;
		font-size: 1.8em;
		letter-spacing: 0.2em;
		padding: 0.6em;
		text-decoration: none;
		color: white;
		border-right: 0.15em solid white;
		justify-content: center;
	}
	/* RESP1 */
	
	#resp1 {
		background-color: #6904ff;
		color: white;
	}
	
	#resp1 .circulitos {
		display: flex;
		justify-content: space-between;
		padding: 2em 7em;
	}
	
	.respuestaincorrecta {
		font-family: 'Baloo Paaji', cursive;
		display: flex;
		font-size: 3em;
		line-height: 1em;
		padding: 0em 1em 0.2em;
	}
	
	.explicacion {
		margin: 1em 2em;
		display: flex;
		background-color: white;
		border-radius: 2em;
		height: 26.5em;
		align-items: center;
	}
	
	.explicacion p {
		color: black;
		font-size: 1.5em;
		padding: 1.3em;
		font-weight: 600;
	}
	
	.continuar {
		text-decoration: none;
		color: white;
		font-size: 1.5em;
		display: flex;
		justify-content: center;
		margin: 1em 2em;
		border: 0.2em solid white;
		border-radius: 3em;
		padding: 0.5em;
		font-weight: 600;
	}
	
	.continuar:hover {
		background-color: #0ccfc3;
	}
	/* RESP2 */
	
	.respuestacorrecta {
		font-family: 'Baloo Paaji', cursive;
		display: flex;
		font-size: 3em;
		line-height: 1em;
		padding: 0em 1em 0.2em;
	}
	
	.explicacioncorrecta {
		margin: 1em 2em;
		display: flex;
		background-color: rgba(255, 255, 255, 0.21);
		border-radius: 2em;
		height: 26.5em;
		align-items: center;
		justify-content: center;
	}
	
	.explicacioncorrecta img {
		width: 10em;
	}
	/* ARCHIVO */
	
	#archivo {
		background-color: #6904ff;
		text-align: center;
		width: 100%;
		font-weight: 600;
		color: white;
	}
	
	#nivelesarchivo {
		background-color: rgba(255, 255, 255, 0.19);
		margin: 2em 4em 2em 4em;
	}
	
	#nivelesarchivo ul {
		width: 100%;
		padding: 2em 0.5em 2em 0.5em;
		display: flex;
		list-style: none;
	}
	
	#nivelesarchivo ul li {
		flex-direction: row;
		width: 25%;
		font-size: 1.3em;
	}
	
	ul li .activoarchivo {
		border: 0.13em solid white;
		border-radius: 1em;
		padding: 0.3em 0.4em;
	}
	
	#nivelesarchivo ul li a {
		color: white;
		text-decoration: none;
		font-size: 2em;
	}
	
	.categoriasarchivo ul {
		width: 100%;
		padding: 1em 5em;
		display: flex;
		list-style: none;
	}
	
	.categoriasarchivo img {
		width: 75%;
	}
	
	.categoriasarchivo ul li {
		flex-direction: row;
		width: 25%;
		font-size: 2em;
	}
	
	.categoriasarchivo ul li a {
		color: white;
		text-decoration: none;
	}
	
	#inputsarchivo {
		display: flex;
		width: 85%;
		margin: auto;
		flex-direction: column;
		padding-top: 1em;
	}
	
	#inputsarchivo details {
		border: 0.2em solid #FFF;
		border-radius: 2em;
		font-size: 1.5em;
		color: #fff;
		text-align: left;
		padding: 0.7em 1em;
		margin: 0.3em 0;
	}
	
	#inputsarchivo details p {
		font-size: 0.5em;
	}
	
	.archivores {
		display: flex;
		justify-content: flex-end;
		padding: 0.35em 0;
	}
	
	details[open] {
		background-color: rgba(255, 255, 255, 0.18);
	}
	/* MEDIA QUERIES */
	
	@media screen and ( max-width: 420px) {
		
		#contenedorcat header { height: 10%;
			
		}
		
		#contenedorcat body {margin-top: 0em;
			
		}
		
		#contenedorcat #categorias { margin-top: 0;
			
		}
		
		
		
		
		
	}
