
/******* HEADER **********/

@media screen and (max-width: 767px) {
    
    #cabecalho .logo img {
    position: relative;
    max-height: 60px;
    margin: 0 62px 0;
    padding: 0 !important;
    o-object-fit: scale-down;
    object-fit: scale-down;
    box-sizing: border-box;
}

#cabecalho>.conteiner .main-header .conteudo-topo .actions-menu>li.busca, #cabecalho>.conteiner .main-header .conteudo-topo .actions-menu>li .carrinho>a, #cabecalho>.conteiner .main-header .conteudo-topo .actions-menu>li>a {
    display: block;
    margin-top: 18px !important;
    margin: auto;
}
#cabecalho>.conteiner .main-header .conteudo-topo .actions-menu .menu-carrinho .carrinho>a .icon-shopping-cart {
    width: 48px;
    transition: .25s ease;
    margin-bottom: 10px;
}

#barraNewsletter .componente .interno-conteudo .texto-newsletter { /****** NEWSLETTER ****/

    width: 180px;
    margin: 0 !important;
}

.divit {
    
    display: inline !important;
    width:100%;
    
}

.divit a {
    margin-bottom: 20px;
}

} 

/**************************/


#cabecalho>.conteiner>.row-fluid {
    width: 95%;
    max-width: 100%;
    margin: 0 30px;
}

.row-fluid.banner.hidden-phone {
    
    width: 90% !important;
    margin: auto !important;
    
 
    
}

#barraNewsletter .componente .interno-conteudo .texto-redes-sociais {
    
    margin: 0 !important;

}

#cabecalho>.conteiner .main-header .logo {
    
    width: 307px;
}

#cabecalho>.conteiner .main-header .conteudo-topo .actions-menu {
    list-style: none;
    display: flex;
    align-items: center;
    zoom: 80%;
}

#cabecalho>.conteiner {
    border-bottom: none;
    box-shadow: none;
}

#cabecalho .menu.superior .nivel-um>li>a {
    display: block;
    padding: 0 30px;
    border: 0;
    font-size: 13px !important;
    font-weight: 600;
    text-transform: uppercase;
    transition: .25s ease;
}

.carrinho a {
    
    height: inherit !important;
}

/***** LISTAGEM PRODUTOS *******/


#corpo .listagem#listagemProdutos .titulo-categoria {
    margin: 20px 0 15px;
    padding: 0;
    border: 0;
    color: #fe0000ba;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.listagem .info-produto {
    padding: 15px 5px 10px;
    position: relative;
    text-align: center;
}


/******* BANNER VITRINE 02 *****/

.divit { 
    
    width: 1180px;
    display: flex;
    
}
    
.divit a {
    
    display:flex;
    flex-direction: row;
    align-content: space-between;
    justify-content: space-around;
    align-items: flex-start;
    
}


.divit a img {
    width: 95%;
    transition: transform 0.9s ease;
    border-top-right-radius: 100px;
}

.imgban, .imggban {
    
    border-radius:25px;
    margin: 25px 0 20px;
    transition: opacity 1s ease;
    
}


.divvt , .divit  {
  position:relative;
  margin:0 auto;
  transition: 0.2s;
}

.divit a img:hover {
    
    transform:scale(1.05);
}

/******* PÁGINA PRODUTO *******/

.produto .acoes-produto {
    margin-top: 10px;
    display: inline-block;
}

#corpo .listagem .listagem-linha {
    border: 0;
    justify-content: center;
    align-items: center;
    display: flex;
}

@media only screen and (max-width: 767px) {
    
.produto .principal > div {
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
}

.produto .conteiner-imagem img {
    width: 400px;
    height: 400px;
}

#corpo .info-principal-produto .breadcrumbs ul:before {
    left: 0;
    right: 0;
    display: none;
}

.span5 {
    
    transform: scale(1.15) !important;

}

.span12.produto .row-fluid {
    
    width: 80% !important;
    margin: auto;
}

