/*Theme Name: Espaço Criativo 2025 - Padrão

Theme URI: https://espacocriativo.net/

Description: --

Version: 1.0

Author: Lelen 

Author URI: https://espacocriativo.net/*/


/* FONTES */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Shrikhand&display=swap');


@charset "UTF-8";

@font-face {
  font-family: "untitled-font-3";
  src:url("fonts/untitled-font-3.eot");
  src:url("fonts/untitled-font-3.eot?#iefix") format("embedded-opentype"),
    url("fonts/untitled-font-3.woff") format("woff"),
    url("fonts/untitled-font-3.ttf") format("truetype"),
    url("fonts/untitled-font-3.svg#untitled-font-3") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "untitled-font-3" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-3" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-5:before {
  content: "\61";
}
.icon-1:before {
  content: "\62";
}
.icon-2:before {
  content: "\63";
}
.icon-3:before {
  content: "\64";
}
.icon-4:before {
  content: "\65";
}
.icon-6:before {
  content: "\66";
}

.icon-7:before {
  content: "\67";
}


:root {
  /* ===== Colors ===== */
--body: #FFF7F9;
--preto: #000000;
--branco: #FFFFFF;
--detalhes: #F2D7EE;
--rosa-e:#D54F99;
--uva:#9E218F;
--roxo:#69306D;
--amora:#A5668B;
--areia:#D3BCC0;
--hover1:#ce99d1;
}

/* CORES TEMAS */
.tema1 {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: #D54F99;
}

.tema2 {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: #ead8cd;
}

.tema3 {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: #c8dcdf;
}

.tema4 {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: #c0daeb;
}

.tema5 {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: #e5cee0;
}

.tema6 {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: #fbac6a;
}

.tema7 {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: #a01b29;
}

.tema8 {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: #dc9b7c;
}

.tema9 {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: #6b6fb0;
}

.tema10 {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: #676193;
}

.tema11 {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: #66244a;
}

.tema12 {
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: #bcace0;
}



/* AUTORES */

.autores-vips {
    justify-content: center;
    margin-top: 30px;
}
.autor-vip img {
    border-radius: 50%;
}

.avatar-comentario {
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    width: 44px;
    height: 44px;
}


/* PRINCIPAL */

body, html{background-color: var(--body);
margin:0;
font-family:"Open Sans", century gothic;
scroll-behavior: smooth;
  --scrollbarBG: #fff;
  --thumbBG: #dadada;
}   


::-webkit-scrollbar {
  width: 5px;
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 0px solid var(--scrollbarBG);
}



a{text-decoration: none; transition: color 0.3s linear;
   -webkit-transition: color 0.3s linear;
   -moz-transition: color 0.3s linear;
color: var(--rosa-e);}

a:hover{color: var(--areia);}

h1{font-size: 45px;
line-height: 150%;}

h2{
font-size: 38px;
line-height: 150%;}

h3{
font-size: 33px;
line-height: 150%;}



.center-t{font-family: "Shrikhand";
text-align:center;
color: var(--preto);
text-transform:lowercase;
text-shadow: 1px 1px var(--detalhes);
}





/* BOXES CATEGORIAS */

.quadros-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    width: 100%;
    margin: 20px 0;
}

.quadro {
    padding: 20px;
    text-align: center;
    border-radius: 10px;
}

.quadro h2 {font-family:'Shrikhand';
    margin-bottom: 10px;
font-size: 2rem;
}

.quadro a {
    display: block;
    margin: 8px 0;
}

/* Suas cores (exemplos, coloque suas cores reais) */
#bglilas1 { background: var(--roxo); }
#bglilas2 { background: var(--amora); }
#bgazul { background: var(--uva); }
#bgpessego { background: var(--detalhes); }




details > summary {
margin:auto;
  padding: 4px;
  width: 95%;
  border-bottom: 2px solid var(--uva);
  box-shadow: 0px 0px 0px #bbbbbb;
  cursor: pointer;
box-sizing: border-box;
  
}

