@media (max-width: 768px) {
    html {
        font-size: 50%;
    }

    .info .container {
        flex-direction: column;
        text-align: center;
    }

    .info .container img {
        order: -1;
    }

    .about .container {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 630px) {


    .btnzap {
        display: none;
    }

    header nav ul li a {
        padding: 1.6rem;
    }

    nav {
        display: none;
    }

    .nav_links li a:before {
        background-color: transparent;
    }

    .one,
    .two,
    .three {
        background-color: rgb(58, 50, 50);
        height: 5px;
        width: 100%;
        margin: 6px auto;

        transition-duration: 0.3s;
    }

    .menu-toggle {
        width: 40px;
        height: 30px;
        margin-right: 20px;
    }

    .menu-section.on {
        position: absolute;
        top: 0;
        left: 0;

        width: 100vw;
        height: 100vh;

        background-color: #fff;

        z-index: 10;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .menu-section.on nav {
        display: block;
    }

    .menu-section.on .menu-toggle {
        position: absolute;
        right: 25px;
        top: 15px;
    }

    .menu-section.on .menu-toggle .one {
        transform: rotate(45deg) translate(7px, 7px);
    }

    .menu-section.on .menu-toggle .two {
        opacity: 0;
    }

    .menu-section.on .menu-toggle .three {
        transform: rotate(-45deg) translate(8px, -9px);
    }

    .menu-section.on nav ul {
        text-align: center;
        display: block;
    }

    .menu-section.on nav ul a {
        transition-duration: 0.5s;
        font-size: 3rem;
        line-height: 4rem;
        display: block;

    }

    footer {
        display: block;
    }

    section .container {
        display: flex;
        align-items: center;
        justify-content: space-between;

        width: 90%;
        max-width: 980px;

        margin: auto;
    }

    .flex-x1 {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .banner {
        text-align: center;
    }

    .products__info {
        display: none;
    }

    .info {
        flex-direction: column;
    }

    .info__div {
        width: 90%;
    }

    .info__div p {
        text-align: center;
    }

    .process__content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .process__content .process__info {
        margin-bottom: 10%;
    }


    .process__info {
        width: 80%;
    }

    #navFooter {
        margin: 0;
        padding: 0;
    }

    #navFooter .navAccessibility.navFooterVerticalColumn {
        display: none;
        margin: 0;
    }

    #navFooter.navLeftFooter .nav-footer-line {
        display: none;
        border: none;
        margin: 0;
    }

    .enterprise_content {
        margin: 0;
        width: 80%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .enterprise_content img {
        margin-top: 0;
        padding-bottom: 10px;
    }

    .enterprise_content li {
        font-size: 1.5rem;
    }

    .contact-content {
        justify-content: center;
        align-content: center;
        flex-direction: column;
    }

    .container .about-content {
        padding: 10%;
    }

    .about-content p {
        width: 90%;
        text-align: justify;
    }

    .img-about img {
        display: none;
    }

    .container .howtobuy-content {
        width: 100%;
        padding: 0 10%;
    }

    .howtobuy-content section img {
        order: -1;
    }

    .howtobuy-content section h1 {
        text-align: center;
    }

    .howtobuy-content section p {
        text-align: center;
    }

    .howtobuy-section-content {
        flex-direction: column;
    }

    #how-bottom {
        margin-bottom: 10%;
    }

    .container .contact-content {
        width: 90%;
        padding: 0;
    }

    .container .contact-content section p {
        margin-bottom: 0;
        margin-top: 5vh;
    }

    .container .contact-content form {
        width: 100%;
        padding: 5vh 0;
    }

    .container .partners-content {
        flex-direction: column;
    }

    .container-products ul{
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .item-container {
        display: flex;
        flex-direction: column;
    }


    .item-description {
        height: 100%;
    }
}

@media only screen and (min-width: 641px) and (max-width: 1023px) {
    .product-slider .slide {
        width: 33%;
    }
}
