@charset "UTF-8";

@font-face {
    font-family: 'Chloe';
    src: url('../fonts/Chloe-Regular.woff2') format('woff2'),
        url('../fonts/Chloe-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@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-7:before {
  content: "\e906";
}
.icon-4:before {
  content: "\e900";
}
.icon-3:before {
  content: "\e901";
}
.icon-5:before {
  content: "\e902";
}
.icon-6:before {
  content: "\e903";
}
.icon-2:before {
  content: "\e904";
}
.icon-1:before {
  content: "\e905";
}




:root {
    --font1: 'Open Sans', century gothic,sans-serif;
    --font2: 'Roboto Mono', monospace;
    --font3: 'Spectral', 'PT Serif', serif, Times New Roman;
    --font-size: 1.3rem;
    --font-size2: 1.6rem;
    --line-height2: 2.0;
    --line-height: 1.9;
    --gutter: 1px;
    --post-width: calc(400px + 2px );
    --sb-width: 290px;
    --sb-icon: 50px;
    --gap1: 1.2rem;
    --gap2: 1.5rem;
    --gap3: 2rem;
    --gap4: 3.5rem;
    --gap5: 4rem;
    --gap-post-margin: 100px;
    --gap-top-bottom: 10rem;
    --text-padding-top-bottom: 2rem;
    --text-padding-left-right: 2.5rem;


    --round1: 0.5rem;
    --round2: 0.7rem;
    --round3: 1rem; 
    --round4: 1.7rem;
    --circle: 100%;

    --NPF-Audio-Image-Size: 85px;
}
:root, html[data-theme='light'] {
    --mode-transform: translateY(0px) rotateY(0deg);
    --mode-color: rgb(30,30,30);
    --mode-filter: none;
    --light-on: flex;
    --light-off: none;
    --c-text: #1e1e1e;
    --c-text2: #fff;
    --c-link: #d54f99;
    --c-bg1: #fafafa;
    --c-bg2:#ffffff;
    --c-bg3: #fff8f3; /* MUDAR */
    --c-bg4: #b6b6b7;
    --c-bg5: #400b1e;
    --c-border: #eeeeee;
    --c-acc1: #fcadc0;
    --NPF-Audio-Buttons-Color: rgb(30,30,30);
--link-2:#a01b29; /* MUDAR */
--text2:#848484;
--c-acc1: #641019; /* MUDAR */
--rosa2: #F2D7EE;
--roxo2: #a01b29;
--chap: #fff;
--btn:#f8f9fa;
--form1:#fff;
}

html[data-theme='dark'] {
    --mode-transform: translateX(14px) rotateY(180deg);
    --mode-color: rgb(242, 215, 238);
    --light-on: none;
    --light-off: flex;
    --c-text: #f0f0f4;
    --c-text2: #fff;
    --c-link: #f4c3af; /* ICON */
    --c-bg1: #181818;
    --c-bg2: #2f2f2f;
    --c-bg3: #641019; /* MUDAR */
    --c-bg4: #000000;
    --c-bg5: #000000;
    --c-border: #404040;
    --c-acc1: #f7c8f0;
    --NPF-Audio-Buttons-Color: rgb(240,240,244);
--link-2:#f4c3af; /* MUDAR */
--text2:#fafafa;
--c-acc1: #a01b29; /* MUDAR */
--rosa2: #84557d;
--roxo2:#b84c57;
--chap: #b43c49;
--btn:#18191a;
--form1:#3b3c3e;
}
html.theme-transition,
html.theme-transition *,
html.theme-transition *:before,
html.theme-transition *:after {
  transition: 0.0s !important;
  transition-delay: 0 !important;
}

/* -------------------------------------  css resets */
*,*::before,*::after {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}
* {
    margin: 0;
    scrollbar-width: thin;
    scrollbar-color: var(--c-acc1) var(--c-bg1);
}

html {
    height: 100%;
    font-size: 60.5%;
    scrollbar-width: thin;
}
button,
textarea,
select {
    font: inherit;
}
button {
    outline: none;
    border: 0;
    background: transparent;
    padding: 0;
    display: inherit;
    cursor: pointer;
    color: inherit;
}
input{
    font: inherit;
    border: none;
    outline: 0;
    padding: 0;
    background-color: transparent;
}
p,h1,h2,h3,h4,h5,h6 {
    overflow-wrap: break-word;
}





abbr {
  position: relative;
  cursor: help;
  text-decoration: underline dotted;
}

abbr:hover::after {
  content: attr(data-title); /* pega do data-title */
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  
  background: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  font-size: 0.85rem;
  box-shadow: 0px 4px 6px rgba(0,0,0,0.2);

  width: 250px;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;

  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  pointer-events: none;
  z-index: 999;
  opacity: 1;
}

abbr:hover::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
}





