@media all and (max-width: 319px) {
    body {
        display: none;
    }

    html:after {
        content: 'Unable to show the website, your screen is too small.';
        position: fixed;
        top: 10px;
        left: 10px;
        right: 10px;
        padding: 5px;
        background: #EEE;
        border: 1px solid #CCC;
    }

    #services_grid > div > div > svg {
        width: 50%;
        height: 50%;
    }
}

/*
STAGE 64
*/
@media all and (min-width: 1400px) {
    .stage_1,
    .stage_16 {
        display: none;
    }

    #home__content_grid #news_feed {
        grid-row: 1;
        grid-column: 1 / span 7;
    }

    #home__content_grid #agenda_box {
        grid-row: 1 / span 2;
        grid-column: 8 / span 5;
    }

    #home__content_grid #carnaval_promotion {
        grid-row: 1 / span 2;
        grid-column: 8 / span 5;
    }

    #home__content_grid #media_feed {
        grid-row: 2;
        grid-column: 1 / span 8;
    }
}

/*
STAGE 64
*/
@media all and (min-width: 1416px) {
    .wrapper.page {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/*
STAGE 32
*/
@media all and (min-width: 961px) {
    .stage_1,
    .stage_16 {
        display: none;
    }

    .header_top .logo {
        height: 112px;
    }

    .slider_wrapper .text {
        bottom: 28px;
        white-space: normal;
    }

    #home__content_grid #quick_hop {
        grid-row: 1;
        grid-column: 1 / span 12;
    }

    #home__content_grid #news_feed {
        grid-row: 2;
        grid-column: 1 / span 8;
    }

    #home__content_grid #agenda_box {
        grid-row: 2 / span 2;
        grid-column: 9 / span 4;
    }

    #home__content_grid #carnaval_promotion {
        grid-row: 2 / span 2;
        grid-column: 9 / span 4;
    }

    #home__content_grid #media_feed {
        grid-row: 3;
        grid-column: 1 / span 9;
    }

    /*#home__content_grid #quick_hop .grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }*/
}

/*
STAGE 16
*/
@media all and (max-width: 960px) {
    .stage_32 {
        display: none;
    }

    #content .slider_wrapper .wrapper.page {
        padding-left: 0px;
        padding-right: 0px;
    }

    header {
        height: 96px;
        position: fixed;
        top: 0;
    }

    .header_bot #header_bot__menu li {
        padding: 0px 8px;
    }

    .header_bot #header_bot__menu > div {
        height: 48px;
        margin: 4px 0px;
    }

    #content {
        margin-top: 96px;
    }

    .header_top {
        display: none;
    }

    .header_bot #header_bot__menu .sub_menu li {
        display: block;
    }

    .header_top .logo {
        height: 48px;
    }

    #services_grid > div > div > svg {
        width: 90%;
        height: 90%;
    }

}

/**
STAGE 1
 */
@media all and (max-width: 484px) {
    .stage_16 {
        display: none;
    }

    header {
        height: 88px;
    }

    .header_bot .stage_1 .sub_menu {
        top: 88px;
        max-height: 70%;
        max-height: calc(100% - 88px);
    }

    .header_bot #header_bot__menu > div {
        height: 40px;
    }

    .header_bot li {
        line-height: 40px;
    }

    .header_bot #header_bot__menu li {
        padding: 0px 4px;
        line-height: 32px;
    }

    .header_bot #header_bot__menu .logo img {
        width: auto;
        height: 48px;
    }

    .header_bot #header_bot__menu {
        grid-template-columns: repeat(auto-fill, minmax(32px, 1fr));
    }

    .header_bot #header_bot__menu svg {
        margin: 4px 0px;
    }

    #content {
        margin-top: 88px;
    }

    #services_grid > div > div > svg {
        width: 75%;
        height: 75%;
    }
}