.produto .acoes-produto .comprar {
    float: left;
    text-align: right;
}

.produto .nome-produto {
    color: var(--secundaria);
    font-size: 22px;
    font-weight: 600;
}

.produto .codigo-produto {
    padding-bottom: 8px;
    font-size: 11px;
    margin-top: 5px !important;
    padding: 0 !important;
}

#corpo .produto {
    padding: 50px 0 0;
}

.produto .produto-compartilhar ul {
    text-align: center;
    display: none;
}

.produto .acoes-flutuante .acoes-produto .comprar {
    float: none;
    margin-top: 15px;
    text-align: center;
}

.produto .tab-content {
    margin-bottom: 20px;
    padding: 0;
    font-size: 16px;
    box-shadow: none;
    padding: 50px;
}


/***** FORMULÁRIO ORÇAMENTO *****/

.modal .modal-header .titulo {
    display: block;
    color: white;
}


/******* NEWSLETTER **********/

#barraNewsletter>.conteiner>.row-fluid {
    display: flex;
    align-items: center; 
    justify-content: space-around;
    background-color: #181818;
}


#barraNewsletter {
    background-color: #181818 !important;
}

#barraNewsletter.posicao-rodape .componente .interno {
    padding: 20px 0;
    background-color: #181818;
}

#barraNewsletter .componente .interno-conteudo {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: flex-start;
    min-height: 0;
    background-color: #181818;
    height: 150px;
}


/************** RODAPÉ *****************/

#rodape .institucional {
    
    border-bottom: 1px solid #eee;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    background: #fff;
    padding: 0 50px 55px;
}


#rodape .pagamento-selos {
    padding: 0 70px;
    background: none;
}

.conteiner-principal #rodape .conteiner {
    background-color: transparent;
    box-shadow: none;
    padding-bottom: 0;
}


.g_ #rodape>div:last-child p {
    color: var(--tc2);
    font-size: 12px;
    display: block;
    line-height: initial;
    margin-bottom: 7px!important;
    margin-top: 13px !important;
}

#rodape>div:last-child {
    border-top-color: #e7e7e7!important;
    background: none!important;
    text-align: center;
    margin-bottom:15px;
}

.lastdiv p {
    
    margin:0;
    
}

.g_ #rodape .institucional p, .g_ #rodape .institucional ul li a {
    color: var(--tc2);
    font-size: 14px !important;
    display: block;
    line-height: 26px;
    text-decoration: none;
    transition: opacity .2s;
    opacity: 1;
}

.lastdiv {
    
    transition: transform 3s ease;
    position:relative;
    
}



/****** BOTÕES REDES SOCIAIS ******/

.botaoface {
    
    position: fixed;
    width: 55px !important;
    height: 55px !important;
    bottom: 10px !important;
    right: 50px !important;
    background-color: #385898;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    zoom:80% !important;
    transition: opacity 0.5s ease;
    transition: transform 0.5s ease;
}

.fa.fa-facebook, .fa.fa-instagram {
    margin-top: 15px !important;
}

.botaoinsta {
    
    position: fixed;
    width: 55px !important;
    height: 55px !important;
    bottom: 80px !important;
    right: 50px !important;
    background: #D6249F;
    background: radial-gradient(circle at 30% 107%, #FDF497 0%, #FDF497 5%, #FD5949 45%,#D6249F 60%,#285AEB 90%);
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    zoom: 80% !important;
    transition: opacity 0.5s ease;
    transition: transform 0.5s ease;
}


.botaoface:hover , .botaoinsta:hover  {
    
    transform: translateY(-15px);
    opacity: .8;
    
}

 .botaoinsta, .botaoface {
        zoom:70% !important;
    }
    
@media (max-width:450px) {
    
    .botaoinsta, .botaoface a {
        zoom:70% !important;
    }
    .author-copyright span {
    margin-right: 70px !important;
    opacity: .8;
    margin-top: 50px;
}
}