/* ------------------------------------- selection */
::-moz-selection {
    background-color: var(--c-acc1);
    color:var(--c-text2);
}
::selection {
    background-color: var(--c-acc1);
    color:var(--c-text2); 
}
/* ------------------------------------- scrollbar */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/* ------------------------------------- tooltips */
.tippy-box[data-theme~='custom'] {
    font-size: 0.9em;
    font-family: var(--font2);
    font-weight: 400;
    text-align:center;
    padding: 1px 0px;
    color: var(--c-bg1);
    border: 0px solid var(--c-border);
    border-radius: var(--round1);
    background-color: var(--c-text);
    text-transform: lowercase;
    margin: 18px;
    z-index: 9999999;
}


/* ------------------------------------- general */
body {
    font-family:var(--font1);
    font-size: var(--font-size);
    color: var(--c-text);
    background-color: var(--c-bg1);
    height: 100%;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;

    line-height: 1;
    font-weight: 400;
    overflow-y: scroll;
}





a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: var(--link-2);
    transition: color 0.3s ease;

    border-bottom: 1px solid var(--c-acc1);
    padding-bottom: 2px;


}

a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    bottom: -1px;
    left: 50%;
    background-color: var(--link-2);
    transition: width 0.3s ease, left 0.3s ease;
}

a:hover::before {
    width: 100%;
    left: 0;
}

a:hover{color: var(--c-acc1);}









/* NAVEGAÇÃO CAPÍTULOS */


.chapter-button {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    background-color: var(--chap);
    color: var(--text2);
    text-decoration: none;
    border-bottom: 0px solid var(--c-acc1);
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s;
    font-family: "Open Sans";
}

.chapter-button:hover {
    background-color: var(--roxo2); /* Azul mais escuro no hover */
    color: #fff;
border-bottom: 0px solid var(--c-acc1);
}

.chapter-button:active {
    background-color: var(--roxo2); /* Azul mais escuro quando clicado */
}

.current-chapter {
    color: var(--text2); /* Cor destacada para o capítulo atual */
    font-weight: bold; /* Deixe o texto em negrito */
    background: var(--c-acc1);
 /* Cor de fundo para destacar ainda mais */
}

.current-chapter:hover {
background: var(--c-acc1);
    color: var(--text2); /* Cor destacada para o capítulo atual */
}






.button2 {
  background-color: var(--btn);
  border: 1px solid var(--btn);
  border-radius: 4px;
  color: var(--text2);
  cursor: pointer;
  font-size: 14px;
  height: 36px;
  line-height: 27px;
  min-width: 54px;
  padding: 0 16px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: pre;
font-family: "Open Sans";

}

.button2:hover {
 border-color: #dadce0;
  box-shadow: rgba(0, 0, 0, .1) 0 1px 1px;
  color: var(--text2);
}



input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid var(--btn);
  border-radius: 4px;
  box-sizing: border-box;
font-family: "Open Sans";
background-color: var(--bg-hist);
color: var(--text2);
}