summary {
  display: block;
}
summary::after {
  margin-left: 1ch;
  display: inline-block;
  font-family: "FontAwesome";
  content: '\f103';
  transition: 0.2s;
}
details[open] > summary::after {
  transform: rotate(180deg);
}

details > p {
  padding: 4px;
  margin: auto;
width: 90%;
box-sizing: border-box;  transition: 0.2s;}


blockquote {
  border-top: 2px solid var(--uva);
  border-bottom: 2px solid var(--uva);
  color: #1a1a1a;
  font-family: 'Spectral', serif;  font-size: 18px;
  font-style: italic;
  line-height: 1.8em;
  margin: 1.1em ;
  padding: 1em 2em;
  position: relative;
  z-index: 0;
}

blockquote i, blockquote em{color: var(--amora);}

blockquote:before {
  content: " ";
  position: absolute;
  left: 50%;
  top: -1px;
  height: 2em;
  background:  var(--branco);
  width: 24px;
  margin-top: -1em;
}
blockquote:after {
  content: "\201C";
  position: absolute;
  left: 51%;
  top: -0.1em;
  color: var(--detalhes);
  font-family: "FontAwesome";
  font-style: normal;
  line-height: 1em;
  text-align: center;
  text-indent: -2px;
  width: 1em;
  margin-top: -0.5em;
  transition: 0.2s all ease-in-out, 0.4s transform ease-in-out;
}

blockquote:active:after {
  transform: none;
}
blockquote cite {
  display: block;
  font-size: 0.75em;
  line-height: 1.8em;
  margin-top: 1em;
}


/* outros links */

.underline{color: var(--preto);
text-decoration: underline;}

.underline:hover {color: var(--rosa-e);}


/* footer */

footer{background: var(--rosa-e);
color: var(--preto);
text-align:center;
text-transform:uppercase;
padding: 15px;
box-sizing: border-box;
}


.quote{font-family: "Shrikhand";
text-align:right;
color: var(--rosa-e);
font-size: 30px;
text-transform:lowercase;
text-shadow: 2px 2px var(--detalhes);}

.side-t{font-family: "Shrikhand";
text-align:right;
color: var(--preto);
font-size: 30px;
text-transform:lowercase;
text-shadow: 1px 1px var(--roxo);}


/* COISAS DO HEADER */

#temas{background-color: var(--detalhes);
writing-mode: vertical-lr;
margin: 0;
padding-top:10px;
padding-left:10px;
padding-right:10px;
padding-bottom:0px;
display:inline;
box-sizing: border-box;
}

/* Menu projetos */
menu{display: flex;
  flex-wrap: wrap;
width:100%;
margin:0;
padding:0;}

menu ul{  
flex: 43%;
list-style-type: none;
margin:0;
padding:0;
text-transform:uppercase;
}

.item1 a{background-color: var(--detalhes);
padding: 5px;
margin:2px 5px 0 5px;
color: var(--preto);
display: inline-block;
    width: 95%;
list-style-type: none;

}
.item1 a:hover, .item2 a:hover, .item3 a:hover {background-color: var(--roxo);
color: var(--branco);
}

.item2 a{background-color: var(--rosa-e);
padding: 5px;
margin:2px 5px 0 5px;
color: var(--preto);
display: inline-block;
    width: 95%;list-style-type: none;
}

.item3 a{background-color: var(--uva);
padding: 5px;
margin:2px 5px 0 5px;
color: var(--branco);
display: inline-block;
    width: 95%;
}

.item4 a{background-color: var(--areia);
padding: 5px;
margin:2px 5px 0 5px;
color: var(--preto);
display: inline-block;
    width: 95%;
}

.item5 a{background-color: var(--amora);
padding: 5px;
margin:2px 5px 0 5px;
color: var(--preto);
display: inline-block;
    width: 95%;
}

