/*
Theme Name: Full Pneus 2023
Author: SEO 10
Author URI: https://argilladigital.com.br/
Version: 1.0
Text Domain: full-pneus-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%;
}

/* estrutura */
.container {
  max-width: 970px;
}

/* icones */
.icone-rede {
  background: url(img/redes.png) no-repeat;
  display: block;
  height: 13px;
  width: 13px;
}
.icone-rede-instagram {
  background-position: 0 0;
}
.icone-rede-facebook {
  background-position: -13px 0;
}
.icone-rede-youtube {
  background-position: -26px 0;
}
.icone-rede-twitter {
  background-position: -39px 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;
}
.seta-menu {
  background: url(img/seta-menu.png) no-repeat;
  display: none;
  height: 7px;
  margin-left: 5px;
  width: 13px;
}
.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;
}

/* formatacao */
.acenter {
  text-align: center;
}
.titulo-pagina {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 30px;
  text-align: center;
  text-transform: uppercase;
}
.conteudo {
  margin-top: 45px;
  margin-bottom: 60px;
}
.conteudo h1 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
  text-transform: uppercase;
}
.conteudo p {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 20px;
}

/* 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 img {
  margin-bottom: 25px;
}

/* 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: 40px;
  padding-top: 25px;
  padding-bottom: 56.25%;
  position: relative;
}
.mapa iframe {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* paginacao */
.paginacao {
  margin: 45px 0 60px;
}
.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: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 60px;
}
.paginacao .active {
  background: #e50b1a;
}
.paginacao .active a {
  color: #fff;
}

/* bxslider */
#destaque .bx-wrapper,
#parceiros .bx-wrapper,
#barra-info .logos-parceiros .bx-wrapper {
  background-color: transparent;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}
#barra-info .logos-parceiros .bx-viewport {
  height: 32px !important;
}
/* topo */
#topo {
  background: #303030;
}
#topo .logo {
  float: left;
  margin: 0 0 -55px;
}
#menu-principal {
  float: left;
  font-size: 0;
  margin: 0 0 0 75px;
  text-transform: uppercase;
}
#menu-principal > ul > li {
  display: inline-block;
  font-size: 14px;
}
#menu-principal > ul > li:first-child {
  margin-left: 0;
}
#menu-principal > ul > li a {
  color: #fff;
  display: block;
  text-decoration: none;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#menu-principal > ul > li > a {
  padding: 20px 10px 20px 0;
}
#menu-principal > ul > li a:hover {
  background-color: #e6212f;
  color: #fff;
}
#menu-principal > ul > .menu-item-has-children {
  position: relative;
}
#menu-principal > ul > .menu-item-has-children > ul {
  background: rgba(48, 48, 48, 0.9);
  display: none;
  position: absolute;
  top: 56px;
  left: -10px;
  z-index: 1;
}
#menu-principal > ul > .menu-item-has-children > ul > li {
  border-bottom: 1px solid #fff;
  font-size: 14px;
}
#menu-principal > ul > .menu-item-has-children > ul > li > a {
  color: #fff;
  padding: 7px 15px;
}
#menu-principal > ul > .menu-item-has-children .seta-menu {
  display: inline-block;
}
#menu-principal > ul > .menu-item-has-children > ul > li .seta-menu {
  display: none;
}

