/*sector 2*/

.sec2 {
	margin:20px auto;
	width:100%;
	padding:15px 0px;
	display:flex;
	justify-content:space-between;
}

.sec2 .ventajas{
	width:45%;
}

.sec2 .Generalidades{
	width:45%;
}

.sec2 .Generalidades ul{
	padding:0px 13px;
}

/*sector 4*/
.sec4 {
	margin:20px auto;
	width:100%;
	padding:15px 0px;
	display:flex;
	justify-content:space-between;
}

.sec4 .pro {
	width:45%;
}

.sec4 .pro ul{
	padding:0px 13px;
}

.sec4 .mig{
	width:45%;
}

/*--------------------------------------------------------*/
/*estilos adaptables a dispositivos moviles*/
/*flex-direction:column;*/
@media screen and (max-width:800px){
/*sector 2*/

.sec2 {
    flex-direction:column;
}

.sec2 .ventajas{
	width:100%;
}

.sec2 .Generalidades{
	width:100%;
	padding-top:30px;
}

/*sector 4*/
.sec4 {
	flex-direction:column;
}

.sec4 .pro {
	width:100%;
}

.sec4 .mig{
	width:100%;
	padding-top:30px;
}	
}
