footer {
    background-color: #000;
    line-height: 0.7;
}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8.5rem;
    padding-bottom: 6rem
}

footer .container .image-footer {
    margin-right: 6.4rem
}

footer .container .contato-footer {
    border-left: 2px solid #fff;
    padding-left: 6.5rem
}

footer .container .contato-footer h5 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 2.3rem;
    font-weight: 600;
    line-height: 0.7;
}

footer .container .contato-footer .number-footer a {
    color: #fff;
    font-size: 2rem
}

footer .container .endereco-footer {
    color: #fff;
    margin-left: 6.4rem
}

footer .container .endereco-footer .endereco {
    display: flex;
    align-items: center
}

footer .container .endereco-footer .endereco .maps i {
    font-size: 3.2rem
}

footer .container .endereco-footer .endereco .rua {
    margin-left: 1.4rem
}

footer .container .endereco-footer .endereco .rua a {
    color: #fff;
    font-size: 2rem
}

footer .container .endereco-footer .redes-sociais {
    margin-top: 1.3rem
}

footer .container .endereco-footer .redes-sociais ul {
    display: flex;
    align-items: center
}

footer .container .endereco-footer .redes-sociais ul li {
    margin-right: 1.3rem;
    list-style-type: none
}

footer .container .endereco-footer .redes-sociais ul li:last-child {
    margin-right: 0
}

footer .container .endereco-footer .redes-sociais ul li:last-child img {
    width: 3rem;
    height: 3rem
}

footer .termos-uso {
    background-color: #000
}

footer .termos-uso .container {
    padding-top: 1rem;
    padding-bottom: 2rem;
    justify-content: center
}

footer .termos-uso .container .lista-uso ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem
}

footer .termos-uso .container .lista-uso ul li {
    font-size: 1.6rem;
    list-style-type: none
}

footer .termos-uso .container .lista-uso ul li a {
    color: #fff
}

@media(max-width: 1040px) {
    footer .image-footer {
        display:none
    }

    footer .contato-footer {
        border: none !important;
        padding-left: 2rem !important
    }
}

@media(max-width: 700px) {
    footer .container {
        display:flex;
        flex-direction: column;
        align-items: flex-start;
        padding-left: 5rem;
        padding-top: 4rem;
        padding-bottom: 4rem
    }

    footer .container .contato-footer {
        padding-left: 0 !important
    }

    footer .container .endereco-footer {
        margin-left: 0;
        margin-top: 6rem
    }
}

.criador {
    background-color: #fff;
    padding: 1.9rem 0 1.9rem 0
}

.criador .container {
    padding: 0
}

.criador .container p {
    font-size: 2rem;
    text-align: center;
    width: 100%
}

.criador .container p a {
    color: #000;
    font-weight: 600
}

.criador .container p a:hover {
    border-bottom: 1px solid #000
}

@media(max-width: 428px) {
    .criador .container p {
        font-size:1.5rem
    }
}

.termos {
    margin-top: 6rem
}

.termos p {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    line-height: 150%
}

.termos .list li {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    margin-left: 3rem
}

.termos .cookies {
    color: #030c2c;
    text-transform: uppercase
}

.termos .cookies:hover {
    border-bottom: 1px solid #030c2c
}

.termos h3 {
    margin-bottom: 3rem;
    margin-top: 3rem
}

.cookies {
    margin-top: 6rem
}

.cookies p {
    font-size: 1.6rem;
    margin-bottom: 1rem;
    line-height: 150%
}

.cookies ul {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.cookies ul li {
    font-size: 1.6rem;
    margin-bottom: 1rem
}

.cookies .uso {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.cookies .uso li {
    font-size: 1.6rem;
    margin-bottom: 1rem
}

.cookies .navegadores {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.cookies .navegadores li {
    font-size: 1.6rem;
    margin-bottom: 1rem
}

.cookies .navegadores li a {
    color: #030c2c
}

.cookies .navegadores li a:hover {
    border-bottom: 1px solid #030c2c
}

.cookies h3 {
    margin-bottom: 3rem;
    margin-top: 3rem
}

.btn-whatsapp {
    position: fixed;
    right: 5rem;
    bottom: 5.6rem
}

.btn-whatsapp-mobile {
    position: fixed;
    right: 1rem;
    bottom: 2rem;
    display: none
}

@media(max-width: 800px) {
    .btn-whatsapp {
        display:none
    }

    .btn-whatsapp-mobile {
        display: block;
        right: 1rem
    }
}

@media(max-width: 640px) {
    .btn-whatsapp-mobile {
        right:1.5rem;
        bottom: 2.5rem;
        width: 5rem
    }
}

@media(max-width: 414px) {
    .btn-whatsapp-mobile {
        display:none
    }
}