/* FOOTER 1 */

footer{
    position: fixed;
    z-index: 1050;
    inset: auto auto 0 0;
    width: 100%;
    font-family: "Roboto", sans-serif;
}

.navigation{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    grid-gap: clamp(1rem,4.47916vw,86px);
    border-top: 1px solid #ebf1e714;
    background: linear-gradient(0deg, #ffffff1a 0%, #ffffff1a 100%), #6d76693d;
    backdrop-filter: blur(3px);
	padding: .5rem clamp(1rem,3.125vw,4rem);
/*     padding: 13px clamp(1rem,3.125vw,4rem); */
}

.navigation .prev,
.navigation .next,
.navigation .home{
    cursor: pointer;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 21px;
    color: var(--white);
    font-family: var(--syn);
    font-size: 17px;
    font-weight: 500;
    line-height: 19px;
    letter-spacing: -0.24px;
    border: 1px solid #ffffff4f;
    border-radius: 55px;
    background: #9ca39733;
    box-shadow: 0px 0px 15.3px 0px #7090b01a;
    padding: 6px 21px;
}

.navigation .prev::before{
    content: '';
	width: 30px;
    height: 30px;
	background: url(../../assets/img/prev.svg) no-repeat center;
	background-size: cover;
}

.navigation .next::after{
    content: '';
	width: 30px;
    height: 30px;
	background: url(../../assets/img/next.svg) no-repeat center;
	background-size: cover;
}

.navigation .home::before{
    content: '';
	width: 30px;
    height: 30px;
	background: url(../../assets/img/home.svg) no-repeat center;
	background-size: cover;
}

.navigation .df{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    width: 100%;
    grid-gap: clamp(1rem,4.84375vw,93px);
}

.navigation .df::before,
.navigation .df::after{
    content: '';
    display: block;
    display: -webkit-block;
    width: 100%;
    height: 1px;
    background-color: #FFFFFF38;
}

.navigation .df .rss{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    grid-gap: 25px;
    border-radius: 52px;
    border: 1px solid #ffffff24;
    background-color: #ffffff0a;
    padding: 11px 20px;
}

.navigation .df .rss>* svg{
    min-width: 17px;
}

/* FOTTER DESIGN */

.footer-design .container{
    max-width: calc(1808px + 140px);
}

.footer-design strong{
    font-weight: 500;
}

.footer-design{
    min-height: 98px;
    background-color: var(--footer-design);
    padding: 15px 0;
}

.footer-design .lgpd{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    min-width: 64px;
    max-width: 64px;
    aspect-ratio: 1/1;
    text-transform: uppercase;
    color: var(--white);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.004em;
    border-radius: 4px;
    margin-right: 20px;
    padding: 10px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

.footer-design .lgpd svg{
    min-width: 23px;
    min-height: 23px;
    margin-bottom: 5px;
}

.footer-design .site{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    grid-gap: 7px;
}

.footer-design .sitetitle,
.footer-design .site .text{
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.004em;
}

.footer-design .site .sitetitle strong,
.footer-design .site .text strong{
    color: inherit;
}

.footer-design .site .text{
    width: clamp(10px,100%,725px);
}

.footer-design .c2{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.footer-design .design{
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.004em;
}

.footer-design .design a{
    color: var(--white);
    font-weight: 500;
}

/* FOTTER DESIGN  !*/

/* MEDIA QUERIES */

@media(max-width: 992px){
    .navigation .prev,
    .navigation .next,
    .navigation .home{
        padding: 10px 1rem;
    }
    .navigation .prev::before,
    .navigation .next::after,
    .navigation .home::before{
        content: '';
        width: 22px;
        height: 22px;
        background-size: contain !important;
    }
    .navigation .prev::before{
        background: url(../../assets/img/prev.svg) no-repeat center;
    }
    .navigation .next::after{
        background: url(../../assets/img/next.svg) no-repeat center;
    }
    .navigation .home::before{
        background: url(../../assets/img/home.svg) no-repeat center;
    }
    .footer-design .c2{
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        margin-top: 20px;
    }
}

@media(max-width: 575px){
    .footer-design .d-inline-flex{
        display: flex !important;
        display: -webkit-flex !important;
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .footer-design .site{
        text-align: center;
        margin-top: 15px;
    }
    .footer-design .lgpd{
        margin: 0 auto;
    }
    .footer-design .c2{
        justify-content: center;
        -webkit-justify-content: center;
        border: none;
    }
    .footer-design .c2 .design{
        border: none;
        padding: 0;
    }
    .footer-design .site .text{
        text-align: center;
    }
}

@media(max-width:425px){
    .navigation{
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
    }
    .navigation .df{
        order: 1;
        -webkit-order: 1;
    }
    .navigation .df .rss{
        justify-content: center;
        -webkit-justify-content: center;
        width: 100%;
    }
    .navigation .prev{
        order: 2;
        -webkit-order: 2;
    }
    .navigation .next{
        order: 3;
        -webkit-order: 3;
    }
    .navigation .home{
        order: 4;
        -webkit-order: 4;
        width: 100%;
    }
    .navigation .df::before,
    .navigation .df::after{
        display: none;
        display: -webkit-none;
    }
}

/* MEDIA QUERIES ! */