@charset "UTF-8";
/*
Theme Name: Caotize-se
Theme URI: https://caotize.se
Description: Tema limpo específico para o site Caotize-se
Author: Rafael Zen
Author URI: https://github.com/rafaelzen/rafaelzen
Version: 2.1.0
Text Domain: caotizese
License: MIT
License URI: https://opensource.org/licenses/MIT
Tags: clean, simple, caotize-se
.
Licensed under the MIT license.
.
*/


/* =============================================================================
   1. RESET & BASE
   ============================================================================= */

html, body, header, footer, span, div, ul, h1, h2, h3, h4, h5, h6, a, li {
  margin: 0;
  padding: 0;
}

html {
  background: #000;
  max-width: 100%;
  scroll-behavior: smooth;
}
.instrucoes .inteiro {
    margin: 0 10px;
}
body {
  font-family: system-ui, sans-serif;
  color: #666;
  padding-top: 70px;
  max-width: 100%;
}

a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

img {
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  height: auto;
}

img.emoji {
  float: inherit !important;
}

img.alignright {
  float: right;
  position: relative;
  margin-left: 10px;
}

ul, ol, li {
  margin: 0;
  padding: 0;
}

article {
  margin: 0 auto;
}

audio, #musicas {
  display: none;
}


/* =============================================================================
   2. TIPOGRAFIA
   ============================================================================= */

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #000;
}

h1, h2 {
  text-align: center;
}

h1 {
  font-size: clamp(24px, 5vw, 36px);
  padding-top: 20px;
  padding-bottom: 20px;
  color: #FFF;
}

h2 {
  font-size: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
}

h3 {
  font-size: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

h4 {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}

h5 {
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}

h6 {
  font-size: 14px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.info h3 {
  color: #FFF;
}


/* =============================================================================
   3. LAYOUT AUXILIARES
   ============================================================================= */

.left {
  text-align: left;
  float: left;
  position: relative;
}

.right {
  text-align: right;
  float: right;
  position: relative;
}

.pointer {
  cursor: pointer;
}

.navegacao {
  display: flow-root;
}

.borda {
  border: 1px solid #000;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.borda-preta {
  border: 1px solid #000;
}

.fundo-verde {
  background: #EFE;
  padding: 5px 10px;
  border: 1px solid #070;
}

.mensagem {
  text-align: center;
  min-height: 50px;
}

.escolha {
  padding: 5px 10px;
  position: relative;
  float: left;
}

.horizontal {
  margin-top: 20px;
  margin-bottom: -15px;
  border-radius: 10px;
}

/* Utilitários de texto */
.titulo-centralizado {
  text-align: center;
}

.texto-direita {
  text-align: right;
}


/* =============================================================================
   4. CONTEÚDO PRINCIPAL
   ============================================================================= */

.conteudo > div, #comments {
  scroll-margin-top: 100px;
}

#main {
  margin-top: 10px;
}

#main h1, #main h2 {
  padding: 10px;
  width: calc(100% - 20px);
  font-family: "Lexend Deca", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#main h1 {
  border-radius: 10px 10px 0 0;
}

#main h2 {
  border-radius: 0 0 10px 10px;
  padding-bottom: 10px;
}

.titulo, .subtitulo {
  color: #FFF;
  width: calc(100% - 20px);
}

.titulo a, .subtitulo a {
  color: #FFF;
}

.inteiro, #comments {
  padding: 10px 20px;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 10px;
  width: calc(100% - 20px);
  box-sizing: border-box;
  background: #FFF;
  display: block;
}

#comments li {
  list-style: none;
}

#comments, footer {
  position: relative;
}

.destaque {
  border-radius: 10px;
  overflow: hidden;
  padding: 0 !important;
  transform: translateZ(0px);
  display: block;
}

.page-template-page-guia article {
  max-width: 1200px;
}

.page-template-page-videos .inteiro {
  margin-bottom: 20px;
}


/* =============================================================================
   5. BLOCOS: IMAGEM / VÍDEO / GALERIA
   ============================================================================= */

/* --- Imagem destacada (single-simbolo) --- */
.imagemDestaque img, .imagemDestaque video {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 9 / 15;
}

