/************FOOTER*************/

footer {
    height: 400px;
    width: 100%;
    position: relative;
    display: block;
    background-color: #722e77;
}

footer::after {
    content: " ";
    background-image: url(../imgs/fundo-linha.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0.2;
}

.logo-footer {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 40px;
    z-index: 9;
}

.copy {
    width: 100%;
    height: 60px;
    background: rgb(114, 46, 119);
    background: linear-gradient(
        125deg,
        rgba(114, 46, 119, 1) 0%,
        rgba(252, 112, 2, 1) 100%
    );
    color: #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.sobre-footer {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 140px;
    width: 560px;
    color: #fff;
    font-weight: 300;
    z-index: 9;
    line-height: 1.4em;
}
.sobre-footer h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.sobre-footer p {
    font-size: 1rem;
    font-weight: 400;
}
.infos-footer {
    width: 400px;
    height: 330px;
    position: absolute;
    right: 50%;
    margin-right: -600px;
    top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: 20% 36% 44%;
    z-index: 99;
    row-gap: 0.5rem;
}

.apps {
    grid-column-start: 1;
    grid-column-end: 3;
    display: flex;
    gap: 4%;
    width: 400px;
    z-index: 9;
}

.apps > * {
    flex-basis: 48%;
}

.nav-footer {
    grid-row-start: 2;
    grid-row-end: 4;
}

.nav-footer h1,
.contatos-footer h1,
.infos-footer h1 {
    font-weight: 700;
    font-size: 1.5rem;
}

.contatos-footer {
    grid-row-start: 2;
    grid-row-end: 3;
}

.termos-footer li {
    line-height: 1.4em;
}

.termos-footer a {
    color: #fff;

    &:hover {
        color: #fc7002;
    }
}

.infos-footer h1 {
    font-size: 1.4em;
    color: #ffffff;
}

.insta-footer {
    height: 30px;
    position: relative;
    display: block;
    color: #fff;
}

.insta-footer img {
    height: 30px;
    filter: brightness(800%);
    vertical-align: middle;
}

.insta-footer li {
    display: grid;
    grid-template-columns: 15% 85%;
    align-items: center;
}

.insta-footer li:hover {
    color: #fc7002;
}

.nav-footer {
    position: relative;
    right: auto;
    top: 0px;
    z-index: 99;
    text-align: left;
}

.nav-footer li {
    line-height: 1.4em;
}

.nav-footer a {
    color: #fff;
}

.nav-footer a:hover {
    color: #fc7002;
}

.artemidas {
    width: 120px;
    position: absolute;
    right: 5%;
    bottom: 14px;
}

.politica-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 25%;
    padding: 30px;
    background: #fff;
    border-radius: 24px;
    font-size: 13px;
    box-shadow: 0 0 10px #00000030;
    z-index: 9999999999999999;
    opacity: 0;
    visibility: hidden;
}

.cookiealert.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.politica-popup button {
    background: #722e77;
    color: #fff;
    padding: 5px 20px;
    border-radius: 8px;
    float: right;
    margin: 20px 0 0 0;
    font-family: "Jost", sans-serif;
}

.politica-popup a {
    color: inherit;
}

.politica-popup a:hover {
    color: #ff8533;
}

@media screen and (max-width: 940px) {
    footer {
        height: 950px;
        width: 100%;
        position: relative;
        display: block;
        background-color: #722e77;
        z-index: 1;
    }

    .logo-footer {
        position: absolute;
        left: 50%;
        margin-left: 0px;
        top: 100px;
        z-index: 9;
        width: 70%;
        transform: translate(-50%, 0px);
    }

    .apps {
        grid-column-start: 1;
        grid-column-end: 3;
        display: flex;
        gap: 4%;
        width: 100%;
        z-index: 9;
    }

    .sobre-footer {
        position: absolute;
        left: 10%;
        margin-left: 0;
        top: 183px;
        width: 80%;
        color: #fff;
        font-weight: 300;
        z-index: 9;
        line-height: 1.4em;
        text-align: center;
    }

    .nav-footer {
        position: absolute;
        right: auto;
        top: 416px;
        z-index: 99;
        text-align: center;
        margin-right: 0;
        left: 50%;
        transform: translate(-50%, 0px);
    }

    .infos-footer {
        width: 80%;
        position: absolute;
        top: 500px;
        left: 10%;
        display: grid;
        z-index: 999999;
    }

    .nav-footer {
        position: relative;
        right: auto;
        top: 0;
        z-index: 99;
        text-align: left;
        margin-right: 0;
        left: 0;
        transform: initial;
        grid-row-start: 2;
        grid-row-end: 4;
    }

    .contatos-footer {
        grid-row-start: 2;
        grid-row-end: 3;
    }

    .copy {
        width: 100%;
        height: 60px;
        background: rgb(114, 46, 119);
        background: linear-gradient(
            125deg,
            rgba(114, 46, 119, 1) 0%,
            rgba(252, 112, 2, 1) 100%
        );
        color: #e5e5e5;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 0.7em;
        position: relative;
        z-index: 1;
    }

    .artemidas {
        width: 100px !important;
        position: absolute;
        right: 5%;
        top: -40px;
        z-index: 99;
    }

    .politica-popup {
        position: fixed;
        bottom: 11%;
        left: 5%;
        width: 90%;
        padding: 30px;
        background: #fff;
        border-radius: 24px;
        font-size: 12px;
        z-index: 999999999;
        box-shadow: 0 0 10px #00000030;
    }
}
