/* RESET BROWSER */

html {
    width: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
header,
nav,
footer,
section,
article {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 1em;
}
ol,
ul,
li {
    list-style: outside none none;
}
blockquote {
    quotes: none;
}
blockquote::before,
blockquote::after {
    content: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img,
a {
    border: medium none;
    color: #888;
    outline: 0 none;
    text-decoration: none;
}

/* GENERAL */

body {
    color: #000;
    background: var(--body);
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Georgia, serif;
    font-family: "Noto Serif", serif;
    /*font-family: "Courier Prime", monospace;*/
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    overflow-x: hidden;
    border: 0;
    outline: 0;
}
.present {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    left: 0;
    mix-blend-mode: difference;
}
.log_vldrm {
    display: inline-block;
    width: 56px;
    aspect-ratio: 215/150;
    height: auto;
    padding: 11px 19px 12px;
    vertical-align: middle;
}
.log_vldrm span {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-mask-image: url(../images/volodromo.svg);
    mask-image: url(../images/volodromo.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    background: var(--c2);
}
.log_vldrm.v {
    width: auto;
    height: 17px;
    padding: 11px 16px;
    aspect-ratio: 192/150;
}
.log_vldrm.v span {
    -webkit-mask-image: url(../images/v.svg);
    mask-image: url(../images/v.svg);
    -webkit-mask-size: auto 50%;
    mask-size: auto 50%;
}
.log_vldrm.line {
    aspect-ratio: 300 / 36;
    width: auto;
    height: 14px;
    padding: 12px;
    vertical-align: middle;
}
.log_vldrm.line span {
    -webkit-mask-image: url(../images/volodromo_v.svg);
    mask-image: url(../images/volodromo_v.svg);
}
.menu_vldrm {
    display: inline-block;
    aspect-ratio: 196/150;
    width: auto;
    height: 19px;
    padding: 10px 12px;
    vertical-align: top;
}
.menu_vldrm span.menuWord {
    display: none;
}
.present .arrowMenu {
    border: solid 1px #fff;
    padding: 3px;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0px 0 4px;
}
.menu_vldrm span.menuWord {
    display: block;
    color: var(--c3);
    font-size: 0.9em;
    transform: rotate(-90deg);
    margin-top: 23px;
    margin-right: 0;
    /* font-style: italic; */
    letter-spacing: 0.1em;
    font-weight: bold;
    /* text-transform: uppercase; */
}
.menu_vldrm .arrowMenu .iconMask {
    display: block;
    -webkit-mask-image: url(../images/menuv.svg);
    mask-image: url(../images/menuv.svg);
    -webkit-mask-size: auto 67%;
    mask-size: auto 67%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 50%;
    mask-position: 50%;
    height: 100%;
    width: 100%;
    display: block;
    background: var(--c2);
}

/* SIDE */
.overlayer {
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: rgba(0, 0, 0, 0.95);
    cursor: pointer;
}
.side {
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    width: 100%;
    z-index: 100;
    left: 0%;
    top: -100vh;
    transition: top 0.25s ease-in-out;
    -webkit-transition: top 0.25s ease-in-out;
    z-index: 101;
    overflow: hidden;
    overflow-y: auto;
    color: #fff;
}
.visible_more .side {
    top: 0;
}
.sideClose {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    margin: 0 auto;
    z-index: 102;
    margin-left: -25px;
    border-radius: 100px;
    top: 30px;
    right: 30px;
}
.sideClose span {
    -webkit-mask-image: url(../images/close.svg);
    mask-image: url(../images/close.svg);
    -webkit-mask-size: 20px auto;
    mask-size: 20px auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: 50% 50%;
    width: 100%;
    height: 100%;
    display: block;
    background: #fff;
}
.sideLog {
    text-align: left;
}
.side .log_vldrm {
    padding: 34px 0 17px;
    background: transparent;
    margin: 0 25px;
}
.side .log_vldrm span {
    background: #fff !important;
}
.sidePosts {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 25px 20px 0;
}
.volo.indexPost {
    width: 37vh;
    margin: 20px 0 0px 25px;
    flex: 0 0 auto;
    display: inline-block;
    overflow: hidden;
    height: auto;
}

.volo.indexPost:nth-child(2n) {
    margin-right: 0;
}
.volo.indexPost .voloLink {
    height: 100%;
}
.volo.indexPost .voloCell {
    padding: 22px;
}

/* FOOTER */

.voloFooter {
    background: var(--footer);
}

.logo_volodromo {
    width: 140px;
    height: 28px;
    display: block;
    -webkit-mask-image: url(../images/volodromo_v.svg);
    mask-image: url(../images/volodromo_v.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: 50% 50%;
    -webkitmask-position: 50% 50%;
    background: var(--c1);
}

.voloFooter p {
    font-size: 1.2em;
    line-height: 1.5em;
    color: #444;
    letter-spacing: 0.01em;
    max-width: 550px;
    color: var(--fink);
    margin: 0 auto 40px;
    text-align: center;
    width: 90%;
}
.voloFooter .log_vldrm {
    margin: 0 auto;
    background: transparent;
}

.voloFooter .log_vldrm span {
    background: var(--c1);
}
.voloFooter p a {
    color: var(--c1);
    font-weight: bold;
    text-decoration: underline;
}

/* VOLO */

:root {
    --c1: #000;
    --c2: #fff;
    --c3: #fff;
    --c3b: #888;
    --c4: #fff;
    --footer: #fff;
    --fink: #000;
    --floor: #ccc;
    --folio: rgba(255, 255, 255, 0.5);
    --mfolio: rgba(255, 255, 255, 0);
    --ink: #000;
    --yink: #fff;
    --view: #000;
    --ofloor: rgba(0, 0, 0, 0.93);
    --oink: #fff;
    --oview: #000;
    --body: #fff;
    --board: transparent;
    --maxboard: 94%;
    --maxwidth_p: 520px;
}

.volo {
    position: relative;
    margin: 0px auto -1px;
    display: inline-block;
    overflow: hidden;
    aspect-ratio: 1150/2200;
    height: 100vh;
    width: auto;
}

.voloBoard {
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
}
.voloFix {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: block;
}
.voloPaper {
    z-index: 5;
    background-image: url("../images/texturas/sand.png");
    background-repeat: repeat;
    mix-blend-mode: overlay;
    background-size: 140px auto;
}
.voloImg {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 2;
}
.voloFloor {
    background: var(--floor);
}
.voloFolio {
    background: var(--folio);
}
.voloBase {
    display: none;
}
.voloColor {
    background: var(--ofloor);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    z-index: 6;
    opacity: 0;
}
.reading .voloColor {
    opacity: 1;
}
.voloLink {
    z-index: 7;
    height: calc(100% - 50px);
}

.voloXtra {
    font-weight: 300;
    color: var(--yink);
    display: none;
    text-transform: uppercase;
}
.voloTable {
    height: 100%;
    display: table;
    width: 100%;
    position: relative;
    max-width: var(--maxwidth);
    margin: 0 auto;
}
.voloCell {
    vertical-align: bottom;
    display: table-cell;
    position: relative;
    padding: 0 30px 50px;
    text-align: left;
}
.voloText {
    z-index: 10;
    top: auto;
    height: auto;
    width: 100%;
    left: 0;
    bottom: -100vh;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.reading .voloText {
    bottom: 0;
}
.voloTextHead {
    display: none;
}
.voloText .voloCell {
    vertical-align: top;
    padding: 0 30px 0px;
}
.voloText strong {
    display: block;
    padding-bottom: 15px;
}
.voloIntro {
    text-align: left;
}
.voloIntro p {
    font-size: 1.5em;
    line-height: 1.3em;
    letter-spacing: 0em;
    display: block;
    text-align: left;
    display: inline;
    color: var(--oink);
}
.capt {
    display: block;
    font-size: 3em;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1em;
}

/* VOLO INFO */

.voloFixBottom.voloFix {
    top: auto;
    bottom: 0;
    z-index: 8;
    height: auto;
    min-height: 30px;

    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.reading .voloFixBottom.voloFix {
    bottom: -60px;
}

.voloFixBottom.voloFix .voloTable {
    max-width: 100%;
}
.voloFixBottom.voloFix .voloCell {
    padding: 0;
    vertical-align: top;
    text-align: center;
}
.voloNum {
    position: absolute;
    top: 15px;
    right: -5px;
    font-size: 6em;
    line-height: 0;
    color: var(--yink);
    z-index: 4;
    display: none;
}
.voloSerial {
    display: inline-block;
    border-radius: 0px;
}
.voloSerial p {
    color: var(--yink);
    padding: 10px;
    display: inline-block;
    /* display: none; */
    position: absolute;
    left: -15px;
    bottom: 15px;
    font-size: 7em;
    opacity: 0.1;
    line-height: 0;
}
.voloSerial p em,
.voloSerial p strong {
    display: inline-block;
    vertical-align: middle;
}
.voloSerial p em {
    font-size: 1.4em;
    font-weight: 600;
    padding-right: 2px;
    font-style: normal;
    display: none;
}
.voloSerial p span.volIcon {
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: 50% 0%;
    -webkitmask-position: 50% 0%;
    width: 14px;
    height: auto;
    aspect-ratio: 195/150;
    display: inline-block;
    margin: 0 auto;
    -webkit-mask-image: url(../images/v.svg);
    mask-image: url(../images/v.svg);
    background: var(--view);
    margin-right: 3px;
    vertical-align: middle;
    display: none;
}
.voloView,
.voloClose {
    background: transparent;
    text-align: left;
    width: 19px;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 30px;
    text-align: center;
    padding: 0;
    border-radius: 40px;
}
.voloView.voloBar {
    width: 45px;
    border-radius: 0px;
}
.voloView.voloBar::before {
    background: var(--view);
    height: 4px;
    border-radius: 10px;
    display: block;
    content: "";
    margin-top: 8px;
}
.voloBar.voloView span {
    display: none;
}
.voloClose {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 15px;
    margin: 10px;
    background: var(--view);
    height: 40px;
}
.voloClose span {
    -webkit-mask-size: auto 12px;
    mask-size: auto 12px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: 50% 50%;
    -webkitmask-position: 50% 50%;
    width: 100%;
    height: 100%;
    display: inline-block;
    margin: 0 auto;
    -webkit-mask-image: url(../images/close.svg);
    mask-image: url(../images/close.svg);
    background: var(--c1);
}
.voloContinue {
    font-size: 1.4em;
    font-weight: bold;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 25px;
}
.voloContinue .voloContinueLink {
    font-weight: bold;
    text-decoration: underline;
    color: var(--clink);
}
p.goVolo {
    text-align: left;
    padding-top: 10px;
}
.voloSumm .volo {
    /*width: calc(100% - 60px);*/
    margin-bottom: 30px;
}
.voloSumm .voloBoard {
}

p.continue_avance {
    max-width: 500px;
}
.continue_bar {
    height: 2px;
    background: #fff;
    width: 150px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.continue_bt {
    text-transform: uppercase;
    vertical-align: middle;
    border-radius: 3px;
    line-height: 1em;
    font-weight: 800;
    letter-spacing: 0.2em;
    display: block;
    color: var(--c3);
    font-size: 1.2em;
    margin: 40px 0 32px;
}

/* FONTS */

.fontM {
    /*font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;*/
    font-family: "Courier Prime", monospace;
}
.fontN {
    font-family: "Noto Serif", serif;
    font-weight: 400;
    font-style: normal;
}
.fontA {
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
@font-face {
    font-family: "fontC";
    src: url(../fonts/CourierPrime-Regular.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "fontCI";
    src: url(../fonts/CourierPrime-Italic.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "fontCB";
    src: url(../fonts/CourierPrime-Bold.ttf) format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "fontCIB";
    src: url(../fonts/CourierPrime-BoldItalic.ttf) format("truetype");
    font-display: swap;
}

/* FOLIO */

.voloFolio {
    position: relative;
    margin-top: -3px;
    padding-bottom: 40px;
}
.voloFolio .voloFull {
    z-index: 1000;
}
.voloWidth {
    max-width: var(--maxwidth_p);
    margin: 0 auto;
    text-align: left;
}
.voloPost {
    padding: 40px 30px 0;
    font-size: 1.1em;
    text-align: left;
}

/*
.voloPost .parr p:first-child::first-letter {
    font-size: 3em;
    font-weight: 500;
    text-transform: lowercase;
}*/
.fl {
    /* font-size: 20vh;
    font-style: italic;
    text-transform: lowercase;*/
}
.long .parr {
    margin-top: 5vh;
}
.creditoBar {
    width: 60px;
    height: 1px;
    background-color: var(--c2);
    margin: 0 0 20px;
}
.creditos {
    margin: 40px 0 10px;
    padding-top: 0;
    text-align: left;
}

.creditos p.pf {
    font-size: 1.1em;
    letter-spacing: 0.05em;
}
.creditos p.pf {
    font-size: 1.1em;
    letter-spacing: 0.05em;
    color: var(--c3);
    line-height: 1.2em;
}
.creditos p.pf span.pf_author {
    /*font-size: 1.15em;*/
}
.creditos p.pf span.pf_draw {
    display: block;
}
.creditos p.pf span.pf_draw strong,
.creditos p.pf span.pf_author strong {
    font-weight: 600;
}
.creditos p.pf a {
    font-weight: bold;
    text-decoration: underline;
    color: #000;
}
.creditos p.pf span.pf_date {
    /* padding: 10px 0 0;
    //*display: block;*/
    font-style: italic;
}
.voloPost p {
    font-size: 1.5em;
    line-height: 1.55em;
    margin-bottom: 30px;
    color: var(--ink);
    letter-spacing: -0.025em;
}
.ink {
    color: var(--ink);
}

.voloPost p em {
    font-style: italic;
}

/* CAPITULADOR */

.page .type_2.framePage .summ {
    height: calc(100vh - 65px);
    max-height: 600px;
}
.minCap .framePage.frame .summ {
}
.minCap .framePage.frame .summ .fTitleDraw {
    height: calc(47vh - 65px);
}
.minCap .framePage .summ h1 {
    font-size: 7em;
}
.recap {
    text-align: left;
    margin-bottom: 30px;
    border-bottom: solid 1px var(--view);
    background: rgba(0, 0, 0, 0.3);
}

.recap li {
    display: inline-block;
    font-size: 1.6em;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 2em;
}
.recapTitle {
    text-transform: uppercase;
    letter-spacing: 0.5em;
    margin-bottom: 7px;
    font-weight: bold;
    color: var(--ink);
}
.recapSubtitle {
    color: var(--ink);
    font-weight: bold;
    font-size: 1.9em;
    letter-spacing: 0;
    padding-bottom: 20px;
}
.recap ul {
}
.recap li a {
    padding: 0 7px;
    margin: 0 6px;
    color: var(--ink);
}
.recap li .thisFrag {
    font-size: 1.2em;
    vertical-align: bottom;
    display: block;
    color: #fff;
    background: var(--view);
    padding: 0 20px;
    margin: 3px 0px 0;
}

.f_part {
    display: none;
}
.p_1 .f_part.p_uno,
.p_2 .f_part.p_dos,
.p_3 .f_part.p_tres,
.p_4 .f_part.p_cuatro,
.p_5 .f_part.p_cinco,
.p_6 .f_part.p_seis,
.p_7 .f_part.p_siete,
.p_8 .f_part.p_ocho {
    display: block;
}
.nextPart {
    overflow: hidden;
    border-top: solid 1px #000;
    padding-top: 20px;
    margin-top: 20px;
}
.nextPartInt {
}
.voloPost p.nextPart_word {
    font-weight: bold;
    font-size: 1.3em;
    margin: 0;
    line-height: 1em;
    letter-spacing: 0.1em;
    padding: 0 0 4px;
}
.voloPost p.nextPart_number {
    font-weight: bold;
    font-size: 1.4em;
    letter-spacing: 0em;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

/* +00+ ABERTIMENTO */

:root .abertimento {
    --floor: #1c5068;
    --folio: transparent;
    --mfolio: #1c5068;
    --ink: #fff;
    --view: #e62138;
    --c3: #e62138;
    --ofloor: rgba(0, 0, 90, 0.74);
}
:root .page_abertimento {
    --c3: aqua;
    --c4: #fff;
    --c3b: #b10f39;
}
.abertimento .voloImg {
    background-image: url("../abertimento/abertimento.webp");
}
.abertimento .voloPost .parr p {
    font-family: "Courier Prime", monospace;
    display: inline;
}
.abertimento .voloPost .parr p span::after {
    content: " / ";
    display: inline;
}

/* +01+ AKETA */

:root .aketa {
    --floor: #f7b55f;
    --view: #020122;
    --ofloor: rgba(71, 42, 63, 0.9);
    --ink: #000;
    --oink: #fff;
    --folio: moccasin;
    --c3: #f7b55f;
    --c1: #f7b55f;
}
:root .page_aketa {
    --c3: #90c69f;
    --c4: #fff;
}
.aketa .voloImg {
    background-image: url("../aketa/aketa.webp");
}

/* +02+ ROMO */

:root .romo {
    --floor: #e8e7e8;
    --ofloor: rgba(0, 0, 0, 0.89);
    --oink: #fff;
    --view: #fff;
    --c3: #e8e7e8;
    --folio: #bae2dd;
    --ink: #000;
}
:root .page_romo {
    --c3: #301a4c;
    --c3b: #dbe0d0;
}
.romo .voloImg {
    background-image: url(../romo/romo.webp);
    background-position: 50% 0;
    z-index: 3;
}

/* RETINA */

:root .retina {
    --floor: #fff;
    --folio: rgba(255, 255, 255, 0);
    --view: #ceaab7;
    --ofloor: rgba(255, 255, 255, 0.92);
    --oink: #000;
    --folio: #ceaab7;
    /*--ink: #fff;
    --oink: #fff;
    --c4: #fff;
    --c3: #fff;*/
}
:root .page_retina {
    --c3: #fff;
    --c4: #4c1318;
    --c1: #000;
}
.retina .voloImg {
    background-image: url("../retina/retina.webp");
    background-position: 0% 100%;
}

@media only screen and (orientation: portrait) {
    body {
        width: 100%;
        overflow-x: hidden;
    }
    #mobpix {
        display: none;
    }
    .presentRotate {
        display: flex;
        flex-direction: row-reverse;
        justify-content: end;
    }
    .menu_vldrm {
        padding: 5px;
    }
    .present .log_vldrm.line {
        padding-right: 0;
    }
    .present .arrowMenu {
        border-radius: 20px;
        width: 23px;
        height: 23px;
        display: inline-block;
        vertical-align: middle;
        margin: 4px 0px 0 0px;
        border: 0;
        padding: 0;
    }
    .volo {
        width: 100%;
        height: auto;
    }
    .voloSumm {
        margin: 4% 0;
        padding-top: 0;
    }
    .voloPost p {
        font-size: 1.65em;
    }
    .voloInterSquare .volo {
        width: calc(100% - 30px);
        margin: 15px auto 0;
    }
    .voloCarrusel.voloSumm {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding: 15px 15px 15px 0;
        margin-bottom: 0;
    }
    .voloCarrusel.voloSumm {
        margin: 0;
    }
    .voloSumm .volo {
        width: 92vw;
        margin: 0 auto 2vh;
        height: auto;
    }
    .voloSumm .volo:last-child {
        margin-bottom: 0;
    }
    .voloSumm .volo .voloIntro p {
        font-size: 1.2em;
    }
    .voloCarrusel.voloSumm .volo {
        width: 78vw;
        aspect-ratio: 1150/2200;
        height: auto;
        margin-left: 4vw;
        flex: 0 0 auto;
        display: inline-block;
        overflow: hidden;
        margin-bottom: 0;
    }
    .vf_content {
        padding: 0px 5vw 30px;
    }
    .page .board.voloPage {
        /* margin-top: 40px;*/
    }
    .voloFolio {
        margin-top: -3px !important;
        background: var(--mfolio);
    }
    .recap .voloWidth {
        padding: 0 30px;
    }
    .voloExtend {
        display: none;
    }
    .page .voloHome .volo {
        margin-bottom: 20px;
    }
    .subContent .voloHome .volo {
        margin-bottom: 0;
    }
    footer {
        padding-top: 30px;
    }
    .abertimento.voloFolio .voloPost {
        padding-top: 0;
    }
}

@media only screen and (orientation: landscape) {
    .link {
        cursor: pointer;
    }
    .link:hover {
        opacity: 0.5;
    }
    .semilink {
        cursor: pointer;
    }
    .board,
    .subBoard {
        width: 100%;
        max-width: 1040px;
        margin: 0 auto;
    }
    .siteHeader {
        position: fixed;
        left: 0px;
        top: 3vh;
        z-index: 13;
        width: 100%;
        mix-blend-mode: difference;
    }
    .siteHeaderBoard {
        width: calc(100% + 110px);
        position: relative;
        margin: 1.5vh auto 0;
        max-width: 1163px;
    }
    .siteHeader .log_vldrm.v {
        left: 0;
        position: absolute;
        top: -4px;
    }
    .siteHeader .log_vldrm.line {
        height: 17px;
        padding: 16px 16px 16px;
        vertical-align: middle;
        position: absolute;
        top: 51px;
        transform: rotate(-90deg);
        left: 0;
        margin-left: -70px;
        background: transparent;
        border: solid 1px var(--c3);
    }
    .siteHeader .menu_vldrm {
        padding: 3px;
        position: absolute;
        top: 0;
        left: 10px;
        aspect-ratio: 1;
        border: 0;
        border-radius: 100px;
        margin: 171px 16px 14px 13px;
        width: 20px;
        background: transparent;
        height: auto;
    }
    .menu_vldrm span.menuWord {
        display: block;
        color: var(--c3);
        font-size: 0.9em;
        transform: rotate(-90deg);
        margin-top: 17px;
        margin-right: -2px;
        /* font-style: italic; */
        letter-spacing: 0.1em;
        font-weight: bold;
        /* text-transform: uppercase; */
    }
    .menu_vldrm.zeppelin {
        padding: 0;
        width: 26px;
    }
    .menu_vldrm.zeppelin span.iconMask {
        background: var(--c2);
    }
    /* GENERAL DESKTOP */

    .volo {
        width: auto;
        aspect-ratio: 1150/2200;
        height: 100vh;
        margin-bottom: 30px;
        border-radius: 30px;
    }

    /* HOME COVER */

    .boardCover {
        max-width: 100%;
    }
    .volo.isCover {
        width: 100%;
        aspect-ratio: auto;
        margin-bottom: -1px;
        margin: 0;
        height: 100vh;
    }

    .volo.isCover .voloText .voloClose {
        margin: 40px;
    }
    .volo.isCover .voloText .voloCell {
        padding: 0 60px 40px;
    }

    .volo.isCover .voloFixBottom {
    }
    .volo.isCover .voloLink {
        height: 100%;
    }
    .volo.voloExtend .voloImg,
    .volo.isCover .voloImg {
        /*background-size: auto 100%;
        background-attachment: fixed;*/
    }
    .volo.voloExtend .voloPaper,
    .volo.isCover .voloPaper {
        /*background-attachment: fixed;*/
    }
    .volo.voloExtend {
        width: 100%;
        height: 500px;
        margin-bottom: 10px;
        display: none;
    }
    .voloExtend .voloClose {
        display: none;
    }
    .voloExtend .voloText {
        padding-bottom: 50px;
        bottom: 0;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
    }
    .voloExtend p.continue_avance {
        max-width: 500px;
        margin: 0 auto;
        text-align: center;
    }
    .voloExtend .voloText .voloCell {
        padding-bottom: 0;
    }
    .voloExtend .voloText .voloIntro {
        text-align: center;
    }
    .volo.presencia {
        background: var(--floor);
    }
    .volo.presencia .voloImg {
        background-image: url("../images/xl/presencia.png");
        background-position: 50% 0%;
        background-size: auto 100%;
    }
    .volo.isCover.presencia .voloImg::after {
        background-image: url("../images/xl/presencia_title.png");
        background-position: 50% 81%;
        background-repeat: no-repeat;
        background-size: auto 65%;
        content: "";
        width: 720px;
        margin: 0 auto;
        height: 100%;
        display: block;
        mix-blend-mode: difference;
    }

    /* HOME INTER */

    .voloInter .volo {
        width: 100%;
        margin: 0px auto 30px;
        height: auto;
        aspect-ratio: 1920/1080;
        margin-bottom: 0px;
    }

    .voloInter .volo .voloImg {
        background-size: auto 100%;
    }
    .voloInter .voloText {
        bottom: 0;
    }
    .voloInter .voloClose,
    .voloInter .voloFixBottom {
        display: none;
    }
    .voloInter .voloLink {
        height: 100%;
        z-index: 11;
    }

    .voloInter .voloTextHead {
        padding-bottom: 20px;
    }
    .voloInter .voloTextHead p.voloData {
        color: var(--c3);
    }
    .voloInter .voloTextHead p.voloData .summ_type {
        display: none;
    }
    .voloInter .voloText .voloCell {
        padding-left: calc(45% - 60px);
        padding-bottom: 50px;
    }
    .voloInter .voloText p.continue_avance {
        max-width: 100%;
        padding-right: 40px;
    }
    .voloInter .continue_bt {
        padding: 0;
        background: transparent;
        color: var(--c4);
        display: inline-block;
    }

    /* DESKTOP SUMM */

    .voloSumm {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 0px 0 40px;
    }
    .voloSumm.voloSummCover {
        padding-bottom: 20px;
    }
    .voloSumm .volo {
        height: auto;
        width: calc((var(--maxboard) - 90px) * 0.344);
        margin: 58px 0 0 0;
    }
    .voloSumm .volo:first-child {
    }
    .voloSumm .volo:last-child {
        margin-right: 0;
    }
    .voloSumm .voloIntro p {
        font-size: 1.28em;
    }
    .voloSumm .volo .voloTextHead {
        display: none;
    }

    /* PAGE DESKTOP */

    .present .voloScreen {
        position: relative;
    }
    .present .presentRotate {
        transform: rotate(-90deg);
        width: auto;
        max-width: 100%;
        position: absolute;
        text-align: left;
        top: 110px;
        left: -65px;
    }
    .present .menu_vldrm {
        padding: 11px;
        transform: rotate(90deg);
        margin-right: -15px;
    }
    /*.present {
        mix-blend-mode: difference;
    }
    .present .voloScreen {
        position: relative;
    }
    .present .log_vldrm.line {
        transform: rotate(-90deg);
        position: absolute;
        left: -4vh;
        margin: 0;
        top: 101px;
        background: transparent;
    }
    .present .menu_vldrm {
        position: absolute;
        left: 4vh;
        margin-left: 1px;
        top: 200px;
        padding: 0;
        background: transparent;
    } /*
        .mode_blank .present .log_vldrm.line {
    left: -6vh;
    top: 84px;
}
    .mode_blank .present .menu_vldrm {
    left: 2vh;
    top: 175px;
}*/
    .voloScreen {
        margin: 0 auto;
        width: 94%;
        max-width: 160vh;
    }
    .voloPage {
        min-height: 100vh;
    }
    .voloCover {
        position: sticky;
        top: 3vh;
        width: 100%;
        height: 94vh;
        aspect-ratio: auto;
        margin: 0;
    }
    .voloCover .voloImg {
        box-shadow: none;
        background-position: 0 100%;
        background-size: cover;
    }
    .voloFolio {
        /*border: solid 1px var(--c3);*/
        border-bottom: 0;
        width: 96%;
        background: transparent;
        margin: -88vh auto 0;
    }
    .voloFolio .voloPaper {
        display: none;
    }
    .home .voloCover {
        margin-bottom: 30px;
        border-radius: 30px;
    }
    .mode_blank .voloFolio {
        border: 0;
    }
    .voloPost {
        padding: 8vh 0 0;
        margin: 0 auto;
    }
    .voloTextHead {
        padding-top: 15vh;
        display: block;
    }
    .voloWidth {
        width: 48%;
        margin-left: 41%;
    }
    .momRay .voloWidth {
        margin-left: 7%;
        width: 45%;
    }
    .voloPost p {
        font-size: 1.5em;
    }
    .voloInter .voloTextHead {
        margin: 0 auto;
        display: block;
        padding-top: 23vh;
        padding-top: 0;
    }
    .page .long .recap,
    .page .long .voloTextHead {
        background: rgba(255, 255, 255, 0.3);
    }
    .voloTextHead p.voloData {
        font-size: 1em;
        padding-top: 13px;
        letter-spacing: 0.6em;
        font-weight: bold;
        display: none;
    }
    .voloTextHead p.voloData em {
        font-style: normal;
        font-weight: normal;
    }
    .voloTextHead p.voloData .summ_number {
        column-count: r;
    }
    .voloTextHead p.voloData .summ_type {
        display: block;
        font-weight: 600;
        font-size: 1.1em;
        padding-top: 5px;
        color: var(--c3);
    }
    .voloTextHead p.voloData .summ_numberparts {
        display: block;
        text-transform: uppercase;
        font-weight: bold;
    }
    .voloTextHead h1,
    .voloTextHead h2 {
        display: none;
    }
    .voloTextHead .voloTitleDraw {
        content: "";
        width: 100%;
        height: 220px;
        background-position: 0% 90%;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
    }
    .voloBase {
        display: block;
    }

    /* ABERTIMENTO DESKTOP */
    .abertimento.voloCover .voloImg {
        background-image: url("../abertimento/abertimento_large.webp");
        background-position: 50% 0;
    }
    .abertimento .voloTextHead .voloTitleDraw {
        display: none;
    }
    .abertimento .voloTextHead {
        padding-top: 19vh;
    }
    .abertimento .voloWidth {
        margin-left: 55%;
        width: 40%;
    }
    .abertimento .voloPost .parr {
        max-width: 100%;
    }
    /*
    .page_abertimento .log_vldrm.line {
        background: transparent;
    }
    .page_abertimento .log_vldrm {
        color: #000;
    }*/

    .aketa.voloCover .voloImg {
        background-image: url("../aketa/aketa_large.webp");
        background-position: 50% 50%;
    }
    .aketa .voloTextHead .voloTitleDraw {
        background-image: url("../aketa/aketa_title.webp");
        background-size: 80% auto;
    }
    .voloInter .romo .voloImg,
    .romo.voloCover .voloImg {
        background-image: url("../romo/romo_large.webp");
        background-position: 0% 100%;
    }
    .romo .voloTextHead .voloTitleDraw {
        background-image: url("../romo/romo_title.webp");
    }
    .voloInter .retina .voloImg,
    .retina.voloCover .voloImg {
        background-image: url("../retina/retina_large.webp");
        background-position: 100% 100%;
    }
    voloInterRetina {
        width: 70%;
    }
    .voloInter.voloInterRetina .voloText .voloCell {
        padding-left: calc(44% - 40px);
        padding-bottom: 76px;
        padding-right: 140px;
    }
    .retina .voloTextHead .voloTitleDraw {
        background-image: url("../retina/retina_title.webp");
        width: 80%;
        background-position: 0% 100%;
    }
}
@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .volo {
        border-radius: 10px;
    }
    .voloScreen {
        max-width: 100%;
        width: 100%;
    }
    .home .voloCover,
    .voloCover {
        margin: 0;
        border-radius: 0;
        top: 0;
        height: 100vh;
    }
    .voloSumm {
        max-width: 94%;
        margin: 0 auto;
    }
    .present .presentRotate {
        top: 90px;
    }
    .voloCover .voloImg,
    .abertimento.voloCover .voloImg {
        background-size: contain;
        background-position: 0 0;
    }
    .retina.voloCover .voloImg {
        background-position: 100% 50%;
    }
    .voloSumm .voloIntro,
    .voloSumm .voloFixBottom {
        display: none;
    }
    .voloFooter p {
        font-size: 11px;
    }
}
@media only screen and (min-width: 720px) and (max-width: 1150px) {
    .voloSumm .voloIntro,
    .voloSumm .voloFixBottom {
        display: none;
    }
}
@media only screen and (min-width: 1150px) {
    .sidePosts {
        justify-content: center;
    }
}
@media only screen and (min-width: 1280px) {
    .page .subBoard {
        max-width: 100%;
        background: var(--c3b);
        margin: 45px 0 20px;
    }
    .page .subBoard .board {
        max-width: 1040px;
    }
    .page .board {
        max-width: 156vh;
    }
    .page .siteHeaderBoard {
        max-width: calc(156vh + 120px);
    }
}
