/*
 * 
Theme Name: Matter
Author: Fernanda Cruz
Author URI: https://estudiodigi.com.br
Description: Tema desenvolvido exclusivamente para Matter.
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: matter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

a {
  text-decoration: none;
}
* {
  outline: none;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb:vertical {
  background-color: #666;
  -webkit-border-radius: 4px;
}

::-webkit-scrollbar-thumb:horizontal {
  background: #666;
  border-radius: 4px;
  width: 10px;
}

::-moz-scrollbar {
  width: 5px;
  height: 5px;
}

::-moz-scrollbar-button:start:decrement,
::-moz-scrollbar-button:end:increment {
  display: none;
}

::-moz-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:vertical {
  background-color: #666;
  -webkit-border-radius: 4px;
}

::-moz-scrollbar-thumb:horizontal {
  background: #efefef;
  border-radius: 4px;
  width: 10px;
}

::-scrollbar-button:start:decrement,
::-scrollbar-button:end:increment {
  display: none;
}

::-scrollbar-track-piece {
  background-color: transparent;
  -webkit-border-radius: 4px;
}

::-scrollbar-thumb:vertical {
  background-color: #666;
  -webkit-border-radius: 4px;
}

::-scrollbar-thumb:horizontal {
  background: #efefef;
  border-radius: 4px;
  width: 10px;
}

html,
body {
  /*width: 100%;
	height: 100%;*/
  z-index: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat", serif;
  color: #101010;
}
p, a, ul li, ol li {
	font-family: "Montserrat", serif;
}
ol li {
    line-height: 1.8;
}
li::marker {
    color: #0050C3;
}
header.header-paginas {
    width: 100%;
    height: auto;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    padding-bottom: 18px;
}
header.header {
    width: 100%;
    height: auto;
    position: relative;
    top: 0 !important;
    left: 0;
    z-index: 10;
    padding-bottom: 18px;
}
header.header {
    background: #4d1379; 
}
header.header-paginas {
    background: #1B1B1B !important;
}

.spaceHeader {
  width: 100%;
  position: relative;
  z-index: 0;
}
header .logoHeader a {
  display: block;
}
header .logoHeader a img {
  height: auto;
}
@media screen and (max-width: 768px) {
  header .logoHeader a img {
    width: 38%;
    display: flex;
    margin: 0 auto;
  }
  header {
    padding: 15px 0;
  }
}
@media screen and (min-width: 769px) {
  header .logoHeader a img {
    width: 20%;
    display: flex;
    margin: 0 auto;
  }
  header {
    padding-top: 15px;
  }
}
@media screen and (min-width: 992px){
  header .logoHeader a img {
      width: 100%;
      display: flex;
      margin: 0 auto;
  }
}
header .redesSociaisHeader a {
  color: #434343;
  text-decoration: none;
  display: inline-block;
  margin-right: 5px;
}
header .l1-header-menu {
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-top: 10px;
}
header .l2-header-menu {
  /*padding-top: 20px;*/
}
header .list-menu-desktop,
.list-menu-desktop .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .list-menu-desktop > li > .sub-menu {
  display: none;
  position: absolute;
  width: auto;
  background: #fff;
  min-width: 150px;
  padding: 10px;
  border-radius: 0px;
  border: 1px solid #eee;
  z-index: 10;
  top: 100%;
  left: 0;
}
header .list-menu-desktop > li > a:hover + .sub-menu,
header .list-menu-desktop > li > .sub-menu:hover {
  display: block;
}
header .list-menu-desktop > li > .sub-menu > li > a {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  display: block;
  padding: 5px 0;
}
header .list-menu-desktop .menu-item-has-children > a::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 12px;
  margin-left: 10px;
}
header .list-menu-desktop > li > a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  padding: 5px 12px;
  border-bottom: 4px solid transparent;
  font-family: 'Montserrat', sans-serif;
}
.container-menu-desktop a:hover {
  border-bottom: 4px solid #FDE402;
}
/* header .list-menu-desktop > li.current-menu-item > a {
  border-bottom: 4px solid #fff;
}
 */
