@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700&display=swap');

body { background: #fff;  font-size: 16px; color: #777; }
body, a, strong, li, div, span, h1, h2, h3, h4, h5, h6, .titulo, input, textarea, select {
  /*font-family: 'Unkempt', cursive;*/
  font-family: 'Quicksand', sans-serif;
}

/*FUNDOS*/
.fundo-principal,
.fundo-principal *,
.fundo-principal *:hover,
.fundo-principal:hover,
.fundo-principal.botao:hover { background: #52C8E9;  }
.fundo-secundario { background:#F38DAD; }
i.fundo-principal { padding: .2rem; background: #52C8E9; box-shadow: inset 0 0 1px rgba(0,0,0,0.4) }

#corpo { margin-bottom: 0;  }
#corpo > .conteiner { margin-bottom: 0; padding-bottom: 30px; }
.conteiner-principal .conteiner { box-shadow: none; }

#barraTopo{
    height: 45px;
}
#barraTopo .conteiner{
    padding-top: 7px;
    padding-bottom: 7px;
}
#barraTopo .titulo a { color: #52C8E9; font-size: 1.1em; font-weight: 700; }
#barraTopo .canais-contato a { font-size: 1em }
#barraTopo .carrinho>a i { height: 22px; line-height: 22px; }
#barraTopo .carrinho { border-radius: 3px; }
#barraTopo .carrinho>a span {
    height: 28px;
    line-height: 28px;
    padding: 0
}

/*CABECALHO*/
.barra-inicial {
    background: #29AAE1;
}
.barra-inicial .conteiner {
    background: #29AAE1;
    position: relative;
    z-index: 1;
    padding-top: 5px;
    padding-bottom: 5px;
}
.barra-inicial .lista-redes ul{
    display: none;
}

.barra-inicial .canais-contato li span,
.barra-inicial .canais-contato li a,
.barra-inicial .canais-contato li i{
    color: #FFF;
    font-weight: normal;
}

#cabecalho { position: relative; background: #fff;  }
#cabecalho .conteiner { position: relative; padding: 0; max-width: 1180px; z-index: 1; }
#cabecalho .conteiner .row-fluid { padding: 10px 0;  }
#cabecalho:before {
    content: '';
    position: absolute;
    top: -45px;
    width: 100%;
    left: 0;
    background: #29AAE1;
    height: 45px;
}

#cabecalho .bem-vindo {
    color: #888;
    margin-top: 9px;
    font-size: 12px;
    font-weight: 300;
}
#cabecalho .logo a img { position: relative; max-height: 125px; margin: 0 10px; }
#cabecalho .carrinho { border-radius: 5px; overflow: hidden; background: #52C8E9; text-shadow: 1px 2px 1px rgba(0,0,0,.2) }
#cabecalho .carrinho.vazio>a span { line-height: 45px; font-size: 18px; color: #fff; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }
#cabecalho .carrinho a .cor-secundaria { color: #fff }
#cabecalho .carrinho i.fundo-principal { background: rgba(0,0,0,.1) }
#cabecalho .busca { max-width: 90%; background: transparent; border: 0; padding: 1px 0; border-radius: 5px; overflow: hidden }
#cabecalho .busca input[type="text"] { height: 36px; padding-left: 15px; font-size: 20px; font-weight: 600; color: #111; letter-spacing: 2px; }
#cabecalho .busca .botao-busca { height: 46px; top: 1px; border-radius: 0 5px 5px 0; font-size: 18px; text-shadow: 1px 2px 1px rgba(0,0,0,.2) }
#cabecalho .busca .fundo-secundario { background: #F5A2B7; }

#cabecalho .acoes-conta{ font-size: 14px; }
#cabecalho .acoes-conta i { border-radius: 5px; background: #F5A2B7;  } 
.row-fluid .conteudo-topo[class*="span"] { margin: 1% 2.1% 0 0%; }
.lista-redes .icon-facebook { background-color: rgba(0,0,0,.3); }

#cabecalho .atalhos-mobile{
	background: #52c8e9;
    border-width: 0;
}