.item6 a{background-color: var(--roxo);
padding: 5px;
margin:2px 5px 0 5px;
color: var(--branco);
display: inline-block;
    width: 95%;
}
.item4 a:hover, .item5 a:hover, .item6 a:hover {background-color: var(--uva);
color: var(--branco);
}


/* menu página inicial */

.sticky {
  top: 0;
}



/* MENU */
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: auto;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: table;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}

#cssmenu {
font-family: 'Open Sans', century gothic, arial, helvetica, sans-serif;
  background: transparent;
font-weight:bold;
}
#cssmenu > ul > li {
  float: left;

}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {font-family : 'Open Sans', century gothic, arial, helvetica, sans-serif;
  padding: 15px;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  color: var(--preto);
  text-transform: uppercase;
transition: color 0.0s linear;
   -webkit-transition: color 0.0s linear;
   -moz-transition: color 0.0s linear;
}
#cssmenu > ul > li:hover > a {
  color: var(--amora);
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #939393;
  content: '';
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #939393;
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: 35px;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-family : 'Open Sans', arial, helvetica, sans-serif;
  font-size: 13px;
  text-decoration: none;
  color: #000;
  background: #fff;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #347766;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #fff;
  content: '';
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: var(--branco);
  content: '';
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}



/* destaques vip */

.titulo{font-family: "Shrikhand";
color: var(--rosa-e);
font-size: 30px;
text-transform:lowercase;
text-shadow: 2px 2px var(--detalhes);
line-height: 150%;}

.vip{padding:0;
  float: left;
  width: 48%;
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.vip ol {
	padding-top: 0rem;
padding-right: 1.5rem;
padding-bottom: 0px;
padding-left: 2.3em;
	border: 0;
	box-sizing: border-box;

}

.vip ol > * + * {
	margin-top: 0.2rem;
}

.vip li {margin-top: 0.2rem;
	break-inside: avoid;
}

.vip ::marker {
	content: counters(list-item, '') '. ';
	font-weight: 700;
	font-size: 18px;
	color: var(--roxo);
}

.vip li span {
	display: block;
}

.vip li span:first-child {
	font-size: 14px;
}

.vip li span:last-child {font-size: 12px;
}

.vip li span a{color: var(--preto);
font-weight:bold;
text-transform: uppercase;}

.vip li span a:hover{color: var(--branco);
font-weight:bold;
text-transform: uppercase;}

.dv1{background: var(--detalhes);box-sizing: border-box;

padding-left: 8px;}

.dv2{background: var(--areia);box-sizing: border-box;

padding-left: 8px;}

.dv3{background: var(--amora);box-sizing: border-box;

padding-left: 8px;}

.dv4{background: var(--rosa-e);box-sizing: border-box;

padding-left: 8px;}

.dv5{background: var(--uva);box-sizing: border-box;

padding-left: 8px;}


/* Links Autor vip */

.link1 a{background-color: var(--amora);
font-size:13px;
padding: 5px;
margin:2px 0 0 13px;
color: var(--branco);
display: inline-block;
    width: 100%;
text-transform: uppercase;
transition: color 0.9s linear;
   -webkit-transition: color 0.9s linear;
   -moz-transition: color 0.9s linear;
}
.link1 a:hover, .link2 a:hover {background-color: var(--roxo);
color: var(--branco);
}

.link2 a{background-color: var(--rosa-e);
font-size:13px;
padding: 5px;
margin:2px 0 0 13px;
color: var(--branco);
display: inline-block;
    width: 100%;
text-transform: uppercase;
transition: color 0.9s linear;
   -webkit-transition: color 0.9s linear;
   -moz-transition: color 0.9s linear;
}


/* HISTÓRIA DO MÊS */

.roxo-t{font-family: "Shrikhand";
color: var(--uva);
font-size: 45px;
text-transform:lowercase;
text-shadow: 2px 2px var(--detalhes);
text-align: center;
letter-spacing: .3rem;}

.sembg{background: transparent;
margin:0;
padding:0;
}

.bg{background: var(--detalhes);
}

.areatexto{padding: 0 1.5em;
box-sizing: border-box;
}

.asa a{background-color: var(--uva);
font-size:13px;
padding: 5px;
margin:2px 0;
color: var(--branco);
display: inline-block;
    width: 30%;
text-transform: uppercase;
box-sizing: border-box;
}

.asa a:hover{background-color: var(--areia);
color: var(--preto);
}


.titulo-fic{font-size: 45px;
font-weight:bold;
border-bottom: 1px solid var(--preto);
}

.autor{text-align:center;
text-transform: uppercase;
font-weight: bold;
letter-spacing: .2rem;
font-size:13px;
}

.autor a{color: var(--rosa-e);}
.autor a:hover{color: var(--preto);}

.categoria1{background: var(--rosa-e);
color: var(--branco);
padding: 5px;
position: relative;
top: 4em;
right: 0;
bottom: 0;
left: 85%;
}


.avatar {width:45px;
  border-radius: 50%;
}

#box {
   display: flex;
   align-items:center;
justify-content: center;
margin-bottom:5px;
}

