.Span1 {
    font-family: 'Arimo', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
.ListMenuTop {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: end;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    margin-bottom: 70px;
    height:auto;
    /* overflow:hidden; */
    /* display: block; */
    /* min-height: 500px; */
    /* overflow: scroll; */
}
.line{
    width: 30px;
    background: #fff;
    height: 2px;
    margin-top:3px;
    margin-bottom:3px;
}



.IcomMenuPrincipal  .icon {
   display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
     flex-direction:column;
	align-items: center; 
}
@media screen  and (max-width:767px)  {
.ListMenuTop {
    flex-direction: column;
	    width: 100%;
}
.Menu1 {
    display: table;
    margin: auto;
    text-align: center;
}
.Menu2{
    display: table;
    margin: auto;
    text-align: center;
}
.Menu3{
    display: table;
    margin: auto;
    text-align: center;
}
  .Item {
 
  
    text-align: center;
}
}