/* Fallback para Safari < 15 */
@supports not (aspect-ratio: 9 / 15) {
  .imagemDestaque {
    position: relative;
    padding-top: 166.67%;
    overflow: hidden;
    border-radius: 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .imagemDestaque img,
  .imagemDestaque video {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    aspect-ratio: unset;
  }
}

.single-anjo .imagemDestaque img,
.single-anjo .imagemDestaque video {
  aspect-ratio: 9 / 14;
}

#videoDestaque {
  position: absolute;
  top: 0;
}

/* --- iFrame YouTube --- */
iframe.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  border-radius: 10px;
}

/* Fallback para Safari < 15 */
@supports not (aspect-ratio: 16 / 9) {
  .youtube-wrapper {
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 10px;
  }
  .youtube-wrapper iframe.youtube {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    aspect-ratio: unset;
  }
}

/* --- Arte --- */
.arte img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* --- Capa de vídeo --- */
.capavideo {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  height: 200px;
}

.capavideo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* --- Galeria de imagens --- */
.imagem-galeria {
  width: 19.7%;
  display: inline-block;
  height: 200px;
}

.imagem-galeria img {
  margin: 0;
  object-fit: cover;
  float: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

#popup-galeria {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
}

.arte-grande {
  width: 98%;
  height: 96%;
  margin: 1%;
}

.arte-grande img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  margin: 0;
}

.seta-direita, .seta-esquerda {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  font-size: 40px;
  line-height: 42px;
  font-weight: bolder;
  text-align: center;
  cursor: pointer;
  display: none;
}

.seta-direita { right: 20px; }
.seta-esquerda { left: 20px; }

.fecha-x, .fecha-galeria {
  position: absolute;
  background: #333;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #FFF;
  right: 20px;
  top: 20px;
  z-index: 999;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}

.mute-play {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 12px;
  color: #666;
  font-weight: bold;
  cursor: pointer;
}

/* --- Imagem da home --- */
.imagemhome {
  width: 30%;
  position: relative;
  float: left;
}

.imagemhome img {
  width: 100%;
}

/* --- Canvas / Energizador --- */
canvas#imageCanvas {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#imageLoader {
  position: absolute;
  background: #FFF;
  width: calc(100% - 13px);
  border: 1px #000 solid;
  padding: 5px;
  top: 0;
  left: 0;
  z-index: 9;
}

.play img.emoji {
  mix-blend-mode: difference;
  border-radius: 100%;
}


/* =============================================================================
   6. HEADER / NAVBAR
   ============================================================================= */

header {
  height: 60px;
  overflow: hidden;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0 0 10px #FFF;
  position: fixed;
  background: #000;
  transform: translateZ(0);
}

.navbar {
  background-color: #000;
}

nav .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.logo {
  /* Mobile: definido por breakpoints abaixo */
}

.abreMenu, .login, .busca {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 15px;
}

.busca {
  left: 65px;
}

.direita { right: 15px; }
.esquerda { left: 15px; }

.lupa {
  filter: invert(1);
  height: 30px;
}

.lupa input {
  width: 100%;
}

.login {
  right: 65px;
  background: #FFF;
  border-radius: 100%;
  padding: 4px;
  width: 22px;
  height: 22px;
}

.pesquisar {
  position: absolute;
  height: 60px;
  background: rgba(0, 0, 0, 0.9);
  padding-top: 20px;
}

.logo #search {
  width: 96%;
  height: 34px;
  font-size: 18px;
  text-align: center;
}

/* Hamburger */
.traco {
  width: 30px;
  height: 6px;
  background: #FFF;
  position: absolute;
  left: 0;
  transition: all 0.5s;
}

.fechado .traco1 { top: 2px; }
.fechado .traco2 { top: 12px; }
.fechado .traco3 { top: 22px; }
.fechado .traco   { transform: rotate(0); }

.aberto .traco          { top: 12px; }
.aberto .traco1,
.aberto .traco3         { transform: rotate(-45deg); }
.aberto .traco2         { transform: rotate(45deg); }

/* Hotmart */
.hotmart img {
  max-height: 18px;
}


/* =============================================================================
   7. MENU PRINCIPAL (TOPO)
   ============================================================================= */

/* Estado base: escondido acima */
menu.top {
  position: fixed;
  background: #FFF;
  z-index: 999;
  margin-top: -20px !important;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 10px #000;
  padding: 0 10px;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
  display: block !important;
}

menu.top.aberto {
  transform: translateY(0);
  opacity: 1;
}

