/*----------- Edicoes para MOBILE ------------- */


@media only screen and (max-width: 767px) {
    
    /* Apagando banners */
.row-fluid.banner.mini-banner { display: none !important;}
.row-fluid.banner.cheio { display: none !important;}

    /* Apagando icones */
#menuinsta { display: none !important;}

    /* Corrigindo barra de busca */
.busca.borda-alpha {margin-right: 0 !important; width: 97%;}

    /* Corrigindo espaco entre secoes */
#corpo { margin-top: 30px;}
}


/*---------------- Fim MOBILE -------------------*/


    
    
/*------------- Edicoes para BODY ---------------*/


    /* Removendo mini banner 3 */
#listagemProdutos > div.row-fluid.banner.mini-banner.hidden-phone > div:nth-child(3) {
  display: none !important;
}
    /* Ajustando tamanho dos outros 2 banners */
#listagemProdutos > div.row-fluid.banner.mini-banner.hidden-phone > div:nth-child(1),
#listagemProdutos > div.row-fluid.banner.mini-banner.hidden-phone > div:nth-child(2){
  width: 48% !important;
  vertical-align: top;
}

    /* Ajustando espaco entre secoes */
.row-fluid.banner.mini-banner {margin-top: 30px}
#corpo {margin-bottom: 0px}

    /* Ajustando botao comprar */
.acoes-produto.hidden-phone .botao-comprar {
    font-size: 14px;
    background: #00ACB5;
    border-radius: 10px;
    color: white !important; 
}

.acoes-produto.hidden-phone .botao-comprar:hover {
    background: white;
    color: #00acb5 !important;
}

    /*------Removendo Hover Mini-Banner------*/
.banner.mini-banner .flexslider .slides > li:hover {
    margin-top:0
}

    /*------Removendo Mini-Banner 2 --------*/
#corpo > div.secao-banners > div > div.row-fluid.banner.hidden-phone > div > img:nth-child(2){
    display: none;
}


    /*------Ajustando tamanho Preco --------*/
.info-produto {
    font-size: 15px;
}

.listagem .info-produto {
    font-size: 15px;
}

.pagina-produto .acoes-produto .preco-produto {
    font-size: 30px;
}

.preco-promocional.cor-principal{
    font-size: 22px;
}

#corpo > div > div.secao-principal.row-fluid.sem-coluna > div > div:nth-child(1) > div:nth-child(2) > div > div.acoes-produto.disponivel > div:nth-child(1) > div > div:nth-child(1) > strong{
    font-size:30px;
}

/*------------------ FIM BODY ------------------*/




/*--------- Ajustando PRE-RODAPE --------------*/


    /*--------- estilo RODAPE----------*/

.pre-rodape {
  background-color: #00a9b4;
  color: white;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

.pre-rodape .conteiner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  padding: 30px 100px 30px 100px;
}

.pre-rodape .coluna {
  min-width: 180px;
  margin: 0 10px; /* controla o espaçamento horizontal */
}

.pre-rodape h3 {
  font-size: 1.1rem;
  margin-bottom: 15px;
  font-weight: 600;
  line-height:20px;
}

.pre-rodape ul {
  list-style: none;
  padding: 0;
}

.pre-rodape li {
  margin-bottom: 6px;
  font-weight: 300;
}

.pre-rodape a {
  color: white;
  text-decoration: none;
  font-weight: 300;
  font-size: 12px;
}

.newsletter-cadastro.input-conteiner > input[type="text"] {
  padding: 14px 10px; /* altura aumentada */
  border: none;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

.botao.botao-input {
  background-color: white;
  color: #00a9b4;
  padding: 14px 10px;
  border: none;
  width: 100%;
  border-radius: 4px;
  font-weight: 600;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
  cursor: pointer;
}

body > div.conteiner-principal > div.pre-rodape > div > div:nth-child(4) > div > div > div > div.newsletter-cadastro.input-conteiner > button::before{
        display:none;
}
.pre-rodape button:hover {
  background-color: #f2f2f2;
}




/*----------------- FIM PRE-RODAPE -----------------*/




/*------------- Ajustando RODAPE --------------*/

    /* Removendo categorias */
.span4.links-rodape.links-rodape-categorias{display:none}

    /* Removendo titulos */
#rodape > .institucional.fundo-secundario > div > div > div > div > .span4.pagamento > span  {display:none}
#rodape > .institucional.fundo-secundario > div > div > div > div > .span4.selos > span {display:none}
   
    /* Consertando altura do rodape */
#rodape > div.institucional.fundo-secundario{min-height:0}
#rodape > div.institucional.fundo-secundario{margin-top:0 !important}
#rodape > div.institucional.fundo-secundario > div > div > div > div{margin-top:0 !important}




/*---------------- Fim RODAPE -----------------*/




/*----------- Edicao pag categorias -----------*/




    /*------- Removendo Newsletter -------*/
#corpo > div > div.secao-principal.row-fluid.sem-coluna > div.coluna.span3 > div.row-fluid{
    display:none;
}




/*------------ FIM pag categorias -------------*/




/*--------------- Pag Produtos ----------------*/
.pagina-produto .acoes-produto>div.comprar>a.botao {
    border-radius: 15px !important;
}
.produto .acoes-produto .comprar .qtde-adicionar-carrinho .qtde-carrinho{
    border-radius: 15px !important;
}
