/* 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;
}

/* PARAMETRICS */

:root {
    --body: #fff;
    --logo: rgba(0, 0, 0, 0.5);
    --logoSpan: #fff;
    --menu: rgba(0, 0, 0, 0.15);
    --menuSpan: #fff;
    --footerSpan: #333;
    --footer_ink: #000;
    --floor: #ccc;
    --folio: #fff;
    --mfolio: #fff;
    --ink: #333;
    --view: #333;
    --creditos: #000;
    --creditosP: #333;
    --oink: #fff;
    --oview: #000;
    --maxboard: 94%;
    --maxwidth_p: 520px;
}

/* GENERAL */

body {
    color: #000;
    background: var(--body);
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Georgia, serif;
    font-family: "Noto Serif", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 10px;
    overflow-x: hidden;
    border: 0;
    outline: 0;
}
.mobpix {
    display: none;
}
.voloScreen {
    margin: 0 auto;
}

.rotate-warning {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    color: white;
    z-index: 9999;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
    font-size: 18px;
}

/* LOGOS */

.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(--logoSpan);
}
.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 0;
    vertical-align: middle;
}
.log_vldrm.line span {
    -webkit-mask-image: url(../images/volodromo_v.svg);
    mask-image: url(../images/volodromo_v.svg);
}

/* MENÚ */

.present {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 100;
}
.presentRotate {
    padding: 5px 16px 0 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
}
.present .log_vldrm {
    filter: drop-shadow(0px 0px 21px var(--logo));
    pointer-events: fill;
}
.present .log_vldrm span {
    background: var(--logoSpan);
}
.menu_vldrm {
    display: inline-block;
    aspect-ratio: auto;
    width: auto;
    height: auto;
    vertical-align: middle;
    align-items: center;
    pointer-events: fill;
}
.arrowMenu {
    padding: 0;
    border-radius: 20px;
    width: 37px;
    height: 37px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    background: var(--menu);
    -box-shadow: 0 0 10px var(--menu);
}
.menu_vldrm .arrowMenu .iconMask {
    -webkit-mask-image: url(../images/points.svg);
    mask-image: url(../images/points.svg);
    -webkit-mask-size: auto 52%;
    mask-size: auto 52%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 50%;
    mask-position: 50%;
    height: 100%;
    width: 100%;
    display: block;
    background: var(--menuSpan);
}

/* FILES */

.overAbout {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(0, 0, 0, 0.95);
    cursor: pointer;
    display: none;
}
.side {
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    width: 100%;
    z-index: 100;
    bottom: 120vh;
    left: 0;
    transition: bottom 0.25s ease-in-out;
    -webkit-transition: bottom 0.25s ease-in-out;
    z-index: 101;
    overflow: hidden;
    overflow-y: auto;
    color: #fff;
    display: block;
}
.visible_more .side {
    bottom: 0;
}
.visible_more .overAbout {
    display: block;
}
.sideTop {
    text-align: center;
    position: fixed;
    top: -200px;
    width: 100%;
    transition: top 0.25s ease-in-out;
    -webkit-transition: top 0.25s ease-in-out;
    mix-blend-mode: difference;
    z-index: 100;
    pointer-events: none;
}
.sideTop .voloScreen {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
}
.sideTop .indexLink {
    text-decoration: underline;
    font-size: 1.1em;
    display: flex;
    border-left: solid 1px rgba(255, 255, 255, 0.4);
    padding-left: 2vh;
    height: 5vh;
    align-items: end;
}
.visible_more .sideTop {
    top: 20px;
}
.side .log_vldrm {
    padding: 10px;
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    width: 7vh;
}
.page .side .log_vldrm,
.indexLink {
    pointer-events: fill;
}
.side .log_vldrm span {
    background: #fff !important;
}
.sideClose {
    width: 2vh;
    height: 2vh;
    padding: 1.6vh;
    vertical-align: middle;
    border-radius: 40px;
    position: fixed;
    bottom: -30vh;
    pointer-events: fill;
    background: #fff;
    transition: bottom 0.25s ease-in-out;
    -webkit-transition: bottom 0.25s ease-in-out;
}
.visible_more .sideClose {
    bottom: 3vh;
}
.sideClose span {
    -webkit-mask-image: url(../images/close.svg);
    mask-image: url(../images/close.svg);
    -webkit-mask-size: 15px auto;
    mask-size: 15px auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-position: 50% 50%;
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
}
.sidePosts {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 25px 25px;
    align-items: center;
    margin: 0;
    margin-top: 15vh;
    flex-direction: row;
    gap: 25px;
    z-index: 10;
    position: relative;
    scrollbar-width: none;
    height: 72vh;
}
.sidePosts::-webkit-scrollbar {
    display: none;
}
.volo.indexPost {
    height: 72vh;
    width: auto;
    flex: 0 0 auto;
    display: inline-block;
    overflow: hidden;
    margin: 0;
}
.volo.indexPost.ty_3 {
    /*aspect-ratio:.9;*/
}
.volo.indexPost .voloCell {
    padding: 22px;
}
.indexLink {
    color: #fff;
    font-size: 1rem;
}

