/*
Theme Name: Full Pneus Mobile 2023
Author: SEO 10
Author URI: https://argilladigital.com.br/
Version: 1.1
Text Domain: full-pneus-mobile-2023
*/

/* global */
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  color: #303030;
  font-family: "Montserrat", sans-serif;
}
.clearfix {
  zoom:1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
}
img {
  height: auto;
  max-width: 100%;
}

/* icones */
.icone-rede {
  background: url(img/redes.png) no-repeat;
  display: block;
  height: 52px;
  width: 52px;
}
.icone-rede-instagram {
  background-position: 0 0;
}
.icone-rede-facebook {
  background-position: -52px 0;
}
.icone-rede-youtube {
  background-position: -104px 0;
}
.icone-rede-twitter {
  background-position: -156px 0;
}
.icone-canal {
  background: url(img/icone-canal.png) no-repeat;
  display: inline-block;
  height: 26px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 38px;
}
.compartilhar .icone-rede {
  background: url(img/compartilhar.png) no-repeat;
  display: block;
  height: 40px;
  width: 40px;
}
.compartilhar .icone-rede-facebook {
  background-position: 0 0;
}
.compartilhar .icone-rede-twitter {
  background-position: -40px 0;
}
.compartilhar .icone-rede-whatsapp {
  background-position: -80px 0;
}

/* botoes */
.btn {
  border: none;
  display: inline-block;
  outline: none;
  padding: 5px 25px;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-primario {
  background: #e50b1a;
  color: #fff;
}

/* videos */
.video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 56.25%;
  position: relative;
}
.video iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* mapas */
.mapa {
  height: 0;
  margin-bottom: 25px;
  padding-top: 25px;
  padding-bottom: 56.25%;
  position: relative;
}
.mapa iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* formatacao */
.titulo-pagina {
  color: #303030;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
}
.conteudo {
  margin: 0 0 40px;
}
.conteudo > img {
  margin: 0 0 25px;
}
.conteudo p {
  font-size: 16px;
  margin: 0 0 20px;
}
.acenter {
  text-align: center;
}
.aleft {
  text-align: left;
}

/* imagens */
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.alignleft {
  margin-right: 25px;
}
img.alignright {
  margin-left: 25px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#post .noticia img {
  margin-bottom: 25px;
}
.conteudo .wp-block-image .alignleft,
.conteudo .wp-block-image .alignright {
  display: block;
  float: none;
  margin-right: 0;
  text-align: center;
}
.conteudo .wp-block-image .alignleft img,
.conteudo .wp-block-image .alignright img {
  display: block;
  margin: 0 auto;
}

/* paginacao */
.paginacao {
  text-align: center;
}
.paginacao li {
  color: #303030;
  display: inline-block;
  font-size: 26px;
  margin: 0 0 0 5px;
}
.paginacao li:first-child {
  margin-left: 0;
}
.paginacao li a {
  border: 1px solid #e50b1a;
  color: #303030;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 40px;
}
.paginacao .active {
  background: #e50b1a;
}
.paginacao .active a {
  color: #fff;
}

/* bxslider */
#destaque .bx-wrapper,
#parceiros .bx-wrapper {
  background-color: transparent;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}

