:root{color-scheme:dark;--azul-bg-oscuro:hsl(200, 100%, 2%);--azul-oscuro:hsl(200, 100%, 8%);--azul-spoiler:hsl(200, 100%, 30%);--azul-link:hsl(200, 100%, 38%);--azul-principal:hsl(200, 100%, 50%);--azul-claro:hsl(200, 100%, 60%);--negro:#000;--negro-transparente:rgba(0, 0, 0, 0.8);--negro-transparente-light:rgba(0, 0, 0, 0.7);--negro-transparente-bg:rgba(0, 0, 0, 0.5);--blanco:#fff;--gris:#ccc;--gris-oscuro:#3c434a;--gris-claro:#FcFcFc;--gris-form:#5c6664;--gris-bg:#00070a;--gris-input:grey;--box-shadow:6px 6px 8px 0px var(--negro-transparente);--txt-shadow:6px 6px 8px var(--negro-transparente)}body{background-color:var(--azul-bg-oscuro)}.site-header{background:linear-gradient(to bottom,var(--azul-bg-oscuro) 40%,var(--azul-spoiler) 100%)}main{background-color:var(--azul-bg-oscuro)}.site-footer{background:linear-gradient(to bottom,var(--azul-bg-oscuro) 80%,var(--azul-spoiler) 100%)}*,*::before,*::after{box-sizing:border-box}*{margin:0;padding:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img,picture,svg,video,canvas{max-width:100%;height:auto;vertical-align:middle;font-style:italic;background-repeat:no-repeat;background-size:cover}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{scroll-behavior:auto!important}}body,html{height:100%;scroll-behavior:smooth}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;line-height:1.5;font-size:100%;min-height:100dvh;scroll-behavior:smooth}body:before{content:"";position:fixed;top:-10px;left:0;width:100%;height:10px;box-shadow:0 0 10px var(--negro-transparente);z-index:100}section{width:clamp(400px, 80vw, 1200px);max-width:100%;margin:1em auto}.conspoiler img,.conspoiler iframe{max-width:100%;display:block;margin:1em auto}cite{font-style:normal}.d-flex,.wpcf7 p,#respond p{display:flex;flex-wrap:wrap;gap:1em;justify-content:center;align-items:center}.flex-shrink{flex-shrink:1}.flex-nowrap{flex-wrap:nowrap}.flex-wrap{flex-wrap:wrap}.stretch{align-items:stretch}.justify-start{justify-content:flex-start}.space-around{justify-content:space-around}.space-between{justify-content:space-between}.d-flex-col{flex-direction:column}.d-grid,#comments{display:grid;grid-template-columns:repeat(auto-fiT,minmax(250px,1fr));gap:1.5em}.d-grid.column-200{grid-template-columns:repeat(auto-fiT,minmax(200px,1fr))}.d-grid>*,#comments>*{justify-self:center}.d-block{display:block}.img-cover{object-fit:cover;height:100%}.mb-2,.wpcf7 textarea,.wpcf7 p,#respond textarea,#respond p{margin-bottom:2em}.m-0{margin:0}.pb-2{padding-bottom:2em}.mt-2{margin-top:2em}.mb-1{margin-bottom:1em}.center{text-align:center;margin-inline:auto}ul[class~=d-flex]{list-style:none;padding:0}.gap-1{gap:1em}.gap-0-5{gap:.5em}.gap-2{gap:2em}.max-w-80{max-width:80%}.w-auto{width:auto}br{display:block;content:" ";margin-top:1.5em}.screen-reader-text{position:absolute;clip:rect(1px,1px,1px,1px);padding:0;border:0;height:1px;width:1px;overflow:hidden;white-space:nowrap}.post-edit-link{position:fixed;display:block;padding:.5em 1em;border-radius:5px;background-color:var(--azul-principal);color:var(--azul-oscuro);font-weight:700;text-transform:uppercase;transition:0.3s ease-in;font-size:clamp(1.5rem, 2vw, 2rem);text-align:center;right:1em;bottom:1em;font-size:1rem;z-index:1000;background-color:hsl(200 100% 8%)}.post-edit-link:is(:hover,:focus,:focus-visible,:focus-within,:active){background-color:var(--azul-claro);color:var(--azul-oscuro);scale:1.05;text-decoration:none;transition:0.1s ease-in}iframe{aspect-ratio:16/9;height:100%;width:100%}a{text-decoration:none;transition:0.3s ease-in}a:is(:link,:visited){color:var(--azul-principal)}a:is(:hover,:focus,:focus-visible,:focus-within,:active){color:var(--azul-claro);text-decoration:underline}a.button{display:block;padding:.5em 1em;border-radius:5px;background-color:var(--azul-principal);color:var(--azul