html, body, div, a,img,span,ul,li,i,input {
	margin:0;
	padding:0;
	outline: none;
	box-shadow: none;
}
ul,li {
	list-style:none;
}
i, em, b {
	font-style:normal;
	font-weight:normal;
}
a {
	text-decoration:none;
	color:#000;
}
html,body{
	height:100%;
	overflow-x: hidden; 
}
.hidden{
	display:none;
}

.conte{
	display:flex;
	flex-direction:column;
	justify-content:baseline;
	width:100%;
	height:80%;
	margin-top:20px;
}
.wrap{
	display:flex;
	flex-direction:row;
	justify-content:center;	
	font-size: 30px;
	margin-top:20px;
}
.wraps{	
	margin-top:30px;
}



.footer {
	margin:10px 0 25px 0;
	text-align:center;
	font-size:0.8em;
	color:#696969;
	background:#fff;
	
}
.footer .gab {
	margin:5px 0;
}
.footer .gab img {
	width:12px;
}




@media screen and (min-width:660px){	
	.wrap{
		/* margin-left:33%; */
		/* height:98%; */
	}
	/* .main { */
		/* flex:0 0 auto; */
	/* } */
	.main,.searchs,.nav{
		/* width:375px;*/		
	}
	 
}