/* topo */
#topo {
  background: #303030;
  padding: 60px 0 20px;
}
.conteudo-topo {
  margin: 0 0 20px;
}
#topo .logo {
  float: left;
  max-width: 70px;
}
.horario-funcionamento {
  color: #fff;
  float: left;
  font-size: 12px;
  margin: 15px 0 0 15px;
  width: 160px;
}
#menu-principal {
  float: right;
  position: relative;
}
#menu-principal > ul {
  background: rgba(48, 48, 48, 0.9);
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 2;
}
#menu-principal ul li {
  border-bottom: 1px solid #fff;
  font-size: 14px;
  text-transform: uppercase;
}
#menu-principal ul li a {
  color: #fff;
  display: block;
  padding: 12px 14px;
  text-decoration: none;
}
#menu-principal > ul .sub-menu {
  padding-left: 20px;
}
#menu-principal > ul .sub-menu li:last-child {
  border-bottom: none;
}
.link-menu img {
  max-width: 40px;
}
.busca-topo {
  position: relative;
}
.campo-busca {
  background: #fff;
  border: 1px solid #bcbabd;
  color: #303030;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  outline: none;
  padding: 0 75px 0 10px;
  width: 100%;
}
.campo-busca::-webkit-input-placeholder {
  color: #303030;
}
.campo-busca::-moz-placeholder {
  color: #303030;
}
.campo-busca:-ms-input-placeholder {
  color: #303030;
}
.campo-busca:-moz-placeholder {
  color: #303030;
}
.botao-busca {
  background: #e50b1a;
  border: none;
  outline: none;
  padding: 5px 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.botao-busca img {
  display: block;
  max-height: 25px;
}

/* barra de contato */
@media (min-width: 1024px) {
  #topo + .barra-contato {
    margin: 0 0 17px;
  }
}
.orcamentos-contato {
  background: #e50b1a;
  margin: 0 0 4px;
}
.orcamentos-contato span {
  float: left;
  font-size: 13px;
  padding: 10px 0 10px 10px;
  text-transform: uppercase;
  width: 50%;
}
.orcamentos-contato span:first-child {
  border-right: 1px solid #fff;
  padding-left: 0;
  padding-right: 10px;
}
.orcamentos-contato a {
  color: #fff;
  text-decoration: none;
}
.orcamentos-contato span:first-child img {
  float: right;
  margin: 0 10px 0 0;
}
.orcamentos-contato span img {
  float: left;
  margin: 5px 9px 0 0;
  max-width: 27px;
}
.orcamentos-contato span:first-child img {
  margin-top: 2px;
}
.telefones-contato {
  background: #c50d1a;
  color: #fff;
  font-size: 11px;
  padding: 5px 0;
  text-align: center;
}
.telefones-contato img {
  margin: 0 4px 0 0;
  max-width: 10px;
  vertical-align: middle;
}

/* rodape */
#rodape {
  background: #303030;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
#rodape .logo {
  margin: 0 0 10px;
  max-width: 180px;
}
.redes {
  margin: 0 0 15px;
}
.redes li {
  display: inline-block;
  margin: 0 0 0 5px;
}
.redes li:first-child {
  margin-left: 0;
}
.conteudo-rodape h6 {
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.conteudo-rodape p {
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 20px;
}
.conteudo-rodape p a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

/* promocoes */
#promocoes h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 25px;
  text-align: center;
  text-transform: uppercase;
}
#promocoes img {
  display: block;
  margin: 0 auto 20px;
}

/* parceiros */
#parceiros {
  margin: 0 0 25px;
  text-align: center;
}
#parceiros h6 {
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 7px;
}
#parceiros img {
  margin: 0 auto;
}

/* fabricantes */
#fabricantes {
  margin: 0 0 30px;
  text-align: center;
}
#fabricantes h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
}
#fabricantes .txt-fabricantes p {
  font-size: 16px;
  margin: 30px 0;
}
.logo-fabricante {
  background: url(img/bg-fabricante.png) center no-repeat;
  background-size: cover;
  height: 76px;
  line-height: 76px;
  margin: 0 auto 30px;
  padding: 0 10px;
  text-align: center;
  width: 100%;
}
.logo-fabricante img {
  display: inline-block;
  vertical-align: middle;
}
.outras-marcas p {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
}

/* ultimas noticias */
#ultimas-noticias {
  margin: 0 0 50px;
}
#ultimas-noticias h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.item-noticia {
  margin: 0 0 20px;
}
.item-noticia h2 {
  font-size: 10px;
  font-weight: 400;
  margin: 0 0 15px;
}
.item-noticia h2 a {
  color: #303030;
  text-decoration: none;
}
.single #fabricantes .txt-fabricantes {
  display: none;
}

/* canal */
#canal {
  margin: 0 0 60px;
}
#canal h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 30px;
  text-transform: uppercase;
}
#canal h2 a {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  float: right;
  margin: 3px 0 0;
  text-decoration: none;
  text-transform: none;
}

/* ache o seu pneu */
@media (min-width: 1024px) {
  #ache-pneu {
    margin: 0 0 50px;
  }
}
#ache-pneu h2 {
  background: #303030;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.conteudo-ache-pneu {
  background: #f0f0f0;
  padding: 25px;
}
.select-pneu {
  background: #fff url(img/seta-select.png) center right no-repeat;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  margin: 0 0 10px;
}
.select-pneu select {
  white-space: break-spaces;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #585858;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-style: italic;
  height: 45px;
  line-height: 45px;
  outline: none;
  padding: 0 50px 0 15px;
  width: 100%;
}
.resultado-pneu {
  margin-top: 30px;
  text-align: center;
}
.resultado-pneu h4 {
  color: #585858;
  font: italic normal 18px Arial, Helvetica, sans-serif;
}
.resultado-pneu h4 strong {
  color: #e50b1a;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  margin: 5px 0 0;
  text-transform: uppercase;
}

