@media screen and (min-width: 460px) {
    .mobile-menu {
        display: none;
    }
}

@media screen and (max-width: 460px) {
    .bar {
        display: none;
    }
    .link {
        display: block;
        margin: 15px 0;
    }
    .menu-icon {
        display: block;
    }
    .menu {
        display: none;
    }
    .menu li {
        display: inline-block;
        width: 70%;
    }
    #about .image {
        width: 99vw;
        height: auto;
margin-top: 0px !important;

    }

#home .titulo
{
    font-size: 46px;
}

#home .subTitulo
{

}
}

@media only screen
and (min-device-width : 414px)
and (max-device-width : 736px) {
    #home .image-fixed {
        margin-top: 25px;
        height: 300px;
    }
 #about .image {
	    margin-top: -50px !important;

    }}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {

    #home .image-fixed {
        margin-top: 35px;
        height: 450px;
    }

#about .image {
    width: 80vw !important;
    height: auto !important;
    margin-top: -50% !important;
}


}

@media screen and (max-height: 730px) {

#about .image {
    margin-top: -50px !important;
}


}

@media screen and (max-height: 550px) {

#about .image {
    margin-top: -50px !important
}


}

@media screen and (max-width: 635px) and (min-width: 461px) {
    #about .image {
        margin-top: -350px;
    }
    #home {
        background-size: 350%;
    }
}

@media screen and (max-width: 760px) {
    #howtoplay {
        background: none;
    }
    #howtoplay .coluna {
        width: 100%;
    }
}

@media screen and (max-width: 820px) {
    #about {
        height: auto;
    }
    #about .texto, #about .textoSmall {
        margin: 0 10%;
    }
}

@media screen and (max-width: 1020px) {
    .linhaApp {
        white-space: nowrap;
        overflow: auto;
    }
}

@media screen and (max-width: 1080px) {
    #howtoplay {
        background-size: contain;
    }
}