.flex {
	display: flex;
}
.centered {
	align-items: center;
	justify-content: center;
}
.align-center {
	align-items: center;
}
.justify-center {
	justify-content: center;
}
.wrap {
    flex-wrap: wrap;
}
.gap1 {
    gap: var(--gap1);
}
.gap2 {
    gap: var(--gap2);
}
.gap3 {
    gap: var(--gap3);
}
.gap4 {
    gap: var(--gap4);
}
.gap5 {
    gap: var(--gap5);
}
/* -------------------------------------  containers */
.page-container {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
    justify-content: space-between;
}
main {
    display: grid;
    justify-items: center;
    justify-content: center;
    /*margin-top: var(--gap-top-bottom);*/
    margin-left: var(--sb-width);
    transition: margin 0.6s ease-in-out;
    grid-template-areas: "post";
    flex: 1;
}
/* -------------------------------------  footer */
footer.footer-bottom {
    margin-top: var(--gap-top-bottom);
    margin-left: var(--sb-width);
    transition: margin 0.6s ease-in-out;
    background-color: var(--c-bg5);
    color: var(--c-text2);
    flex-direction: column;
}
.footer-credit {color:;
    font-family: var(--font2);
    line-height: 1.6;
    padding: 2vw;
    text-align: center;
}
/* -------------------------------------  header */
header.top {
    display:none;
    margin-left: var(--sb-width);
    transition: margin 0.6s ease-in-out;
}
header.top.page-1 {
    display: block;
}
.header-inner {
    justify-content: center;
    padding: 11rem var(--gap5) 2rem var(--gap5);
    margin: 0 auto;
    max-width: 690px;
}
.head-icon img {
    width: 152px;
    opacity: 0.7;
}
.header-title {
    font-weight: 600;
    font-size: 2em;
    margin-bottom: var(--gap2);
    color: var(--c-text);
}
.header-text {
    line-height: 1.5;
}
/* -------------------------------------  sb */
aside {
    width: var(--sb-width);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}