/* newsletter */
#newsletter {
  background: #f0f0f0;
  margin: 0 0 20px;
  padding: 35px 0 15px;
  text-align: center;
}
#newsletter h3 {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 10px;
}
.dados-form-news {
  margin: 0 0 10px;
}
.campo-news {
  background: none;
  border: none;
  border-bottom: 1px solid #909090;
  outline: none;
  width: 100%;
}
.dados-form-news label {
  color: #000;
  display: block;
  font-size: 12px;
  margin: 5px 0 0;
}
#newsletter a {
  color: #848484;
  font-size: 12px;
  text-decoration: none;
}

/* slider */
#destaque {
  margin: 0 0 40px;
}
#destaque .bx-wrapper .bx-pager {
  bottom: -20px;
}
#destaque .bx-wrapper .bx-controls-direction a {
  background: url(img/seta-slider-yelow.png) no-repeat;
  height: 36px;
  margin-top: -18px;
  width: 32px;
}
#destaque .bx-wrapper .bx-controls-direction .bx-prev {
  background-position: 0 0;
}
#destaque .bx-wrapper .bx-controls-direction .bx-next {
  background-position: -32px 0;
}
#destaque .bx-wrapper .bx-pager.bx-default-pager a {
  background: #b7b7b7;
}
#destaque .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #858585;
}

/* pneus */
.pagina-pneus #fabricantes {
  margin-bottom: 0;
}
.pagina-pneus #parceiros {
  margin-bottom: 45px;
}
.pagina-pneus #promocoes {
  margin-bottom: 50px;
}

/* pneus > interna */
.pagina-pneu #parceiros {
  margin-bottom: 45px;
}
.titulo-pneu {
  margin-bottom: 8px;
}
.titulo-pneu h1 {
  float: left;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.titulo-pneu img {
  float: right;
}
#conteudo-pneu {
  border-bottom: 2px solid #ccc;
  margin: 0 0 30px;
}
#conteudo-pneu h2 {
  border-bottom: 2px solid #ccc;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 20px;
  padding: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
}
#conteudo-pneu h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
}
#conteudo-pneu ul,
#conteudo-pneu p {
  margin: 0 0 25px;
}
#conteudo-pneu li {
  font-size: 16px;
  font-weight: 300;
}
#conteudo-pneu li a {
  color: #e50b1a;
  font-weight: 700;
  text-decoration: none;
}
#conteudo-pneu .sobre-fabricante a {
  color: #e50b1a;
  text-decoration: none;
}

/* encarte */
.conteudo-encarte {
  margin-bottom: 30px;
  text-align: center;
}

/* como chegar */
.videos-como-chegar h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
}
.item-video {
  margin: 0 0 30px;
}
.item-video h3 {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 10px;
  text-align: center;
  text-transform: uppercase;
}

/* noticias */
#noticias {
  margin: 0 0 45px;
}
.noticia {
  margin: 0 0 30px;
}
.noticia h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.noticia .foto-destaque {
  display: block;
  margin: 0 auto 20px;
}
.noticia h2 a,
.noticia .meta a {
  color: #303030;
  text-decoration: none;
}
.noticia .meta {
  font-size: 16px;
  margin: 0 0 15px;
}
.noticia .meta .post-categories {
  display: inline-block;
}

/* post */
#post .noticia h1 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px;
  text-transform: uppercase;
}
#post .noticia h2 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 15px;
  text-transform: none;
}
#post .noticia .meta {
  font-size: 10px;
  margin: 0 0 30px;
}
#post .compartilhar {
  margin: 0 0 30px;
  text-align: center;
}
#post .compartilhar h4 {
  font-size: 10px;
  font-weight: 400;
  margin: 0 0 10px;
}
#post .noticia p {
  font-size: 12px;
  margin: 0 0 15px;
}
#post .noticia > a {
  color: #e50b1a;
  text-decoration: none;
}

