.modal{
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(0, 0, 0, 0.5);
}

#btn-modal:not .modal{
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.5);
}
#btn-modal:checked ~ .modal{
	
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.contenedor{
	width: 400px;
	height: 300px;
	margin: auto;
	background: #fff;
	box-shadow: 1px 7px 25px rgba(0, 0, 0, 0.6);
	transition: all 500ms ease;
	position: relative;
	transform: translateY(-30%);
	
}
#btn-modal:checked ~ .modal .contenedor{
	opacity: 0;
	visibility: hidden;
	background: rgba(0, 0, 0, 0.5);
}
.contenedor header{
	padding: 10px;
	background: #db8046;
	color: #fff;
}

.contenedor label{
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-size: 15px;
	cursor: pointer;
}
#btn-modal{
	display: none;
}

.lbl-modal{
	background: fff;
	padding: 10px 15px;
	border-radius: 4px;
	cursor: pointer;
}

#titulo{
	background-color: #AFD6FD;
	border-bottom: 1px solid black;
}

#organizacion{
	background-color: #FFF397;
	border-bottom: 1px solid black;
}

#subt{
	background-color: #AFD6FD;
	border: 1px solid black;	
}


#requisitos{
	background-color: #E8E8E8;
	border: 1px solid black;	
}

#vacio2{
	background-color: #C0E7BE;
	
}

#vacio{
	background-color: #C0E7BE;
	border-bottom: 1px solid black;
}

#titu{
	background-color: #C0E7BE;
}

#total{
	border: 1px solid black;
}

#puntosob{
	background-color: #FFF397;
	border: 1px solid black;
	
}

#puntos{
	border: 1px solid black;
	width: 15%;
}

#alert{
	font-size: 5;
}