/* 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;
}

@media screen and (min-width: 2201px) and (max-width: 2600px) {
    .real-menu {
        width: 500px;
        right: 50px;
        bottom: 28px;
        top: 145px;
        height: 550px;
        padding: 0;
    }
}

@media screen and (min-width: 2001px) and (max-width: 2200px) {
    .real-menu {
        width: 480px;
        right: 50px;
        bottom: 28px;
        top: 145px;
        height: 540px;
        padding: 0;
    }
}

@media screen and (min-width: 1801px) and (max-width: 2000px) {
    .real-menu {
	width: 450px;
        right: 50px;
        bottom: 28px;
        top: 150px;
        height: 480px;
        padding: 0;
    }
}

@media screen and (min-width: 1601px) and (max-width: 1800px) {
    .real-menu {
	width: 400px;
        right: 50px;
        bottom: 28px;
        top: 140px;
        height: 430px;
        padding: 0;
    }
}

@media screen and (min-width: 1401px) and (max-width: 1600px) {
    .real-menu {
        width: 350px;
        right: 50px;
        bottom: 28px;
        top: 100px;
        height: 380px;
        padding: 0;
    }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
    .real-menu {
        width: 350px;
        right: 50px;
        bottom: 28px;
        top: 90px;
        height: 320px;
        padding: 0;
    }
}

@media screen and (min-width: 999px) and (max-width: 1200px) {
    .real-menu {
        width: 300px;
        right: 100px;
        bottom: 80px;
        top: 80px;
        height: 310px;
        padding: 0;
    }
}

.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;
    }
    .real-menu {
        padding: 40% 10% !important;
    }
    .aboutText {
        overflow-y: scroll;
        min-height: 630px;
        height: 630px;
    }
    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 > 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;
        margin: 100px 0;
    }
    #ul-testimonials {
      transform: scale(0.6) !important;
      margin: 10px !important;
    }
    .papper-cut-opacity {
        display: none !important;
    }
    .contact > div > figure {
        display: none !important;
    }
}


@media screen and (min-width: 601px) and (max-width: 1000px){
    .foto_principal{
        width: 40%;
    }
}

@media screen and (max-width: 768px) {
    main div.services > ul > li {
        margin-bottom: 30px;
    }

    .foto_principal{
        margin-top: 20%;
        margin-bottom: -10%;
    }
}

@media screen and (max-width: 600px){
    .foto_principal{
        width: 70%;
    }
}