/* orcamento */
#orcamento {
  margin: 0 0 40px;
}
.template-orcamento form {
  margin: 0 0 50px;
}
.dados-form {
  margin: 0 0 20px;
}
.campo {
  border: 1px solid #c2c1c3;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  outline: none;
  text-align: center;
  width: 100%;
}
.campo::-webkit-input-placeholder {
  color: #303030;
}
.campo::-moz-placeholder {
  color: #303030;
}
.campo:-ms-input-placeholder {
  color: #303030;
}
.campo:-moz-placeholder {
  color: #303030;
}
.campo-text {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.campo-area {
  height: 160px;
  padding: 10px;
}
.info-orcamento h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.info-orcamento p {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 25px;
}

/* busca */
#resultado-busca {
  margin: 0 0 50px;
}
.item-busca {
  background: #f7f7f7;
  margin: 0 0 12px;
  padding: 5px;
}
.item-busca img {
  float: left;
  margin: 0 5px 0 0;
}
.item-busca h2 {
  font-size: 12px;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.item-busca h2 a {
  color: #303030;
  text-decoration: none;
}
.item-busca p {
  font-size: 11px;
}
#contato-busca {
  background: #f0f0f0;
  margin: 0 0 40px;
  padding: 30px;
  text-align: center;
}
#contato-busca img {
  margin: 0 auto 10px;
}
#contato-busca h5 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px;
  text-transform: uppercase;
}
#contato-busca p {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 25px;
}

/* Ajax Montadoras */
@keyframes mymove {
  from {
    left: 0%;
  }
  to {
    left: 90%;
  }
}
@-webkit-keyframes mymove {
  from {
    left: 0%;
  }
  to {
    left: 90%;
  }
}
.select-pneu.montadora,
.select-pneu.ano,
.select-pneu.modelo {
  position: relative;
}
.select-pneu.montadora::after,
.select-pneu.ano::after,
.select-pneu.modelo::after {
  width: 10%;
  height: 2px;
  background: #e50b1a;
  position: absolute;
  z-index: 999;
  bottom: 0;
  left: 0px;
}
.active::after {
  content: "";
  -webkit-animation: mymove 3.5s infinite; /* Safari 4.0 - 8.0 */
  animation: mymove 3.5s infinite;
}

/* responsive */
@media (min-width: 360px) {
  /* topo */
  #topo .logo {
    max-width: 100px;
  }
  .link-menu img {
    max-width: 50px;
  }
  .horario-funcionamento {
    margin-left: 20px;
  }

  /* barra de contato */
  .orcamentos-contato span {
    font-size: 16px;
  }
  .telefones-contato {
    font-size: 13px;
    padding: 8px 0;
  }

  /* fabricantes */
  .logo-fabricante {
    height: 90px;
    line-height: 90px;
  }
}

@media (min-width: 375px) {
  /* fabricantes */
  .logo-fabricante {
    height: 95px;
    line-height: 95px;
  }
}

@media (min-width: 414px) {
  /* topo */
  #topo .logo {
    float: left;
    max-width: 110px;
  }
  .link-menu img {
    max-width: 50px;
  }
  .horario-funcionamento {
    margin-left: 30px;
  }

  /* fabricantes */
  .logo-fabricante {
    height: 107px;
    line-height: 107px;
  }
}

@media (min-width: 480px) {
  /* fabricantes */
  .logo-fabricante {
    height: 130px;
    line-height: 130px;
  }
}

@media (min-width: 768px) {
  /* fabricantes */
  .logo-fabricante {
    height: 210px;
    line-height: 210px;
  }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1300px) {
}

@media (min-width: 1800px) {
}

/* Accordion ========================= */
.accordion {
  display: block;
  margin: 36px 0;
}
.accordion-list {
  overflow: hidden;
  border-radius: 12px;
}
.accordion-list dt > h1,
.accordion-list dt > span,
.accordion-list dd {
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.5rem;
}
.accordion-list dt {
  display: grid;
  grid-template-columns: 10% 90%;
  padding: 14px;

  border-bottom: 1px solid #1b1a1a;
  background: #2a2a2a;
  color: #fff;

  cursor: pointer;

  transition: all linear 300ms;
}
.accordion-list dt.active {
  color: #666;
  background: #f8f8f8;
  border: 1px solid #f1f1f1;
}
.accordion-list dt:last-child {
  border: 0 none;
}
.accordion-list dt span {
  text-align: center;
  font-weight: 200;
  font-size: 2rem;
}
.accordion-list dd {
  display: none;
  margin: 0;
  padding: 14px;

  background: #f8f8f8;
  color: #666666;
  border: 1px solid #f1f1f1;
}

