/*CABEÇALHO DO SITE DESKTOP*/
.main-navigation {
		background-color: #242424 !important;
		width: 180% !important;
		padding: 4px;

}

@media only screen and (max-width: 600px) {
		.main-navigation {
		background-color: #de540d !important;
		width: 50% !important;
		padding: 4px;
		}}

.site-header {
  padding-top: 40px;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
.site-header .custom-logo {
  max-height: auto;
  max-width: 190px;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 1;
}
.site-header {
  border-bottom: none;
}
/*__________________________________________________________________________*/
/*RODAPÉ DO SITE*/
.site-footer .site-info {
  display: none;
  margin-bottom: 0px !important;
}
/*RODAPÉ MOBILE DO SITE*/
#footer-movel .sow-accordion .sow-accordion-panel .sow-accordion-panel-header .sow-accordion-title {
  font-family: "Libre Franklin", sans-serif;
  color: #2d4f58;
  text-decoration: underline;
  font-size: 16px;
	font-weight: 800;
}
#footer-movel .sow-accordion .sow-accordion-panel .sow-accordion-panel-header {
  border-style: solid;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-width: 0.1px;
}
#footer-movel .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:hover {
  border-style: solid;
  border-top: none;
  border-left: NONE;
  border-right: none;
  border-bottom-width: 0.1px;
}
#footer-movel .sow-accordion .sow-accordion-panel .sow-accordion-panel-header:focus {
  outline: 0px;
}
/*________________________________________________________________________*/
/*RETIRANDO O TÍTULO DAS PÁGINAS DE CATEGORIA*/

.archive .page-title {
  display: none;
}

/*________________________________________________________________________*/
/* FONTES DAS POSTAGENS */
.entry-content p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
/*FONTES H1 H2 H3 ETC */
p.bold {
  font-weight: 800;
		line-height: 1em;
}
body h1 {
  font-family: 'Libre Frabklin', sans-serif !important;
  font-weight: 800;
}
.category-videos .body h1 {
  font-family: 'Libre Frabklin', sans-serif !important;
  font-weight: 800;
	color: #fff !important;
}
body h5 {
  font-family: 'Libre Frabklin', sans-serif !important;
  font-weight: 800;
}
body h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
body h3 {
  font-family: 'Libre Frabklin', sans-serif;
  font-weight: 800;
}
body h2 {
  font-family: 'Libre Frabklin', sans-serif;
  font-weight: 600;
  line-height: 1.2em;
}
/*________________________________________________________________________*/
/*IMPEDIR QUE O SITE TENHA ROLAGEM HORIZONTAL*/
body, html { 
		overflow-x:hidden; 
}
/*RELATIVO AO CARROSSEL DA PÁGINA VANTAGENS PARA EMPRESAS*/
#vantagens .sow-carousel-wrapper .sow-carousel-items .slick-slide {
		background: #facfbb;
background: linear-gradient(49deg, rgba(250, 207, 187, 1) 38%, rgba(222, 84, 13, 1) 98%);
		border-radius: 10px 10px 35px 10px;
		padding: 20px;
		color: #ffffff;
		height: 300px;
		box-shadow: 0 3px 3px 0 rgba(94, 39, 110, 0.2), 0 3px 3px 0 rgba(94, 39, 110, 0.19);
}
/*RELATIVO AO CARROSSEL DA PÁGINA NOSSOS ASSINANTES PARA EMPRESAS*/
#nossos_assinantes .sow-carousel-wrapper .sow-carousel-items .slick-slide {
		background: #8A5300;
		border-radius: 10px 10px 10px 35px;
		padding: 20px;
		color: #9c3705;
		height: 330px;
		box-shadow: 0 3px 3px 0 rgba(94, 39, 110, 0.2), 0 3px 3px 0 rgba(94, 39, 110, 0.19);
}
/*RELATIVO AO CARROSSEL DA PÁGINA Assinantes*/
#vantagens_assinante .sow-carousel-wrapper .sow-carousel-items .slick-slide {
		background: #2d4f58;
		border-radius: 10px 10px 35px 10px;
		padding: 20px;
		color: #ffffff;
		height: 260px;
		box-shadow: 0 3px 3px 0 rgba(94, 39, 110, 0.2), 0 3px 3px 0 rgba(94, 39, 110, 0.19);
}
/*REMOVER BADGE CAPTCHA*/

.grecaptcha-badge {
		display: none !important;
}
/*ROLAGEM SUAVE*/

*[id] {
  scroll-margin-top: 50px;
}

