/*
Theme Name: mixx.io ascii sidebar
Theme URI: https://mixx.io
Description: Ascii style theme
Author: Alex Barredo
Author URI: http://mixx.io
Version: 1
#eb6864
*/


body, html {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-color: black;
    /* font-family: monospace; */
    color: lime;
    font-size: 1.5vw;
    /* font-size: 1em; */
    padding-bottom:5em;
    font-family: 'vhsgothic', monospace;
}

/* src: url("fuentes/VCR_OSD_MONO_1.001.ttf") format("truetype"); */
/* src: url("fuentes/DePixelBreit.ttf") format("truetype"); */
/* src: url("fuentes/DePixelSchmal.ttf") format("truetype"); */
/* src: url("fuentes/Mario-Kart-DS.ttf") format("truetype"); */
/* src: url("fuentes/Minecraft.ttf") format("truetype"); */
/* src: url("fuentes/rainyhearts.ttf") format("truetype"); */
/* src: url("fuentes/rainyhearts.ttf") format("truetype"); */
/* src: url("fuentes/rainyhearts.ttf") format("truetype"); */
/* src: url("fuentes/rainyhearts.ttf") format("truetype"); */
/* src: url("fuentes/rainyhearts.ttf") format("truetype"); */

@font-face {
    font-family: 'vhsgothic';
    src: url("fuentes/vhs-gothic.ttf") format("truetype");
}

#contenedor {
    overflow-x: hidden;
    display: grid;
    grid-template-columns: repeat(11,1fr);
    grid-gap: 0;
    max-width: 60em;
    margin: 0 auto;
    width: 100%;
}

#lateral {
    grid-column: 1/4;
    min-width: 200px;
    text-align: right;
}

#lateral div {
    width: 100%;
}

#principal {
    overflow: hidden;
    grid-column: 4/12;
    display: grid;
    grid-template-columns: repeat(12,1fr);
    padding: 1em 0;
}

#aperturalateral {
    cursor: pointer;
    padding: 0.5em;
    background: black;
    color: rgb(245,245,245);
    display: none;
    position: fixed;
    font-size: 16px;
    right: 0;
}

#apertura:checked ~ #lateral {
    display: block;
    grid-column: 1/12;
    min-width: 200px;
    text-align: center;
}

#apertura:checked ~ #principal {
    display: none;
}

#apertura {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

@media only screen and (max-width: 601px) {
    #lateral {
        display: none;
    }

    #aperturalateral {
        display: block;
    }

    #principal {
        grid-column: 1/12;
    }
}

#cabecera {
    grid-column: 2/12;
}
#cabecera a {
    text-decoration: none;
}

#diario,
#dontomas,
#telegram,
#articulo,
#cupertino,
#elon,
#kernel,
#buscador,
#premium {
    overflow-x: hidden;
    grid-column: 2/12;
}

#premium {
    margin: 2em 0 4em;
}

#suscripcion,
#buscador {
    overflow: hidden;
    height: 3em;
    margin: 2em 0;
    grid-column: 2/12;
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-gap: 0;
}

#suscripcion input,
#buscador input {
    grid-column: 1/8;
    padding: 1em;
}
#suscripcion button,
#buscador button {
    grid-column: 8/13;
    cursor: pointer;
    padding: 1em;
    margin: 0;
}

#ultimos {
    grid-column: 1/12;
    display: grid;
    grid-template-columns: repeat(12,1fr);
    grid-gap: 0;
}

#ultimos .categoria {
    grid-column: 1/5;
    text-align: right;
    margin-bottom: 1em;
    white-space: preserve-breaks;
    text-wrap: nowrap;
    overflow: hidden;
}
#ultimos .titular {
    grid-column: 5/13;
    margin-bottom: 1em;
    padding-left: 0.3em;
}

.container {
    overflow: hidden;
    margin:0 auto;
    max-width: 40em;
    padding: 1em;
}

.fijo {
    white-space: pre-wrap;
    word-wrap: break-word;
    display: table;
    table-layout: fixed;
    overflow: hidden;
    /* font-size: min(2vi,14px); */

    /* font-size: min(2vi,14px); */
    font-size: 1.3vh;
}

#container {
    margin-top: 1vw;
    margin-bottom: 4vw;
    margin-top: 1em;
    margin-bottom: 4em;
}

p>a.button {
    display: inline-block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1em !important;
    padding: 1.8vw 2vh;
}

