@charset "UTF-8";
/*
Theme Name: Caotize-se
Theme URI: https://caotize.se
Description: Tema limpo específico para o site Caotize-se
Author: Rafael Martins
Author URI: https://github.com/rafaelzen/rafaelzen
Version: 1.0.0
Text Domain: caotizese
License: MIT
License URI: https://opensource.org/licenses/MIT
Tags: clean, simple, caotize-se
.
Licensed under the MIT license.
.
*/
html, body, header, footer, span, div, ul, h1, h2, h3, h4, h5, h6, a, ul, li{
	margin: 0;
	padding: 0;
}
#e404 {
    font-size: 200px;
    color: #ccc;
    font-weight: bold;
    line-height: 160px;
    text-align: center;
}
.live {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #ed2524;
    z-index: 999999;
    color: #FFF;
    line-height: 50px;
    left: 0;
	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;
}
#play2 {
    position: absolute;
    bottom: 0;
    border: 1px solid #000;
    background: #FFF;
    padding: 5px;
    width: calc(100% - 13px);
    left: 0;
	z-index: 9;
}
a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}
img {
    border-style: none;
    vertical-align: top;
    max-width: 100%;
    height: auto;
}
body{
    font-family: system-ui;
    color: #666;
}
#popUp, .displaynone, .comment-notes{
    display: none;
}
.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;
}
.wpcf7-text, .wpcf7-textarea {
    width: 100%;
}
.navbar{
	background-color: #000;
}
header {
    height: 70px;
    overflow: hidden;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
header img{
	height: 100%;
}
.capavideo img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.filtros {
    text-align: center;
    margin-bottom: 40px;
}
.post_content.doisTercos img{
    position: relative;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
}
.galeria {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
}
.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;
}
#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: #ccc;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    transition: 1s all;
    cursor: pointer;
}
.ativo, .filtro:hover, .ativo input[type="text"] {
    background-color: #000 !important;
    color: #FFF !important;
}
.ativo input[type="text"]:focus {
    outline: none;
}
.lista-guia {
    border-bottom: 2px solid #000;
    margin-bottom: 20px;
    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;
}
.abreMenu {
    position: relative;
    float: right;
    margin: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.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;
}
.subservos, .subtarot{
    display: none;
}
menu{
    position: relative;
    float: none;
    margin-bottom:20px;
    transition: all 0.5s;
    text-align: center;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 0;
}
menu div {
    display: inline-block;
}
.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;
}
.submenu {
    border: 0;
    background-color: #eee;
    margin: 1px;
    font-size: 14px;
    padding: 6px;
}
.ativo{
    background-color: #eee;
}
.menu .icone {
    position: inherit;
    float: unset;
    display: inline-block;
}