html {
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
/*___________________________________________________________*/
/*RELATIVO AO GRID DE DESCONTOS NA HOME E NA PÁGINA DESCONTOS*/
/* -------- Estilo comum -------- */
.grid-anuncios {
  display: grid;
  gap: 20px;
  margin: 20px 0;
}

.anuncio-thumb img {
  width: 150px;
  height: auto;
  display: block;
  object-fit: cover;
	aspect-ratio: 1/1;
}

.anuncio-info h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  color: #2d4f58;
}

.anuncio-categoria, .anuncio-desconto {
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 5px;
}

/* -------- Estilo 1 -------- */
.grid-anuncios.estilo-1 {
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}

.estilo-1 .anuncio-item {
  display: flex;
  background: #ffe9d6;
  border-radius: 10px;
  overflow: hidden;
  align-items: center;
  padding: 4px;
  transition: background 0.3s ease;
}

.estilo-1 .anuncio-item:hover {
  background: #edc7a6;
}

.estilo-1 .anuncio-thumb img {
  max-width: 150px;
  border-radius: 8px;
	width: 150px;
	object-fit: cover;
	aspect-ratio: 1/1;
}

.estilo-1 .anuncio-info {
  margin-left: 15px;
}

.estilo-1 .anuncio-desconto {
  background-color: #2d4f58;
  color: #fff;
  font-weight: bold;
  padding: 3px;
}