header .list-menu-desktop > li.btn-fale-conosco a {
  background: #05bf2f;
  padding: 12px 30px;
  border-radius: 5px;
  border-bottom: none;
}
/* .header-desktop {
  padding: 0 5%;
} */
header .list-menu-desktop > li, .before-footer-widgets .list-menu-desktop > li {
  display: block;
  position: relative;
}
.before-footer-widgets .list-menu-desktop > li > a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding: 5px;
    text-transform: uppercase;
}
.before-footer-widgets .list-menu-desktop > li > a:hover {
	color: #000;
}
ul#menu-menu_rodape {
    margin-bottom: 0;
}
header .list-menu-desktop > li:first-child {
  padding-left: 0px;
}
header .list-menu-desktop > li:last-child {
  padding-right: 0px;
}
footer {
    padding: 35px 0 0 0;
    color: #fff;
    background-color: #1B1B1B;
    background-repeat: no-repeat;
    background-size: cover;
}
.container.bordaRodape {
    padding: 30px 0 20px 0;
}
.colunasFooter figcaption.wp-element-caption {
    font-size: 14px;
}
.colunasFooter a {
	color: #fff;
}
footer h4 {
    font-size: 20px;
    color: #000;
	width: 15ch;
}
footer .info-contato a:hover {
    color: #fff;
}
.copyright a img {
  width: auto;
  height: auto;
  max-height: 80px;
  margin-top: 20px;
}
.copyright-footer {
  background: #1B1B1B;
  color: #fff;
}
.btnOpenMenuMobile {
  border: 0;
  background: #393939;
  font-size: 1.5rem;
  font-weight: 400;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
}
.menuMobile {
  position: fixed;
  z-index: 999999;
  background: transparent;
  width: 85vw;
  height: 100vh;
  top: 0;
  left: -85vw;
  opacity: 0;
  transition: 0.5s;
}
.menuMobile .menu-mobile-header {
    width: 100%;
    padding: 1vh;
    background: #000000c4;
    backdrop-filter: blur(5px);
    height: 7vh;
}
.menuMobile .menu-mobile-header .titleSpace h2 {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  margin: 0;
  padding: 0;
}
.menuMobile .menu-mobile-header .closeMenu button {
  border: 0;
  background: transparent;
  font-size: 1.4rem;
  color: #888;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.menuMobile .menu-mobile-body {
  height: 86vh;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  padding: 1vh;
  background: #000000c4;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
.menuMobile .menu-mobile-body .list-menu-mobile {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  list-style: none;
}
.menuMobile .menu-mobile-body .list-menu-mobile > li > a {
  font-size: 22px;
  display: block;
  height: auto;
  padding: 15px 0;
  color: #fff;
  font-weight: 600;
  width: 100%;
  position: relative;
  text-align: center;
}
.menuMobile .menu-mobile-body .list-menu-mobile > li > a.submenuMobileIsOpen {
  border-bottom: 1px solid #eee;
}
.menuMobile
  .menu-mobile-body
  .list-menu-mobile
  > .menu-item-has-children
  > a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 0.8rem;
  position: absolute;
  right: 0;
  top: 10px;
}
.menuMobile
  .menu-mobile-body
  .list-menu-mobile
  > .menu-item-has-children
  > a.submenuMobileIsOpen::after {
  content: "\f077";
}
.menuMobile .menu-mobile-body .list-menu-mobile > li > .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 95%;
  padding-left: 5%;
  margin-bottom: 10px;
  display: none;
}
.menuMobile .menu-mobile-body .list-menu-mobile > li > .sub-menu > li > a {
  display: block;
  padding: 5px 0;
  color: #888;
  font-size: 0.8rem;
  font-weight: 500;
}
.menuMobile .menu-mobile-footer {
  padding: 1vh;
  background: #393939;
  width: 100%;
  height: 8vh;
  border-top: 2px solid #000;
}
.menuMobile .menu-mobile-footer .redesSociaisHeader {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
}
.menuMobile .menu-mobile-footer .redesSociaisHeader a {
  background: #000;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 20px;
  color: #fff;
  line-height: 30px;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 10px;
  font-size: 1rem;
}
.slick-prev:before {
  content: "\f053";
  margin-left: -10px;
}
.slick-next:before {
  content: "\f054";
}
.slick-dots li {
  width: 10px !important;
  height: 10px !important;
}
.slick-dots li button:before {
  font-size: 29px !important;
}
.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #A1A1A1 !important;
}
.slick-dots li button:before {
  opacity: 1 !important;
  color: grey !important;
}
.menuCategoriasFixoEsquerda {
  position: fixed;
  left: -100%;
  z-index: 10;
  background: #035a26;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 25px 0;
  transition: 0.5s;
  opacity: 0;
}
.menuCategoriasFixoEsquerda h3 {
  padding: 10px 50px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 20px;
}
.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda ul li a {
  width: 100%;
  height: auto;
  padding: 10px 50px;
  display: block;
  margin-bottom: 5px;
  color: #fff;
  position: relative;
}
.menuCategoriasFixoEsquerda
  .container-menu-categorias-esquerda
  > ul
  > .menu-item-has-children
  > a::after {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  font-size: 0.8rem;
  position: absolute;
  right: 30px;
  top: 10px;
}
.menuCategoriasFixoEsquerda
  .container-menu-categorias-esquerda
  > ul
  > .menu-item-has-children
  a.submenuCatIsOpen::after {
  content: "\f077";
}
.menuCategoriasFixoEsquerda .container-menu-categorias-esquerda ul.sub-menu {
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}
.menuCategoriasFixoEsquerda
  .container-menu-categorias-esquerda
  ul.sub-menu
  li
  a {
  font-size: 0.9em;
  padding: 5px 50px;
}
.menuCategoriasFixoEsquerda
  .container-menu-categorias-esquerda
  > ul
  > .menu-item-has-children
  > a {
  background: #08662e;
}
/*Inicio Rodape*/
.barrinha-verde {
  padding-left: 1rem !important;
  border-width: 3px !important;
  border-color: #05bf2f !important;
  border-left: 5px solid #05bf2f !important;
}
.borda-rodape {
  border-top: 1px solid #353734;
  border-bottom: 1px solid #353734;
}
/*Fim Rodape*/

