@charset "UTF-8";
/*
Theme Name: Limpíssimo
Theme URI: https://rafaelzen.com
Description: Tema limpo, leve e simples para desenvolvedores que querem um tema sem as parafernálias dos temas atuais
Author: Rafael Martins
Author URI: https://github.com/rafaelzen/rafaelzen
Version: 1.0.0
Text Domain: limpissimo
License: MIT
License URI: https://opensource.org/licenses/MIT
Tags: clean, simple
.
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;
}
.wp-block-buttons, .heateorSssSharingRound, .heateorSssClear, .heateor_sss_sharing_ul{
	display: none;
}
h1 {
    text-align: center;
    margin-bottom: 15px;
}
.conteudo img{
	width:100%;
}
body {
    -webkit-font-smoothing: antialiased;
    font-family: system-ui;
	transition: all 0.5s;
}
header {
    background-color: #000;
}
#content, #page-content {
    max-width: 1200px;
    margin: 0 auto;
	margin-top: 60px;
}
header {
    background-color: #000;
    position: fixed;
    width: 100%;
    z-index: 999;
    max-height: 80px;
	top: 0;
	height: 80px;
    overflow: hidden;
}
.quarto {
    height: 250px;
}
li {
    list-style: none;
    padding: 5px;
    border: 1px solid #000;
    margin-bottom: 3px;
}
.bordaPreta{
	border: 1px solid #000;
	padding: 5px;
	margin-bottom: 5px;
}
.right{
	float: right;
	text-align: right
}
.left{
	float: left;
	text-align: left;
}
a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}
a.site-title {
    color: #FFF;
    line-height: 60px;
    font-size: 30px;
}
.imgdestaque h2 {
    position: absolute;
    bottom: 0;
    padding: 10px;
    padding-top: 50px;
    background-image: linear-gradient(transparent, black);
    color: #FFF;
    text-shadow: 0 0 10px black;
	font-size: 20px;
}
.imgdestaque {
    width: 100%;
    height: 100%;
	overflow: hidden;
}
img {
    max-width: 100%;
    object-fit: cover;
    height: auto;
}
.imgdestaque img {
    width: 100%;
    height: 100%;
}
.inteiro, .meio, .terco, .quarto, .quinto, .doisTercos{
    margin: 0;
    position: relative;
    display: inline-block;
	vertical-align: top;
	margin-bottom: 5px;
}
.inteiro {
    width: 99%;
}
.meio {
    width: 48%;
}
.terco {
    width: 32.3%;
}
.quarto {
    width: 24%;
}
.quinto {
    width: 19%;
}
.doisTercos {
    width: 63.6%;
}
#timeline .inteiro {
    height: 200px;
	margin: 0 0 10px 0;
}
.navbar {
    padding: 10px;
    margin: 0 auto;
    max-width: 1200px;
}
#e404 {
    font-size: 200px;
    color: #ccc;
    font-weight: bold;
    line-height: 160px;
	text-align: center;
}
#formulariobusca {
    background: #eee;
    padding: 10px;
    margin-top: 10px;
}
menu #lupa {
    /* filter: invert(1); */
    width: 24px;
    padding-top: 10px;
    height: 24px;
	position: relative;
    float: right;
    margin-left: 10px;
}
menu a {
    color: #FFF;
    font-size: 20px;
}
menu {
    position: absolute;
    right: 20px;
    top: 10px;
    padding: 0;
    height: 100%;
    margin: 0;
    width: fit-content;
}
menu div {
    display: inline-block;
	line-height: 40px;
	padding: 10px;
	vertical-align: top;
	height: 40px;
}
.menu {
    padding: 10px;
    font-weight: 700;
    position: relative;
    float: left;
    cursor: pointer;
    margin: 10px;
    font-size: 20px;
}
menu.rodape .menu{
    border: none;
    font-size: 14px;
}
.submenu {
	position: relative;
    float: none;
	display: none;
    border-bottom: 1px solid #FFF;
    background-color: #000;
    padding: 6px;
}
.submenu a{
	font-size: 14px;
}
.ativo {
    border-top: solid 10px #FFF;
    margin-top: -10px;
}
.menu .icone {
    position: inherit;
    float: unset;
    display: inline-block;
}
.abreMenu {
	display: none;
}
#search{
	display: none;
}
#lupa{
	display: block;
}
#timeline {
    position: relative;
    float: none;
    display: flow-root;
	text-align: center;
	width: 100%;
}
#loading {
    margin: 0 auto;
    float: none;
    position: relative;
    text-align: center;
}
#loading img{
	width: 100px;
	height: 100px;
}
.spin {
    animation-name: spin;
    animation-duration: 2000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 2000ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2000ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2000ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-transition: rotate(3600deg);
}
@media only screen and (max-width: 1000px) {
	.quarto {
		width: calc(25% - 40px);
	}
	h2 {font-size: 18px;}
	h1{font-size:20px;}
}
@media only screen and (max-width: 800px) {
.quarto {
    width: calc(33% - 40px);
}
h2 {font-size: 16px;}
	h1{font-size:18px;}
	.doisTercos, .terco{
		width: calc(100% - 40px);
		        margin: 0 20px;
	}
}
@media only screen and (max-width: 600px) {
.quarto {
    width: calc(50% - 40px);
}
h2 {font-size: 14px;}
	h1{font-size:16px;}
	.doisTercos, .terco{
		width: calc(100% - 40px);
		margin: 0 20px;
	}
}
@media only screen and (max-width: 500px) {
.quarto {
    width: calc(100% - 40px);
}
h2 {font-size: 16px;}
	h1{font-size:18px;}
	.doisTercos, .terco{
		width: calc(100% - 40px);
		margin: 0 20px;
	}
}