/** MOBILE**/
@media screen and (max-width: 900px) {
    nav ul {
        background: #ffffff !important;
        width: 240px;
        position: fixed;
        height: 100vh;
        top: 0;
        left: 0px;
        display: flex;
        flex-direction: column;
        align-content: flex-start;
        align-items: flex-start;
        justify-content: flex-start;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
        transition: 400ms all;
        transform: translate(-300px);
        padding: 12px;
    }

    nav .wrapper,
    .footer .wrapper {
        max-width: 100%;
    }

    iframe {
        top: 0px;
    }

    .logo-wrapper {
        padding-left: 12px;
        width: 100%;
        position: relative;
        height: 44px;
    }

    nav#nav-bar.open ul {
        transform: translate(-0px);
    }

    #nav-bar #menu {
        position: relative;
        margin-right: 8px;
        margin-left: 8px;
        top: -4px;
    }

    #nav-bar {
        padding-top: 12px;
        padding-left: 12px;
    }

    nav ul li:not(:last-child):hover {
        background: #ddeaff;
    }

    #nav-bar ul li:not(:last-child):hover a,
    #nav-bar ul li:not(:last-child):hover span {
        color: #235099 !important;
    }

    nav ul li:not(:last-child) a:hover {
        border: none !important;
    }

    nav ul li:not(:last-child) {
        list-style: none;
        margin-right: 0px;
        padding: 12px;
        width: 100%;
        margin-left: 0px;
        box-sizing: border-box;
        height: 40px;
        padding-top: 4px;
        border-radius: 4px;
        margin-bottom: 4px;
        cursor: pointer;
    }

    nav img {
        width: 220px;
        margin-top: 0px;
    }

    #nav-bar #menu,
    #nav-bar #close {
        display: inline-block !important;
    }

    nav button.primary {
        position: absolute;
        width: calc(100% - 40px);
        bottom: 40px;
        right: 20px;
    }

    #nav-bar ul img {
        display: block !important;
        width: 190px !important;
    }

    #nav-bar #close {
        position: absolute;
        top: 4px;
        right: 20px;
    }

    #nav-bar ul li span {
        display: inline-block;
        margin-right: 12px;
        position: relative;
        top: 4px;
        color: #4c4c4c !important;
        font-size: 1.4em;
    }

    .footer .text {
        padding-left: 12px !important;
        width: 100%;
    }

    .select-container {
        margin-top: 20px;
        margin-left: 12px;
    }

    body.opened-product #nav-bar {
        display: none;
    }

    .footer .text {
        padding: 20px !important;
        padding-left: 12px !important;
    }

    .footer .legal.wrapper p {
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer .section-description,
    .footer button.primary {
        margin-left: 16px !important;
    }

    .footer .hero-wrapper {
        padding: 12px !important;
        width: 100% !important;
    }

    .footer img {
        width: 180px !important;
        margin-right: 30px !important;
    }

    .footer .item {
        margin-left: 24px !important;
        padding: 4px !important;
        width: 100% !important;
    }

    .footer .item:last-child {
        width: 100% !important;
    }
}

@media screen and (min-width: 900px) and (max-width: 1240px) {

    #app-footer {
        width: 100% !important;
    }
}