/* POSTS */

.roxo-0{font-family: "Shrikhand";
color: var(--uva);
text-transform:lowercase;
text-shadow: 2px 2px var(--detalhes);
text-align: center;
letter-spacing: 0;
}

.branco-p{background: var(--branco);
width: 100%;
padding: 8px;
box-sizing: border-box;
height:850px;
overflow:auto;
}

.branco-int{background: var(--branco);
width: 100%;
line-height: 200%;
padding: 8px;
box-sizing: border-box;
}

.branco-p p, .branco-p2 p, .branco-int p{font-size: 14px;
line-height:28px;}


.branco-p2{background: var(--branco);
width: 98%;
padding: 8px;
box-sizing: border-box;
height:500px;
overflow:auto;
}

.post-tit{font-size: 45px;
font-weight:bold;
border-bottom: 1px solid var(--preto);
text-transform: uppercase;
text-align: center;
margin: 0.3em;
}

.data{font-size: 12px;
text-transform: uppercase;
text-align: center;
}

.adsbetas{background: var(--rosa-e);
padding: 8px;
width: 100%;
box-sizing: border-box;
margin: 5px 0;
}
.adsbetas p{color: var(--branco);
text-align:center;
text-transform: uppercase;
}
.adsbetas p a{color: var(--branco);
text-decoration: underline;
}

.adsbetas p a:hover{
color: var(--preto);
}



#pedido{width:100%;
background:transparent;
text-align: center;
font-family: 'Open Sans',  arial, helvetica, sans-serif;
color:#fff;
margin-top: 15px;
margin-bottom: 15px;
font-size: 14px;
display: flex;
flex-direction: row;
justify-content: center;
}

#pedido a{background: var(--detalhes);
text-align: center;
color: var(--preto);
padding: 10px ;
text-transform: uppercase;
width: auto;
border-radius: 5px;
text-decoration: none;
margin-left: 5px;
float:left;
border-bottom: 1px solid #e1e1e1;
border-right: 1px solid #e1e1e1;
}

#pedido i, #pedido em{color: var(--preto);}

#pedido a:hover{background: var(--areia);
text-align: center;
color: var(--preto);
text-transform: uppercase;
border-radius: 5px;
border-bottom: 1px solid #e1e1e1;
border-right: 1px solid #e1e1e1;
transition:all 0.5s ease;
}


/* PARTE ADOTE */

.ideia-botao {
    display: block;
    width: 100%;
    margin: 20px auto;
    padding: 15px 20px;
    text-align: center;
box-sizing: border-box;
    border: 1px solid var(--preto);
    border-radius: 12px;

    font-family: inherit;
    color: var(--preto);
    text-decoration: none;

    transition: 0.2s ease;
}