.card-parceiro img {
    width: 70%;
    margin: 0 auto;
}

section.secao-banner {
    margin-top: -70px;
}
section.secao-banner h1, section.secao-banner p{
    color: #fff;
}

section.secao-contador h2 {
    font-size: 50px;
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
}
section.secao-contador p {
    margin-bottom: 35px !important;
    color: #fff;
}
.secao-cases img {
    border-radius: 40px;
    width: 95%;
    margin: 0 auto;
    display: flex;
}
.secao-sobre ul > li::marker {
    color: #6C2CD6;
}
.secao-sobre li {
    font-family: 'Montserrat', sans-serif;
}
.btn-orcamento a {
    background: #6C2CD6 !important;
    border-radius: 80px !important;
    border: 1px solid #6C2CD6 !important;
    font-weight: 500;
}
.btn-orcamento:hover a {
    background: #2F0C68 !important;
    border: 1px solid #2F0C68 !important;
}
.btn-whatsapp a {
    color: #fff !important;
    background: transparent !important;
    border-radius: 80px !important;
    border: 2px solid #FDE402 !important;
    font-weight: 500;
}
.btn-whatsapp:hover a {
    background: #2F0C68 !important;
    border: 2px solid #2F0C68 !important;
    color: #fff !important;
}

.secao-banner .btn-whatsapp a, .contato-header.btn-whatsapp a {
    color: #fff !important;
    background: transparent !important;
    border-radius: 80px !important;
    border: 2px solid #FDE402 !important;
    font-weight: 500;
}
.contato-header.btn-whatsapp a {
    font-size: 14px;
    padding: 14px 20px;
}
.contato-header.btn-whatsapp:hover a {
    background: #FDE402 !important;
    border: 2px solid #FDE402 !important;
    color: #000 !important;
}