/* -------- Estilo 2 -------- */
.grid-anuncios.estilo-2 {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

.estilo-2 .anuncio-item {
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  transition: box-shadow 0.2s;
}

.estilo-2 .anuncio-item:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.estilo-2 .anuncio-info {
  padding: 15px;
}

/* -------- Filtro -------- */
.filtro-categorias {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.filtro-btn {
  padding: 8px 16px;
  background-color: #ffe9d6;
  border-radius: 20px;
  text-decoration: none;
  color: #333;
  transition: background-color 0.2s;
  font-weight: 500;
}

.filtro-btn:hover {
  background-color: #edc7a6;
}

.filtro-btn.ativo {
  background-color: #0073aa;
  color: white;
}

/* -------- Responsivo -------- */
@media (max-width: 768px) {
  .grid-anuncios.estilo-1 {
    grid-template-columns: 1fr;
  }

  .estilo-1 .anuncio-item {
    flex-direction: row;
  }

  .estilo-1 .anuncio-thumb img {
    max-width: 100px;
    aspect-ratio: 1/1;
  }
}


/*_________________________________________________________________________*/
/*RELATIVO AO CSS DOS ANÚNCIOS*/
.anuncio-detalhes {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.anuncio-capa img {
    width: 100%;
		max-width: 1851px;
		max-height: 312px;
    height: auto;
    border-radius: 8px;
    margin-bottom: -60px;
		object-fit: cover;
		
}

.anuncio-header {
    display: flex;
    align-items: top;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
		padding: 20px;
}

.logo-empresa img {
    max-width: 120px;
    height: auto;
    border-radius: 8px;
}

.titulo-empresa {
    flex: 1;
		margin-top: 50px;
}

.titulo-empresa h1 {
    font-size: 28px;
    margin: 0 0 10px;
}

.anuncio-corpo {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.coluna-contato,
.coluna-info {
    flex: 1;	
}

.coluna-contato {
		border-right: solid 1px #2D4F58;
		max-width: 240px;
}

.coluna-contato p,
.coluna-info p {
    margin: 10px 0;
    font-size: 11px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.coluna-contato i,
.coluna-info i {
    color: #2D4F58;
    font-size: 18px;
    width: 24px;
    text-align: center;
}

.descricao-empresa {
    margin-top: 20px;
}

.descricao-empresa p {
    font-size: 14px;
    line-height: 1.6;
}
.regras {
		background-color: #fff3ca;
		margin: 15px;
		padding: 15px;
		font-size: 12px;
		color: #2D4F58;
		border-radius: 10px;
}
#paywall {
    background-color: #fef9e7;
    border: 1px solid #fade36;
    padding: 20px;
    margin: 40px 0;
    border-radius: 8px;
}

#paywall h5,
#paywall p {
    margin: 10px 0;
}

#paywall button {
    transition: background 0.3s ease;
}

#paywall button:hover {
    background-color: #5e276e;
    color: #ffffff;
}
.info-desconto {
    font-weight: bold;
		padding: 7px;
    color: #ffe9d6;
    margin-top: 30px;
    font-size: 16px;
		background-color: #b36474;
		max-width: 220px;
		border-radius: 10px;
}


.comentarios-restritos {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 20px;
    margin-top: 40px;
    text-align: center;
    border-radius: 8px;
}

/* Responsivo */
@media (max-width: 768px) {
		
		.anuncio-detalhes {
				padding: 5px;
		}
    .anuncio-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .logo-empresa img {
        max-width: 100px;
				margin-bottom: -80px;
    }

    .titulo-empresa h1 {
        font-size: 24px;
    }

    .anuncio-corpo {
        flex-direction: column;
    }

    .coluna-contato,
    .coluna-info {
        width: 100%;
    }
		.coluna-contato {
		border-right: none;
}
}
/*______________________________________________________*/
/*RELATIVO AO BOTÃO CURTIR*/
.botao-curtir {
  background: #2D4F58;
  padding: 8px 8px;
  font-size: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  color: #ffffff;
	border-radius: 20px;
}

.botao-curtir.curtido {
  background-color: #2D4F58;
  color: #ffffff;
  font-weight: 800 !important;
  font-size: 8px;
}

/*______________________________________________________*/
/*RELATIVO AO BOTÃO FAVORITO*/
.botao-favoritar {
  background: #2D4F58;
  padding: 8px 8px;
  font-size: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  color: #ffffff;
	border-radius: 20px;
}

.botao-favoritar.favoritado {
  background-color: #2D4F58;
  color: #ffffff;
  font-weight: 800 !important;
  font-size: 8px;
}
/*______________________________________________________*/
/*RELATIVO AO BOTÃO PASSEI POR LÁ*/
.botao-passei {
  background: #2D4F58;
  padding: 8px 8px;
  font-size: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
  color: #ffffff;
	border-radius: 20px;
}

.botao-passei.curtido {
  background-color: #2D4F58;
  color: #ffffff;
  font-weight: 800 !important;
  font-size: 8px;
}
/*___________________________________________________*/
/*RELATIVO AO MENU MOBILE CUSTOMIZADO*/
/* Botão do menu hambúrguer */
.menu-toggle {
    position: fixed;
    top: 5px;
    right: 5px;
    background-color: #242424;
    padding: 9px 16px 9px 16px;
    border-radius: 100%;
    font-size: 20px;
    color: #ffffff;
    cursor: pointer;
    z-index: 2001; /* Garante que fique acima do menu */
    transition: transform 0.3s ease;
}
/* Ícone de fechar */
.menu-toggle.ativo {
    transform: rotate(180deg);
		padding: 4px 13px 8px 13px;
		font-size: 20px;
		background-color: #DE540D;
		color: white !important;
}
/* Estilização do menu lateral */
.meu-menu-horizontal {
    position: fixed;
    top: 0;
    right: -390px; /* Mantém o menu fora da tela */
    width: 380px;
    height: 100vh;
    background-color: #242424;
    box-shadow: -10px 0px 0px rgba(0, 0, 0, 0.4);
    transition: right 0.3s ease-in-out; /* Suaviza a animação */
    padding: 50px 40px 20px 40px;
    z-index: 2000; /* Garante que fique acima do conteúdo */
}
/* Quando o menu estiver aberto */
.meu-menu-horizontal.ativo {
    right: 0px; /* Move o menu para dentro da tela */
}
/* Estilização dos links*/
.meu-menu-horizontal ul {
    list-style: none !important;
    padding: 20px;
    margin: 0;
}
.meu-menu-horizontal li {
    list-style: none !important;
    padding: 20px;
    text-align: right;
    border-bottom: 1px solid rgba(222, 84, 13, 0.4); 
    } 
.meu-menu-horizontal a {
    text-decoration: none;
    color: #ffffff;
    font-size: 18px;
		font-weight: 800;
    display: block;
    transition: color 0.3s ease;
}
.meu-menu-horizontal a:hover {
    color: #fade36;
}
.meu-menu-horizontal .menu_assine {
  background-color: #77726e;
  padding: 5px 15px 0px 15px !important;
  color: #313841 !important;
  border-radius: 50px;
}
.meu-menu-horizontal .menu_assine:hover {
  color: #ffffff !important;
  background-color: #ffffff;
}
/* Estilização dos submenus */
.meu-menu-horizontal .sub-menu {
    display: none; /* Ocultar por padrão */
    position: relative;
    background: #313841;
    padding-right: 15px;
    margin-top: 5px;
    transition: max-height 0.3s ease-in-out;
}
/* Quando o submenu estiver ativo */
.meu-menu-horizontal li.ativo > .sub-menu {
    display: block;
}
/* Ícone para abrir submenus */
.meu-menu-horizontal li.menu-item-has-children > a::after {
    content: " ▼";
    font-size: 10px;
    color: #fade36;
    float: right;
    transition: transform 0.3s ease;
}
/* Quando o submenu estiver aberto, o ícone muda */
.meu-menu-horizontal li.ativo > a::after {
    transform: rotate(180deg);
}
/* Ícone de fechar com rotação */
.menu-toggle.ativo {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
		color: white !important;
}
/* Adiciona rolagem apenas quando o menu estiver ativo e precisar */
.meu-menu-horizontal.ativo {
    right: 0px; /* Mantém a posição aberta */
    max-height: 100vh; /* Garante que o menu nunca ultrapasse a tela */
    overflow-y: auto; /* Permite rolagem apenas quando necessário */
    scrollbar-width: thin; /* Estiliza a barra de rolagem no Firefox */
    scrollbar-color: rgba(255, 255, 255, 0.3) transparent; /* Cor no Firefox */
}
/* Personalização da barra de rolagem para navegadores baseados no WebKit (Chrome, Edge, Safari) */
.meu-menu-horizontal.ativo::-webkit-scrollbar {
    width: 6px; /* Largura da barra */
}
.meu-menu-horizontal.ativo::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.3); /* Cor da barra de rolagem */
    border-radius: 3px;
}
.meu-menu-horizontal.ativo::-webkit-scrollbar-track {
    background: transparent;
}
.menu-search-container {
		list-style: none !important;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #242424;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.menu-search-form {
    display: flex;
    align-items: center;
}
.menu-search-input {
    width: 100% !important;
    padding: 8px;
    border: 1px solid #ffffff;
    border-radius: 08px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    outline: none;
}
.menu-search-button {
    background-color: #de540d;
    border: none;
    font-size: 14px;
    cursor: pointer;
		border-radius: 8px;
    margin-left: -40px;
    color: #ffffff;
}
/* Esconde o menu do tema no mobile */
@media (max-width: 1024px) {
    #masthead .menu,
    #masthead .main-navigation {
        display: none !important;
    }
}
/* Esconde o menu hambúrguer customizado no desktop */
@media (min-width: 1025px) {
    .menu-wrapper {
        display: none !important;
    }
}
/*__________________________________________________________*/
.lista-posts-curtidos .curtido-item,
.lista-posts-favoritados .favorito-item,
.lista-posts-passei .passei-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.curtido-link,
.favorito-link,
.passei-item a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
    width: 100%;
}