.ideia-botao span a:hover{
    color: var(--amora);
}

.ideia-botao:hover {
    border-color: var(--amora);
}

.ideia-botao strong {
    font-size: 18px;
    font-weight: 700;
    display: block;
}

.ideia-botao span {
    font-size: 15px;
    display: block;
    margin-top: 4px;
}


/* SIDEBAR */
.side{
width: 100%;
padding: 8px;
box-sizing: border-box;
}


.side li {
	break-inside: avoid;
}

.side ::marker {
	content: counters(list-item, '') '. ';
	font-weight: 700;
	font-size: 18px;
	color: var(--uva);
}

.side li a{color: var(--rosa-e);
font-weight:bold;}

.side li a:hover{color: var(--amora);}


.quote2 {position:relative; background: var(--areia);box-sizing: border-box; padding: 8px; border: 0px; margin: 5px;}
.quote2 p{padding: 1px; box-sizing: border-box; width:93%; font-size: 13px;}
.quote2:before{content:"";width:calc(100% - 4px);height:calc(100% - 4px);position:absolute;top:-6px;left:-6px;background:transparent;border:3px solid var(--rosa-e);width:calc(100% - 9px);height:calc(100% - 0px);top:-14px;left:-14px;}
.quote2 .span{color: var(--amora); font-size: 13px; text-align:right;}



.adote-div{background-color: var(--areia);
margin: 0;
padding:5px;
box-sizing: border-box;
width:30%;
}

.adote-div p{font-size:13px;
padding:8px;
box-sizing: border-box;
}

.clique {border: 2px solid var(--preto);
font-size:13px;
text-align:center;
}
.clique:hover{color: var(--uva);
border: 2px solid var(--uva);
}

.clique a{color: var(--preto);
}

.clique a:hover{color: var(--uva);
}

.rosa1{font-family: "Shrikhand";
color: var(--rosa-e);
text-align:center;
text-shadow: 2px 2px var(--detalhes);
}


/* TABELA VIP */

/* wrapper que contém as ondas, coroa e conteúdo */
.vip-section{
  position: relative;
  margin: 2.5rem 0;        /* espaço entre seções para evitar sobreposição com elementos anteriores */
  overflow: visible;
  background: transparent; /* cor do "fundo" da área — se quiser a mesma cor da onda, use #f2d7ee */
}

/* ==== ONDAS como elementos NO FLUXO (ocupam espaço) ==== */
.vip-section::before,
.vip-section::after {
  content: "";
  display: block;           /* importante: ocupa espaço no fluxo */
  width: 100%;
  height: 60px;             /* ajuste aqui conforme visual */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  pointer-events: none;
}

/* onda de cima (SVG embutido - cor codificada) */
.vip-section::before {
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 150' preserveAspectRatio='none'>\
<path d='M0.00,49.99 C149.99,150.00 349.81,-49.99 500.00,49.99 L500.00,150.00 L0.00,150.00 Z' fill='%23F2D7EE'/>\
</svg>");
  /* opcional: puxe um pouco a onda pra dentro (visual) */
  margin-bottom: -8px;
}

/* onda de baixo */
.vip-section::after {
  background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 500 150' preserveAspectRatio='none'>\
<path d='M-37.81,91.09 C52.81,-19.91 389.69,167.09 500.00,49.99 L500.00,0.00 L0.00,0.00 Z' fill='%23F2D7EE'/>\
</svg>");
  margin-top: -8px;
}

/* área de conteúdo (dentro do wrapper) */
#tabelavip {font-size:14px;
line-height:200%;
  position: relative;
  z-index: 1;
  padding: 10px;   /* espaço para não encostar nas ondas */
  background: var(--detalhes); /* se quiser um fundo, coloque aqui */
  box-sizing: border-box;
}

