a.streent:before {
    content: "";
    display: block;
    background: url("../../images/icons/footer/13-icone-rodape-contato-localizacao-cyberrock.svg") no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 6px 0 0;
}

a.phone:before {
    content: "";
    display: block;
    background: url("../../images/icons/footer/13-icone-rodape-contato-whatsapp-cyberrock.svg") no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 6px 0 0;
}

a.email:before {
    content: "";
    display: block;
    background: url("../../images/icons/footer/13-icone-rodape-contato-email-cyberrock.svg") no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 6px 0 0;
}

a.openingHours:before {
    content: "";
    display: block;
    background: url("../../images/icons/footer/13-icone-rodape-contato-horario-cyberrock.svg") no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 6px 0 0;
}

div.footer-style-02 div.container {
    padding: 0 !important;
}

.page-footer .footer-box .h5 {
    text-transform: initial !important;
}

div.footer-style-02 div.container div.footer.content {
    border-bottom: 1px solid #c64a38;
    margin-bottom: 4%;
}

div.footer-content-top div.col-sm-4 p, div.footer-content-top div.col-sm-5 p {
    margin-bottom: 5%;
}

div.footer-box li a {
    font-weight: 600;
}

.payment-methods p {
    line-height: 2;
}

div.mageuni-footer {
    margin-left: 24px;
    margin-right: 24px;
}

div.mageuni-footer div.footer-bottom {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

div.payment-methods div.imgsPayment {
    display: flex;
    margin-top: 32px;
}

div.payment-methods div.imgsSecure {
    display: flex;
    margin-top: 56px;
}

div.imgsCertificate div.card {
    margin-right: 8px;
}

div.payment-methods div.imgsCertificate {
    display: flex;
    margin-top: 75px;
}

div.footer-bottom div.col-sm-10, div.footer-bottom div.col-sm-4,
div.footer-content-top div.row div.col-sm-5, div.footer-content-top div.row div.col-sm-4 {
    padding: 0;
}

div.footer-container {
    width: 100%;
    display: flex;
    max-width: 1400px;
    margin: 0 auto 2%;
}

div.footer-container div.col-sm-20,
div.footer-container div.col-sm-4 {
    margin-top: 5%;
    padding: 0 !important;
}

div.footer-container div.col-sm-4 div.footer-box {
    text-align: center;
}

div.footer-box p.developed,
div.footer-box p.tags {
    font-size: 11pt !important;
    font-weight: 600;
    margin-bottom: 2%;
}

div.footer-box div.box-tags {
    display: inline-block;
    border: 1px solid white;
    padding: 0.5%;
    margin: 0 1% 1% 0;
    font-weight: 600;
}

div.footer-box div.box-tags:hover,
div.footer-box div.box-tags > a:hover{
    background-color: white;
    color: black;
}

img.mgu {
    width: 220px;
    margin-top: 5%;
    margin-bottom: 5%;
}

p.reserved {
    font-size: 10pt;
    font-weight: 600;
}

@media only screen and (max-width: 1256px) {
    div.mageuni-footer div.footer-bottom,
    .footer-container {
        display: flex;
        flex-direction: column;
    }

    div.footer-bottom div.col-sm-10, div.footer-bottom div.col-sm-4 {
        width: 53% !important;
    }

    div.mageuni-footer {
        margin: 0;
    }

    div.footer-bottom div.col-sm-10, div.footer-bottom div.col-sm-4,
    div.footer-content-top div.row div.col-sm-5, div.footer-content-top div.row div.col-sm-4,
    div.footer-container {
        padding-left: 10px !important;
        padding-right: 10px !important;;
    }
}

@media only screen and (max-width: 600px) {
    div.footer-container {
        display: block;
    }

    div.imgsSecure img {
        width: 29%;
    }

    img.mgu {
        margin-top: 2%;
        margin-bottom: 2%;
    }

    div.footer-bottom div.col-sm-10, div.footer-bottom div.col-sm-4 {
        width: 100% !important;
    }

    div.payment-methods div.imgsSecure {
        margin-top: 15px;
    }

    div.payment-methods div.imgsCertificate {
        margin-top: 30px;
    }

    div.payment-methods {
        margin-top: 4%;
    }
}