/*MENU*/
a {
	text-decoration: none !important;
}

#contgeneral {
	margin: auto;
	width: 100%;
	min-height: 40vh;
	padding: 0px 30px;
}
.fullpage {
	display: block;
	margin: auto;
	text-align: center;
	padding: 30px;
}
.c-c7 {
	color: #ffffff;
}
.b-morado {
	background-color: #645a78;
}

.accordion-container {
	width: 100%;
	margin: 0 0 20px;
	clear:both;
}

.accordion-titulo, .accordion-titulo:focus {
	position: relative;
	display: block;
	padding: 15px;
	font-size: 2.5rem;
	font-weight: 300;
	color: white;
	text-decoration: none;
}
.color_aprendiz {
	background: #512a78;
}
.color_tutor {
	background: #512a78;
}
.accordion-titulo.open {
	background: #9362a3;
	color: #fff;
}
.accordion-titulo:hover {
	background: #9362a3;
	color: #fff;
}

.accordion-titulo span.toggle-icon:before {
	content:"+";
}

.accordion-titulo.open span.toggle-icon:before {
	content:"-";
}

.accordion-titulo span.toggle-icon {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 38px;
	font-weight:bold;
}

.accordion-content {
	display: none;
	padding: 0px 15px;
	overflow: auto;
}

.accordion-content p{
	margin:0;
}

.accordion-content img {
	display: block;
	margin: auto;
	width: 95%;
	height: auto;
	box-shadow: 0px 0px 5px gray;
}
.titulo {
	text-align: center;
	font-weight: 700;
	padding: 10px;
}
.bordeabajomaxcont {
	text-align: center !important;
	border-bottom: 2px solid;
	display: block;
	width: max-content;
	margin: auto;
	padding-top: 30px;
	margin-bottom: 15px;
}
.caja-contenedora {
	background: white;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tit-video_apre {
	font-size: 2rem;
	text-align: left;
	font-weight: 600;
	color: #512a78;
}
.tit-video_tut {
	font-size: 2rem;
	text-align: left;
	font-weight: 600;
	color: #512a78;
}
.subtit-video {
	font-size: 1.8rem;
	text-align: left;
	font-weight: 600;
	color: #4c4c4c;
}
.test-video {
	font-size: 1.5rem;
	text-align: justify;
	font-weight: 400;
	color: #4c4c4c;
}

.aire {
	margin-top: 3rem;
}
.borde_gris {
	border-bottom: 1px solid #cccccc;
	margin-top: 15px;
	margin-bottom: 0px;
}
.boton_icon {
	background: white;
	padding: 7px 20px 15px 28px;
	font-size: 3rem;
	font-weight: 600;
	color: #512a78;
	border: 4px solid #512a78;
	border-radius:30px 0px 0px 30px;
}

.boton_test {
	background: #512a78;
	padding: 15px 40px;
	font-size: 2rem;
	font-weight: 600;
	color: white;
	border: 4px solid #512a78;
	border-radius:25px;
}

.boton_test:hover {
	background: white;
	padding: 15px 40px;
	font-weight: 600;
	color: #9362a3;
	border: 4px solid #512a78;
	border-radius: 25px;
}
.boton_test {
	/* transition: background-color 0.25s ease-in; */
	/* border-color ease-in; */
	/* transform 0.75s cubic-bezier(0.44, 0.51, 0.24, 0.99); */
	/* box-shadow 1s cubic-bezier(0.44, 0.51, 0.24, 0.99); */
}
.barrido_general{
	height: calc(80vh - 120px);
	overflow-y: scroll;
}

@media all and (max-width: 768px) {
	#contgeneral {
	    min-height: auto;
	    padding: 0px 15px;
	}
	.con-margin {
		padding-left: 10px;
		padding-right: 10px;
	}
	.sin-padding {
		padding-left: 0px;
		padding-right: 0px;
	}
	.sin-padding_bis {
		padding-left: 10px;
		padding-right: 10px;
	}
	.tit-video_apre {
		padding-top: 1rem;
	}
	.tit-video_tut {
		padding-top: 1rem;
	}
	.boton_test {
	    padding: 10px 10px;
	    font-size: 1.45rem;
	}

	.boton_test:hover {
	    padding: 10px 10px;
	    font-size: 1.45rem;
	}

	.boton_icon {
	    padding: 8px 10px 11px 15px;
	    font-size: 2rem;
	    border-radius: 20px 0px 0px 20px;
	}
	.accordion-titulo, .accordion-titulo:focus {
	    padding: 5px;
	    font-size: 2rem;
	}
	.accordion-titulo span.toggle-icon {
	    top: 0px;
	    right: 10px;
	    font-size: 25px;
	}
	.accordion-content img {
		display: block;
		margin: auto;
		width: 99%;
		height: auto;
		box-shadow: 0px 0px 5px gray;
	}
	.barrido_general{
		height: auto;
		overflow-y: none;
	}
}
@media all and (max-width: 374px) {
	.boton_test {
	    padding: 10px 7px;
	    font-size: 1.2rem;
	}

	.boton_test:hover {
	    padding: 10px 7px;
	    font-size: 1.2rem;
	}

	.boton_icon {
	    padding: 8px 10px 11px 15px;
	    font-size: 1.5rem;
	    border-radius: 20px 0px 0px 20px;
	}
}