/* ARCHIVE */

:root .page_indice {
    ---body: #fff;
    --footer_ink: #222;
    --menu: rgba(255, 255, 255, 0.5);
    --menuSpan: var(--inks);
    --logo: rgba(255, 255, 255, 0.85);
    --logoSpan: #000;
    --footerSpan: var(--inks);
    --ink: #000;
    --inkb: #444;
    --inks: #d34563;
}
.archiveBody {
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px var(--inks);
    gap: 1rem;
}
.archivePage h1 {
    font-size: 3em;
    margin: 3rem auto;
    color: var(--ink);
    border-bottom: solid 1px var(--inks);
    padding-bottom: 2rem;
}
.archive {
    padding: 0rem;
    align-items: start;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    gap: 1rem;
    padding-bottom: 1rem;
}
.archive .voloBoard {
    width: 25%;
    aspect-ratio: 0.56;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.archive .voloIntro {
    width: 90%;
    padding: 0 1rem 3rem;
}
.archive .voloIntro p.pIntro {
    color: var(--ink);
    display: inline-block;
    font-size: 1.3em;
}
.archive .voloIntro .desktopParts {
    display: block;
    color: var(--ink);
    font-size: 0.8rem;
    padding-bottom: 10px;
}
.archive .voloIntro .desktopTitle {
    display: block;
    font-size: 2rem;
    color: var(--ink);
}
.archive .voloIntro .creditoBar_top {
    display: none;
}

.archive .voloIntro .creditos {
    margin: 0 0 20px;
}
.archive .voloIntro .creditos p {
    color: var(--inkb);
    font-size: 1.2em;
}
.archive .voloIntro .creditos .sep,
.archive .voloIntro .creditos p.pf_vldrm {
    color: var(--inks);
}
.archive .voloIntro .pIntroMore {
    font-size: 1em;
    color: var(--inks);
    font-weight: bold;
    text-decoration: underline;
    padding: 0;
    margin: 0;
    display: block;
}

/* FOOTER */

.voloFooter p {
    font-size: 1.2em;
    line-height: 1.5em;
    color: #444;
    letter-spacing: 0.01em;
    max-width: 550px;
    color: var(--footer_ink);
    margin: 0 auto 40px;
    text-align: center;
    width: 90%;
}
.voloFooter .log_vldrm {
    margin: 0 auto;
    background: transparent;
}

.voloFooter .log_vldrm span {
    background: var(--footerSpan);
}
.voloFooter p a {
    color: var(--footerSpan);
    font-weight: bold;
    text-decoration: underline;
}

/* VOLO */

.volo {
    position: relative;
    margin: 0px auto;
    display: inline-block;
    overflow: hidden;
    aspect-ratio: 0.52;
    height: auto;
    width: 100%;
    border-radius: 30px;
    /*box-shadow: 0 10px 35px -22px rgba(0, 0, 0, 0.8);*/
}

.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;
}
.subBoard {
    position: relative;
}
.subBoard .boardPaper {
    z-index: 0;
    background-image: url("../images/texturas/sand.png");
    background-repeat: repeat;
    mix-blend-mode: overlay;
    background-size: 140px auto;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
}
.voloImg {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: var(--images);
    z-index: 2;
}
.voloFloor {
    background: var(--floor);
}
.voloFolio {
    background: var(--folio);
}
.voloBase {
    margin: -30px auto 0;
}
.voloLink {
    z-index: 7;
}
.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;
}

