body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
    font-family: 'Inter', sans-serif;
}

.sembg {
    background: #580539;
    background: linear-gradient(67deg, #680141 100%);
    padding: 15px;
}


.navbar-nav.menuprinci>li>a,
.navbar-nav.menuprinci>li>a:hover,
.botoesnav li a {
    color: #fff !important;
}

.navbar-tshop {
    border: 0;
}

.boxpage {
    padding: 15px 0;
}

.boxpage.forms {
    background: #880155;
    background: linear-gradient(67deg, #680141 100%);
    position: relative;
}


/* TIRANDO O OVER DO SUBMENU TO TOPO*/
.navbar-tshop ul.nav li.dropdown:hover ul.dropdown-menu {
    display: none;
}

.navbar-tshop ul.nav li.dropdown.open ul.dropdown-menu {
    display: block;
}

::-webkit-scrollbar-track,
#sidebar::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #580539;
}

/*.boxpage.forms:before{
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20%;
    background: rgb(244 185 4 / 12%);
    transform: rotate(
45deg
);
    border-radius: 20%;
}
*/
.navbar-brand {
    padding: 0;
}

h1 {
    font-size: 48px;
    line-height: 42px;
    font-weight: 600;
}

.forms h1 {
    color: #FFF;
    font-size: 48px;
    line-height: 52px;
}

.forms h2 {
    font-size: 21px;
    color: rgb(213 213 213);
    line-height: 23px;
    margin-bottom: 30px;

}

.forms h3 {
    font-size: 45px;
    color: rgb(253 140 38);
    line-height: 23px;
    margin-bottom: 30px;
    font-weight: 800;
}

.forms h3 strong {
    font-size: 30px;
}

.forms h3 em {
    font-size: 21px;
    line-height: 45px;
}

.forms p {
    color: #fff;
    font-size: 22px;
}

.forms .form-control {
    padding: 12px 24px;
    font-weight: normal;
    font-size: 20px;
    /*text-transform: uppercase;*/
    line-height: 135%;
    color: rgba(109, 110, 109, 0.9);
    background: rgb(255, 255, 255);
    border: 1px solid rgb(141 4 81);
    box-sizing: border-box;
    box-shadow: rgb(141 4 83) 0px 3px 10px;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 25px;
    height: 52px;
}

.forms .btn.btn-primary {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    width: 166px;
    height: 54px;
    background: #ee7203;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 29px;
    color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    border: 0;
    width: 100%;
}

.forms .btn.btn-primary:hover {
    box-shadow: rgb(52 36 244 / 20%) 0px 15px 20px;
    transform: scale(1.02);
    transition: all 0.3s ease 0s;
}

.forms .boxtextos {
    padding: 45px 0;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #ee7203;
        -webkit-box-shadow: 0 0 3px #ee7203;
    }

    50% {
        background-color: #c1272e;
        -webkit-box-shadow: 0 0 3px #c1272e;
    }

    100% {
        background-color: #880155;
        -webkit-box-shadow: 0 0 3px #880155;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #ee7203;
        -moz-box-shadow: 0 0 3px #ee7203;
    }

    50% {
        background-color: #c1272e;
        -moz-box-shadow: 0 0 3px #c1272e;
    }

    100% {
        background-color: #880155;
        -moz-box-shadow: 0 0 3px #880155;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #ee7203;
        box-shadow: 0 0 3px #ee7203;
    }

    50% {
        background-color: #c1272e;
        box-shadow: 0 0 3px #c1272e;
    }

    100% {
        background-color: #880155;
        box-shadow: 0 0 3px #880155;
    }
}

@keyframes glowing {
    0% {
        background-color: #ee7203;
        box-shadow: 0 0 3px #ee7203;
    }

    50% {
        background-color: #c1272e;
        box-shadow: 0 0 3px #c1272e;
    }

    100% {
        background-color: #880155;
        box-shadow: 0 0 3px #880155;
    }
}

.forms .iconcar {
    position: absolute;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 120px;
    height: 40px;
    background: #ee7203;
    box-shadow: rgb(23 188 255 / 24%) 0px 10px 40px;
    border-radius: 4px;
    font-size: 17px;
    line-height: 29px;
    text-align: center;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 25px;
    -webkit-animation: glowing 1500ms infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
}

#sidebar .sidebar-header ul.botoestoposide li a {
    color: #fff !important;
}