.sb-inner {
    width: var(--sb-width);
    height: 100dvh;
    background-color: var(--c-bg3);
    padding: var(--gap4);
    border-right: 1px solid var(--c-border);
    flex-direction: column;
    justify-content: space-between;
    overflow-x: hidden;
    overflow-y: auto;
}
.sb-inner::-webkit-scrollbar {
    width: 3px;
}
/* sidebar image */
.sidebar-icon img {
    width: var(--sb-icon);
    height: var(--sb-icon);
    overflow: hidden;
}
.sidebar-icon.rounded img{
    border-radius: 0.6em;
}
.sidebar-icon.circle img {
    border-radius: 100%;
}
.sidebar-icon.blob img{
    -webkit-clip-path: url(#blob); 
    clip-path: url("#blob");
}
img.sb-image-light {
    display: var(--light-on);
}
img.sb-image-dark {
    display: var(--light-off);
}
svg.hide-it {
    position: absolute;
    width: 0px;
    height: 0px;
}
/* name + location */
.sb-name {
    font-weight: 600;
    font-size: 1.4em;
}
.loc {
    gap: 0.2rem;
    margin-top: 0.5rem;
    color: var(--c-link);
}
span.loc-icon {
    font-size: 1.3em;
    display: flex;
}

/* menu/navigation */
nav.menu {
    flex-direction: column;
    border-bottom: 1px solid var(--c-border);
    padding-bottom: var(--gap1);
}
nav.menu a, .togglers {
    cursor: pointer;
    color: var(--c-text);
    display: flex;
    align-items: center;
    gap: var(--gap2);
    padding: 1rem var(--gap1);
}
.togglers {
    padding-right: 0;
}
nav.menu a:hover, .togglers:hover {
    color: var(--c-acc1);
}
span.nav-icon {
    font-size: 1.5em;
    display: inline-flex;
    color: var(--c-text);
}
.themes-container {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.7s ease;
}
.inner-toggle {
    justify-content: space-between;
    width: 100%;
}
span.menu-plus {
    padding: 0.3rem;
    background-color: var(--c-text);
    color: var(--c-bg1);
    border-radius: var(--circle);
    display: inline-flex;
}
.togglers:hover span.menu-plus {
    background-color: var(--c-acc1);
    transition: background-color 0.2s ease;
}
.togglers:hover span.menu-plus i {
    transition: rotate 0.5s ease;
    rotate: 180deg;
}
nav.more-nav a {
    margin-left: 3.2rem;
    color: var(--c-link);
    padding: 0.7rem var(--gap1);
}
nav.menu .updates-inner a {
    color: rgb(var(--c-link));
    display:inline;
    padding:0;
    border-bottom: 1px solid var(--c-acc1);
    padding-bottom: 2px;
}
nav.menu .updates-inner a:hover {
    color: var(--c-acc1);
}
/* update tab */
.updates-container {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.7s ease;
}
.updates-inner {
    background-color: var(--c-bg2);
    padding: var(--gap3);
    border-radius: var(--round2);
    margin: var(--gap1) 0;
}
.update-text {font-size: 1em;
    background-color: var(--c-bg2);
    padding: var(--gap3);
    border-radius: var(--round2);
    margin: var(--gap1) 0;
    line-height: 1.5;
}
.update-title {
    font-weight: 600;
    margin-bottom: 0.3rem;
}
.activity {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 0.9rem 0;
    font-family: var(--font2);
    font-size: 0.9em;
    line-height: 1.4;
}
.activity span {
    display:flex;
}
span.activity-icon {
    font-size: 1.7em;
}
.activity:first-child {
    margin-top:0;
}
.activity:last-child {
    margin-bottom: 0;
}
.update-text+.activity {
    margin-top: var(--gap2);
}


/* custom title + description */
.bottom {
    background-color: var(--c-bg2);
    padding: var(--gap3);
    border-radius: var(--round2);
}
.sb-title {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: var(--gap1);
}
.sb-description {
    font-family: var(--font2);
    font-size: 0.9em;
    line-height: 1.4;
}


/* -------------------------------------  post */

section.content {font-family:var(--font3);
    grid-area: post;
    width: 100%;
}
.content h1{font-size: 2.7em;
    grid-area: post;
    width: 100%;
}

.content p{margin-top: 2em;
margin-bottom: 2em;
}


article {font-family:var(--font3);
    width: 100%;
    border: 1px solid var(--c-border);
    border-radius: var(--round3);
    overflow: hidden;

    margin-bottom: var(--gap-post-margin);

}
.post-content {
}
/*  lineheight */
:is(.post-content p, .post-content ul, .post-content ol, article h1, article h2, .post-content blockquote, .post-content .question, ol.notes) {
    line-height: var(--line-height); 
}
/* -------------------------------------  article, captions etc. */
article h1,
article h2,
article h3,
article .caption p,
.post-content ul,
.post-content ol,
.post-content pre,
.post-content .replies p,
.post-content .question p {
	margin: var(--text-padding-top-bottom) var(--text-padding-left-right);
}

article h2 {
    font-size: 1.3em;
    font-weight: 700;
}
article h1, .poll-post .poll-question {
    font-size: 1.5em;
    font-weight: 700;
}
article h3 {
    font-size: 1.1em;
    font-weight: 700;
}

/* -------------------------------------  blockquotes */
.post-content blockquote {
    border-left: 1px solid var(--c-border);
    padding-left: var(--text-padding-left-right);
    margin: var(--text-padding-top-bottom) var(--text-padding-left-right);
}
.post-content blockquote p {
    margin: 0!important;
}
/* -------------------------------------  link style in posts*/
:where(.post-content p, .post-content ul, .post-content ol, .post-content blockquote, .sb-description) a {
    border-bottom: 1px solid var(--c-acc1);
    padding-bottom: 2px;
}
/* -------------------------------------  ul + ol in posts */
.post-content ul li {
    padding-left: calc(var(--text-padding-top-bottom) * 2 + var(--gap1));
    position: relative;
}
.post-content ul li::before {
    content: '\ea37';
    font-family: 'phosphor';
    speak: never;
    position: absolute;
    left: var(--text-padding-top-bottom);
}
.post-content ul li:hover::before {
    color: var(--c-acc1); 
}
.post-content ol {
    counter-reset: my-count; 
}
.post-content ol li {
    counter-increment: my-count;
    position: relative;
    padding-left: calc( var(--text-padding-top-bottom));
    margin-left: calc(var(--text-padding-top-bottom) + var(--gap1));
}
.post-content ol li::marker {
    content: counter(my-count, decimal-leading-zero);
    display: flex;
}
.post-content ol li:hover::marker {
    color: var(--c-acc1);
}

/* ------------------------------------- styling different */
small, sup, sub, big, p.npf_quote {
    font-size: inherit;
    font-family: inherit;
    vertical-align: inherit;
}
p.npf_quirky {
    line-height: inherit;
    font-size: 1.6em;
}
pre {
    white-space: initial;
    margin: 0;
}
code {
    line-height: inherit !important;
    background: transparent;
    font-size: inherit !important;
    word-wrap: break-word;
}



/* to top */
button.scroll-to-top {
    display:inline-flex;
    bottom: var(--gap2);
    right: var(--gap2);
    position: fixed;
}
button.scroll-to-top span {
    display: inline-flex;
    background-color: var(--c-text);
    padding: 0.6rem;
    border-radius: var(--round1);
    font-size: 1.4em;
    color: var(--c-bg1),.4;
    cursor: default;
}
button.scroll-to-top.visible span {
    cursor: pointer;
    color: var(--c-bg1);
}
/* -------------------------------------  mobile sidebar toggle  */
button.toggle-sb {
    position: fixed;
    top: var(--gap2);
    left: var(--gap2);
    background-color: var(--c-text);
    border-radius: var(--circle);
    z-index: 99;
}
.line-container {
    display: inline-block;
    padding: 18px 15px 18px 10px;
}
.line-controls {
    background-color: var(--c-bg1);
    width: 12px;
    height: 1px;
    position: relative;
    transition: all .3s;
}
.line-controls:before, .line-controls:after {
    content: '';
    background-color: var(--c-bg1);
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transform-origin: center center;
    transition: all .3s;
}
.line-controls:before {
    width: 15px;
    top: -5px;
}
.line-controls:after {
    top: 5px;
    width: 19px;
}
.active.line-container .line-controls {
    background: none;
}
.active.line-container .line-controls:before {
    top: 0;
    transform: rotate3d(0,0,1,-45deg);
    width: 16px;
    height: 1px;
}
.active.line-container .line-controls:after {
    top: 0;
    transform: rotate3d(0,0,1,45deg);
    width: 16px;
    height: 1px;
}
.close-container {
    width: 100%;
    justify-content: end;
    position: absolute;
    margin-top: var(--gap3);
    font-size: 1.2em;
}
button.closeme {
    background-color: var(--c-text);
    color: var(--c-bg1);
    padding: 0.6rem;
    border-radius: var(--circle);
    margin-right: -12px;
}

.pinned {
    text-transformn: lowercase;
    font-weight: 600;
}


.fora{background: transparent;
width:80%;
margin: 10px auto;
padding: 10px;
box-sizing: border-box;
}

#historia{background: var(--c-bg2);
font-size: var(--font-size2);
line-height: var(--line-height2);
width:70%;
margin: 10px auto;
padding: 10px;
border-radius: 10px;
box-shadow: 0 0 10px var(--c-bg4);
text-align:justify;
}