.voloIntro {
    text-align: left;
}
.voloIntro p {
    font-size: 1.5em;
    line-height: 1.55em;
    letter-spacing: 0em;
    display: block;
    text-align: left;
    display: inline;
    color: var(--oink);
}
.capt {
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1em;
    display: block;
}
.voloIntro p.pIntro strong {
    display: block;
}

/* VOLOTEXT */

.overPost {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}
.voloText {
    position: fixed;
    z-index: 1001;
    width: 94%;
    height: auto;
    left: 3%;
    margin: 0;
    border-radius: 30px;
    bottom: -200vh;
    top: auto;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    pointer-events: none;
}
.reading .voloText {
    bottom: 1.5vh;
}
.voloTextBoard {
    max-width: 700px;
    margin: 0 auto;
}
.voloText .voloCell {
    padding: 0;
    vertical-align: top;
}
.voloText .voloCell p {
    padding: 0 30px;
    display: block;
}
.voloText .voloHead {
    display: none;
}
.voloText .voloImg {
    width: auto;
    aspect-ratio: 1;
    border-radius: 20px;
    background-position: 50% 50%;
    height: 33vh;
    margin: 0 30px 20px;
}

/* 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;
}
.voloView {
    position: absolute;
    width: 38px;
    height: 18px;
    z-index: 10;
    right: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 0px;
    padding-top: 14px;
}
.voloView span {
    height: 5px;
    width: 38px;
    margin: 0 auto;
    display: block;
    border-radius: 20px;
    background: var(--view);
}
.voloClose {
    display: block;
    position: absolute;
    left: -24px;
    bottom: 29px;
    margin: 0;
    background: var(--view);
    height: 35px;
    aspect-ratio: 1;
    width: auto;
    pointer-events: fill;
    border-radius: 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(--oview);
}

.voloContinue {
    vertical-align: middle;
    border-radius: 3px;
    line-height: 1em;
    font-weight: 800;
    letter-spacing: 0.1em;
    display: block;
    color: var(--view);
    font-size: 1.4em;
    text-align: left;
    margin: 15px 86px 30px 30px;
    background: var(--oview);
    display: inline-block;
    padding: 10px 20px;
    pointer-events: fill;
}

/* VOLO SUMM */

.subBoard {
    position: relative;
}

/* FONTS */

.fontM {
    font-family: "Courier Prime", monospace;
}
.fontN {
    font-family: "Noto Serif", serif;
    font-weight: 400;
    font-style: normal;
}

/* FOLIO */

.voloFolio {
    position: relative;
    margin-top: -3px;
    padding-bottom: 40px;
    overflow: hidden;
}
.voloFolio .voloFull {
    z-index: 1000;
}
.voloWidth {
    max-width: var(--maxwidth_p);
    margin: 0 auto;
    text-align: left;
}
.voloPost {
    padding: 20px 30px 0;
    font-size: 1.1em;
    text-align: left;
    position: relative;
    z-index: 20;
}
.desktopTitle {
    display: none;
}
.desktopParts {
    display: none;
}
.momRay .voloFolio .voloPaper {
    display: none;
}

.fl {
    font-size: 4em;
    text-transform: lowercase;
}
.long .parr {
    margin-top: 5vh;
}
.voloPost p {
    font-size: 1.5em;
    line-height: 1.55em;
    margin-bottom: 30px;
    color: var(--ink);
}
.voloPost p:first-of-type::first-letter {
    /* font-size: 6em;*/
}
.ink {
    color: var(--ink);
}
.voloPost p em {
    font-style: italic;
}
.creditoBar {
    width: 160px;
    height: 1px;
    -background-color: var(--creditos);
    border-top: dashed 1px var(--creditos);
    margin: 0 0 20px;
}
.creditoBar_bottom {
    display: none;
}
.creditos {
    margin: 40px 0 10px;
    padding-top: 0;
    text-align: left;
}
.creditos p {
    font-size: 1.1em;
    letter-spacing: 0.05em;
    color: var(--creditosP);
    line-height: 1.5em;
    padding: 0;
    margin: 0;
    font-size: 1em;
    display: inline;
}
.sep {
    color: var(--creditos);
}
.creditos .pf_draw a {
    font-weight: bold;
    text-decoration: underline;
    color: #000;
}

/* 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;
}

.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: var(--creditosP);
    margin: 0;
    padding: 0;
    text-decoration: underline;
}

/* +01+ ABERTIMENTO */

