* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

body {
    background: url("../imgs/back.jpg");
    background-size: cover;
    overflow: hidden !important;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: transparent !important;
}

::-webkit-scrollbar-thumb {
    background: #006BE5;
    border-radius: 10px;

}

/* Home Page */

#home {
    width: 40em;
    display: flex;
    flex-direction: column;
    background: #fff !important;
}

#home .Logo {
    position: absolute;
    top: 0;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, .45));
}

#home .descricao {
    font-size: 1.5em;
    width: 20em;
    display: flex;
    position: absolute;
    top: 25em;
}

/* Navegação */
.navbar {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 15em;
    font-size: 1.5em;
    z-index: 3;
    position: absolute;
    top: 29em;
}

.navbar li a {
    color: #777;
    transition: .5s all;
}

.link, .link-2, .link-3 {
    position: fixed;
    width: 0;
    transition: all .5s;
    top: 33.4em;
    left: 12.7em;
}

.link-2 {
    left: 17.5em;
}

.link-3 {
    left: 22.7em;
}

.navbar li a:hover {
    color: #000;
}

.navbar li a:hover .link,
.navbar li a:hover .link-2,
.navbar li a:hover .link-3 {
    width: 3em;
    border-bottom: 2px solid #006BE5;
}



.back-home {
    font-size: 125em;
    position: fixed;
    top: -.22em;
    left: -.2em;
    color: #fff;
    /* filter: drop-shadow(15px 0 0 #006BE5); */
    filter: drop-shadow(0 7px 25px rgba(0, 0, 0, .5));
    transform: rotateY(500deg);
    transform: rotateX(200deg);
    transform: rotateZ(-15deg);
    transition: .5s all;
    z-index: -1;
}

.blue {
    color: #006BE5;
    transform: rotateZ(-5deg);
    z-index: -2;
    filter: drop-shadow(0 7px 25px rgba(0, 0, 0, .5));
}

.back-home:hover {
    transform: rotateZ(0);
}

.back-home:hover .blue{
    transform: rotateZ(-15deg) !important;
}

/* footer */

.footer {
    position: absolute;
    top: 55em;
    margin-left: 4em;
}

/* Suporte Page */

#suporte {
    display: flex;
    flex-direction: column;
    background: #fff;
    position: absolute;
    left: 75em;
    top: 25em;
    width: 39em;
    text-align: right;
    align-items: flex-end;
    justify-content: center;
    padding: 2em;
    border-radius: 1em;
    box-shadow: -7px 5px 1px #006BE5;
    transition: .5s;
}

#suporte:hover {
    box-shadow: -17px 18px 1px #006BE5;
}

#suporte a {
    display: flex;
    color: #000;
    font-size: 1.7em;
    transition: .5s;
    margin-bottom: .5em;
}

#suporte a .icon {
    font-size: 1.5em;
}

#suporte a:hover {
    color: #55a4ff;
}

#suporte .mail {
    top: 21em;
}

#suporte .local {
    top: 24em;
    width: 17em;
}