#sidebar .footer-nav li a {
    background: none !important;
    color: #FFF !important;
}

#sidebar .btloginsidebar,
#sidebar .botoestoposide,
#dismiss {
    border-color: #ffffff3b !important;
}

#dismiss {
    color: #fdfdfd !important;
}

#sidebar .btloginsidebar a {
    background: #ee7203;
}

.main-blog {
    margin-top: 40px;
}

.forms .iconcar.icoum {
    left: 148px;
    top: 26px;
}

.forms .iconcar.icodois {
    left: 522px;
    top: 12px;
}

.forms .iconcar.icotr {
    left: 12px;
    top: 414px;
}

.forms .iconcar.icoqt {
    left: 472px;
    top: 422px;
}

.boxpage.frase {
    background: #fff;
}

.boxpage.frase h1 {
    color: #880155;
}

#sidebar.navbar-top {
    background: #880155 !important;
}

.section-title span {
    text-transform: none;
}

.comofunc {
    background: #880155;
}

.comofunc h1 {
    color: #FFF;
    margin-bottom: 30px;
}

.section-title-style2 span,
.section-title.style2 span {
    background: none;
}

.style2 .section-title:after,
.section-title-style2:after,
.section-title.style2:after,
.section-title-style2:after {
    display: none;
}

.comofunc .featuredImgLook2 p,
.comofunc .featuredImgLook2 h3 {
    color: #fff;
    text-align: center;
}

.boxpage.porque {
    position: relative;
    overflow: hidden;
    background: #FFF url(/uploads/2298/pq2.jpg) no-repeat center;
}

.iconlupa {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    margin-top: -202px;
    background: #880155;
    padding: 34px;
    border-radius: 100%;
    margin-bottom: 43px;
    box-shadow: rgb(117 117 117 / 31%) -1px 18px 20px 0px;
}

.iconlupa img {}

.boxpage.porque:before {
    content: "";
    display: block;
    width: 350px;
    height: 350px;
    position: absolute;
    bottom: -25%;
    right: 9%;
    background: #FFF;
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 10px;
    transform: rotate(31deg);
    border: 30px solid #ee7204;
    z-index: 1;
}

/*
.boxpage.porque:after{
    content: "";
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 10px;
    display: block;
    width: 350px;
    height: 350px;
    position: absolute;
    top: -25%;
    z-index: 1;
    right: 10%;
    border: 40px solid #4caff3;
    background: #FFF;
    transform: rotate( 
33deg
 );
}
*/
.boxpage.porque .container {
    position: relative;
    z-index: 200;
}

.porque .featuredImgLook2 .inner {
    border: 0;
    padding: 20px;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 17px;
    color: rgba(109, 110, 109, 0.9);
    background: #FFF;
    box-sizing: border-box;
    box-shadow: rgb(0 0 0 / 10%) 0px 3px 10px;
    border-radius: 6px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    width: 100%;
    align-content: center;
    align-self: center;
    text-align: center;
}

.porque .featuredImgLook2 .inner p {
    margin-bottom: 0;
}

.product:hover,
.porque .featuredImgLook2 .inner:hover {
    border: 0;
}

.porque h1 {
    color: #ee7204;
}

.porque h5 {
    color: gray;
    font-weight: 300;
    margin: 20px 0;
    background: #FFF;
    padding: 20px 0;
}

.padtop {
    padding-top: 50px;
    text-align: center;
}

/*.boxpage.prods .col-md-3{
    margin: 0px 4%;
}*/
.boxpage.prods {
    background: #f7f7f7;
    position: relative;
}

.boxpage.prods h1 {
    color: #c1272e;
}

.boxpage.prods h2 {
    margin-bottom: 30px;
}

.boxpage.prods .produtoshome {
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    background: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 15%) 5px 3px 25px;
    border-radius: 6px 6px 10px 10px;
    transition: all 0.3s ease 0s;
    padding: 34px 24px;
}

.boxpage.prods .produtoshome h2 {
    width: 100%;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: rgb(124, 124, 124);
    margin-bottom: 0;
    padding: 0 30px 20px 30px;
}

.boxpage.prods .pd {
    text-align: center;
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
    min-height: 86px;
}

.boxpage.prods .produtoshome p {
    text-align: center;
    color: #666;
}

.boxpage.prods .produtoshome strong {
    font-size: 33px;
    color: #ee7204;
    margin-bottom: 30px;
}