.capa1{width: 500px;
  height: 300px;
  object-fit: contain;
}











/* Contêiner dos selos */
.selos-historia {
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    gap: 8px; /* espaço entre os dois selos */
    z-index: 10;
}

/* Cada selo individual */
.selo-historia {
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.selo-historia:hover {
    opacity: 1;
}

/* Ajuste de tamanho */
.selo-historia img {
    width: 70px; /* ajuste conforme o visual */
    height: auto;
    border-radius: 8px;
}

/* Garante que o selo fique sobre a capa */
.historia-capa {
    position: relative;
}






.top-corner {
    position: fixed;
    top: var(--gap2);
    right: var(--gap2);
    z-index: 1;

}

.corner-icon {
    display: inline-flex;
    padding:0.8rem;
    font-size: 1.539em;
    background-color: var(--c-bg1);
    border-radius: var(--round1);
}

button.theme-toggle.hide {
    display:none;
}
span.toggle {
    background-color: var(--c-bg1);
    border: 1px solid var(--c-border);
    border-radius: 5rem;
    display: inline-block;
    position: relative;
    width: 34px;
    height: 20px;
}
span.toggle::after {
    background: var(--c-bg2);
    border-radius: 50%;
    content: '';
    display: inline-block;
    position: absolute;
    left: 2px;
    top: 2px;
    transition: transform 700ms cubic-bezier(.26,2,.46,.71)!important;
    width: 14px;
    height: 14px;
    transform: var(--mode-transform);
    background-color: var(--mode-color);
}



.versalete{font-variant: none;
text-indent: 20%;
font-size: 16px;
}




.bgbranco{background: var(--c-bg2);
padding: 5px;
box-sizing: border-box;
border-radius: 1.3rem;
}

.bgbranco a{display: inline;}


/* Core styles/functionality */
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab__content {margin-top: 3px;
  max-height: 0;
  overflow: auto;
  transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
  max-height: 20rem;
}

/* Visual styles */
.accordion {
  color: var(--theme1);
  border-radius: 0.5rem;
  overflow: hidden;
margin-top: 10px;
}
.tab__label,
.tab__close {line-height:150%;
    font-size: 1.3em;
  display: flex;
  color: var(--theme1);
  background: ;
  cursor: pointer;
}
.tab__label {
  justify-content: space-between;
  /*padding: 1rem;*/
margin-top: 1rem;
}
.tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}
.tab input:checked + .tab__label::after {
  transform: rotate(270deg);
 width: 1em;
}
.tab__content p {
  margin: 0;
  padding: 1rem;
font-size:1.3rem;
line-height:150%;
}
.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.accordion--radio {
  --theme: var(--secondary);
}