.container-menu-desktop {
    padding-right: 10px;
}
.secao-banner .btn-whatsapp:hover a {
    background: #2F0C68 !important;
    border: 2px solid #fff !important;
    color: #fff !important;
}
section.secao-banner {
    margin-top: -100px;
}
.secao-servicos h3 {
    font-size: 22px;
    color: #080808;
}
.secao-servicos .card-servico p {
    font-size: 15px;
}
input#botaoContato {
	font-weight: 700;
    text-transform: uppercase;
    background: #FDE402 !important;
    border: 2px solid #FDE402 !important;
    color: #000 !important;
}
input#botaoContato:hover {
    background: #bfac03 !important;
}
footer .colunasFooter > div {
    text-align: start;
}
.linha-blog h4 {
    font-size: 20px;
    font-weight: 700;
}
.linha-blog p {
    font-size: 14px !important;
}
.single-blog h2 {
	font-size: 26px;
	padding: 20px 0;
}
.single-blog h3 {
	font-size: 23px;
	padding: 20px 0;
}
.single-blog h4 {
    font-size: 20px;
	padding: 20px 0;
}
.single-blog p, .single-blog li {
    line-height: 30px;
    font-family: 'Montserrat', sans-serif;
}
.banner-single-post {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1; 
    color: #fff; 
}
.banner-single-post::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    
    background-color: #000;
    filter: brightness(0.6);
    opacity: 0.4;
}
.banner-single-post .container-interno {
    position: relative; 
    z-index: 3;
}
.banner-single-post h1 {
    position: relative;
    z-index: 3;
	padding: 0 20px;
}
.card-agilidade-agencia h3 {
    font-size: 22px !important;
}
.secao-servicos-lp.secao-servicos h3 {
    font-size: 20px;
    color: #080808;
}
@media screen and (max-width: 1400px) {

}
@media screen and (max-width: 1200px){
	header .list-menu-desktop > li > a {
		font-size: 16px;
	}
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 991px) {
  html, body {
	overflow-x: hidden;
  }
  body {
	position: relative
  }
  section.secao-contador h2 {
	font-size: 30px;
  }
}

@media screen and (max-width: 600px){
	footer h4 {
		width: 100%;
	}
	footer ul {
		text-align: center;
		display: flex;
		justify-content: center;
	}
	footer .info-contato a {
		justify-content: center;
	}
	footer .colunasFooter > div {
		padding-bottom: 20px;
		text-align: center;
	}
	footer {
    	padding: 35px 15px 0 15px;
	}
	.banner-single-post h1 {
        padding: 0 0px;
    }
}

.logo-horizontal-amarelo img {
    width: 100%;
    height: 700px;
}
.icone-colorido img {
	width: 100%;
    height: 500px;
}

.coluna-sobre {
    padding: 50px 100px;
}
.coluna-servico {
    padding: 50px 250px;
}
.titulo-sobre h2, .titulo-parceiros h2, .titulo-destaque h2, .titulo-servico h2, .titulo-blog h2 {
	text-transform: uppercase; 
}
.titulo-parceiros h2, .titulo-blog h2 {
	color: #000;
}
.titulo-sobre h2, .titulo-destaque h2, .titulo-servico h2 {
	color: #fff;
}
.titulo-sobre h2 {
	font-size: 74px;
}
.titulo-parceiros h2, .titulo-destaque h2, .titulo-servico h2 {
    font-size: 70px;
}
.titulo-blog h2 {
    font-size: 50px;
}
.titulo-destaque h2 {
    font-size: 75px;
}
.texto-sobre p {
    font-size: 20px;
	color: #fff;
}
.img-parceiro img {
    background: #fff;
    padding: 20px;
}
.coluna-icone-servico img {
	width: 100%;
	height: 100vh;
}
.coluna-servico ul {
    color: #fff;
    font-size: 18px;
}
.coluna-servico li::marker {
    color: #FDE402;
}

