* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}


@media (max-width: 768px) {
    body {
        background-image: url(../img/fundosamuraiazul.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center;
    }

    header>section {
        background-size: 240px;
        display: none;
    }

    nav {
        background-image: none;
        border-radius: 0%;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.925);
        height: 100px;
    }

    nav>a {
        background-color: blue;
        display: none;
    }

    #menuhambu {
        display: block;
        text-align: start;
        color: rgb(255, 255, 255);
        font-size: 3em;
    }

    main {
        background-image: block;
        border: block;
    }

    #menorquecell {
        height: 100vh;
        border: none;
    }

    #aparte {
        height: 100vh;
        border: none;
        display: none;
    }

    #main {
        background-image: block;
        border: block;

    }

}

@media (min-width: 769px) {
    #menuhambu {
        display: none;
    }

    body {
        background-image: url(../img/fundosamuraiazul.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center;
    }

    main {
        opacity: 0.9;

    }

    #iconecell {
        display: none;
    }

}

@media (max-width: 579px) {
    header {
        display: none;
    }

    body {
        background-image: url(../img/fundosamuraiazul.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: center center;
    }

    nav {
        margin-top: 10px;
        background-image: none;
    }

    #menorquecell {
        display: none;
    }

    main {
        background-image: block;
    }

    #main {
        background-image: block;
    }


}