/* TEXTOS */

.titulo{font-family:'Chloe';
text-transform: uppercase;
text-align:center;
font-size: 62px;
}

h2{font-family:'Chloe';
text-transform: uppercase;
color: var(--c-acc1);
font-size: 45px;
line-height:200%;}

.titulos1{font-family:'Chloe';
text-transform: uppercase;
text-align:center;
font-size: 42px;
}

.titulos2{font-family:'Spectral';
text-align:center;
font-size: 32px;
}



hr {
    border: none;
    height: 5px; /* Espessura da linha */
    background: linear-gradient(to right, #a01b29 50%, #cf858d 50%); /* Gradiente com duas cores */
    margin: 20px 0;
}





/* COLUNAS 1 */

.columns {
  display: flex;
}

.column {
  flex: 1;
padding: 2em;
}


/* IMAGENS */

.projeto-img{width: 90%;
border-radius: 10%;
border: 10px double;
}



/* LIGHTBOX 2 */

/* Estilo do Lightbox */
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* Cor de fundo escura */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Estilo do conteúdo dentro do lightbox */
.lightbox-conteudo {
    background: var(--c-bg1);
    padding: 20px;
    border-radius: 10px;
    width: 80%;
    max-height: 80%;
    overflow-y: auto;
}

/* Estilo do conteúdo de texto dentro do lightbox */
.texto-lightbox {
    font-family: Arial, sans-serif;
}

/* Botão para fechar */
.fechar {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 36px;
    color: black;
    cursor: pointer;
}


.chapter-button {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    background-color: var(--chap);
    color: var(--text2);
    text-decoration: none;
    border-bottom: 0px solid var(--c-acc1);
    font-weight: bold;
    text-align: center;
    transition: background-color 0.3s;
    font-family: "Open Sans";
}

.chapter-button:hover {
    background-color: var(--roxo2); /* Azul mais escuro no hover */
    color: #fff;
border-bottom: 0px solid var(--c-acc1);
}

.chapter-button:active {
    background-color: var(--roxo2); /* Azul mais escuro quando clicado */
}

.current-chapter {
    color: var(--text2); /* Cor destacada para o capítulo atual */
    font-weight: bold; /* Deixe o texto em negrito */
    background: var(--c-acc1);
 /* Cor de fundo para destacar ainda mais */
}

.current-chapter:hover {
background: var(--c-acc1);
    color: var(--text2); /* Cor destacada para o capítulo atual */
}




/* LIGHTBOX GENÉRICO */

 /* Estilos do Lightbox */
    .lightbox {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      background: rgba(0, 0, 0, 0.8);
      justify-content: center;
      align-items: center;
      z-index: 1000;
    }
    .lightbox-content {
      max-width: 80%;
      max-height: 80%;
      background: #fff;
      padding: 20px;
      border-radius: 8px;
      overflow: auto;
    }
    .lightbox-close {
      position: absolute;
      top: 20px;
      right: 20px;
      font-size: 24px;
      color: #fff;
      cursor: pointer;
    }
    .lightbox img, .lightbox iframe {
      max-width: 100%;
      max-height: 100%;
    }




.lightbox5 {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.lightbox5-content {
    background: white;
    margin: 5% auto;
    padding: 20px;
    width: 50%;
    height: 70vh; /* Define a altura do Lightbox */
    max-height: 90vh; /* Evita que ele ultrapasse a tela */
    border-radius: 8px;
    position: relative;
    text-align: left;
    overflow-y: auto; /* Ativa a rolagem vertical */
}

/* Ajuste a lista de comentários para ter rolagem */
#comments-list {
    max-height: 60vh; /* Define uma altura máxima */
    overflow-y: auto; /* Habilita a barra de rolagem dentro da lista */
    padding-right: 10px; /* Espaço para evitar esconder a rolagem */
}

/* Melhorar a aparência da barra de rolagem (opcional) */
#comments-list::-webkit-scrollbar {
    width: 6px;
}