menu.top.fechado {
  pointer-events: none;
}

menu.fechado {
  display: none;
}

menu.top li {
  display: inline-block;
}

menu {
  position: relative;
  float: none;
  margin-bottom: 20px;
  transition: all 0.5s;
  text-align: center;
  width: calc(100% - 40px);
  padding: 0;
  margin-left: 10px;
}

menu .menu {
  background: #FFF;
  border-radius: 10px;
}

.menu, .submenu {
  border: 1px solid #000;
  padding: 10px;
  font-weight: 700;
  position: relative;
  float: left;
  cursor: pointer;
  margin: 10px;
  font-size: 18px;
}

.submenu {
  border: 0;
  background-color: #eee;
  margin: 1px;
  font-size: 14px;
  padding: 6px;
  border-radius: 10px;
}

.menu .icone {
  position: inherit;
  float: unset;
  display: inline-block;
}

li.menu img {
  width: 19px;
  object-fit: contain;
  height: 19px;
  margin-right: 5px;
  filter: grayscale(1);
}

.menu-root, .subtarot {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.menu-root li, .subtarot li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

/* Último item do menu ocupa linha inteira */
.menu-root > li.menu:last-child {
  flex-basis: 100%;
}

.subservos, .subtarot {
  background: #FFF;
  margin-top: 10px;
}

menu.top .sub {
  display: grid;
  height: fit-content;
}

.top .menu {
  margin: 3px;
  padding: 6px;
  font-size: 14px;
}

.top .submenu {
  font-size: 12px;
}

.top li.menu img {
  width: 16px;
  height: 16px;
}

.menu input#search {
  border: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: calc(100% - 4px);
  display: block;
}

.menu input[type="image"] {
  width: 20px;
  position: absolute;
  right: 5px;
  top: calc(50% - 10px);
}

.menu form {
  margin: 0;
}

#labelmenu {
  position: relative;
  float: right;
  height: 30px;
  margin: 20px 0;
  font-size: 20px;
}


/* =============================================================================
   8. MENU LATERAL (single-simbolo)
   ============================================================================= */

.menu-lateral {
  position: fixed;
  top: 70px;
  right: 10px;
  padding: 5px;
  max-width: 30px;
  z-index: 9;
  overflow: hidden;
  transition: all 1s ease;
  isolation: isolate;
}

.aberto.menu-lateral {
  height: 300px;
}

.fechado.menu-lateral {
  height: 26px;
}

.icone-lateral, #abre-fecha {
  display: inline-block;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  width: 30px;
  height: 30px;
  background: #000;
  box-shadow: 0 0 5px #FFF;
}

.aberto #abre-fecha {
  transform: rotate(90deg);
}

.fechado #abre-fecha {
  transform: rotate(-90deg);
  opacity: 0.3;
}

.icone-lateral img, .icone-lateral video {
  width: 100%;
}

/* Ícones menores dentro do menu lateral */
.icone-lateral-pequeno {
  width: 26px;
  margin: 2px;
}

.revert {
  mix-blend-mode: luminosity;
  filter: contrast(0);
  color: #FFF;
  isolation: isolate;
}

.lumi {
  mix-blend-mode: luminosity;
  isolation: isolate;
}


/* =============================================================================
   9. FOOTER
   ============================================================================= */

footer {
  width: 100% !important;
}

.criador {
  width: 100%;
  text-align: center;
  color: #FFF;
  margin: 20px 0;
  position: relative;
  float: none;
  display: inline-block;
}

.criador a {
  color: #FFF;
}

menu.rodape {
  margin: 0;
  width: 100%;
}

menu.rodape .menu {
  border: none;
  font-size: 14px;
  padding: 0;
  margin: 10px 0;
  display: contents;
}

menu.rodape li img {
  display: none;
}

.menu-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 20px;
  list-style: none;
  margin: 20px auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
}

.rodape > div {
  margin-top: 10px;
}

.rodape .redes {
  /* definido em @media 700px */
}


/* =============================================================================
   10. ÍCONES DE REDES SOCIAIS
   ============================================================================= */

.icone {
  position: relative;
  float: right;
  margin: 5px 2px;
  width: 25px;
  height: 25px;
}

.icone img {
  width: 100%;
  height: 100%;
}

.redescontato .icone {
  float: left;
  margin: 0;
  margin-right: 10px;
}

