/*RODAPE*/

/* AUMENTAR O TAMANHO DA BARRA DO RODAPÉ */
#rodape .institucional{
    background-image:none;
    padding-bottom: 100px; /*AQUI PODE ALTERAR O TAMANHO*/
}
    
/* ALINHA NOME DA REDE SOCIAL */

#rodape .redes-sociais {
    top: 5.6pt;
}

/*RETIRANDO A BORDA DA REDE SOCIAL*/

 #rodape .redes-sociais.borda-principal {
background: none !important;
box-shadow:none;
}

.gateways-rodape {

background: none;
border:0px;
    
}

/*SE QUISER ALTERAR A COR DO NOME DA REDE SOCIAL*/
.institucional .redes-sociais .titulo {
    color: #fff; /*ALTERE A COR AQUI*/
}

/* Alteração das fontes */
#rodape .institucional li a {
    transition: all .2s ease-out;
    position: relative;
    font-weight: 400;
    letter-spacing: .5px;
    text-transform: inherit;
}

#rodape .links-rodape-paginas+.links-rodape-atendimento .location .title-location {
    display: flex;
    font-size: 14px;
    font-weight: 400;
}

#rodape .links-rodape-paginas+.links-rodape-atendimento .location .title-location #viewMap {
    font-weight: 800;
    margin-left: 5px;
    margin-top: 2px;
    letter-spacing: .5px;
    color: #868686;
    cursor: pointer;
}

.carrinho.cart .content-cart .price-total-cart {
    display: inline-block!important;
    margin: 0;
    height: auto;
    line-height: 1.5;
    font-family: Poppins,sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .5px;
    padding-top: 0;
}


.pagina-carrinho.carrinho-checkout #exibirFormasPagamento .btn {
    background-color: #393939;
}

#testimonials {
    background-color: #f7f7f7;
} 
#testimonials > div.conteiner {
   background-color: #f7f7f7;
    
}

  @media only screen and (max-width: 400px) {
    .responsive-iframe {
      width: 100%;
      height: auto;
    }
  }
