/*RESPONSIVIDADE*/

@media (max-width: 1191px) {
    html {
        font-size: 70%;
    }

    .header {
        padding: 2rem;
    }

    section {
        padding: 2rem;
    }
}

@media (max-width: 868px) {
    html {
        font-size: 65%;
    }

    aside {
        width: 203px !important;
    }

        aside nav ul li a {
            width: 203px !important;
        }

        aside a {
            width: 203px !important;
        }

    #menu-btn {
        display: inline-block;
    }

    .header .navbar {
        position: absolute;
        top: 99%;
        left: 0;
        right: 0;
        background: #f2f3ff;
        border-bottom: 0.1rem solid #0000004d;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }

        .header .navbar.active {
            -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        }

        .header .navbar a {
            font-size: 2rem;
            margin: 2rem;
            display: block;
        }

    .header .search-form {
        width: 100%;
        top: 100%;
        border-radius: 0;
    }

        .header .search-form.active {
            right: 0;
        }
}

@media (max-width: 450px) {
    html {
        font-size: 60%;
    }

    .heading {
        font-size: 3rem;
    }

    aside {
        width: 188px !important;
    }

        aside nav ul li a {
            width: 188px !important;
        }

        aside a {
            width: 188px !important;
        }
}
