@media screen and (max-width: 700px)
{
 #hmenu{
 	display: none;
	position: relative;
	width: 100%;
	height: 60px;
	background-color: #ffffff;
	flex-direction: row;
	border-bottom: 1px solid #dce4ef;
} 
#cell_h_menu{
	display: flex;
	flex-direction: row;
	
}
#cel_div{
	width: 100%;
	left: 0px;
	top: 0px;
	z-index: 100;

}
#main_slide{
	margin-top: 45px;
	display: flex;
	flex-direction: column;
	height: 600px;
}
#main_slide>div{
	width: 99%;
}
.img_slide{
	width: 100%;
	height: 100%;
	border-radius: 0px 0px 0px 100px;
}
#img_sport{
	display: flex;
	flex-direction: column;
	height: auto;
	margin-bottom: 10px;
}
#img_sport > div{
	width: 99%;
	height: 250px;
	margin: 5px;
	border:0px solid black;
	margin-bottom: 15px;
}
.img_sop_{
	width: 99%;
	height: 230px;
}
#list_img_soport{
	width: 99%;
	height: auto;
	display: none;
	flex-direction: column;
	border: 0px solid black;
}
#listaImages{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}
#set_planes{
	display: flex;
	flex-direction: column;
	height: auto;
	margin-bottom: 20px;
	padding: 10px;
	z-index: 200;
}
#set_planes > div{
	width: 95%;
	max-width: 350px;
	height: 350px;
    margin-right: 0px;
    margin-bottom: 10px;
}
f3{
font-family:'Ballega';
font-width:bold;
font-size: 22px;
border:0px solid;
color: #031b3d;
}
}