#comments-list::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#comments-list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

#comments-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.lightbox5-close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
}








/* ------------------------------------------------- responsive */
.mobile {
    display:none!important;
}
@media only screen and (min-width: 1500px ) {
    main, header.top {
        margin-left: 0;
    }
}
@media only screen and (max-width: calc(400px + 330px ) ) , only screen and (max-width: 750px )  {
    :root {
        --sb-width: 80vw;
    }
    main, footer.footer-bottom, header.top {
        margin-left: 0;
    }
    aside {
        transform: translateX( -140%);
        transition: transform 0.7s ease;
    }
    aside.active {
        transform: translateX(0%);
        transition: transform 0.7s ease;
    }
    .title-wrap {
        flex-direction: column;
        justify-content: center;
    }
    .header-title, .header-text {
        text-align: center;
    }
    .mobile {
        display:flex!important; 
    }
    .desktop {
        display: none!important; 
    }
} 

@media only screen and (max-width: calc(400px + 80px ) ) {
    :root {
        --post-width: 85vw;
    }
    main {
        width: 100vw;
    }
    .mere {
        align-items: flex-end;
    }
}
/* mobile */
@media only screen and (max-width: 450px ), only screen and (max-width: 750px ) {
    button.controls, 
    .iframe-controls--phone-mobile {
        display: none!important; 
    }


.capa1{width: 100%;
  height: auto;
  object-fit: none;
}


.fora button, .fora textarea, .fora select {
    width: 90%;
}

#historia{font-size: 18pt;
}

}

