/* Includes all styles specifics to compatibility */

main div.subscribe {
    line-height: 3.5vh !important;
    font-size: 2.5vh !important;
}
.real-menu {
    width: 600px;
    position: absolute;
    right: 0;
    top: 100px;
    height: calc(100vh - 100px);
    padding: 2.5%;
    z-index: 9999999;
    cursor: pointer;
}
.real-menu ul {
    width: 100%;
    height: 100%;
}
.real-menu li {
    width: 100%;
    height: calc(calc(100% / 7) - 5px);
}
.area-aluno {
    display: none;
}
@media screen and (max-width: 992px) {
    .area-aluno {
        display: block;
        box-shadow: 0px 2px 2px rgba(0,0,0,0.25);
        background-color: var(--color-secondary);
        padding: var(--space-unity);
        color: var(--color-light);
        text-transform: uppercase;
        text-align: center;
        width: 100%;
        cursor: pointer;
        border: none;
    }
    header {
        height: auto;
    }
    header > nav:last-of-type {
        display: none !important;
    }
    .real-menu {
        padding: 40% 10% !important;
    }
    .aboutText {
        overflow-y: scroll;
    }
    main div.services > ul > li ul li {
        font-size: 2vh !important;
    }
    main div.services > ul > li {
        height: 100% !important;
    }
    main div.subscribe {
        line-height: 3.5vh !important;
        font-size: 2vh !important;
    }
    header nav:first-of-type {
        justify-content: center;
    }
    header > nav > aside {
        display: none !important;
    }
    .news ul li {
        width: 80% !important;
    }
    #contact {
        width: 100%;
        min-width: 100%;
    }
    .testimonials > ul {
        flex-direction: column !important;
        align-items: center !important;
    }
    .testimonials-2 {
        flex-direction: column-reverse !important;
        align-items: center !important;
    }
    #ul-testimonials {
      transform: scale(0.6) !important;
      margin: 10px !important;
    }
    header > nav:last-of-type > figure {
        display: none !important;
    }
    .papper-cut-opacity {
        display: none !important;
    }
    .contact > div > figure {
        display: none !important;
    }
    div.prices {
        background-color: #087cd9 !important;
    }
}