@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.0.0
Text Domain: caotizese
License: MIT
License URI: https://opensource.org/licenses/MIT
Tags: clean, simple, caotize-se
.
Licensed under the MIT license.
.
*/
/* CLASSES NOVAS 2.0 */
html, body, header, footer, span, div, ul, h1, h2, h3, h4, h5, h6, a, ul, li {
  margin: 0;
  padding: 0;
}
html {
  background: #000;
  scroll-behavior: smooth;
}
body {
  font-family: system-ui;
  color: #666;
  padding-top: 70px;
}
.conteudo > div, #comments {
  scroll-margin-top: 100px;
}
iframe.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
header {
  height: 60px;
  overflow: hidden;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0 0 10px #FFF;
  position: fixed;
  background: #000;
}
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;
}
li.menu img {
  width: 19px;
  object-fit: contain;
  height: 19px;
  margin-right: 5px;
  filter: grayscale(1);
}
menu.top li {
  display: inline-block;
} /*
#page-content {
  margin-top: 70px;
}*/
.pointer {
  cursor: pointer;
}
menu .menu {
  background: #FFF;
  border-radius: 10px;
}
.top .menu {
  margin: 5px;
}
.hotmart img {
  max-height: 18px;
}
.abreMenu, .login, .busca {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: 15px;
}
.busca {
  left: 65px;
}
.lupa {
  filter: invert(1);
  height: 30px;
}
.direita {
  right: 15px;
}
.esquerda {
  left: 15px;
}
.login {
  right: 65px;
  background: #FFF;
  border-radius: 100%;
  padding: 4px;
  width: 22px;
  height: 22px;
}
.criador {
  width: 100%;
  text-align: center;
  color: #FFF;
  margin: 20px 0;
  position: relative;
  float: none;
  display: inline-block;
}
.criador a {
  color: #FFF;
}
.rating {
  margin-bottom: 10px;
}
.pesquisar {
  /*width: 50%;
  left: 25%;*/
  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;
}
.sigilo {
  height: auto;
  overflow: hidden;
}
.sigilo img, #sigilo img, .simbolo img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top;
  /*filter: drop-shadow(0 0 10px #FFF);*/
}
.simbolo img {
  /*mix-blend-mode: difference;*/
}
.simbolo {
  z-index: 2;
  position: absolute;
}
.simbolo .protegeSigilo {
  z-index: 1;
}
.terco.card {
  padding: 0;
  background: transparent;
  width: calc(100% - 20px);
}
.post-ratings img {
  filter: drop-shadow(0px 0px 1px #fff);
}
#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;
}
#main {
  margin-top: 10px;
}
.titulo, .subtitulo {
  color: #FFF;
  width: calc(100% - 20px);
}
.titulo a, .subtitulo a {
  color: #FFF;
}
#videoDestaque {
    position: absolute;
    top: 0;
    /*opacity: 0.5;*/
}
.imagemDestaque img, .imagemDestaque video {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 9 / 15;
}
.single-anjo .imagemDestaque img, .single-anjo .imagemDestaque video{
  aspect-ratio: 9 / 14;
}
.inteiro, .terco, .doisTercos, #comments {
  padding: 10px 20px;
  margin: 5px 10px;
  border-radius: 10px;
  width: calc(100% - 20px);
  background: #FFF;
  display: inline-block;
}
#comments, .inteiro {
  width: calc(100% - 60px);
  display: inline-block;
}
#conectar {
  width: 100%;
  text-align: center;
  font-size: 12px;
}
.bordaPreta {
  border: 1px solid #000;
  padding: 5px 10px;
  margin: 10px 0;
  width: 40%;
  border-radius: 10px;
}
.tags, .compartilhe {
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 2px 0px 5px 0px;
  font-size: 12px;
}
.compartilhe {
  font-size: 18px;
  font-weight: bold;
  line-height: 31px;
  margin-bottom: 10px;
}
.menu-root, .subtarot {
  display: flex;
  flex-wrap: wrap; /* permite colocar vários <li> lado a lado */
  justify-content: center; /* centraliza horizontalmente */
  list-style: none;
}
.menu-root li, .subtarot li {
  display: inline-flex; /* faz o li encolher no tamanho do conteúdo */
  justify-content: center;
  align-items: center;
}
/* Este item quebra para a linha inteira */
.menu-root > li.menu:last-child {
  flex-basis: 100%; /* ocupa largura total */
}
/* estado base do menu: escondido lá em cima */
menu.top {
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.35s ease, opacity 0.35s ease;
  display: block !important; /* garante que não some via display:none */
}
/* quando estiver aberto (classe "aberto") */
menu.top.aberto {
  transform: translateY(0);
  opacity: 1;
}
/* opcional: quando fechado, não clica em nada */
menu.top.fechado {
  pointer-events: none;
}
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, .submenu {
  border: 1px solid #000;
  padding: 10px;
  font-weight: 700;
  position: relative;
  float: left;
  cursor: pointer;
  margin: 10px;
  font-size: 18px;
}
menu.rodape .menu {
  border: none;
  font-size: 14px;
  padding: 0;
  margin: 10px 0;
}
.submenu {
  border: 0;
  background-color: #eee;
  margin: 1px;
  font-size: 14px;
  padding: 6px;
  border-radius: 10px;
}
.ativo {
  background-color: #eee;
}
.menu .icone {
  position: inherit;
  float: unset;
  display: inline-block;
}
menu.rodape .menu {
  border: none;
  font-size: 14px;
  padding: 0;
  margin: 10px 0;
  display: contents;
}
.subservos, .subtarot {
  background: #FFF;
  margin-top: 10px;
}
menu.top .sub {
  display: grid;
  height: fit-content;
}
.rodape > div {
  margin-top: 10px;
}
.left, .right {
  position: relative;
}
.left {
  text-align: left;
  float: left;
}
.right {
  text-align: right;
  float: right;
}
.navegacao {
  display: flow-root;
}
.lupa input {
  width: 100%;
}
.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", "DejaVu Sans Condensed", 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;
}
.wpcf7-text, .wpcf7-textarea, .wpcf7-date {
  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", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
}
#commentform textarea::placeholder, #commentform input::placeholder {
  opacity: 0.5;
  font-weight: bold;
}
.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;
}
.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;
}
@keyframes pulsar {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.08);
  }
}
.menu-lateral {
  position: fixed;
  top: 70px;
  right: 10px;
  padding: 5px;
  max-width: 30px;
  z-index: 9;
  overflow: hidden;
  transition: all 1s ease;
}
.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;
}
.aberto.menu-lateral {
  height: 300px;
  transition: all 1s ease;
}
.fechado.menu-lateral {
  height: 26px;
  transition: all 1s ease;
}
.revert {
  mix-blend-mode: luminosity;
  filter: contrast(0);
  color: #FFF;
}
.lumi {
  mix-blend-mode: luminosity;
}
.icone-lateral img, .icone-lateral video {
  width: 100%;
}
/* Remover individual (X) */
.sigilo-escolhido {
  position: relative
}
.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
}
/* PosiÃ§Ã£o normal no layout */
#energizador {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1 / 1;
  z-index: 10;
}
/* Apenas quando ativado: fixa e centraliza */
#energizador.ativo {
  position: fixed !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  background: transparent;
  margin: 0;
  width: 100% !important;
  height: 100% !important;
  background: #FFF;
}
/* Centraliza o sigilo (canvas) dentro */
#energizador .sigilo {
  display: flex;
  justify-content: center;
  align-items: center;
  /*mix-blend-mode: overlay;*/
  z-index: 2;
}
/* Bloqueia rolagem durante a ativaÃ§Ã£o */
body.play-ativo {
  overflow: hidden;
}
h1 {
  font-size: 5vw;
}
.menu-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 20px;
  list-style: none;
  margin: 20px auto;
  padding: 0;
}
menu.rodape li img {
  display: none;
}
  .top .submenu {
    font-size: 12px;
  }
  .top .menu {
    margin: 3px;
    padding: 6px
  }
  .top .menu, .menu #search {
    font-size: 14px
  }
  .top li.menu img {
    width: 16px;
    height: 16px
  }