.boxpage.prods .produtoshome small {
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
    margin: 9px 0;
    display: block;
}

.boxpage.prods .produtoshome .btn.btn-link {
    position: absolute;
    bottom: -24px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 232px;
    height: 49px;
    border-radius: 70px;
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 29px;
    color: #FFF;
    transition: all 0.3s ease 0s;
    pointer-events: all;
    background: #C0272E;
    background: #880155;
    transition: all 0.2s ease 0s;
    text-decoration: none;
}

.boxpage.prods .produtoshome .btn.btn-link:hover {
    transform: scale(1.01);
    transition: all 0.3s ease 0s;
}

.boxpage.prods:before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -28%;
    background: #ee7203;
    transform: rotate(45deg);
}

.boxpage .panel.panel-default {
    border: 0;
}

.boxpage .panel-heading {
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    box-shadow: rgb(206 213 227) 0px 5px 20px;
    margin-bottom: 28px;
    border: 0;
    padding: 0;
}

.boxpage .panel-heading a {
    padding: 20px;
    display: block;
    color: #000;
}

.boxpage .panel-title {
    position: relative;
    margin-bottom: 0;
}

.boxpage.transmita .panel-heading {
    box-shadow: rgb(16 16 16 / 15%) 0px 5px 20px;
}

.boxpage.transmita .panel-body p {
    font-size: 20px;
    line-height: 24px;
    color: #000;
}

.boxpage .panel-title::after {
    content: "\f107";
    color: #333;
    top: 17px;
    right: 14px;
    position: absolute;
    font-family: "FontAwesome";
    font-size: 20px;
}

.boxpage .panel-title[aria-expanded="true"]::after {
    content: "\f106";
}

/*
   * Added 12-27-20 to showcase full title clickthrough
   */

.boxpage .panel-heading-full.panel-heading {
    padding: 0;
}

.boxpage .panel-heading-full .panel-title {
    padding: 10px 15px;
}

.boxpage .panel-heading-full .panel-title::after {
    top: 10px;
    right: 15px;
}

.boxpage.faq p.text-center {
    margin-bottom: 20px;
}


.footer {
    padding: 80px 0;
    border: 0;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    background: rgb(193 40 46);
    background: linear-gradient(67deg, rgb(143 6 79) 0%);
}

.footer .social div {
    background: none;
    border: 0;
    float: none;
    display: inline-block;
}

.footer .social div a i {
    font-size: 25px;
    display: block;
    margin: 0;
}

.footer h5 {
    color: #FFF;
    margin-top: 35px;
}

.footer h4,
.footer h4 a {
    color: #FFF;
}

.boxpage.whats {
    background: #ee7204;
    padding: 0;
    position: relative;
    z-index: 100;
}

.boxpage.whats img {
    margin-top: -150px;
}

.form-contato,
.row-content-html {
    margin-bottom: 150px;
}

.boxpage.whats h4 {
    color: #FFF;
    font-size: 27px;
    font-weight: 600;
    padding: 0;
    margin-top: 75px;
}

.boxpage.whats strong {
    font-size: 21px;
    font-weight: 300;
    margin-top: 5px;
    display: block;
    color: #FFF;
}

.boxpage.whats button {
    position: initial;
    display: block;
    width: 100%;
    height: auto;
    border: 0;
    color: #FFF;
    border: 2px solid;
    border-radius: 50px;
    padding: 15px 10px;
    text-align: center;
    font-size: 21px;
    margin: 70px 0;
    background: none;
}

.boxpage.whats button .fa {
    margin: 0;
}

.navbar-tshop {
    background: none;
}

.nav-up .sembg,
.nav-down .sembg {
    background: #C1272E;
    box-shadow: rgb(0 0 0 / 10%) 0 3px 10px;
}

.nav-up {
    top: 0 !important;
}

.parallax-image-aboutus {
    background: #880155;
}


.parallax-image-aboutus .parallax-content {
    padding: 40px 0 !important;
}

.boxdotexto {
    padding: 60px 40px 60px 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
}

.boxdotexto p {}

.boxdotexto .btn,
.bg-tipos-de-consultas .tab-content a {
    position: initial;
    display: block;
    width: 100%;
    height: auto;
    border: 0;
    color: #FFF;
    border: 2px solid;
    border-radius: 50px;
    padding: 15px 10px;
    text-align: center;
    font-size: 21px;
    margin: 70px 0;
    background: #ee7204;
}