/* barra de contato */
.barra-contato {
  background: #e50b1a;
}
.barra-contato span {
  border-left: 1px solid #fff;
  color: #fff;
  float: left;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  min-height: 56px;
  margin: 0 0 0 15px;
  padding: 10px 0 10px 15px;
  text-align: right;
  text-transform: uppercase;
}
.barra-contato span:first-child {
  border-left: none;
  margin-left: 105px;
  padding-left: 0;
}
.barra-contato span img {
  float: right;
  margin: 0 0 0 10px;
}
.barra-contato .whatsapp-contato {
  width: 135px;
}
.barra-contato .email-contato {
  width: 155px;
}
.barra-contato .email-contato img {
  margin-top: 5px;
}
.barra-contato span a {
  color: #fff;
  text-decoration: none;
}
.barra-contato .telefones-contato {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

/* barra de informacoes */
#barra-info {
  background: #f0f0f0;
  padding: 10px 0;
}
.horario-funcionamento {
  float: left;
  font-size: 11px;
  margin: 10px 0 0;
}
.busca-topo {
  float: left;
  margin: 0 0 0 30px;
}
.campo-busca {
  background: #fff;
  border: 1px solid #bcbabd;
  color: #303030;
  display: block;
  float: left;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  outline: none;
  padding: 0 10px;
  width: 200px;
}
.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;
  float: left;
  outline: none;
  padding: 3px 13px;
}
.parceiros-topo {
  float: left;
  margin: 0 0 0 40px;
  width: 270px;
}
.parceiros-topo h6 {
  float: left;
  font-size: 11px;
  font-weight: 400;
  margin: 7px 10px 0 0;
}
.logos-parceiros {
  float: left;
  height: 26px;
  width: 200px;
}

/* rodape */
#rodape {
  background: #303030;
  color: #fff;
  padding: 50px 0;
}
#rodape a {
  color: #fff;
  text-decoration: none;
}
.widget_text h6 {
  display: flex;
  align-items: center;
  gap: 8px;

  font-size: 14px;
  font-weight: 300;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.widget_text p {
  font-size: 12px;
  font-weight: 300;
  margin: 0 0 20px;
}
.image-widget {
  text-align: center;
}
.redes .icone-rede {
  display: inline-block;
  margin: 0 10px 0 0;
}
.redes li {
  font-size: 12px;
}

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

/* fabricantes */
#fabricantes {
  margin: 0 0 40px;
  text-align: center;
}
#fabricantes h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.logo-fabricante {
  background: url(img/bg-fabricante.png) center no-repeat;
  background-size: cover;
  height: 140px;
  line-height: 140px;
  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 {
  border-bottom: 1px solid #d5d5d5;
  margin: 0 0 40px;
  padding: 0 0 60px;
}
#ultimas-noticias h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 25px;
  text-transform: uppercase;
}
#ultimas-noticias h3 a {
  color: #303030;
  float: right;
  text-decoration: none;
}
#ultimas-noticias img {
  display: block;
  margin: 0 0 15px;
}
#ultimas-noticias h2 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 25px;
}
#ultimas-noticias h2 a {
  color: #303030;
  text-decoration: none;
}

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

/* newsletter */
#newsletter {
  background: #f0f0f0;
  margin: 0 0 20px;
  padding: 35px 0 15px;
  text-align: center;
}
#newsletter .container {
  max-width: 460px;
}
#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 50px;
}
#destaque .container {
  position: relative;
}

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

.bx-wrapper > img {
  width: 100% !important;
}

#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;
  left: 35px;
}
#destaque .bx-wrapper .bx-controls-direction .bx-next {
  background-position: -32px 0;
  right: 35px;
}
#destaque .bx-wrapper .bx-pager.bx-default-pager a {
  background: #b7b7b7;
}
#destaque .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #858585;
}
#destaque li {
  background: top center no-repeat;
  background-size: cover;
}
#destaque li a {
  display: block;
  /* height: 500px; */
  width: 100%;
}

/* ache o seu pneu */
#ache-pneu {
  margin: 0 0 50px;
  position: absolute;
  top: 90px;
  right: 0;
  max-width: 330px;
  z-index: 10000;
}
#ache-pneu h2 {
  background: #303030;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 5px;
  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;
}

/* pneus */
.pagina-pneus .logo-fabricante,
.page-template-template-pneus .logo-fabricante {
  height: 131px;
  line-height: 131px;
}
.pagina-pneus #fabricantes h3,
.page-template-template-pneus #fabricantes h3 {
  margin-bottom: 20px;
}