input,
button,
.button {
    margin: 0;
    padding: 0;
    border:0;
    outline: 0;
    overflow: hidden;
    text-decoration: none !important;
    font-family: 'vhsgothic', monospace;
}

input {
    background: rgb(20,20,20);
    color: white;
    font-size: 0.75rem !important;
}

.button,
button {
    background: rgb(20,20,20);
    /* animation: blinker 1s linear infinite; */
    font-size: 0.75rem !important;
    text-decoration: none;
    padding: 3px 5px;
    margin-left:8px;
    color: white;
    font-weight: bold;
}

.nodec {
    font-weight: normal !important;
    text-decoration: none !important;
}

h1,h2,h3,h4,h5,h6 {
    display: inline-block;
    text-transform: uppercase;
    line-height: 1em !important;
    margin: 0 !important;
    font-weight: normal !important;
}

.uc {
    text-transform: uppercase;
}

h1 {
    font-size: 1em;
}

a {
    color: inherit;
}

h1 a {
    text-decoration: none;
}

.fs125 {
    font-size: 1.25em;
}

/* .fs75 {
    font-size: 1.2vw !important;
    font-size: 0.8em !important;
} */

.lh75,
.ln75 {
    line-height: 1;
}

.container-auto {
    margin:0 auto;
    width: fit-content;
    max-width: 40em;
}
.container-full {
    width: max-content;
    margin: 0 auto;
    overflow: hidden;
}

.thumb-grid {
    padding: 0;
    display: grid;
    gap: 1rem;
    margin: 1rem auto -2rem;
}

/* .thumb-grid-1 {
    width: 50vw;
} */
.thumb-grid-more {
    grid-template-columns: repeat(2,1fr);
    overflow: hidden;
}

.flex-half {
    width: 100%;
    border-radius: 5px;
}

blockquote {
    margin: 2em 0 3em;
    padding: 0.2em 1em;
    white-space: normal;
    background: rgb(20,20,20);
    outline: 10px solid rgb(20,20,20);
    border-radius: 5px;
    color: white;
}

blockquote p {
    padding: 0;
}

blockquote+hr {
    display: none;
}

.ajustado_top {
    margin-top:0;
}
.ajustado_top_1 {
    margin-top:-1.1em;
}

.mano {
    margin-inline-start: 3vw;
}

hr {
    visibility: hidden;
}

#articulo p + hr {
    margin: 4.5vh 0;
    visibility: visible;
    border: none;
    border-top: 2px dashed rgba(0, 0, 0, 0.37);
}

#articulo p,
#premium p {
    line-height: 2vh;
}

#articulo p a {
    color: #eb6864;
}

#articulo li {
    margin:2vh 0 0;
}

#articulo {
    margin-bottom: 4em;
}

.compartir {
    font-weight: bold;
    font-size: 1.2vw !important;
    text-decoration: none;
    padding: 3px 5px;
    margin-left:8px;
    color: white;
}


@media (prefers-color-scheme: light) {

    body, html {
        background-color: rgb(245,245,245);
        color: rgb(20,20,20);
    }

    input {
        background: rgb(200,200,200);
        color: rgb(20,20,20);
    }
    blockquote {
        outline: 10px solid rgb(200,200,200);
        background: rgb(200,200,200);
        color: rgb(20,20,20);
    }
    .button,
    button {
        background: rgb(20,20,20);
        color: white;
    }
    .compartir {
        color: rgb(40,40,40);
    }
}
@media only screen and (max-width: 600px) {

    .solo_peq {
        display: inherit;
    }
    .solo_peqi {
        display: inline;
    }
    body, html {
        font-size: 3vw;
    }
    .container {
        width: 94vw !important;
        padding: 3vw !important;
    }
    .peq_75 {
        display: inline-block;
        line-height: 1.5vh !important;
        font-size: 1.5vh !important;
    }
    .compartir {
        font-size: 2.3vw !important;
    }
    .thumb-grid-more {
        grid-template-rows: repeat(2,1fr);
        overflow: hidden;
    }

    .thumb-grid-more {
        grid-template-columns: 100%;
    }

    .fijo {
        font-size: 2.7vi;
    }
    #apertura:checked ~ #lateral .fijo {
        font-size: 4.0vi;
    }
    .fijo_ancho {
        font-size: 2.2vi !important;
    }

}
@media only screen and (min-width: 601px) {

    .solo_gra {
        display: inherit;
    }
    .solo_grai {
        display: inline;
    }

}