.imagem-lista img {
  width: 100%;
}
.imagem-lista {
  width: 48%;
  margin: 0.5%;
  display: inline-block;
  box-shadow: 0px 0px 5px #000;
  border-radius: 10px;
  overflow: hidden;
}
.post_content .doisTercos img {
    width: 100%;
    float: none;
    margin-left: 0;
}
.conteudo .doisTercos{
    padding-bottom: 20px;
}
@media screen and (max-width: 768px) and (orientation: landscape) {
.menu-lateral {
  right: 60px;
}
}
@media screen and (max-height: 450px) {
  #buscamenu {
      display:none !important;
    }
    menu.top {
        padding-top: 10px;
    }
}
@media screen and (min-width: 700px) {
  .logo {
    width: 30%;
    margin-left: 35%;
  }
  h1 {
    font-size: 30px;
  }
  .meio {
    width: 48%;
  }
      .terco {
        width: 39% !important;
        margin-left: 0 !important;
    }
  .terco.card {
    /*margin-top: -6px !important;*/
  }
  .quarto {
    width: 23%;
  }
  .quinto {
    width: 18%;
  }
  .doisTercos {
    width: 58%;
  }
  .doisTercos h4 {
    text-align: left;
  }
    .imagem-lista {
  width: 23%;
    }
  #comments, .inteiro {
    margin: 0 10px;
    width: calc(100% - 60px);
  }
  menu.rodape .menu {
    padding: 0 10px;
    margin: 10px 0;
    border-left: 1px solid #000;
    border-radius: 0;
  }
  menu div, menu li {
    display: inline-block;
    margin: 0;
  }
  .rodape .redes {
    width: calc(100% - 20px);
  }
  footer {
    width: 100% !important;
    margin: 20px 0 0 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
  }
  section .conteudo {
    position: relative;
    box-sizing: border-box;
    margin-top: 20px;
  }
  .post_content .doisTercos img {
    width: 50%;
    float: right;
    margin-left: 20px;
  }
  menu.top {
    max-width: 1100px; /* limita o tamanho */
    margin: 0 auto; /* centraliza horizontalmente */
    left: 0;
    right: 0;
  }
}
}
@media screen and (max-width: 429px) {
  .logo {
    width: 46%;
    margin-left: 27%;
  }
  .submenu {
    font-size: 12px;
  }
  .top .menu {
    margin: 3px;
    padding: 6px
  }
  .top .menu, .menu #search {
    font-size: 14px
  }
  .top li.menu img {
    width: 16px;
    height: 16px
  }
}
/* CLASSES ANTIGAS 1.0 */
.imagem-lista .nome {
  text-align: center;
  font-size: 20px;
  width: 100%;
  margin-top: -47px;
  padding: 10px;
  text-shadow: 0px 0px 10px white;
}
.category-daemons .quarto, .category-anjos .quarto, .category-orixa .quarto {
  border-radius: 20px;
  overflow: hidden;
  margin-top: 20px;
}
.fundo-verde {
  background: #EFE;
  padding: 5px 10px;
  border: 1px solid #070;
}
.grecaptcha-badge {
  display: none !important;
}
nav .container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.next {
  text-align: right;
}
.post-cat img {
  width: 100%;
}
.post-cat h5 {
  position: absolute;
  bottom: 0px;
  background: #000;
  color: #FFF;
  text-align: center;
  width: calc(100% - 16px);
  padding: 8px;
}
#fb-root {
  display: none !important;
}
.terco.videos {
  max-height: 193px;
  margin-bottom: 10px;
}
.videos img {
  object-fit: cover;
  height: 193px;
}
#e404 {
  font-size: 200px;
  color: #ccc;
  font-weight: bold;
  line-height: 160px;
  text-align: center;
}
.nsl-container {
  text-align: center !important;
}
#labelmenu {
  position: relative;
  float: right;
  height: 30px;
  margin: 20px 0;
  font-size: 20px;
}
img.emoji {
  float: inherit !important;
}
img.alignright {
  float: right;
  position: relative;
  margin-left: 10px;
}
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%;
}
a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}
img {
  border-style: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.imagemhome img {
  width: 100%;
}
.imagemhome {
  width: 30%;
  position: relative;
  float: left;
}
.titulohome {
  width: 66%;
  position: relative;
  float: right;
}
.titulohome h3 {
  padding-top: 0;
  padding-bottom: 5px;
}
.deshome {
  font-size: 12px;
}
.lista {
  position: relative;
  float: left;
  margin-bottom: 7px;
  max-height: 117px;
  overflow: hidden;
}
.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;
}
.navbar {
  background-color: #000;
}
.capavideo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.filtros {
  text-align: center;
  margin-bottom: 40px;
}
.post_content .doisTercos img {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  float: none;
  margin-left: 0;
}
.compartilhe .icone img {
    margin: 0 !important;
}
.imagem-galeria {
  width: 19.7%;
  display: inline-block;
  height: 200px;
}
.imagem-galeria img {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  object-fit: cover;
  float: none;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.hotmart-fb, .hotmart-fb img {
  width: 100%;
}
#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-top: 0;
  margin-bottom: 0;
  margin-left: 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;
}
.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;
  text-align: center;
  line-height: 20px;
  border: 0.1px solid #FFF;
}
.ativo .menu, .filtro.ativo, .filtro:hover, .ativo input[type="text"] {
  background-color: #FFF !important;
  color: #000 !important;
}
.ativo input[type="text"]:focus {
  outline: none;
}
.lista-guia {
  border-bottom: 2px solid #000;
  margin-bottom: 5px;
  padding-bottom: 10px;
  min-height: 70px;
}
.lista-guia h2 {
  text-align: left;
  padding: 0;
}
.filtro input[type="text"] {
  border: none;
  background-color: #ccc;
  text-align: center;
  font-weight: bold;
  color: #000;
}
.capavideo {
  width: 100%;
  overflow: hidden;
  display: inline-block;
  height: 200px;
}
.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);
}
menu.fechado {
  display: none;
}
.escolha {
  padding: 5px 10px;
  position: relative;
  float: left;
}
article {
  margin: 0 auto;
}
article:has(.doisTercos),
.page-template-page-guia article{
  max-width: 1200px;
}
.arte img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#comments, footer {
  position: relative;
  float: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #000;
}
h1, h2 {
  text-align: center;
}
h1 {
  font-size: 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;
}
.info h3 {
  color: #FFF;
}
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;
}
.borda {
  border: 1px solid #000;
  padding: 5px 10px;
  margin-bottom: 10px;
}
ul, ol, li {
  margin: 0;
  padding: 0;
}
.doisTercos li {
  margin-left: 20px;
}
.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;
}
.icone {
  position: relative;
  float: right;
  margin: 5px 2px;
  width: 25px;
  height: 25px;
}
.icone img {
  width: 100%;
  height: 100%;
}
.compartilhe h4 {
  position: relative;
  float: right;
  padding-bottom: 5px;
  padding-top: 7px;
}
.wpcf7-spinner {
  position: absolute;
  left: 0;
  margin: 6px;
  margin-left: 27px;
}
audio, #musicas {
  display: none;
}
.fecha-x, .mute-play, .fecha-galeria {
  position: absolute;
  z-index: 888;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
}
.fecha-x, .fecha-galeria {
  background: #333;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #FFF;
  right: 20px;
  top: 20px;
  z-index: 999 !important;
}
.mute-play {
  top: 20px;
  left: 20px;
  font-size: 12px;
  color: #666;
}
.filtro-busca {
  text-align: center;
}
.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;
}
.livro {
  position: relative;
  float: left;
  width: 100%;
  min-height: 60px;
  margin-bottom: 20px;
  border: 1px solid #eee;
}
.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;
}
.texto-blog h5, .texto-blog p {
  text-align: left;
}
.texto-blog p {
  font-size: 14px;
  font-weight: 400;
}
.texto-blog {
  height: 200px;
  overflow: hidden;
  margin-bottom: 20px;
}
.texto-blog .imagem {
  width: 320px;
  height: 200px;
  margin-right: 20px;
  position: relative;
  float: left;
}
.imagem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.divinacao {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.mensagem {
  text-align: center;
  min-height: 50px;
}
.nova-divinacao {
  position: relative;
  text-align: center;
}
#protecao {
  width: 100%;
  height: 700px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: no-drop;
  z-index: 666;
}
.nova-divinacao .carta {
  position: absolute;
  left: 50%;
  margin-left: -11%;
  background-color: transparent;
  padding: 0;
}
.carta {
  padding: 15px;
  background-color: #000;
  width: 23%;
  margin: 0.8%;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  transition: all 0.5s;
}
.detalhes, .detalhes h4, .detalhes h3 {
  color: #FFF;
}
.detalhes {
  padding-bottom: 20px;
}
.side-2 {
  transform: rotateY(180deg);
}
.side-1 {
  transform: rotateY(0deg);
}
.flip {
  backface-visibility: hidden;
  border: 1px solid #000;
  position: absolute;
  transform-origin: 50% 50% 0;
  transition: all 3s;
  width: calc(100% - 32px);
  background-color: #000;
  border-radius: 10px;
  padding: 5px;
}
.legenda {
  color: #FFF;
  font-weight: bold;
  text-align: center;
  width: 100%;
  text-shadow: 0px 0px 10px #000;
  margin-bottom: 10px;
}
.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;
}
.lista-servos {
  text-align: center;
}
.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%);
}
.ctrene {
  display: block;
  position: relative;
  margin: 30px 0;
}
.quadro-sigilos {
  width: 100%;
  height: 100%;
  /*mix-blend-mode: darken;*/
}
.busca-acoes {
  display: flex;
  justify-content: flex-end; /* alinha à direita */
  gap: 8px; /* espaçamento entre botões */
  margin-top: 8px;
}
#tempo {
  position: relative;
  float: right;
  z-index: 43;
  margin-top: -20px;
}
.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-escolhido {
  transition: 1s all;
}
#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%;
}
.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;
}
.borda-preta {
  border: 1px solid #000;
}
/*#sigilo-visitante > div{
    position: relative;
    float: none;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}*/
.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;
}
#sigilo-visitante img {
  width: calc(100% - 2px) !important;
  height: 100% !important;
  object-fit: cover;
  cursor: pointer;
}
.borda-preta {
  border: 1px solid #000;
}
.todos-os-links h2 {
  font-size: 20px;
  padding: 0;
}
.todos-os-links {
  text-align: center;
}
.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;
}
.links {
  border: 1px solid #000;
  padding: 5px 10px;
  background: #efefef;
  line-height: 25px;
  max-width: 100%;
  display: inline-block;
}
.page-id-26468 section.post_content.doisTercos {
  margin: 0 !important;
}
#caosfera-gira, .gira {
  -webkit-animation: spin 10s linear infinite;
  -moz-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}
@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.carta {
  padding: 15px;
  background-color: #000;
  width: 23%;
  margin: 0.8%;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  transition: all 0.5s;
}
.smpush-fb-livechat {
  display: none !important;
}