.sec2 {
	width:100%;
	margin:20px auto;
}

.sec3 {
	width:100%;
	margin:20px auto;
}

.jun {
	margin:20px auto;
	width:100%;
	padding:15px 0px;
	display:flex;
	justify-content:space-between;
}

.sec4 {
	width:45%;
	margin:20px auto;
}

.sec5 {
	width:45%;
	margin:20px auto;
}

/*--------------------------------------------------------*/
/*estilos adaptables a dispositivos moviles*/
/*flex-direction:column;*/

@media screen and (max-width:800px){
	
.jun {
	flex-direction:column;
}

.sec4 {
	width:100%;
}

.sec4 img {
	width:80%;
}

.sec5 {
	width:100%;
}

.sec5 img {
	width:80%;
}
}