#muestra-menu {
    margin-top: 140px;
}

@media screen and (width: 320px) and (height: 658px) {
    .muestra-menu-b2 {
    margin-top: 23px !important;
}
    h1{
        font-size: 22px;
    }
}


 @media screen and (width: 360px) and (height: 640px) {   
.muestra-menu-b2 {
    margin-top: 203px !important;
}
}


@media only screen and (min-width: 712px) and (max-width: 1024px){
.muestra-menu-b2 {
    margin-top: -66px !important;
    margin-right: 17px !important;
}
}

@media only screen and (min-width: 360px) and (max-width: 430px){
.muestra-menu-b2 {
    margin-top: 201px !important;
    margin-right: 0px !important;
}
}

@media only screen and (width: 280px) and (height: 653px){
.muestra-menu-b2 {
    margin-top: 21px !important;
    margin-right: 10px !important;
}

#h1-commite {
    font-size: 16px;
}
}


@media only screen and (width: 768px) and (height: 1024px){
#h1-commite {
    font-size: 28px;
}
}