footer {
    background-color: #A3141E;
    width: 100%;
}

.hrFooter {
    height: 0.5vh;
    background-color: #CAB230;
    width: 100%;
    margin-top: 2%;
}

#logoFooter {
    width: 50%;
    height: auto;
}

.titleFooter {
    font-family: "Montserrat", "Sans-serif";
    font-size: 20px;
    font-weight: bold;
    color: #CAB230;
}

.pFooter {
    color: white;
}

#imgWhatsapp {
    width: 8%;
    height: auto;
}

.titleFooter {
    margin-top: 5%;
}

#divImgFormaPagamento {
    margin-bottom: 3%;
}

#imgFormaPagamento {
    margin-top: 1%;
}

.footer-copyright {
    text-align: center;
    padding: 10px;
}

#bonecoFooter {
    width: 90%;
    height: auto;
}

#divUltimoRodape {
    width: 100%;
    align-items: flex-end;
}

@media (max-width: 767px) {

    #logoFooter {
        width: 30%;
        height: auto;
    }

    .footer-copyright {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        /* cor de fundo para não sobrepor */
        z-index: 1000;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    }

    .titleFooter {
        font-family: "Montserrat", "Sans-serif";
        font-size: 20px;
        font-weight: bold;
        color: #CAB230;
        margin-top: 10%;
    }

    #divImgFormaPagamento {
        margin-bottom: 10%;
    }

}

@media screen and (min-width: 1200px) {

    #bonecoFooter {
        width: 60%;
        height: auto;
    }
}