input{
    max-width: 100%;
}
.escolha{
    padding: 5px 10px;
    position: relative;
    float: left;
}
#comment {
    width: calc(100% - 4px);
}
.sigilo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#main{
    margin-top:20px;
}
article{
    max-width:1100px;
    margin:0 auto;
}
.inteiro, .meio, .terco, .quarto, .quinto, .doisTercos{
    margin: 1%;
    position: relative;
    float: left;
}
.inteiro {
    width: 98%;
}
.meio {
    width: 48%;
}
.terco {
    width: 31.3%;
}
.quarto {
    width: 23;
}
.quinto {
    width: 18%;
}
.doisTercos {
    width: 62.6%;
}
.terco.sigilo, .terco.meditar, .terco.agradecer {
    height: 300px;
}
.arte img, #sigilo 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;
}
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;
}
.right{
    float: right;
    position: relative;
    text-align: right;
}
.left{
    float: left;
    position: relative;
    text-align: left;
}
.imagemDestaque img{
    height: auto !important;
    width: calc(100% - 20px);
    object-fit: contain;
    padding: 10px;
}
.bordaPreta{
    border: 1px solid #000;
    padding: 5px 10px;
    margin:10px;
}
ul, ol, li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.comment {
    font-size: 12px;
    padding: 0 10px;
    border: 1px solid #666;
    margin-bottom: 10px;
}
.comment-metadata {
    display: none;
}
.reply {
    float: none;
    text-align: right;
}
.comment-form-author, .comment-form-email, .comment-form-url {
    width: 33.1%;
    position: relative;
    float: left;
    margin-top: 0;
}
.comment-form-cookies-consent {
    font-size: 12px;
    text-align: center;
}
input[type=submit] {
    padding: 10px 20px;
    width: 100%;
    background-color: #000;
    color: #FFF;
    border: none;
}
.tags {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    padding: 2px 0px 5px 0px;
    font-size: 12px;
}
.compartilhe {
    background-color: #eee;
}
.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;
}
#popUp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
    z-index: 666666;
}
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;
}
#sigilo {
    z-index: 777;
    position: absolute;
    text-align: center;
    /*background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 70%);*/
    border-radius: 100%;
    padding: 30px;
}
.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;
}
#conectar, .divinacao {
    cursor: pointer;
}
.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 {
    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;
}
.imagem-lista img {
    width: 100%;
}
.imagem-lista {
    width: 23%;
    margin: 0.8%;
    display: inline-block;
    box-shadow: 0px 0px 5px #000;
    border-radius: 10px;
    overflow: hidden;
}
.lista-servos {
    text-align: center;
}
#energizador {
    position: relative;
    float: none;
    height: 1100px;
    z-index: 999999;
    background-color: #FFF;
    margin-top: 40px;
}
.imagemenergizador{
    height: 330px;
    width: 330px;
    position: absolute;
    top: 0;
    left: 0;
}
.quadro-sigilos{
    width: 100%;
    height: 100%;
    mix-blend-mode: darken;
}
#limpar{
    cursor: pointer;
    position: relative;
    float: left;
    z-index: 43;
    margin-top: -20px;
}
#tempo {
    position: relative;
    float: right;
    z-index: 43;
    margin-top: -20px;
}
.play, #pause{
    cursor: pointer;
}
#pause{
    position: relative;
    float: right;
    z-index: 43;
}
.sigilo-servidor {
    position: absolute;
    width: 20%;
    height: 100%;
    left: 40%;
    top: 0;
    text-align: center;
    transition: 1s all;
}
.sigilo-escolhido {
    transition: 1s all;
}
#sigilo-visitante {
    position: absolute;
    width: 30%;
    height: 30%;
    text-align: center;
    overflow: hidden;
    top: 33.33%;
    left: 33.33%;
    z-index: 11;
}
.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{
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    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;
}
#startzzmusical-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); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
.carta {
    padding: 15px;
    background-color: #000;
    width: 23%;
    margin: 0.8%;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    transition: all 0.5s;
}
@media screen and (max-width: 1200px) and (min-width: 800px) {
header, header img {
    height: 70px !important;
}
#main{
    margin-top:20px !important;
}
.imagem-galeria {
    width: 19.6%;
}
}
@media screen and (max-width: 800px){
header, header img {
    height: 60px !important;
}
#main{
    margin-top:20px !important;
}
.meio, .terco, .quarto, .quinto, .doisTercos, .terco.sigilo, .terco.meditar, .terco.agradecer {
    width: 98%;
}
.lista {
    max-height: 90px;
}
.imagem-galeria {
    width: 32%;
}
.lista h3{
    text-align: left;
}
.texto-blog {
    margin: 20px 10px;
}
.texto-blog .imagem{
    width: 100px;
    height: 70px;
    margin-right: 10px;
}
.texto-blog h4, .texto-blog p{
    margin: 0;
    padding: 0;
    text-align: left;
}
.texto-blog{
    height: auto;
}
.menu {
    padding: 5px;
    margin: 0px;
    font-size: 18px;
    width: calc(100% - 12px);
}
.biblioteca, .bloghome{
    display: none;
}
.submenu {
    border: 0;
    background-color: #eee;
    font-size: 14px;
    padding: 6px;
    width: calc(100% - 14px);
    margin: 1px;
}
menu div {
    width: 100%;
}
.terco.sigilo, .terco.meditar, .terco.agradecer {
    background-color: #eee;
    border-radius: 10px;
    height: auto;
}
.left, .right {
    text-align: center;
    width: 90%;
    margin: 5%;
}
.inteiro{
    width: 100%;
    margin: 0;
}
.bordaPreta {
    width: calc(90% - 22px) !important;
}
.tags {
    padding: 5px 10px 7px 10px;
    width: calc(100% - 20px) !important;
}
ul, ol, li {
    margin: 0 auto;
    width: 94%;
}
h1, h2, h3, h4, h5, h6 {
    text-align: center;
}
.comment-form-author, .comment-form-email, .comment-form-url {
    width: calc(33.1% - 20px);
}
#respond p {
    padding: 0 10px;
}
#espiralHipinotico{
    /*transform: rotate(90deg);*/
}
.seta-esquerda {
    left: 0;
}
.seta-direita {
    right: 0;
}
article{
    padding-left: 20px;
    padding-right: 20px;
}
}
@media only screen and (max-width: 400px) {
header, header img {
    height: 50px !important;
}
.links {
    width: calc(100% - 20px);
}
#main{
    margin-top:20px !important;
}
.meio, .terco, .quarto, .quinto, .doisTercos, .terco.sigilo, .terco.meditar, .terco.agradecer {
    width: calc(100% - 40px);
    margin: 20px;
}
.fundoYoutube{
    display: none;
}
.abreMenu {
    margin: 10px;
}
#labelmenu {
    font-size: 10px;
    margin: 10px 0;
    line-height: 30px;
	color: #FFF;
}
.imagem-galeria {
    width: 47%;
    height: 150px;
}
.flip {
    border-radius: 5px;
    padding: 1px;
}
.carta {
    border-radius: 5px;
}
.nova-divinacao .carta {
    left: 50%;
    margin-left: -35%;
    width: 80%;
}
}
