@charset "utf-8";

#home .sld { padding: 0;}
#home .condicoes { padding: 21px 0 11px;}
#home .novidades { padding: 11px 0;}
#home .oferta { padding: 21px 0;}
#home .promocoes { padding: 21px 0;}
#home .categorias { padding: 21px 0;}

#home .condicoes .conteudo { align-items: center; justify-content: center;}
#home .condicoes .tab { align-items: center; height: 70px; padding: 0 0 0 80px;}
#home .condicoes .tab span { width: 70px; top: 0; left: 0; text-align: right;}
#home .condicoes .tab h2 { font-size: 0.9em;}
#home .condicoes .tab h2 b { font-size: 1.2em;}

#home .novidades .conteudo { align-items: center; justify-content: space-between;}
#home .novidades .conteudo .imgd { width: 49%;}
#home .novidades .conteudo .imgm { display: none; width: 100%;}

#home .oferta .imgd { width: 100%;}
#home .oferta .imgm { display: none; width: 100%;}

#home .promocoes .nomesi h2 { font-size: 1.2em;}
#home .promocoes .conteudo { align-items: center; justify-content: space-between;}
#home .promocoes .conteudo .imgd { width: 31%;}
#home .promocoes .conteudo .imgm { display: none; width: 100%;}

#home .categorias .nomesi h2 { font-size: 1.2em;}
#home .categorias .carousel .owl-nav { display: block; width: 100%; top: 50%; left: 0; margin: -15px 0 0 0;}
#home .categorias .carousel .owl-nav button { width: 30px; height: 30px; top: 0;}
#home .categorias .carousel .owl-nav button.owl-prev { left: 10px; background-image: url('../imagens/seta-1.png?v1'); background-position: 50%; cursor: pointer;}
#home .categorias .carousel .owl-nav button.owl-next { right: 10px; background-image: url('../imagens/seta-2.png?v1'); background-position: 50%; cursor: pointer;}

@media only screen and (max-width: 1000px){
  #home .condicoes .conteudo { flex-wrap: wrap;}
  #home .condicoes .tab { width: 50%;}
}
@media only screen and (max-width: 500px){
  #home .condicoes .conteudo { flex-wrap: wrap;}
  #home .condicoes .tab { justify-content: space-evenly; width: 100%;}
  #home .condicoes .tab span { text-align: center;}
  #home .condicoes .tab h2 { text-align: center;}

  #home .novidades .conteudo { flex-direction: column;}
  #home .novidades .conteudo .imgd { display: none;}
  #home .novidades .conteudo .imgm { display: block;}
  
  #home .oferta .imgd { display: none;}
  #home .oferta .imgm { display: block;}

  #home .promocoes .conteudo { flex-direction: column;}
  #home .promocoes .conteudo .imgd { display: none;}
  #home .promocoes .conteudo .imgm { display: block;}

  #home .categorias .carousel .owl-nav { top: -38px; margin: 0;}
  #home .categorias .carousel .owl-nav button { background-size: 10px;}
}