.redescontato .icone img {
  margin: 0;
}

.compartilhe {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 2px 0 5px 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 31px;
  margin-bottom: 10px;
}

.compartilhe .icone img {
  margin: 0 !important;
}

.compartilhe h4 {
  position: relative;
  float: right;
  padding-bottom: 5px;
  padding-top: 7px;
}

.tags {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 2px 0 5px 0;
  font-size: 12px;
}

.icone-links img {
  width: 25px;
  height: 25px;
  float: left !important;
  position: relative;
  margin-right: 10px;
  margin-left: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.todos-os-links {
  text-align: center;
}

.todos-os-links h2 {
  font-size: 20px;
  padding: 0;
}

.links {
  border: 1px solid #000;
  padding: 5px 10px;
  background: #efefef;
  line-height: 25px;
  max-width: 100%;
  display: inline-block;
}


/* =============================================================================
   11. FILTROS / BUSCA
   ============================================================================= */

.filtros {
  text-align: center;
  margin-bottom: 40px;
}

.filtro {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  margin: 5px;
  background-color: #000;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #FFF;
  transition: 1s all;
  cursor: pointer;
  border: 0.1px solid #FFF;
  text-align: center;
  line-height: 20px;
}

.filtro input[type="text"] {
  border: none;
  background-color: #ccc;
  text-align: center;
  font-weight: bold;
  color: #000;
}

.filtro-busca {
  text-align: center;
}

.ativo .menu,
.filtro.ativo,
.filtro:hover,
.ativo input[type="text"] {
  background-color: #FFF !important;
  color: #000 !important;
}

.ativo input[type="text"]:focus {
  outline: none;
}

.busca-acoes {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 8px;
}


/* =============================================================================
   12. SIGILO / ENERGIZADOR
   ============================================================================= */

.sigilo {
  height: auto;
  overflow: hidden;
}

.sigilo img, #sigilo img, .simbolo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top;
}

.simbolo {
  z-index: 2;
  position: absolute;
}

.simbolo .protegeSigilo {
  z-index: 1;
}

/* Sigilo clicável (meditação) */
.sigilo-clicavel {
  cursor: pointer;
}

/* Remover individual (X) */
.sigilo-escolhido {
  position: relative;
  transition: 1s all;
}

.remover-sigilo {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 5;
  appearance: none;
  border: 1px solid #2b2f36;
  background: #151a21;
  color: #e6e9ef;
  border-radius: 999px;
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
}

.remover-sigilo:hover {
  background: #1b212a;
}

/* Energizador */
#energizador {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  z-index: 10;
}

/* Fallback para Safari < 15 */
@supports not (aspect-ratio: 1 / 1) {
  #energizador {
    padding-top: 100%;
    height: 0;
  }
}

#energizador.ativo {
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  width: 100% !important;
  height: 100% !important;
  background: #FFF;
  margin: 0;
}

#energizador .sigilo {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

body.play-ativo {
  overflow: hidden;
}

.imagemenergizador {
  height: 330px;
  width: 330px;
  position: absolute;
  top: 0;
  left: 0;
}

#energizador.ativo #sigilo-visitante {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sigilo-servidor {
  position: absolute;
  width: 20%;
  height: 92%;
  left: 40%;
  top: 3%;
  text-align: center;
  transition: 1s all;
}

.ativo .sigilo-servidor {
  height: 100%;
  top: 0;
}

#sigilo-visitante {
  position: absolute;
  width: 33%;
  height: 33%;
  text-align: center;
  overflow: hidden;
  top: 33.33%;
  left: 33.33%;
  z-index: 11;
  border-radius: 100%;
}

#sigilo-visitante img {
  width: calc(100% - 2px) !important;
  height: 100% !important;
  object-fit: cover;
  cursor: pointer;
}

.check-sigilo-visitante {
  width: 30px;
  position: relative;
  float: left;
  height: 90px;
  line-height: 90px;
}

.meiuca {
  width: calc(100% - 120px);
  position: relative;
  float: left;
  height: 90px;
}

.previewSigilo {
  width: 90px;
  height: 90px;
  float: right;
  position: relative;
}

.click-sobre {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  background-color: #FFF;
  padding: 32px 0;
  font-weight: bold;
  cursor: pointer;
}

.click-sobre:hover {
  background-color: #CCC;
}