:root .abertimento {
    --floor: pink;
    --folio: pink;
    --mfolio: pink;
    --view: #061023;
    --creditos: #fff;
    --creditosP: #222326;
    --oview: pink;
    --images: image-set(
        url("../abertimento/abertimento.webp") 1x,
        url("../abertimento/abertimento@2x.webp") 2x
    );
    --images_land: image-set(
        url("../abertimento/abertimento_land.webp") 1x,
        url("../abertimento/abertimento_land@2x.webp") 2x
    );
}
:root .page_abertimento {
    --body: #fff;
    --logoSpan: #fff;
    --menu: rgba(0, 0, 0, 0.38);
    --footerSpan: #222;
}
.abertimento .voloImg {
    background-position: 50% 0%;
    background-color: pink;
}
.abertimento .voloPost .parr p {
    font-family: "Courier Prime", monospace;
    display: inline;
    font-size: 1.4em;
}
.abertimento .voloPost .parr p span::after {
    content: " / ";
    display: inline;
    color: var(--creditos);
}

.abertimento.voloFolio .voloPost {
    padding-top: 5vh;
}

/* +02+ AKETA */

:root .aketa {
    --floor: #2e4650;
    --folio: #d3d9dc;
    --mfolio: #fff;
    --view: #fff;
    --creditos: #61365e;
    --oview: #3e95b9;
    --images: image-set(
        url("../aketa/aketa.webp") 1x,
        url("../aketa/aketa@2x.webp") 2x
    );
    --images_land: image-set(
        url("../aketa/aketa_land.webp") 1x,
        url("../aketa/aketa_land@2x.webp") 2x
    );
}
:root .page_aketa {
}
.aketa .voloImg {
}

/* +03+ LOLO */

:root .bolo {
    --floor: #374867;
    --folio: #e6eaf3;
    --mfolio: #fff;
    --view: #000;
    --creditos: lightslategray;
    --oview: #f7445a;
    --images: image-set(
        url("../bolo/bolo.webp") 1x,
        url("../bolo/bolo@2x.webp") 2x
    );
    --images_land: image-set(
        url("../bolo/bolo_land.webp") 1x,
        url("../bolo/bolo_land@2x.webp") 2x
    );
}
:root .page_bolo {
    --body: #fff;
    --footerSpan: lightslategray;
}
.bolo .voloImg {
}

/* +04+  FURGONES */

:root .furgones {
    --floor: #d1aeaa;
    --folio: #f9dddb;
    --mfolio: transparent;
    --view: #4e3d39;
    --creditos: #4e3d39;
    --oview: #fff;
    --images: image-set(
        url("../los-furgones/los-furgones.webp") 1x,
        url("../los-furgones/los-furgones@2x.webp") 2x
    );
    --images_land: image-set(
        url("../los-furgones/los-furgones_land.webp") 1x,
        url("../los-furgones/los-furgones_land@2x.webp") 2x
    );
}
:root .page_furgones {
    --floor: #dcac99;
}
.furgones .voloImg {
}

/* CONJURO */

:root .conjuro {
}
:root .page_conjuro {
}

.conjuro .voloImg {
    background-image: url("../conjuro/conjuro.png");
}

/* MRK */

:root .mrk {
    --floor: pink;
    --folio: pink;
    --oink: #111;
    --view: #222;
    --altBack: deeppink;
}
:root .page_mrk {
    --body: #fff;
    --back: #000;
    --altBack: deeppink;
}

.mrk .voloImg {
    background-image: url("../mrk/mrk.png");
}

/* DESCENDIENTES */

:root .descendiente {
    --floor: #1c1c2b;
    --folio: rgba(198, 165, 175, 0.78);
    --ink: #000;
    --view: salmon;
}
:root .page_descendientes {
    --altBack: salmon;
}

.descendientes .voloImg {
    background-image: url("../las-descendientes/las-descendientes.png");
}

/* LA PRESENCIA */

:root .presencia {
    --floor: #0f0a10;
    --view: #dc8158;
}
.volo.presencia .voloImg {
    background-image: url("../images/xl/presencia.png");
    background-position: 50% 0%;
    background-size: auto 100%;
}