/*SLIDER*/
.secao-banners .conteiner { position: relative; padding: 0; max-width: 1180px; box-shadow: 0; }
.secao-banners .flexslider  { padding: 13px 15px 15px 15px;  }
.secao-banners .flexslider img { border-radius: 0px; border: 0; box-sizing: border-box; }
.secao-banners .flexslider .flex-direction-nav .flex-next, .secao-banners .flexslider .flex-direction-nav .flex-prev { opacity: .7 }
.secao-banners .flexslider .flex-direction-nav .flex-prev { left: 25px; } 
.secao-banners .flexslider .flex-direction-nav .flex-next { right: 25px; } 

.info-banner { left: auto; right: 3rem; bottom: 6rem; background: rgba(0,0,0,0.4);  border-radius: 10px; text-shadow: 3px 2px 4px rgba(0,0,0,.6); text-align: right; padding: 15px 25px; font-size: 4.2em; line-height: 1 }
.info-banner::first-line{ font-size: .70em; }
.canais-contato li span, .canais-contato li a, .canais-contato li i { font-weight: 600; color: #a36071 }
.secao-banners { position: relative; z-index: 0; }

.banner .flex-control-nav { bottom: 30px; left: 30px; right: auto; }
.banner .flex-control-paging li a { width: 18px; height: 18px; box-shadow: 1px 1px 2px rgba(0,0,0,0.2); background: #ccc; border-radius: 30px; border: 2px solid #fff; }
.banner .flex-control-paging li a:hover { background: #fff;  }
.banner .flex-control-paging li a.flex-active { width: 22px; height: 22px; background: #F5A2B7; }

/*BANNERS*/
.banner.tarja { padding: 0 20px; }

/*MENU-SUPERIOR*/
.menu.superior { background:#52C8E9; margin-top: 7px; border-bottom: 2px solid #fff; }
.menu .titulo { font-size: 1em; letter-spacing: 1px; font-weight: 600; text-transform: uppercase; }
.menu.superior .titulo { color: #FFF; text-shadow: 2px 1px 1px rgba(0,0,0,0.2); }
.menu.superior .nivel-um>li { border-top: 2px solid transparent; padding: 0 20px; border-right: 1px solid rgba(0,0,0,0.1); 
		border-left: 1px solid rgba(255,255,255,0.2); }
.menu.superior .nivel-um>li:hover { border-top: 4px solid #F7DF89;  }
.menu.superior .categoria-marcas .nivel-dois li, .menu.superior .categoria-paginas .nivel-dois li { max-width: 14.75rem; overflow: hidden; }

/*MENU LATERAL*/
.menu.lateral .nivel-um>li>a { padding: 10px 20px; }

/*LISTAGEM*/
.listagem .listagem-item .nome-produto { font-size: 13px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }
.listagem .listagem-item .preco-promocional { display: block;font-size: 27px; margin: .1rem 0 .4rem 0; font-weight: 800; }
.listagem .listagem-item .bandeiras-produto span { text-transform: uppercase; letter-spacing: 1px; white-space: initial;text-align: center; padding: 10px 0 5px 0; font-size: .4em; border-radius: 50px; background: #e0c057; border-color: #e0c057; }
.listagem .listagem-item .bandeiras-produto span::first-line{ font-size: 4em; }
.listagem .listagem-item .bandeiras-produto span.adicionado-carrinho { border-color: #999; background: #bbb; max-width: 70px; line-height: 11px; padding: 6px 5px; font-weight: 700; margin: 0; }
.listagem .listagem-item .bandeiras-produto span.adicionado-carrinho::first-line{ font-size: 1em; }

.listagem .titulo-categoria {
    font-size: 30px;
    border: 0;
    color: #333;
    background: transparent;
    margin-top: 3rem;
    padding: 0;
  	font-weight: 300;
    margin-bottom: 40px;
    margin-top: 40px;
}
.listagem .titulo-categoria strong{
    font-weight: 300;
}
.listagem .titulo-categoria:first-child {
    margin-top: 3rem;
}
.listagem .titulo-categoria:hover {
	background: transparent;
    padding: 0;
}

.listagem .titulo-categoria:before{
    content: '';
    height: 0px;
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 2px dotted #000;
    margin-top: 44px;
    z-index: 2;
}
.listagem .titulo-categoria:after{
    content: '';
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    background: #29AAE1;
    margin-top: 40px;
}
@media screen and (max-width: 767px) {
    
    .listagem .titulo-categoria{
        font-size: 18px !important;
    }
    .listagem .titulo-categoria:before{
        margin-top: 33px;
        border-bottom: 1px dashed #000;
    }
    .listagem .titulo-categoria:after{
        margin-top: 30px;
        height: 7px;
    }
    
}

.listagem .desconto-a-vista strong { color: #e0c057; } /*F5A2B7*/
.filtro.lista ul li label { font-size: 14px; font-weight: 700; }
.menu.lateral.outras li .titulo { font-size: 13px; font-weight: 700; }

.listagem-item .produto-sobrepor{
    z-index: unset;
}
.listagem-item:hover .produto-sobrepor{
    z-index: 10;
}

/*RODAPE*/
#rodape .institucional, .pagamento-selos { background-image: none; }
#rodape .titulo { font-size: 22px; font-weight: 700; color: #A96278 }
.bandeiras-pagamento, .gateways-rodape { display: block; float: left; width: 49% }
.gateways-rodape li { padding: 0; }
.pagamento>ul { margin-top: 10px; }
.pagamento>ul+ul { margin: 0 }
#rodape .redes-sociais { background: rgba(0,0,0,0.2); }
#rodape .redes-sociais .titulo { color: #fff; }

/*PRODUTO*/
.abas-custom .tab-content p { display: block; padding: 5px; font-size: 18px; color: #444; }
.abas-custom .tab-content ul { padding-left: 35px; }
.abas-custom .tab-content strong { font-size: 16px; letter-spacing: 1px; }
.listagem.aproveite-tambem .titulo  { font-size: 1.4em; font-weight: 700; }
.produto .info-principal-produto .nome-produto { font-size: 22px; font-weight: 600; }
.bandeiras-produto { top: 0; left:auto;right:0;bottom: auto;border-radius: 30px; background: #52c8e9; }
.bandeiras-produto .bandeira-promocao { width: 48px; height: 45px;padding: 10px 5px !important; font-size: .33em !important; }

@media screen and (max-width: 72em) {
	#cabecalho .carrinho.vazio>a span { font-size: 11px; }
}
@media screen and (max-width: 47.5em) {
	#cabecalho .busca input[type="text"] { height: 1.5rem; }
	#cabecalho .logo a  { text-align: center; }    
	#cabecalho .logo a img { max-height: 105px; }
}

/* == NOVAS ALTERAÇÕES */

/* Atributos */
.atributos ul li a{
    border: 1px solid #333 !important;
    margin: 0 !important;
    box-shadow: none !important;
}
.atributo-comum a span{
    color: #333;
    font-weight: normal;
}
.atributo-comum a.indisponivel{
    opacity: 0.5 !important;
}
.atributos ul li a:hover,
.atributos ul li.active a{
    border-width: 1px !important;
}

/* Cabeçalho */
.barra-inicial ul{
	font-size: 14px;
}
#cabecalho .superior > .span8{
    text-align: center;
}
#cabecalho a.bem-vindo{
    display: block;
    max-width: 90%;
}
#cabecalho a.bem-vindo,
#cabecalho a.bem-vindo .cor-principal{
    color: #666666;
}
#cabecalho .acoes-conta {
    font-size: 13px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
#cabecalho .acoes-conta i{
    display: none;
    box-shadow: none;
}

#cabecalho .busca input[type="text"]{
    border: 1px solid #B2B2B2;
    font-weight: normal;
    font-size: 17px;
    box-shadow: unset;
    letter-spacing: 1px;
    width: 100%;
    padding-right: 65px;
    box-sizing: border-box;
    height: 46px;
    border-radius: 10px;
}
#cabecalho .busca .botao-busca{
    background: transparent url("https://cdn.awsli.com.br/389/389863/arquivos/search.png") no-repeat center;
    background-size: 32px auto;
    border: 0;
    box-shadow: unset;
    width: 56px;
}
#cabecalho .busca .botao-busca:before{
    content: '';
}

#cabecalho .carrinho{
    border-radius: 10px;
    overflow: hidden;
    background: #FFF;
    text-shadow: unset;
    border-color: #B2B2B2;
}
#cabecalho .carrinho a .cor-secundaria {
    color: #333;
}
#cabecalho .carrinho > a{
    display: block;
    font-weight: 400;
}
#cabecalho .carrinho > a > i.fundo-principal{
    background: transparent url("https://cdn.awsli.com.br/389/389863/arquivos/cart.png") no-repeat 8px 7px;
    background-size: 34px auto;
    border: 0;
    box-shadow: unset;
    padding: 0;
    width: 46px;
    height: 46px;
    line-height: 46px;
}
#cabecalho .carrinho > a > i.fundo-principal:before{
    content: '';
}
#cabecalho .carrinho > a strong{
    line-height: 46px;
}
#cabecalho .carrinho > a span b{
    margin-bottom: 2px;
}
#cabecalho .carrinho .carrinho-interno,
#cabecalho .carrinho:hover .carrinho-interno{
    border: 0;
    top: 46px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.4);
}

