.sec1 {
	width:100%;
	padding-top:20px;
}

.sec2 {
	width:100%;
	padding-top:20px;
}

.sec2 img{
	display:block;
	margin:10px auto;
	width:50%;
}

.sec3 {
	width:100%;
	padding:20px 0px;
}

/*--------------------------------------------------*/
/*estilos adaptables a dispositivos moviles*/

/*flex-direction:column;*/

@media screen and (max-width:800px){
	
.sec2 img{
	width:100%;
}
}