@media screen and (min-width: 270px) and (max-width: 360px) {
    body {
        background-size: 1000%;
    }

    .navbar {
        font-size: 1.1em;
        top: 34em;
        left: 3em;
    }

    .back-home {
        font-size: 90em;
        left: -.3em;
    }

    #home .Logo {
        width: 350px;
        top: 8em;
    }

    #home .descricao {
        display: none;
    }

    .link, .link-2, .link-3 {
        display: none;
    }

    .footer {
        top: 42em;
        margin-left: 8em;
        padding-bottom: 2em;
    }

    #suporte {
        top: 30em;
        left: 7em;
        width: 19em;
        background: transparent;
        box-shadow: none;
        font-size: .9em;
    }

    #suporte:hover {
        box-shadow: none;
    }

    #suporte a {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 360px) and (max-width: 375px) {
    body {
        background-size: 1000%;
    }

    .navbar {
        font-size: 1.1em;
        top: 31em;
        left: 3em;
    }

    .back-home {
        font-size: 90em;
        left: -.3em;
    }

    #home .Logo {
        width: 300px;
        top: 8em;
    }

    #home .descricao {
        display: none;
    }

    .link, .link-2, .link-3 {
        display: none;
    }

    .footer {
        top: 37em;
        margin-left: 8em;
        padding-bottom: 2em;
    }

    #suporte {
        top: 26em;
        left: 7em;
        width: 19em;
        background: transparent;
        box-shadow: none;
        font-size: .9em;
    }

    #suporte:hover {
        box-shadow: none;
    }

    #suporte a {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 376px) and (max-width: 394px) {
    body {
        background-size: 4000%;
    }

    .navbar {
        font-size: 1.1em;
        top: 34em;
        left: 3em;
    }

    .back-home {
        font-size: 90em;
        left: -.3em;
    }

    #home .Logo {
        width: 350px;
        top: 8em;
    }

    #home .descricao {
        display: none;
    }

    .link, .link-2, .link-3 {
        display: none;
    }

    .footer {
        top: 42em;
        margin-left: 8em;
        padding-bottom: 2em;
    }

    #suporte {
        top: 30em;
        left: 7em;
        width: 19em;
        background: transparent;
        box-shadow: none;
        font-size: .9em;
    }

    #suporte:hover {
        box-shadow: none;
    }

    #suporte a {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 395px) and (max-width: 415px) {
    body {
        background-size: 4000%;
    }

    .navbar {
        font-size: 1.1em;
        top: 34em;
        left: 3em;
    }

    .back-home {
        font-size: 90em;
        left: -.3em;
    }

    #home .Logo {
        width: 350px;
        top: 8em;
    }

    #home .descricao {
        display: none;
    }

    .link, .link-2, .link-3 {
        display: none;
    }

    .footer {
        top: 42em;
        margin-left: 8em;
        padding-bottom: 2em;
    }

    #suporte {
        top: 30em;
        left: 7em;
        width: 19em;
        background: transparent;
        box-shadow: none;
        font-size: .9em;
    }

    #suporte:hover {
        box-shadow: none;
    }

    #suporte a {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 415px) and (max-width: 430px) {
    body {
        background-size: 4000%;
    }

    .navbar {
        font-size: 1.1em;
        top: 34em;
        left: 3em;
    }

    .back-home {
        font-size: 90em;
        left: -.3em;
    }

    #home .Logo {
        width: 350px;
        top: 8em;
    }

    #home .descricao {
        display: none;
    }

    .link, .link-2, .link-3 {
        display: none;
    }

    .footer {
        top: 42em;
        margin-left: 8em;
        padding-bottom: 2em;
    }

    #suporte {
        top: 30em;
        left: 7em;
        width: 19em;
        background: transparent;
        box-shadow: none;
        font-size: .9em;
    }

    #suporte:hover {
        box-shadow: none;
    }

    #suporte a {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 541px) and (max-width: 731px) {
    body {
        background-size: 400%;
    }

    .navbar {
        font-size: 1.1em;
        top: 39em;
        left: 7em;
    }

    .link, .link-2, .link-3 {
        display: none;
    }

    .back-home {
        font-size: 98em;
        left: -.3em;
    }

    #home .Logo {
        width: 350px;
        top: 8em;
    }

    #home .descricao {
        display: none;
    }

    .footer {
        top: 48em;
        left: 9em;
        padding-bottom: 2em;
    }

    #suporte {
        top: 24em;
        left: 3em;
        width: 19em;
        background: transparent;
        box-shadow: none;
        font-size: 1.1em;
        align-items: flex-start !important;
    }

    #suporte .local {
        width: 18em;
        text-align: start;
    }

    #suporte:hover {
        box-shadow: none;
    }

    #suporte a {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 732px) and (max-width: 901px) {
    body {
        background-size: 400%;
    }

    .navbar {
        font-size: 1.1em;
        top: 40em;
        left: 5em;
    }

    .link, .link-2, .link-3 {
        display: none;
    }

    .back-home {
        font-size: 100em;
        left: -.3em;
    }

    #home .Logo {
        width: 380px;
        top: 8em;
    }

    #home .descricao {
        display: none;
    }

    .footer {
        top: 48em;
        left: 5em;
    }

    #suporte {
        top: 25em;
        left: 2em;
        width: 19em;
        background: transparent;
        box-shadow: none;
        font-size: 1.1em;
        align-items: flex-start;
        text-align: start;
    }

    #suporte:hover {
        box-shadow: none;
    }

    #suporte a {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 901px) and (max-width: 1050px) {
    body {
        background-size: 400%;
    }

    .navbar {
        font-size: 1.1em;
        top: 40em;
        left: 5em;
    }

    .link, .link-2, .link-3 {
        display: none;
    }

    .back-home {
        font-size: 100em;
        left: -.3em;
    }

    #home .Logo {
        width: 380px;
        top: 8em;
    }

    #home .descricao {
        display: none;
    }

    .footer {
        top: 48em;
        left: 5em;
    }

    #suporte {
        top: 25em;
        left: 2em;
        width: 19em;
        background: transparent;
        box-shadow: none;
        font-size: 1.1em;
        align-items: flex-start;
        text-align: start;
    }

    #suporte:hover {
        box-shadow: none;
    }

    #suporte a {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 1050px) and (max-width: 1120px) {
    body {
        background-size: 150%;
    }

    .navbar {
        font-size: 1.1em;
        top: 35em;
        left: 3em;
    }

    .link, .link-2, .link-3 {
        display: none;
    }

    .back-home {
        font-size: 90em;
        left: -.3em;
        top: -.19em;
    }

    #home .Logo {
        width: 350px;
        top: 10em;
    }

    #home .descricao {
        font-size: 1.1em;
        top: 27em;
        left: 1.5em;
    }

    .footer {
        top: 42.5em;
        margin-left: 8em;
        padding-bottom: 2em;
    }

    #suporte {
        top: 22em;
        left: 40em;
        width: 25em;
        font-size: 1em;
    }

    #suporte:hover {
        box-shadow: none;
    }

    #suporte a {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 1120px) and (max-width: 1200px) {
    body {
        background-size: 150%;
    }

    .navbar {
        font-size: 1.1em;
        top: 35em;
        left: 3em;
    }

    .link, .link-2, .link-3 {
        display: none;
    }

    .back-home {
        font-size: 90em;
        left: -.3em;
        top: -.19em;
    }

    #home .Logo {
        width: 350px;
        top: 10em;
    }

    #home .descricao {
        font-size: 1.1em;
        top: 27em;
        left: 1.5em;
    }

    .footer {
        top: 42.5em;
        margin-left: 8em;
        padding-bottom: 2em;
    }

    #suporte {
        top: 22em;
        left: 45em;
        width: 25em;
        font-size: 1em;
    }

    #suporte:hover {
        box-shadow: none;
    }

    #suporte a {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    body {
        background-size: 150%;
    }

    .navbar {
        font-size: 1.1em;
        top: 35em;
        left: 3em;
    }

    .link, .link-2, .link-3 {
        display: none;
    }

    .back-home {
        font-size: 90em;
        left: -.3em;
        top: -.19em;
    }

    #home .Logo {
        width: 350px;
        top: 10em;
    }

    #home .descricao {
        font-size: 1.1em;
        top: 27em;
        left: 1.5em;
    }

    .footer {
        top: 42.5em;
        margin-left: 8em;
        padding-bottom: 2em;
    }

    #suporte {
        top: 22em;
        left: 50em;
        width: 25em;
        font-size: 1em;
    }

    #suporte:hover {
        box-shadow: none;
    }

    #suporte a {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
    body {
        background-size: 150%;
    }

    .navbar {
        font-size: 1.1em;
        top: 35em;
        left: 3em;
    }

    .link, .link-2, .link-3 {
        display: none;
    }

    .back-home {
        font-size: 90em;
        left: -.3em;
        top: -.19em;
    }

    #home .Logo {
        width: 350px;
        top: 10em;
    }

    #home .descricao {
        font-size: 1.1em;
        top: 27em;
        left: 1.5em;
    }

    .footer {
        top: 42.5em;
        margin-left: 8em;
        padding-bottom: 2em;
    }

    #suporte {
        top: 18em;
        left: 45em;
        width: 30em;
        font-size: 1.1em;
    }

    #suporte:hover {
        box-shadow: none;
    }

    #suporte a {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1550px) {
    body {
        background-size: 150%;
    }

    .navbar {
        font-size: 1.1em;
        top: 35em;
        left: 3em;
    }

    .link, .link-2, .link-3 {
        display: none;
    }

    .back-home {
        font-size: 90em;
        left: -.3em;
        top: -.19em;
    }

    #home .Logo {
        width: 350px;
        top: 10em;
    }

    #home .descricao {
        font-size: 1.1em;
        top: 27em;
        left: 1.5em;
    }

    .footer {
        top: 42.5em;
        margin-left: 8em;
        padding-bottom: 2em;
    }

    #suporte {
        top: 18em;
        left: 45em;
        width: 30em;
        font-size: 1.2em;
    }

    #suporte:hover {
        box-shadow: none;
    }

    #suporte a {
        font-size: 1.2em;
    }
}

@media screen and (min-width: 1550px) {
    .navbar {
        font-size: 1.5em;
        left: 12em;
        top: 32em;
    }

    .back-home {
        font-size: 120em;
        left: -.2em;
    }

    #home .Logo {
        width: 400px;
        left: 12em;
        top: 15em;
    }

    #home .descricao {
        font-size: 1.5em;
        left: 12em;
        bottom: 13em;
    }

    #suporte {
        top: 22em;
        left: 67em;
        font-size: 1em;
    }

    .footer {
        left: 22em;
    }
}