@media only screen and (max-width: 767px){
    
    #cabecalho .conteudo-topo .busca-mobile{
        border-radius: 0;
    }
    #cabecalho .conteudo-topo .busca-mobile .botao{
        padding: 7px 14px 8px;
    }
    
}

/* Menu Principal */
.menu.superior{
    background: transparent;
    border: 0;
}
.menu.superior .nivel-um{
    display: flex;
    justify-content: stretch;
}
.menu.superior .nivel-um > li{
    border: 0;
    flex: 1;
    background: transparent;
}
.menu.superior .nivel-um > li:hover{
    border: 0;
    margin: 0;
}
.menu.superior .nivel-um > li .titulo{
    color: #666666;
    font-weight: 300;
    text-shadow: unset;
    white-space: nowrap;
}
.menu.superior .nivel-um > li .titulo:hover{
    color: #FF7BAC;
    font-weight: 300;
}
.menu.superior .nivel-um > li > a > i{
    display: none;
}

@media only screen and (max-width: 767px){
    
    .menu.superior{
		margin: 0;
    }
    .menu.superior .nivel-um{
        display: none;
        border: 0;
    	margin: 0;
        padding: 0 0 20px;
    }
    .menu.superior .nivel-um > li{
        padding: 0 10px;
    }
    
}