.section-banner {
	margin-top: -125px;
}

@media screen and (max-width: 1400px) {
	.coluna-sobre {
		padding: 50px 65px;
	}
	.coluna-servico {
		padding: 50px 100px;
	}
	.titulo-sobre h2, .titulo-parceiros h2, .titulo-destaque h2, .titulo-servico h2 {
		font-size: 50px;
	}
	.titulo-blog h2 {
		font-size: 50px;
	}
	.titulo-destaque h2 {
		font-size: 65px;
	}
	.coluna-icone-servico img {
		width: 100%;
		height: 85vh;
	}
}

@media screen and (max-width: 991px) {
	.logo-horizontal-amarelo img {
		width: 100%;
		height: 700px;
	}
	.icone-colorido img {
		width: 100%;
		height: 400px;
	}
	.coluna-sobre {
		padding: 50px 20px;
	}
	.coluna-servico {
		padding: 50px 55px;
	}
	.titulo-sobre h2, .titulo-parceiros h2, .titulo-destaque h2 {
		font-size: 33px;
	}
	.titulo-servico h2 {
		font-size: 31px;
	}
	.titulo-blog h2 {
		font-size: 28px;
	}
	.titulo-destaque h2 {
		font-size: 40px;
	}
	.coluna-icone-servico img {
		width: 100%;
		height: 65vh;
	}
}

@media screen and (max-width: 567px) {
	.logo-horizontal-amarelo img {
		width: 100%;
		height: 100%;
	}
	.icone-colorido img {
		width: 100%;
		height: 400px;
	}
	.coluna-sobre {
		padding: 50px 20px;
	}
	.coluna-servico {
		padding: 50px 15px;
	}
	.titulo-sobre h2, .titulo-parceiros h2, .titulo-destaque h2 {
		font-size: 33px;
	}
	.titulo-servico h2 {
		font-size: 26px;
	}
	.titulo-blog h2 {
		font-size: 28px;
	}
	.titulo-destaque h2 {
		font-size: 40px;
	}
	.coluna-icone-servico img {
		width: 100%;
		height: 80vh;
	}
}

@media screen and (max-width: 375px) {
	.titulo-sobre h2, .titulo-destaque h2 {
        font-size: 26px;
    }
	.titulo-parceiros h2 {
		font-size: 22px;
	}
	.titulo-destaque h2, .titulo-parceiros h2 {
		text-align: center;
    }
	.icone-colorido img {
        width: 100%;
        height: 200px;
    }
}
/* ================================================
   SEARCH — Cards de resultado
   ================================================ */