.curtido-thumb,
.favorito-thumb,
.passei-thumb {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    margin-right: 15px;
    overflow: hidden;
    border-radius: 6px;
}

.curtido-thumb img,
.favorito-thumb img,
.passei-thumb img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.post-list-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
}
/*_______________________________________________________*/
ul.comentarios-parceiro {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comentario-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1.5em;
    background: #2D4F58;
    padding: 1em;
    border-left: 4px solid #fade36;
    border-radius: 5px;
		paddin: 15px;
}

.comentario-avatar {
    margin-right: 1em;
		border-radius: 50% !important;
}

.comentario-conteudo {
    flex: 1;
}

.comentario-texto {
    font-size: 1.2em;
    margin-bottom: 0.5em;
		color: #fff;
}

.comentario-autor {
    font-weight: bold;
    font-size: 0.9em;
    color: #fade36;
    margin-bottom: 0.3em;
}

.comentario-link a {
    font-size: 0.75em;
    color: #85792f;
    text-decoration: none;
}

.comentario-link a:hover {
    text-decoration: underline;
}
/*____________________________________________________________________*/
/*RELATIVO AOS BOTÕES DE COMPARTILHAR NAS REDES SOCIAIS*/

.social-share {
  display: flex;
  /* Define layout horizontal */
  justify-content: left;
  /* Centraliza horizontalmente */
  gap: 15px;
  /* Espaçamento entre os botões */
  margin: 10px 0;
  /* Margem superior e inferior */
}

.social-share a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: white;
  background-color: #f2f2f2;
  width: 24px;
  height: 24px;
  border-radius: 0;
  /* Torna os botões circulares */
  transition: background-color 0.3s ease, transform 0.3s ease;
  font-size: 18px;
}

.social-share a:hover {
  background-color: #f2f2f2;
  transform: scale(1.1);
  /* Efeito de zoom ao passar o mouse */
}