/* Lateral */
.lateral .borda-principal.filtro{
    border: 1px solid #333;
    box-shadow: none;
    outline: 0;
    padding: 0;
}
.lateral .filtro h4{
    font-weight: normal;
    text-transform: uppercase;
    font-size: 17px;
    border-bottom-color: #333;
    padding: 10px 20px;
    margin-bottom: 0;
}
.lateral .filtro.atributos div ul{
    padding: 20px 15px;
}
.lateral .filtro.lista ul{
    border: 0;
    margin: 0;
    max-height: unset;
    overflow: unset;
}
.lateral .filtro.lista ul li{
    border-color: #333;
}
.lateral .filtro.lista ul li label{
    font-size: 16px;
    color: #333;
    padding: 5px 15px;
    font-weight: normal;
}
.lateral .filtro.lista ul li a:hover,
.lateral .filtro.lista ul li.active a{
    text-decoration: none !important;
}
.lateral .filtro.lista ul li label:hover,
.lateral .filtro.lista ul li.active label{
    color: #52c8e9;
    background: #FFF;
    text-decoration: none;
}

.menu.lateral .titulo{
    font-weight: normal;
}
.menu.lateral .com-filho.borda-principal{
    border: 0;
}
.menu.lateral .com-filho.borda-principal > a .titulo{
    font-weight: normal;
}
.menu.lateral .nivel-um > li > a{
    padding: 0px 15px;
    background-color: #FFF;
    border: 1px solid #333;
    margin-bottom: -1px;
    box-shadow: none;
}

.menu.lateral.outras li .titulo{
    font-size: 16px;
    font-weight: normal;
}
.menu.lateral.outras .nivel-um > li:hover > a,
.menu.lateral.outras .nivel-um > li > a:hover,
.menu.lateral.outras .nivel-um > li > a:hover strong{
    background: #FFF;
    color: #52c8e9;
}
.menu.lateral .nivel-dois{
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: 1px solid #333;
}
.menu.lateral .nivel-dois li{
    padding: 0;
    border-color: #333;
}
.menu.lateral .nivel-dois li a{
    color: #333;
    line-height: 38px;
    font-size: 16px;
    font-weight: normal;
    padding: 0 15px;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}