.matter-card {
    border-radius: 6px;
    overflow: hidden;
    height: 100%;
    background: #fff;
}
.matter-card__img-link {
    display: block;
    overflow: hidden;
}
.matter-card__img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}
.matter-card__img-link:hover .matter-card__img {
    transform: scale(1.04);
}
.matter-card__body {
    padding: 0.9rem 0.2rem 0.5rem;
}
.matter-card__title {
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
    margin: 0.3rem 0 0.5rem;
}
.matter-card__title a {
    color: #101010;
    text-decoration: none;
}
.matter-card__title a:hover { color: #0050C3; }
.matter-cat-text {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #0050C3;
    text-decoration: none;
    display: block;
    margin-bottom: 0.25rem;
}
.matter-card-excerpt {
    font-size: 0.93rem;
    line-height: 1.65;
    color: #555;
    margin-bottom: 0.5rem;
}
.matter-card-meta {
    font-size: 0.8rem;
    color: #999;
    display: block;
    margin-bottom: 0.4rem;
}
.matter-card-readmore {
    font-size: 0.88rem;
    font-weight: 600;
    color: #0050C3;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    margin-top: 0.3rem;
}
.matter-card-readmore:hover { color: #003a99; }

/* Search header */
.header-search-wrap { position: relative; }
.btn-search-toggle {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.1rem;
    color: #fff;
    padding: 0.4rem;
    transition: opacity 0.2s;
}
.btn-search-toggle svg {
    display: block;
    width: 20px;
    height: 20px;
    stroke: currentColor;
}
.btn-search-toggle:hover { opacity: 0.7; }
.search-dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
    padding: 0.75rem;
    width: 280px;
    z-index: 9999;
}
.search-dropdown.active { display: block; }
.search-dropdown .search-field {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.5rem 0.75rem;
    font-size: 0.9rem;
    outline: none;
}
.search-dropdown .search-field:focus { border-color: #0050C3; }
.search-dropdown .search-submit { display: none; }

body { overflow-x: hidden; }

/* ================================================
   SINGLE POST
   ================================================ */
.matter-single { padding: 2rem 0 3rem; }

/* Breadcrumb */
.matter-breadcrumb {
    font-size: 0.82rem;
    color: #888;
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
}
.matter-breadcrumb a { color: #888; text-decoration: none; }
.matter-breadcrumb a:hover { color: #0050C3; }

/* Título */
.matter-single__title {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 700;
    line-height: 1.25;
    color: #101010;
/*     margin-bottom: 1rem; */
}

/* Meta */
.matter-single__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #777;
    margin-bottom: 1.5rem;
}
.matter-meta-sep { opacity: 0.4; }
.matter-read-time { display: inline-flex; align-items: center; gap: 4px; }
.matter-cat-badge {
    display: inline-block;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    background: rgba(0,80,195,0.08);
    color: #0050C3;
    padding: 2px 10px;
    border-radius: 20px;
    text-decoration: none;
}

/* Thumbnail */
.matter-single__thumbnail img { width: 100%; height: auto; display: block; }

/* Conteúdo */
.matter-single__content { font-size: 1.05rem; line-height: 1.85; color: #2c2c2c; }
.matter-single__content p { margin-bottom: 1.4rem; }
.matter-single__content h2 { font-size: 1.5rem; font-weight: 700; margin: 2rem 0 0.75rem; }
.matter-single__content h3 { font-size: 1.2rem; font-weight: 700; margin: 1.5rem 0 0.5rem; }
.matter-single__content ul, .matter-single__content ol { padding-left: 1.4rem; margin-bottom: 1.4rem; }
.matter-single__content li { margin-bottom: 0.4rem; line-height: 1.75; }
.matter-single__content img { max-width: 100%; height: auto; display: block; margin: 1.5rem auto; }
.matter-single__content a { color: #0050C3; }
.matter-single__content blockquote {
    border-left: 3px solid #0050C3;
    padding: 0.75rem 1.25rem;
    margin: 1.5rem 0;
    background: #f8f9fa;
    font-style: italic;
}

/* Leia também */
.matter-read-also {
    border-left: 4px solid #0050C3;
    margin: 1.5rem 0;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}
.matter-read-also__toggle {
    width: 100%;
    background: none;
    border: none;
    padding: 0.75rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-weight: 700;
    font-size: 0.9rem;
    color: #0050C3;
    text-align: left;
}
.matter-read-also__toggle span { display: flex; align-items: center; gap: 6px; }
.matter-read-also__icon { transition: transform 0.2s; }
.matter-read-also__toggle[aria-expanded="true"] .matter-read-also__icon { transform: rotate(180deg); }
.matter-read-also__body {
    padding: 0 1rem 0.75rem;
    display: none;
}
.matter-read-also__body.is-open { display: block; }
.matter-read-also__list {
    list-style: none;
    padding: 0;
    margin: 0;
    counter-reset: read-also-counter;
}
.matter-read-also__list li {
    counter-increment: read-also-counter;
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 0.95rem;
}
.matter-read-also__list li:last-child { border-bottom: none; }
.matter-read-also__list li::before {
    content: counter(read-also-counter);
    font-size: 1.1rem;
    font-weight: 700;
    color: #bbb;
    min-width: 1.2rem;
    line-height: 1.4;
}
.matter-read-also__list li a { color: #101010; text-decoration: none; line-height: 1.4; }
.matter-read-also__list li a:hover { color: #0050C3; }

/* Rodapé do post */
.matter-published { font-size: 0.88rem; color: #666; margin-bottom: 0.2rem; }
.matter-ai-note { font-size: 0.8rem; color: #aaa; margin-bottom: 0; }

/* Autor */
.matter-author { border-top: 1px solid #e9ecef; padding-top: 2rem; }
.matter-author__label { font-size: 0.75rem; color: #999; text-transform: uppercase; letter-spacing: 0.04em; }
.matter-author__name { font-size: 1rem; font-weight: 700; margin-bottom: 0.35rem; }
.matter-author__bio { font-size: 0.9rem; color: #555; line-height: 1.65; }

/* Relacionados */
.matter-section-header { margin-bottom: 1rem; border-bottom: 1px solid #e9ecef; padding-bottom: 0.75rem; }
.matter-section-title { font-size: 1.2rem; font-weight: 700; margin-bottom: 0.4rem; }
.matter-section-line { height: 3px; width: 3rem; background: #0050C3; border-radius: 2px; }
.matter-card__img { height: 160px; object-fit: cover; display: block; }

/* ─── Sidebar ─── */
.matter-single__sidebar { padding-top: 2rem; }
.matter-sidebar-inner { position: sticky; top: 100px; }
.matter-sidebar-title {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #101010;
}
.matter-sidebar-search-item {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.65rem 1rem;
    margin-bottom: 0.5rem;
    border: 1px solid #e9ecef;
    border-radius: 30px;
    font-size: 0.9rem;
    color: #333;
    text-decoration: none;
    transition: all 0.2s;
}
.matter-sidebar-search-item:hover { border-color: #0050C3; color: #0050C3; }

/* ================================================
   MAIS LIDAS
   ================================================ */
.matter-mais-lidas { margin: 2rem 0; }
.matter-mais-lidas__header {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #888;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}
.matter-mais-lidas__grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 1rem;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
}
.matter-mais-lidas__item { flex: 0 0 140px; }
.matter-mais-lidas__item a { text-decoration: none; color: inherit; display: block; }
.matter-mais-lidas__img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 0.5rem;
}
.matter-mais-lidas__img { width: 100%; height: 100%; object-fit: cover; display: block; }
.matter-mais-lidas__num {
    position: absolute;
    bottom: 4px;
    right: 6px;
    font-size: 2.5rem;
    font-weight: 900;
    color: rgba(255,255,255,0.35);
    line-height: 1;
    pointer-events: none;
}
.matter-mais-lidas__title {
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1.35;
    color: #222;
    margin: 0;
}
.matter-mais-lidas__item a:hover .matter-mais-lidas__title { color: #0050C3; }

/* ================================================
   BOTÃO VOLTAR AO TOPO
   ================================================ */
.matter-back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 1.5rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #101010;
    color: #fff;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    z-index: 999;
    transition: opacity 0.3s, transform 0.3s;
}
.matter-back-to-top:hover { background: #0050C3; transform: translateY(-2px); }

/* ================================================
   ACESSIBILIDADE — contraste + fonte
   ================================================ */
.matter-a11y {
    position: fixed;
    z-index: 998;
    display: flex;
    gap: 0.4rem;
}
/* Desktop: lateral direita, vertical */
@media (min-width: 992px) {
    .matter-a11y {
        right: 1.5rem;
        top: 50%;
        transform: translateY(-50%);
        flex-direction: column;
    }
}
/* Mobile: rodapé, horizontal */
@media (max-width: 991px) {
    .matter-a11y {
        bottom: 0;
        left: 0;
        right: 0;
        flex-direction: row;
        justify-content: center;
        background: rgba(255,255,255,0.95);
        border-top: 1px solid #ddd;
        padding: 0.5rem;
        backdrop-filter: blur(4px);
    }
}
.matter-a11y__btn {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.85rem;
    color: #333;
    transition: all 0.2s;
    box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}
.matter-a11y__btn:hover { border-color: #0050C3; color: #0050C3; }

/* Alto contraste */
body.matter-high-contrast {
    filter: invert(1) hue-rotate(180deg);
}
body.matter-high-contrast img,
body.matter-high-contrast video {
    filter: invert(1) hue-rotate(180deg);
}

/* ================================================
   BARRA DE COOKIES
   ================================================ */
.matter-cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #e9ecef;
    box-shadow: 0 -2px 16px rgba(0,0,0,0.1);
    z-index: 9999;
    padding: 1rem 1.5rem;
}
.matter-cookies__inner {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}
.matter-cookies__text { flex: 1; font-size: 0.85rem; color: #555; }
.matter-cookies__text a { color: #0050C3; }
.matter-cookies__actions { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.matter-cookies__btn {
    padding: 0.45rem 1rem;
    border-radius: 4px;
    border: 1px solid #ddd;
    background: #fff;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 600;
    transition: all 0.2s;
}
.matter-cookies__btn--accept { background: #0050C3; color: #fff; border-color: #0050C3; }
.matter-cookies__btn--accept:hover { background: #003a99; }
.matter-cookies__btn--reject:hover { border-color: #333; }
.matter-cookies__btn--settings:hover { border-color: #333; }

/* Painel de settings */
.matter-cookies__settings-panel {
    border-top: 1px solid #e9ecef;
    margin-top: 1rem;
    padding-top: 1rem;
}
.matter-cookies__settings-inner { max-width: 1140px; margin: 0 auto; }
.matter-cookies__settings-inner h3 { font-size: 1rem; font-weight: 700; margin-bottom: 1rem; }
.matter-cookies__option {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f0f0f0;
}
.matter-cookies__option strong { display: block; font-size: 0.9rem; margin-bottom: 0.2rem; }
.matter-cookies__option p { font-size: 0.8rem; color: #888; margin: 0; }
.matter-cookies__settings-actions { margin-top: 1rem; }

/* Toggle switch */
.matter-toggle { position: relative; display: inline-block; width: 44px; height: 24px; flex-shrink: 0; }
.matter-toggle input { opacity: 0; width: 0; height: 0; }
.matter-toggle__slider {
    position: absolute;
    cursor: pointer;
    inset: 0;
    background: #ccc;
    border-radius: 24px;
    transition: 0.3s;
}
.matter-toggle__slider::before {
    content: '';
    position: absolute;
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s;
}
.matter-toggle input:checked + .matter-toggle__slider { background: #0050C3; }
.matter-toggle input:checked + .matter-toggle__slider::before { transform: translateX(20px); }
.matter-toggle--disabled { opacity: 0.5; cursor: not-allowed; }

/* ── Sidebar sticky até o rodapé do post ── */
.matter-single__sidebar {
    padding-top: 2rem;
}
.matter-sidebar-inner {
    position: sticky;
    top: 100px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

/* ── Sidebar search items ── */
.matter-sidebar-search-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    padding: 0.65rem 1rem;
    margin-bottom: 0.5rem;
    border: 1px solid #e9ecef;
    border-radius: 30px;
    font-size: 0.9rem;
    color: #333;
    text-decoration: none;
    transition: all 0.2s;
    background: #fff;
}
.matter-sidebar-search-item:hover {
    border-color: #0050C3;
    color: #0050C3;
}
.matter-sidebar-search-item svg {
    flex-shrink: 0;
    opacity: 0.4;
}

/* ── You May Also Like — largura total ── */
.matter-related-full {
    background: #f8f9fa;
    padding: 2.5rem 0;
    margin-top: 2rem;
    width: 100%;
}

.title-page {
	margin-top: 75px;
}