/* coroa — posicionada no topo do wrapper, centralizada */
.vipc {
  position: absolute;
  top: 0;                /* alinhada ao topo do wrapper */
  left: 80%;
  transform: translate(-50%, -50%); /* metade para cima para "entrar" na onda */
  z-index: 2;
  pointer-events: none;
}
.vipc img {
  display: block;
  height: auto;
}

/* ===== Responsividade ===== */
@media (max-width: 768px){
  .vip-section::before, .vip-section::after { height: 44px; }
  #tabelavip { padding: 16px;   box-sizing: border-box;}
  .vip-section { margin: 2rem 0; }
}
@media (max-width: 480px){
  .vip-section::before, .vip-section::after { height: 30px; margin-bottom: -6px; margin-top: -6px; }
  #tabelavip { padding: 12px;  box-sizing: border-box; }
  .vip-section { margin: 6rem 0; }
}




/* Onda de cima */
#tabelavip::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 500 150' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.00,49.99 C149.99,150.00 349.81,-49.99 500.00,49.99 L500.00,150.00 L0.00,150.00 Z' fill='%23F2D7EE'/></svg>") no-repeat center;
  background-size: cover;
  z-index: 1;
}

/* Onda de baixo */
#tabelavip::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  height: 50px;
  background: url("data:image/svg+xml;utf8,<svg viewBox='0 0 500 150' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'><path d='M-37.81,91.09 C52.81,-19.91 389.69,167.09 500.00,49.99 L500.00,0.00 L0.00,0.00 Z' fill='%23F2D7EE'/></svg>") no-repeat center;
  background-size: cover;
  z-index: 1;
}

#tabelavip a{color:var(--rosa-e);}
#tabelavip a:hover{color: var(--amora);}


.vipc{position:relative;
z-index: 2;
left:80%;
margin-top: -70px;
margin-bottom: -40px;
width:98px;}

hr{width: 70%;
margin: 15px auto 15px auto;
border: 0;
border-top: 1px dotted #000000;
}

#legenda{text-align:center; margin-bottom: 10px;}

#aviso2{background:var(--areia);
font-size:13px;
padding: 5px 10px 5px 10px;
width: 70%;
margin: auto;
text-align:center;
line-height: 17px;}

.capslock{text-transform:uppercase;}


/* PG CATEGORIAS */

#menu-cat::after {
  content: "";
  display: table;
  clear: both;
}
#menu-cat {
overflow: auto; 
}

#coluna1{background:none;
padding: 12px ;
width: 29%;
float: left;
margin-left: 2px;
font-size: 16px;
line-height: 23px;
text-align:center;}

#coluna1 a{color:#000;}
#coluna1 a:hover{color:#CC93EF;}

#coluna1 li{list-style: none; padding: 5px; width: 80%;border-bottom: 1px dotted #d8d8d8;font-size: 14px;line-height: 20px; margin:auto;}

.titulo4{background:var(--uva);
text-transform: uppercase;
color:var(--branco);
font-weight:bold;
padding: 3px;
font-family:  'Open Sans', century gothic, arial, helvetica, sans-serif;
}

.titulo5{background:var(--rosa-e);
text-transform: uppercase;
color:var(--branco);
font-weight:bold;
padding: 3px;
font-family:  'Open Sans', century gothic, arial, helvetica, sans-serif;
}


.titulo6{background:var(--amora);
text-transform: uppercase;
color:var(--branco);
font-weight:bold;
padding: 3px;
font-family:  'Open Sans', century gothic, arial, helvetica, sans-serif;
}




/* ABAS */

.tabberlive .tabbertabhide {
display:none;
}

.tabber {}

.tabberlive {
margin-top:1em;
}

ul.tabbernav{
margin:0;
padding: 3px 0;
font-size: 17px;
color: var(--preto);
display: flex;
flex-direction: row;
flex-wrap: wrap;
}

ul.tabbernav li{
list-style: none;
margin: 0;
display: inline;
}