.menu.lateral .nivel-dois li:hover,
.menu.lateral .nivel-dois li.ativo,
.menu.lateral .nivel-dois li:hover a,
.menu.lateral .nivel-dois li.ativo a,
.menu.lateral .nivel-dois li a:hover{
    background: #FFF;
    color: #52c8e9;
}

.menu.lateral li.com-filho > a i{
    display: none;
}
.menu.lateral li{
    z-index: unset;
}

/* Produto */
.info-principal-produto .breadcrumbs{
    display: none;
}
.produto-compartilhar{
    display: none;
}
.produto .info-principal-produto .nome-produto{
    margin-bottom: 20px;
    margin-top: 20px;
}
.produto .codigo-produto{
    padding: 0;
    border-bottom: 0;
}
.produto .codigo-produto > span + span{
    display: none;
}

.produto .acoes-produto .preco-produto.destaque-parcela .preco-venda{
    font-size: 14px;
}
.produto .acoes-produto .preco-produto.destaque-parcela .preco-promocional{
    font-size: 22px;
    color: #000;
    font-weight: bold;
}
.parcelas-produto .accordion{
    border-color: #333;
    padding: 0;
}
.parcelas-produto .accordion .accordion-group{
    padding: 0 15px;
    border-color: #333;
}
.parcelas-produto .accordion .accordion-group .accordion-heading .text-parcelas {
    margin-right: 10px;
    font-size: 16px;
    color: #333;
}

.botao.botao-comprar{
    text-transform: uppercase;
    background: #00ae7c;
    display: block;
    padding: 7px 35px;
    font-weight: 600;
}
.botao.botao-comprar.desativo{
    opacity: 1;
}
.botao.botao-comprar i{
    display: none;
}

.cep label{
    font-size: 16px;
    font-weight: normal;
    margin: 5px 15px 5px 0;
}
.cep .input-append.input-prepend input{
    border-radius: 0;
    border-color: #333;
    font-size: 16px;
    padding: 7px 10px;
}
.cep .input-prepend.input-append .btn:last-child{
    background: #FFF;
    border-color: #333;
    font-size: 16px;
    padding: 7px 15px;
    border-radius: 0;
}
.abas-custom .tab-content{
    box-shadow: none;
    border: 1px solid #333;
}


.aproveite-tambem h4.titulo{
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 40px;
    margin-top: 40px;
}
.aproveite-tambem h4.titulo:before{
    content: '';
    height: 0px;
    position: absolute;
    left: 0;
    right: 0;
    border-bottom: 2px dotted #000;
    margin-top: 34px;
    z-index: 2;
}
.aproveite-tambem h4.titulo:after{
    content: '';
    height: 10px;
    position: absolute;
    left: 0;
    right: 0;
    background: #29AAE1;
    margin-top: 30px;
}

@media only screen and (max-width: 767px){
    
    .acoes-produto-responsiva .tag-comprar i {
        font-size: 21px;
        margin-left: 5px;
    }
    .cep .input-prepend.input-append .btn{
        line-height: unset;
    }
    
    .aproveite-tambem h4.titulo:before{
        border-bottom: 1px dashed #000;
        margin-top: 33px;
    }
    .aproveite-tambem h4.titulo:after{
        height: 7px;
    }
    
}

@media screen and (max-width: 600px) {

    .aproveite-tambem h4.titulo{
        font-size: 18px !important;
    }
    
}

/* Finalizar Compra */
.carrinho-checkout .conteiner-principal #corpo .conteiner{
    box-shadow: unset;
}

.finalizar-compra .botao.principal.grande,
.campos-pedido .botao.principal.grande{
    text-transform: uppercase;
    background: #00ae7c;
    font-weight: 600;
}

#comprar-ajax-status .botao.principal,
.carrinho-interno > div .botao.principal{
    background: #00ae7c;
    text-transform: uppercase;
    font-weight: 600;
}