.content-menu li .readmore,
#btEnviar {
    position: initial;
    display: block;
    width: 100%;
    height: auto;
    border: 0;
    color: #FFF;
    border: 2px solid;
    border-radius: 50px;
    padding: 15px 10px;
    text-align: center;
    font-size: 19px;
    margin: 0;
    background: #ee7204;
}

.boxvideo {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.boxvideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.transmita {
    background: #C0272E;
    background: linear-gradient(67deg, #C0272E 0%);
}


.transmita h4 {
    margin-bottom: 30px;
    color: #FFF;
}

.transmita .inner img {
    width: 80px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.transmita strong {
    font-size: 16px;
}

.transmita p {
    color: #FFF;
}

.transmita h1 {
    color: #FFF;
}

.transmita .inner {
    border: 0;
    color: #FFF;
}

.transmita .inner:hover {
    border: 0;
}

.nav-btn {
    z-index: 5000;
}

.bg-conteudo .boxpage.whats {
    margin-top: 120px;
}

/**************
Consultas
**************/
.boxveic {
    padding: 20px;
    background: rgb(250, 250, 250);
    box-shadow: rgb(0 0 0 / 15%) 5px 3px 25px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-bottom: -41px;
    z-index: 1;
    position: relative;
    margin-top: 40px;
}

.boxveic .panel-heading,
.modal-body .wrapper-panels .panel-heading {
    border: 0;
    background: #880155;
    text-align: center;
}

.boxveic .panel-heading h3,
.modal-body .wrapper-panels .panel-heading h3 {
    color: #FFF;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 1px;
}

.boxveic .panel,
.modal-body .wrapper-panels .panel {
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: rgb(0 0 0 / 15%) 5px 3px 25px;
    border: 0;
}

.modal-body .wrapper-panels .panel {
    margin-bottom: 10px;
}

.logo-marca img {
    width: 100%;
    height: auto;
}

.modal-content .modal-footer .btn.btn-primary.btn-lg {
    background: #5eb710;
    border: 0;
    font-size: 15px;
    padding: 7px 20px;
    border-radius: 5px;
}

.boxveic .panel-body,
.modal-body .wrapper-panels .panel-body {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #5d5d5d;
}

.boxveic .infoscarro {
    text-align: center;
}

.boxveic .infoscarro strong {
    margin-top: 30px;
    display: block;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.boxveic .infoscarro h2 {
    font-size: 42px;
    font-weight: 700;
    color: #ee7203;
}

.boxveic .big.btn {
    background: #5eb710;
    border: 0;
    font-size: 20px;
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    white-space: pre-line;
}

/********
Minha conta
*********/
.account {
    background: #edf1f4;
}

.account .panel-heading {
    background: #FFF;
    border: 0;
    border-bottom: 1px solid #ddd;
}

.account .panel-default {
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-shadow: rgb(0 0 0 / 15%) 5px 3px 25px;
    min-height: 166px;
}

.account .btn.btn-xs.btn-primary {
    text-align: center;
    background: #3d82c8;
    display: block;
    margin-bottom: 11px;
}

.account .accountwhite {
    background: #FFF;
    padding: 30px 0;
}

.account .accountwhite .panel-default {
    border: 0;
}

.account .panel-title {
    color: #6f6f6f;
    font-weight: 600;
}

.account .tituloconta {
    font-size: 30px;
    margin: 20px 0;
}

.account .minhaconta .panel-title {
    line-height: 17px;
    text-align: center;
    min-height: 36px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.account .accountwhite a.hist {
    display: block;
    text-align: center;
    background: #ddd;
    padding: 8px;
    border-radius: 8px;
}

.account .accountwhite .credito-disponivel {
    text-align: center;
    display: block;
    font-weight: 600;
    padding: 10px;
}

.account .accountwhite .saldos .btn.btn-info {
    display: block;
    background: #5eb710;
    border: 0;
    font-size: 17px;
    padding: 11px;
    border-radius: 10px;
}

.account #formConsultaPlaca .input-group {
    display: block;
}

.account #formConsultaPlaca .input-group .form-control {
    height: 50px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.account #formConsultaPlaca .input-group-btn .btn {
    background: #091638;
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 10px;
    height: 54px;
    margin-top: 7px;
    margin-bottom: 11px;
}

.account .btend {
    margin-left: 15px;
}




@media(min-width:1300px) {
    .container {
        width: 1246px;
    }
}

@media(max-width:1200px) {
    .boxpage.prods .produtoshome h2 {
        font-size: 25px;
    }

    .container {
        /* width: 100%; */
    }

    .boxpage.forms .container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .forms h2 {
        font-size: 16px;
    }

    h1 {
        font-size: 37px;
        line-height: 42px;
    }

    .forms .iconcar.icodois {
        left: 476px;
    }

    .navbar-brand {
        height: auto;
        max-width: 150px;
    }

    .boxpage {
        padding: 60px 0;
    }

    .boxpage.whats img {
        width: 180px;
        margin-top: -54px;
    }
}

@media(max-width:1024px) {
    .boxpage.prods .produtoshome h2 {
        font-size: 22px;
    }
}

@media(max-width:991px) {
    .main-container {
        min-height: initial !important;
    }

    .bgdesubmenuside {
        display: none !important;
    }

    .bg-quem-somos .boxpage {
        background-position: center left !important;
    }

    .parallax-image-aboutus {
        margin-top: 56px !important;
    }

    .boxdotexto {
        padding: 30px 0 30px 0;
    }

    .navbar-brand {
        height: auto;
        max-width: 110px;
    }

    .menuprinci {
        width: 71%;
    }

    .forms .boxtextos {
        text-align: center;
    }

    .boxpage.forms:before {
        border-radius: 0;
        top: -200px;
    }

    .boxpage.prods .col-md-3 {
        margin: 0;
    }

    .boxpage.whats h4 {
        margin-top: 48px;
        line-height: 26px;
    }

    .footer-bottom p.pull-left,
    .pull-right.paymentMethodImg {
        text-align: center;
        float: none !important;
        max-height: 42px !important;
    }

    @media (max-width: 767px) {
        .paymentMethodImg img {
            display: inline-block;
            float: none !important;
            max-height: 42px !important;
        }
    }

}

@media(max-width:750px) {
    .forms h1 {
        font-size: 34px;
        line-height: 37px;
    }

    .forms h3 {
        font-size: 33px;
    }

    .forms h3 strong {
        font-size: 21px;
    }

    .boxpage.forms .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .boxpage.comofunc .col-md-4.col-sm-6.col-xs-6 {
        width: 100%;
    }

    .boxpage.prods:before {
        display: none;
    }

    .sembg #sidebarCollapse {
        border: 1px solid #fff;
        color: #fff;
    }

    .sembg .colorWhite,
    .sembg .colorWhite i,
    .buscatop i {
        color: #fff !important;
    }

    .iconlupa {
        margin-top: -101px;
    }

    .forms .iconcar.icodois {
        left: 10px;
    }

    .forms .iconcar.icoqt {
        left: 10px;
        top: 160px;
    }

    .forms .iconcar {
        font-size: 12px;
        width: auto;
        height: auto;
        padding: 2px 15px;
    }

    .boxpage.forms {
        overflow: hidden;
    }

    .sembg {
        padding: 0;
    }

    .boxpage {
        padding: 58px 0;
    }

    .navbar-brand img {
        max-width: 100%;
    }

    .navbar-brand {
        max-width: 120px;
    }

    .forms .iconcar.icotr {
        left: auto;
        top: 150px;
        right: 10px;
    }

    h1 {
        font-size: 30px;
        line-height: 30px;
    }

    h2 {
        font-size: 19px;
        line-height: 21px;
    }

    .boxpage.prods .produtoshome {
        margin-bottom: 48px;
    }

    .boxpage.whats img {
        margin: 0 auto;
        margin-top: -30px;
    }

    .boxpage.whats strong,
    .boxpage.whats small {
        display: block;
        text-align: center;
    }

    .footer img {
        height: auto;
    }

    .banner {
        display: none;
    }

    #sidebar .btloginsidebar .menorlink a {
        background: none !important;
        color: #FFF !important;
    }
}

.navbar-checkout,
.navbar .navbar-top {
    background: #880155;
    background: linear-gradient(67deg, #680141 100%);
}


.navbar-checkout .btn-voltar-loja {
    border: 1px solid #FFF;
    color: #FFF !important;
    padding: 4px;
}

.navbar-checkout {
    padding: 15px;
}

.btn-primary,
.product:hover .add-fav:hover,
.product:hover .add-fav.active {
    background-color: #880155;
    color: #ffffff;
    /* Esta cor já está em hexadecimal */
}