/* Seção informações de serviços ================ */
.informacao-servico-content {
  display: flex;
  flex-wrap: wrap;
}
.informacao-servico-content .box {
  flex: 1 0 50%;
  padding: 0 36px;
  margin-bottom: 36px;
}
.informacao-servico-content .box header {
  display: flex;
  align-items: center;
}
.informacao-servico-content .box header span {
  display: flex;
  flex-direction: column;
}
.informacao-servico-content .box header img {
  height: 97px;
  width: 97px;
  object-fit: contain;
  margin-right: 12px;
}
.informacao-servico-content .box span h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}
.informacao-servico-content .box header h4 {
  font-weight: 500;
  text-transform: uppercase;
}
.informacao-servico-content .box article {
  display: block;
  margin: 8px 0;
}
.informacao-servico-content .box article p {
  font-size: 1rem;
  line-height: 1.25rem;
}

/* Single | Seção veja também ================ */
#veja-tambem header {
  margin-bottom: 2rem;
}

#veja-tambem article h1 {
  width: 100%;
  max-width: 580px;
  margin: 1rem 0 0;
}
#veja-tambem article h1 a {
  color: #9a0000;
  text-decoration: none;
}

#veja-tambem article span {
  display: block;
  margin: 0.75rem 0 1.5rem;
  font-size: 1rem;
  color: #9a9a9a;
}
#veja-tambem article img {
  display: block;
  width: 100%;
}
#veja-tambem aside {
  display: flex;
  justify-content: space-around;
  padding: 1.75rem 0;
  border-bottom: 2px solid #cc0000;
}
.navigation .nav-anterior,
.navigation .nav-proximo {
  display: flex;
  align-items: center;
}
.navigation .nav-anterior a,
.navigation .nav-proximo a {
  color: #66686b;
  text-decoration: none;
}
.navigation .nav-anterior a {
  margin-left: 1rem;
}
.navigation .nav-proximo a {
  margin-right: 1rem;
}
.navigation .nav-proximo a + a {
  color: #000;
}

/* Single | Seção Mais da Full ================ */

#mais-full {
  background: #f3f3f3;
}

#mais-full header h2 {
  color: #666666;
}
#mais-full article img {
  display: block;
  width: 100%;
}
#mais-full article div {
  order: 2;
}
#mais-full article div:last-child {
  background: #fff;
  padding-bottom: 2rem !important;
  order: 1;
}

#mais-full article h2,
#mais-full article h2 a {
  color: #9a0000;
  margin-bottom: 1rem;
  text-decoration: none;
}
.btn-carregar-mais {
  display: inline-block;
  width: 80%;
  height: 49px;
  background: #fff;
  color: #b40000;
  font-weight: 700;
  text-transform: uppercase;
  border: 0 none;
  border: 1px solid #d6d6d6;
  box-shadow: 0 4px 0 #d6d6d6;
}
#mais-full footer {
  position: relative;
}
#mais-full footer::after {
  content: "";
  position: absolute;
  top: -90px;
  left: 0;
  background: linear-gradient(360deg, #fff 30%, transparent);
  display: block;
  width: 100vw;
  height: 180%;
}
/* Responsivo */
@media (min-width: 768px) {
  #veja-tambem aside {
    border-top: 1px solid #ccc;
    border-bottom: 4px solid #333333;
  }
}

.seemore-img-loading,
.img-loading {
  width: 100%;
  height: 48px;
}
.img-loading img,
.seemore-img-loading img {
  display: block;
  width: 100%;
  max-width: 36px;
  height: 36px;
  margin: 0 auto;
}

/* Ajuste de tamanho fonte dos posts */
#post .noticia p {
  font-size: 1em;
}
#post .noticia h2,
#post .noticia h3,
#post .noticia h4,
#post .noticia h5,
#post .noticia h6 {
  font-size: 1.25em;
}
.promocao-pic {
  width: 90%;
  max-width: 849px;
  height: auto;
  object-fit: cover;
}

/* Slide */
.bx-viewport {
  height: auto !important;
}