.identificacao .email-box{
    margin-right: 165px;
}
.identificacao .control-group .submit-email.botao.principal{
    max-width: 145px;
}

/* Newsletter */
#barraNewsletter.posicao-rodape{
    background: #ffd966;
    color: #FFF;
    box-shadow: none;
    font-size: 26px;
}
#barraNewsletter.posicao-rodape .conteiner,
#barraNewsletter.posicao-rodape .componente{
    background: transparent;
}
#barraNewsletter.posicao-rodape .componente .interno {
    padding: 35px 0;
}
#barraNewsletter.posicao-rodape .componente .interno-conteudo{
    display: flex;
    justify-content: center;
    align-items: center;
}
#barraNewsletter.posicao-rodape .componente .texto-newsletter,
#barraNewsletter.posicao-rodape .componente .alert{
	white-space: unset;
    flex: 1;
    word-break: normal;
    font-size: 26px;
}
#barraNewsletter.posicao-rodape .componente .newsletter-cadastro{
    max-width: 600px;
}
#barraNewsletter.posicao-rodape .componente input[type="text"]{
    border: 1px solid #FFF;
    box-shadow: none;
    border-radius: 0;
    font-size: 20px;
    padding: 10px;
    margin-right: 15px;
}
#barraNewsletter.posicao-rodape .componente input[type="text"].error{
    border-color: #b94a48;
}
#barraNewsletter.posicao-rodape .componente .botao{
    background: #FFF;
    color: #999;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0;
    box-shadow: none;
    line-height: 20px;
    padding: 10px 20px;
}
#barraNewsletter .componente .newsletter-assinar:after{
    font-family: 'Quicksand', sans-serif;
    font-size: 20px;
}

#barraNewsletter .componente div.hide{
    text-align: center;
}

@media only screen and (max-width: 767px){
    
    #barraNewsletter.hidden-phone{
        display: block !important;
    }
    #barraNewsletter.posicao-rodape .componente .interno-conteudo{
        flex-flow: column;
    }
    
    #barraNewsletter.posicao-rodape .componente .texto-newsletter,
    #barraNewsletter.posicao-rodape .componente .alert{
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }
    #barraNewsletter.posicao-rodape .componente input[type="text"] {
        font-size: 16px;
    }
    #barraNewsletter .componente .newsletter-assinar:after{
        font-size: 16px;
    }
    
}

/* Rodapé */
#rodape .institucional{
    background: #ffd966;
    text-transform: uppercase;
}
#rodape .institucional .titulo,
#rodape .redes-sociais .titulo{
    color: #FFF;
    padding-bottom: 0;
    border: 0;
    text-transform: uppercase;
}
#rodape .institucional .links-rodape ul li{
    list-style: none;
}
#rodape .redes-sociais{
    background: transparent;
    box-shadow: none;
    border: 0;
    margin-top: 10px;
}
#rodape .lista-redes ul li{
    border: 0;
}
#rodape .lista-redes ul li:first-child {
    margin-right: 10px;
}
#rodape .lista-redes i{
	width: 60px;
    height: 60px;
    font-size: 50px;
    line-height: 60px;
    border-radius: 60px;
}
#rodape .lista-redes i:before{
    content: "";
}
#rodape .lista-redes .icon-instagram{
    background: transparent url(https://cdn.awsli.com.br/389/389863/arquivos/instagram.png) no-repeat center;
    background-size: 50px auto;
    border: 4px solid #FFF;
    padding: 5px;
}
#rodape .lista-redes .icon-whatsapp{
    background: #60FB7C  url('https://cdn.awsli.com.br/389/389863/arquivos/whatsapp.png') no-repeat center;
    background-size: 50px auto;
    border: 4px solid #60FB7C;
    padding: 5px;
}

#rodape .pagamento-selos{
  display: none !important;
}

/* WHATSAPP FIXO */
.whatsapp-fixo {
position: fixed;
bottom:10px;
right:10px;
z-index: 999;
}
#rodape .assinatura p, #rodape .assinatura-rodape span {
font-size: 10px;
color: #4e4e4e;
line-height: 20px;
}
#rodape .assinatura p, #rodape .assinatura-rodape span {
font-size: 10px;
color: #4e4e4e;
line-height: 20px;
}


