@media (max-device-width : 600px)  {
    
    p { font-size: 1em; }
    h2.section-title { font-size: 2em; }
    
    .grid .col {
        width: 100%;
        height: 200px;
        padding: 10%;
        background-size: cover;
    }
    .grid .col h2 {
        padding: 5% 0;
        padding-top: 25%;
        font-size: 1.5em;
    }
    .grid .col p {
        font-size: 1em;
    }

    #simply-burger.open {
        transform: rotate(0deg) translate(0,-10px)
    }

    #simply-burger span:nth-child(2) {
        top: 8px;
    }
    #simply-burger.open span:nth-child(2) {
        left: -5px;
    }
    #simply-burger span:nth-child(3) {
        top: 16px;
    }

    #servicos .forma {
        height: 100px;
        top: -50px;
        -webkit-transform: skew(0deg, -12deg);
        -moz-transform: skew(0deg, -12deg);
        -ms-transform: skew(0deg, -12deg);
        -o-transform: skew(0deg, -12deg);
        transform: skew(0deg, -12deg);
    }
    #clientes .forma, #contato .forma {
        height: 100px;
        top: -50px;
        -webkit-transform: skew(0deg, 12deg);
        -moz-transform: skew(0deg, 12deg);
        -ms-transform: skew(0deg, 12deg);
        -o-transform: skew(0deg, 12deg);
        transform: skew(0deg, 12deg);
    }

    header {
        height: 60px;
    }
    header aside {
        align-items: center;
    }
    header img {
        height: 35px;
    }

    nav #menu-toggle {
        display: block;
        position: relative;
        z-index: 999;
        cursor: pointer;
        margin: 0;
    }
    nav ul {
        display: none;
    }
    nav ul.active-responsive {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: fixed;
        z-index: 99;
        margin-top: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 0;
        background: rgba(255, 255, 255, 0.97);
        transition: 0.6s;
    }
    nav ul.active-responsive li {
        text-align: center;
        font-size: 2em;
        font-weight: lighter;
        padding: 5%;
    }
    nav ul.active-responsive li:hover,
    nav ul.active-responsive li.selected {
        font-weight: bold;
        border-color: #fff;
        background: rgba(0,0,0, 0.05);
    }
    .active-responsive li a {
        cursor: pointer;
    }
    .active-responsive li:hover a,
    .active-responsive li.selected a {
        padding-bottom: 0px;
        /*color: #ded82b;*/
    }

    #home article {
        padding: 0 20px;
        flex-direction: column;
        align-items: center;
    }
    #home h1 {
        font-size: 2em;
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    #home img {
        height: 180px;
    }

    #servicos .servicos-title h3 {
        font-size: 1.5em;
    }
    
    #clientes {
        padding-bottom: 0px;
    }
    #clientes article {
        z-index: 9;
        position: relative;
    }
    #clientes .nossos-clientes {
        flex-direction: column-reverse;
    }
    #clientes .nossos-parceiros {
        flex-direction: column;
    }
    #clientes .nossos-clientes > *, #clientes .nossos-parceiros > * {
        height: 200px;
        width: 100%;
        flex-wrap: wrap;
    }
    .nossos-clientes .logos img, .nossos-parceiros .logos img {
        width: 40vw;
        height: 20vw;
        margin-top: 10px;
    }

    #contato {
        padding: 70px 0 0 0;
        background: #ded82b;
    }
    #contato .forma {
        background: #ded82b;
    }
    #contato article {
        padding: 0;
    }
    #contato article .header-article {
        justify-content: center;
    }
    .contato-dados {
        flex-direction: column;
        padding: 20px;
    }
    #contato .contato-dados h2:after {
        content: none;
    }
    #contato .contato-dados h2{  
        text-align: center;
    }
    .contato-dados > * {   
        width: 100%;
    }
    #contato .contato-dados p {
        font-size: 1em;
        text-align: center;
    }
    .contato-dados #email-form {
        padding: 0;
        padding-top: 4em;
    }
    .contato-dados .dados .contato-info {
        margin-top: 50px;
    }
    #contato .contato-dados h3 {
        font-size: 1.5em;
        text-align: center;
        width: 100%;
    }
    .contato-dados #email-form h3:after {
        content: none;
    }
    .contato-dados #email-form button {
        width: 100%;
        padding: 1em;
    }

    .map {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #contato .map img {
        width: 190%;
        margin-bottom: -3px;
    }

    footer p {
        text-align: center;
        margin: 0;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* Styles */
}

@media only screen  and (min-width : 1224px) {
/* Styles */
}

@media only screen  and (min-width : 1824px) {
/* Styles */
}

@media (max-height: 800px) and (min-width: 768px) {
    #home article {
        height: 100%;
    }
}

@media (max-height: 660px) and (min-width: 768px) {
    #home article h1 {
        width: 550px;
        font-size: 3.5em;
    }
}

@media (max-height: 450px) and (min-width: 768px) {
    #home article h1 {
        width: 500px;
        font-size: 3em;
    }
}