ul.tabbernav li a{
padding: 3px 0.5em;
margin: 0 3px 0 0;
background-color: var(--detalhes);
text-decoration: none;
}

ul.tabbernav li a:link {
color: var(--preto);
}

ul.tabbernav li a:visited {
color: #545454;
}

ul.tabbernav li a:hover{
color:#545454;
background-color:var(--detalhes);
}

ul.tabbernav li.tabberactive a{
background-color: var(--rosa-e);
}

ul.tabbernav li.tabberactive a:hover{
color: #545454;
background-color: var(--detalhes);
}

.tabberlive .tabbertab {
line-height:200%;
background-color: var(--branco);
padding:5px;
border:0px none;
color:var(--preto);
}

.tabberlive#tab1 {}
.tabberlive#tab2 {}
.tabberlive#tab2 .tabbertab {height:200px; overflow:auto;}


/* NÃO PRECISA EDITAR */
.full{width:100%;
margin:0;}


.hide{ 
display: none !important; 
}

section{margin:-4px 0;
padding:0;
}

#header{display: flex;
  flex-wrap: wrap;}

#header div{
  -ms-flex: 1;  /* IE 10 */  
  flex: 33%;
}

#header2{display: flex;
  flex-wrap: wrap;}

#header2 div{
  -ms-flex: 1;  /* IE 10 */  
  flex: 33%;
}

#flex{display: flex;
  flex-wrap: wrap;
width:100%;}

.logo{width:100%;
margin:0;
}

#full-1{width:80%;
margin:auto;
display: block;
}

#conteudo-full{width:80%;
margin: auto;
display: flex;
flex-wrap: wrap;
}

.posts{flex: 60%;-ms-flex: 1;  /* IE 10 */ 
}

.posts2{flex: 48%;-ms-flex: 1;  /* IE 10 */ 
}

.aside{flex: 30%;-ms-flex: 1;  /* IE 10 */ 
margin-left: 10px;
}



/* PROJETOS */
/* Container principal */
.projetos {
  display: flex;
  flex-wrap: wrap;           /* quebra em várias linhas */
  justify-content: center;   /* centraliza no desktop */
  gap: 15px;                 /* espaço entre blocos */
}

/* Cada projeto (ícone + nome) */
.projetos a {
  display: flex;
  flex-direction: column;    /* ícone em cima, nome embaixo */
  align-items: center;
  text-align: center;
  color: var(--preto);
font-size:50px;
  text-decoration: none;
}

/* Nome já existente */
.nome {
  font-size: 15px;
  width: 115px;
  margin-top: 5px;
  text-transform: uppercase;
}

.adote1 {color:var(--branco);
  background: var(--detalhes);
width: 110px;
height: 110px;
border-radius: 50%;
margin: 5px;
text-align:center;
display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.leitor {color:var(--branco);
  background: var(--rosa-e);
width: 110px;
height: 110px;
border-radius: 50%;
margin: 5px;
text-align:center;
display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.amusica {color:var(--branco);
  background: var(--uva);
width: 110px;
height: 110px;
border-radius: 50%;
margin: 5px;
text-align:center;
display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;}

.quiz {color:var(--branco);
  background: var(--areia);
width: 110px;
height: 110px;
border-radius: 50%;
margin: 5px;
text-align:center;
display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;}

.song {color:var(--branco);
  background: var(--amora);
width: 110px;
height: 110px;
border-radius: 50%;
margin: 5px;
text-align:center;
display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;}

.vip1 {color:var(--branco);
  background: var(--roxo);
width: 110px;
height: 110px;
border-radius: 50%;
margin: 5px;
text-align:center;
display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;}

.adote1:hover, .leitor:hover, .amusica:hover, .quiz:hover, .song:hover, .vip1:hover{background:var(--hover1); transition: color 2.0s linear; -webkit-transition: color 2.0s linear; -moz-transition: color 2.0s linear;}

.nome{text-align:center; font-size: 15px;display: block; width: 115px;text-transform:uppercase; align-items:flex-start;}



.container {
    height: 100%;
width:100%;
    text-align: center;  /* align the inline(-block) elements horizontally */
    font: 0/0 a;         /* remove the gap between inline(-block) elements */
}

.container:before {    /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    height: 100%;
}

#element {
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    font: 16px/1 Open Sans;        /* <-- reset the font property */
}

#element2 {
    display: inline-block;
    vertical-align: middle;  /* vertical alignment of the inline element */
    font: 16px/1 Open Sans;        /* <-- reset the font property */
}