.quadro-sigilos {
  width: 100%;
  height: 100%;
}

.ctrene {
  display: block;
  position: relative;
  margin: 30px 0;
}

#protecao {
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: no-drop;
  z-index: 666;
}

.botao-preto {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  border: 2px solid #FFF;
  border-radius: 100%;
  background-color: #000;
  font-weight: bold;
  color: #FFF;
  cursor: pointer;
  z-index: 999;
  text-align: center;
}

#tempo {
  position: relative;
  float: right;
  z-index: 43;
  margin-top: -20px;
}


/* =============================================================================
   13. COMENTÁRIOS / FORMULÁRIOS
   ============================================================================= */

.comment {
  font-size: 12px;
  padding: 0 10px;
  border: 1px solid #666;
  margin-bottom: 10px;
}

.comment-metadata, .comment-notes {
  display: none;
}

.reply {
  float: none;
  text-align: right;
}

.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-form-cookies-consent label {
  display: none;
}

#commentform textarea, #commentform input {
  color: #000;
  font-size: 14px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", Helvetica, Arial, sans-serif;
  padding: 5px 10px;
  width: calc(100% - 20px);
}

#commentform input[type="submit"], .wpcf7 input[type="submit"] {
  color: #FFF;
  border-radius: 10px;
  padding: 10px 20px;
  width: 100%;
  font-weight: bold;
  background-color: #000;
  border: none;
}

#commentform textarea::placeholder, #commentform input::placeholder {
  opacity: 0.5;
  font-weight: bold;
}

.comment-form-author, .comment-form-email {
  width: calc(50% - 30px);
  position: relative;
  float: left;
  margin-top: 0;
  margin-right: 20px;
}

.comment-form-email {
  margin-right: 0;
}

.comment-form-cookies-consent {
  font-size: 12px;
  text-align: right;
  width: 40px;
  position: relative;
  float: left;
  margin: 0;
}

#wp-comment-cookies-consent {
  height: 30px;
  margin: 0;
  text-align: center;
  padding: 0 !important;
}

.akismet_comment_form_privacy_notice {
  text-align: center;
  font-size: 12px;
}

.wpcf7-text, .wpcf7-textarea, .wpcf7-date, .wpcf7-select {
  width: calc(100% - 24px);
  padding: 5px 10px;
  border: 1px solid #000;
  margin-bottom: 5px;
  font-size: 14px;
  font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", Helvetica, Arial, sans-serif;
  border-radius: 5px;
}

.wpcf7-select {
  width: calc(100% - 2px);
}

.wpcf7-spinner {
  position: absolute;
  left: 0;
  margin: 6px 27px;
}


/* =============================================================================
   14. RATING / POST META
   ============================================================================= */

.rating {
  margin-bottom: 10px;
}

/* Oculto por padrão (exibido condicionalmente via JS/CSS) */
.rating-oculto {
  display: none;
}

.post-ratings img {
  filter: drop-shadow(0px 0px 1px #fff);
}


/* =============================================================================
   15. BORDAS / BOTÕES
   ============================================================================= */

.bordaPreta {
  border: 1px solid #000;
  padding: 5px 10px;
  margin: 10px 0;
  width: 40%;
  border-radius: 10px;
}

.botao {
  background: #000;
  color: #FFF;
  padding: 5px 10px 10px 10px;
  border-radius: 10px;
  text-align: center;
  width: calc(100% - 20px);
  display: inline-block;
  margin-top: 10px;
}

/* Ícone à esquerda do botão (exceto .nowp) */
.botao:not(.nowp)::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  filter: invert(1);
  margin-right: 5px;
  margin-bottom: -5px;
}


/* =============================================================================
   16. LISTAS E GUIA
   ============================================================================= */

.lista {
  position: relative;
  float: left;
  margin-bottom: 7px;
  max-height: 117px;
  overflow: hidden;
}

.lista-servos {
  text-align: center;
}

.lista-guia {
  border-bottom: 2px solid #000;
  margin-bottom: 5px;
  padding-bottom: 10px;
  min-height: 70px;
}

.lista-guia h2 {
  text-align: left;
  padding: 0;
}

.guia-home {
  display: inline-block;
  background-color: #eee;
  margin: 5px;
  padding: 0 10px;
}

.guia-home h2 {
  padding: 5px 10px;
  margin: 0;
  font-size: 18px;
}

