.pagina-carrinho.carrinho-checkout a.btn.btn-small {
    background: #172331;
    color: #fff;
    text-shadow: none;
    text-transform: uppercase;
    padding: 10px 28px;
}

/*Retirar se ativar banner footer*/
body {
    background: #fff;
    padding-bottom: 50px;
}


/*Video Aurameter*/

#sobre .artigo {
    display: inherit;
}


/*## PARCEIROS ##*/
div#relato h2 {
    text-align: center;
    margin: 35px 0 35px 0px;
    color: #172331;
    font-weight: 900!important;
    line-height: 1;
}

div#relato h2 b {
    color: #8CC540;
    font-weight: 900;
}

ul.parceiros {
    margin: 40px 0;
}

div#relato p {
    color: #000;
    font-size: 15px;
}

div#relato p b {
    color: #8cc540;
}

ul.parceiros li {
    display: flex!important;
    align-items: center;
}

.cliente .depo {
    display: block;
    color: #000;
    font-size: 14px;
    margin-bottom: 15px;
}

.cliente .nomeC {
    display: block;
    font-size: 22px;
    color: #000;
    font-weight: 900;
    margin-bottom: 10px;
}

ul.parceiros li .imgC {
    margin: 0 30px 20px 0px;
    border-radius: 40% 15%;
    max-width: 120px;
    height: auto;
    position: relative;
}

ul.parceiros li img {
   margin-right: 20px!important;
    border-radius: 40% 15%;
    max-width: 120px;
    height: auto;
}

ul.parceiros li .imgC:before {
   content: '';
    border: 2px solid var(--cor-botao);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: 0;
    bottom: -15px;
    right: -15px;
    border-radius: 40% 15%;
}

span.fonte a svg {
    fill: #8cc540;
    width: 20px;
    height: 100%;
}

ul.parceiros .slick-arrow svg {
    width: 100%;
    height: auto;
}

ul.parceiros .slick-arrow svg * {
    fill: #fff;
}

.parceiros .slick-prev {
    top: 50%;
    left: -5%;
    right: inherit;
}

.parceiros .slick-next {
    right: -5%;
    top: 50%;
}

.btn-parceiros {
    width: 100%;
    text-align: center;
}

.btn-parceiros a {
    padding: 10px 30px;
    background: #172331;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-parceiros a:hover {
    background: #8cc540;
}

div#relato {
    margin: 90px 0!important;
}

@media (max-width:767px){
    ul.parceiros li {
    display: block!important;
    align-items: center;
    text-align: center;
    justify-content: center;
}

ul.parceiros li .imgC {
    margin: 25px auto;
}

.parceiros .slick-prev {
    left: 0%;
}

.parceiros .slick-next {
    right: 0;
}

}


/*## BF 2022 ##*/
.listagem .listagem-linha li span.selobf {
    position: absolute;
    top: 50px;
    left: 20px;
}

.listagem .listagem-linha li {
    position: relative!important;
}

/*## RODAPE ##*/
div#newrodape ul li a {
    padding-bottom: 10px;
    display: block;
}

div#newrodape .suporteR ul li {
    line-height: 1.2;
}

/*## FENATE ##*/
.produto-compartilhar {
    display: none;
}

@media only screen and (max-width: 767px) {
    .cep .input-append.input-prepend input {
        width: 85%;
        height: 15px;
    }
}

div#fenate {
    display: flex;
    align-items: center;
    margin: 25px 0;
}

div#fenate .img-fnt {
    margin-right: 15px;
}

.text-fnt {
    color: #000;
    font-size: 12px;
}

img.img-pe {
    width: 550px !important;
    height: auto !important;
    margin: 15px auto;
    display: block;
}

.pagina-pagina .conteudo.span12 * iframe {
    width: -webkit-fill-available;
}