/*Ourizopinto*/
:root{
    appearance:none;
    --bg-color:#f2f2f2;
    --header-bg:#f2f2f2;
    --header-shadow:#bbbbbbbb;
    --poemas:#111111;
    --verdourizo:#5e9e9f;
    transition:300ms ease;
}
@media (prefers-color-scheme: dark) {
    :root{
        appearance:none;
        --bg-color:#000000;
        --header-bg:#000000;
        --header-shadow:#11111188;
        --poemas:#444444;
        --verdourizo:#5e9e9f;
    }

}

body {
    position:absolute;
    margin:0;
    width:100%;
    height:100vh;
    background:var(--bg-color);
    font-family: 'Raleway', sans-serif;
    font-size:16px;
}
header {
    position:fixed;
    top:0;
    left:0;
    right:0;
    width:100%;
    height:80px;
    background:var(--header-bg);
    box-shadow: 0px 0px 5px 1px var(--header-shadow);
    z-index:999999;
}
header img{
    height: 60px;
    margin: 10px;
}
header .title{
    line-height: 60px;
    font-family:'Raleway Dots',cursive;
}
nav{
    float:right;
    margin-right:24px;
}
nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
nav ul li{
    display: inline-block;
    text-align:center;
}
nav ul li div{
    cursor:pointer;
    float:left;
    height:16px;
    margin: 30px 14px -5px 4px;
    width:16px;
}
nav ul li div.ig{
    background: url(../img/ourizopinto-ourizo_pinto-escritura-literatura-poesia-prosa-textos-dibujo-pintura-escultura-arte-escritor-pintor-escultor-artista-galiza-galicia-logo_ig.png) center no-repeat;
    background-size: contain;
}
nav ul li div.tt{
    background: url(../img/ourizopinto-ourizo_pinto-escritura-literatura-poesia-prosa-textos-dibujo-pintura-escultura-arte-escritor-pintor-escultor-artista-galiza-galicia-logo_tt.png) center no-repeat;
    background-size: contain;
}
nav ul li div.contacto{
    background: url(../img/ourizopinto-ourizo_pinto-escritura-literatura-poesia-prosa-textos-dibujo-pintura-escultura-arte-escritor-pintor-escultor-artista-galiza-galicia-logo_arr.png) center no-repeat;
    background-size: contain;
}
nav ul li div.tenda{
    background: url(../img/ourizopinto-ourizo_pinto-escritura-literatura-poesia-prosa-textos-dibujo-pintura-escultura-arte-escritor-pintor-escultor-artista-galiza-galicia-logo_eur.png) center no-repeat;
    background-size: contain;
}
nav ul li .langswitch{
    appearance:none;
    background-color: var(--header-bg);
    border:1px solid var(--verdourizo);
    border-radius:4px;
    color:var(--verdourizo);
    cursor:pointer;
    font-family:'Courier Prime',monospace;
    font-size:13px;
    outline:none;
    padding:4px 4px 4px 5px;
    text-transform:lowercase;
}
main {
    position:absolute;
    top:100px;
    left:0;
    right:0;
    width:100%;
    z-index:9;
}
.zona {
    position:relative;
    margin:0;
    width:100%;
    text-align:center;
    display:flex;
    align-items: center;
}
.poema{
    margin:0px auto;
    width:280px;
    align-items: center;
}
.poema p{
    font-size:24px;
    text-align:left;
    color:var(--poemas);
}
.air{
    height:100px;
}
.poema .dots{
    font-family:'Raleway Dots',cursive;
    font-weight:600;
    color:var(--verdourizo);
}
.poema .dots b{
    font-size:30px;
    font-weight:900;
}