/* RESPONSIVO */


@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
.topnav li {display: block;}
  .topnav.responsive a {
    float: none;
display: block;
    text-align: left;
  }
}

@media all and (max-width: 768px), only screen and (max-width: 480px){
  .hide{ 
    display: block !important; 
  } 










#cssmenu {
    width: 100%;padding-left:0;z-index: 9999;background: var(--amora);  color: var(--branco);
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {  color: var(--branco);
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: ;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 17px;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 22px;
    right: 17px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 16px;
    right: 17px;
    display: block;
    height: 2px;
    width: 20px;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 23px;
    border: 0;
    height: 2px;
    width: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: ;
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }

@media (max-width: 768px) {

#temas{writing-mode: horizontal-tb;
text-align:center;
flex:100%;
font-size:28px;
}
}



/* RESPONSIVIDADE */
@media (max-width: 1024px) {
  /* Centralizar e empilhar header */
  #header, #header2 {
    flex-direction: column;
    align-items: center;
  }

  #header div, #header2 div {
    flex: 100%;
    text-align: center;
  }

  /* Reduzir título */
  h1 { font-size: 32px; }
  h2 { font-size: 26px; }
  h3 { font-size: 22px; }
}

@media (max-width: 768px) {
  /* Conteúdo principal em coluna */
  #conteudo-full {
    width: 95%;
    flex-direction: column;
  }

  .posts, .posts2, .aside {
    flex: 100%;
    margin: 0 0 20px 0;
  }

  /* Boxes de destaque (VIPs, ads etc.) ocupando full width */
  .vip, .adote-div {
    width: 100%;
    float: none;
  }

  .asa a {
    width: 100%;
    text-align: center;
  }

  .categoria1 {
    position: static;
    margin: 10px auto;
    display: block;
  }

  /* Menus verticais */
  menu ul {
    flex: 100%;
    margin-bottom: 10px;
  }

  menu li a {
    font-size: 14px;
    text-align: center;
  }

}

@media (max-width: 480px) {
  /* Tipografia menor ainda */
  h1 { font-size: 26px; }
  h2 { font-size: 22px; }
  h3 { font-size: 18px; }

  .titulo-fic, .post-tit {
    font-size: 22px;
  }

  .autor { font-size: 11px; }

  blockquote {
    font-size: 14px;
    padding: 0.8em 1.2em;
  }

  /* Ajustar botões */
  #pedido {
    flex-direction: column;
    gap: 8px;
  }
  #pedido a {
    width: 100%;
    margin: 5px 0 0 0;
  }




/* ABAS */

.tabberlive .tabbertabhide {
display:none;
}

.tabber {}

.tabberlive {
margin-top:1em;
}

ul.tabbernav{
margin:0;
padding: 3px 0;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}

ul.tabbernav li{
list-style: none;
margin: 0;
margin-bottom: 5px;
}

.tabberlive .tabbertab {
padding:5px;
border:0px none;
}

.tabberlive#tab1 {}
.tabberlive#tab2 {}
.tabberlive#tab2 .tabbertab {height:200px; overflow:auto;}


.sticky {position: -webkit-sticky; /* Safari */
  position: fixed;
  top: 0;
width:100%;z-index: 9999;}
}