.guia-rapido-home {
  text-align: center;
}

.titulohome {
  width: 66%;
  position: relative;
  float: right;
}

.titulohome h3 {
  padding-top: 0;
  padding-bottom: 5px;
}

.deshome {
  font-size: 12px;
}

.next {
  text-align: right;
}

.pagina-filha-thumb {
  position: relative;
  float: right;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}


/* =============================================================================
   17. BLOG / BIBLIOTECA
   ============================================================================= */

.livro {
  position: relative;
  float: left;
  width: 100%;
  min-height: 60px;
  margin-bottom: 20px;
  border: 1px solid #eee;
}

.livro img {
  width: 60px;
  height: 60px;
  float: left;
  position: relative;
  margin-right: 10px;
  mix-blend-mode: multiply;
}

.livro:hover, .texto-blog:hover {
  background-color: #eee;
  transition: 1s all;
}

.texto-blog {
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
}

.texto-blog h5, .texto-blog p {
  text-align: left;
}

.texto-blog p {
  font-size: 14px;
  font-weight: 400;
}

.texto-blog .imagem {
  width: 320px;
  height: 200px;
  margin-right: 20px;
  position: relative;
  float: left;
}

.imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-cat img {
  width: 100%;
}

.post-cat h5 {
  position: absolute;
  bottom: 0;
  background: #000;
  color: #FFF;
  text-align: center;
  width: calc(100% - 16px);
  padding: 8px;
}

.detalhes, .detalhes h4, .detalhes h3 {
  color: #FFF;
}

.detalhes {
  padding-bottom: 20px;
}


/* =============================================================================
   18. MEDITAÇÃO / CONEXÃO (single-simbolo)
   ============================================================================= */

#conectar {
  width: 100%;
  text-align: center;
  font-size: 12px;
}

/* Texto descritivo da meditação */
.conectar-descricao {
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-bottom: 10px;
}


/* =============================================================================
   19. 404 / PÁGINAS ESPECIAIS
   ============================================================================= */

#e404 {
  font-size: 140px;
  color: #ccc;
  font-weight: bold;
  line-height: 100px;
  text-align: center;
  padding-bottom: 35px;
  font-family: "Lexend Deca", sans-serif;
}

#t404 {
  background: #FFF;
  text-align: center;
  border-radius: 10px;
}


/* =============================================================================
   20. ANIMAÇÕES
   ============================================================================= */

@keyframes pulsar {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50%       { transform: translate(-50%, -50%) scale(1.08); }
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

#caosfera-gira, .gira {
  animation: spin 10s linear infinite;
}


/* =============================================================================
   21. TERCEIROS / PLUGINS
   ============================================================================= */

.grecaptcha-badge {
  display: none !important;
}

#fb-root {
  display: none !important;
}

.nsl-container {
  text-align: center !important;
}

.smpush-fb-livechat {
  display: none !important;
}

/* Google login */
.czum-login-center              { text-align: center; }
.czum-login-center iframe       { display: inline-block; }
.czum-login-center > *          { display: inline-block; }

.czum-subpage-content li,
.czum-card-full li,
.czum-account-type-page li{
    margin-left: 20px;
}

/* =============================================================================
   22. RESPONSIVO
   ============================================================================= */

@media screen and (max-width: 429px) {
  .logo {
    width: 46%;
    margin-left: 27%;
  }

  .submenu {
    font-size: 12px;
  }
}

@media screen and (max-height: 500px) {
  #buscamenu {
    display: none !important;
  }

  menu.top {
    padding-top: 10px;
  }

  .filtro {
    margin: 0;
  }
}

@media screen and (max-width: 768px) and (orientation: landscape) {
  .menu-lateral {
    right: 60px;
  }
}

@media screen and (min-width: 700px) {
  .logo {
    width: 30%;
    margin-left: 35%;
  }
.pesquisar {
    width: 100%;
}
  .quinto {
    width: 18%;
  }

  menu.rodape .menu {
    padding: 0;
    margin: 5px;
    border-radius: 0;
    display: revert;
  }

  menu div, menu li {
    display: inline-block;
    margin: 0;
  }

  .rodape .redes {
    width: calc(100% - 20px);
  }

  footer {
    margin: 20px 0 0 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }

  menu.top {
    max-width: 1200px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}