@media only screen and (orientation: portrait) {
    body {
        width: 100%;
        overflow-x: hidden;
    }
    .mobpix {
        display: block;
    }
    .presentRotate {
        padding: 5px 23px 0 9px;
    }
    .voloSumm {
        margin: 4%;
    }
    .voloSumm .volo {
        aspect-ratio: 0.55;
        margin-bottom: 4%;
        /*max-height: min(660px, 84vh);*/
    }
    .home .voloSumm .volo {
        /*border-radius: 0;*/
    }
    .page .voloSumm .volo {
        display: none;
    }
    .page .voloSumm .volo:first-child {
        display: block;
        margin-bottom: 2rem;
    }
    .voloCoved .volo {
        border-radius: 0;
        /*max-height: min(690px, 90vh);*/
    }
    .sidePosts{
        height: 100vh;
        margin: 0;
        padding: 0 25px 0;
    }
    .volo.indexPost {
        height: auto;
        width: 55vw;
    }
    .voloFolio {
        margin-top: -3px !important;
        background: var(--mfolio);
        margin-bottom: 2vh;
        padding-bottom: 20px;
    }
    .voloPost {
        padding-top: 50px;
    }
    .voloClose {
        right: 30px;
        left: auto;
    }
    .voloText .voloImg {
        aspect-ratio: 1.6;
        height: 18vh;
        display: none;
    }
    .voloText .voloHead {
        display: block;
        padding-bottom: 15px;
    }
    .voloText .voloHead__h2 {
        color: var(--oview);
        font-size: 2.6em;
        padding: 0 30px;
    }
    .voloText .voloHead p {
        color: var(--oview);
    }

    .fluid .voloFolio {
        border-radius: 0;
    }
    .voloCoved.fluid .volo {
        border-radius: 0;
    }
    .voloCoved.fluid .voloFolio .voloPost {
        padding-top: 0px;
    }

    .archivePage h1 {
        margin: 1.75rem auto;
        font-size: 1rem;
        opacity: 0;
    }
    .archiveBody {
        padding: 0 1rem;
    }
    .archive {
        flex-direction: column;
    }
    .archive .voloIntro {
        width: auto;
        padding: 0 0rem 3rem;
    }
    .archive .voloBoard {
        width: 100%;
        aspect-ratio: 3/2;
    }
}

@media only screen and (orientation: landscape) {
    .link {
        cursor: pointer;
    }
    .link:hover {
        opacity: 0.5;
    }
    .semilink {
        cursor: pointer;
    }
    .voloScreen {
        width: 94%;
        max-width: 924px;
    }
    .present {
        margin-top: 4.5vh;
    }
    .voloFooter {
        margin-top: 6vh;
    }
    .voloSumm {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 4vh 0 0px;
        column-gap: 4vh;
    }
    .voloCoved .volo {
        margin-top: 4vh;
        aspect-ratio: 3100 / 1954;
        height: auto;
        width: 100%;
    }
    .voloCoved .volo .voloImg {
        background-position: 50% 50%;
        background-size: cover;
    }
    .voloFolio {
        border-radius: 30px;
        margin-top: 20px;
    }
    .voloPost {
        padding: 18vh 0 5vh;
        margin: 0 auto;
    }

    .subBoard {
        padding-top: 20px;
        background: var(--floor);
        margin: 40px auto;
    }

    .page .fluid .voloFolio {
        border-radius: 0 0 30px 30px;
        margin-top: -3px;
    }
    .page .voloCoved.fluid .volo {
        border-radius: 30px 30px 0 0;
        margin-bottom: 0;
    }
    .volo.indexPost {
        /*max-height: 570px*/
    }
    /* COVERS */

    .voloCoved .volo .voloImg {
        background-image: var(--images_land);
    }
}

@media only screen and (min-width: 1150px) {
    .sidePosts.sidePosts4 {
        justify-content: center;
    }
}
@media only screen and (orientation: portrait) and (min-width: 712px) and (min-height: 900px) {
    /*.sPortrait .voloScreen {
        max-width: var(--maxwidth_p);
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .voloTextBoard {
        max-width: var(--maxwidth_p);
    }
    .voloText .voloImg {
        display: block;
    }
    .voloSumm .volo {
        max-height: 100%;
        aspect-ratio: 1.2;
    }
    .voloCoved .volo {
        max-height: 500px;
    }
    .volo.indexPost {
        max-height: 500px;
    }*/
}