/* pneus > interna */
#conteudo-pneu {
  margin: 0 0 50px;
}
.titulo-pneu {
  margin: 45px 0 35px;
}
.titulo-pneu h1 {
  float: left;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.titulo-pneu img {
  float: left;
  margin: 0 0 0 20px;
}
.item-pneu-destaque {
  margin: 0 0 40px;
  text-align: center;
}
.item-pneu-destaque h3 {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.foto-pneu {
  border: 1px solid #b22423;
  margin: 0 0 12px;
}
.foto-pneu img {
  display: block;
}
.item-pneu-destaque span {
  color: #e50b1a;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.info-fabricante {
  margin: 0 0 45px;
}
.info-fabricante h2,
.info-fabricante h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 25px;
  text-align: center;
  text-transform: uppercase;
}
.info-fabricante h3 {
  font-weight: 400;
}
.info-fabricante li {
  font-size: 16px;
  margin: 6px 0 0;
}
.info-fabricante li:first-child {
  margin-top: 0;
}
.info-fabricante .acenter {
  margin-top: 35px;
}
.sobre-fabricante h3 {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 20px;
  text-transform: uppercase;
}
.sobre-fabricante p {
  font-size: 16px;
  font-weight: 300;
  margin: 0 0 15px;
}
.sobre-fabricante a {
  color: #e50b1a;
  text-decoration: none;
}
.txt-info-bloco {
  line-height: 25px;
}

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

/* como chegar */
.videos-como-chegar h2 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 40px;
  text-align: center;
  text-transform: uppercase;
}
.item-video {
  margin: 0 0 30px;
}
.item-video h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 30px;
  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: 14px;
  margin: 0 0 15px;
}
.noticia .meta .post-categories {
  display: inline-block;
}

/* post */
#post {
  margin: 40px 0 50px;
}
#post h1 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
}
#post h2 {
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 20px;
}
.info-post {
  margin: 0 0 30px;
}
#post .meta {
  float: left;
  font-size: 10px;
  margin: 30px 0 0;
}
#post .compartilhar {
  float: right;
  text-align: center;
  width: 180px;
}
#post .compartilhar h4 {
  font-size: 10px;
  font-weight: 400;
  margin: 0 0 10px;
}
#post .compartilhar li {
  display: inline-block;
}
#post p {
  font-size: 12px;
  margin: 0 0 15px;
}
#post a {
  color: #e50b1a;
  text-decoration: none;
}
#post a:hover {
  color: #666;
}

/* orcamento */
#orcamento {
  margin-top: 50px;
  margin-bottom: 90px;
}
.intro-orcamento h1 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.intro-orcamento p {
  font-size: 12px;
  margin: 0 0 20px;
}
.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: left;
  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;
}
.page-template-template-orcamento form .acenter {
  text-align: left;
}
.info-orcamento h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.info-orcamento p {
  font-size: 12px;
  font-weight: 400;
  margin: 0 0 20px;
}

/* busca */
#resultado-busca {
  margin: 50px 0;
}
.item-busca {
  background: #f7f7f7;
  margin: 0 0 12px;
  padding: 10px;
}
.item-busca img {
  float: left;
  margin: 0 10px 0 0;
}
.item-busca h2 {
  font-size: 16px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.item-busca h2 a {
  color: #303030;
  text-decoration: none;
}
.item-busca p {
  font-size: 15px;
}
#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;
}

/* Accordion ========================= */
.accordion {
  display: block;
  margin: 56px 0;
}
.accordion h2 {
  text-align: center;
  margin-bottom: 48px;
}
.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: 24px 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: 3rem;
}
.accordion-list dd {
  display: none;
  margin: 0;
  padding: 14px 5%;

  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 {
  padding: 2rem 0;
  margin-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}
#mais-full article img {
  display: block;
  width: 100%;
}

#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: #b00000;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border: 0 none;
  box-shadow: 0 4px 0 #8c0000;
}

/* 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 p {
  font-size: 1em;
}
#post h2,
#post h3,
#post h4,
#post h5,
#post h6 {
  font-size: 1.25em;
}
