
:root {
    
    /* PALETA-05 */

    --color-oscuro: #26a19d;
    --color-claro: #fcfcf8;
    --color-comodin: #d85e5e;
    --bgr-color-oscuro: #26a19d;
    --txt-color-claro: #fcfcf8;
}

/* PORTADA 5 */
.portada-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    /* z-index: 1000; */
}

#c {
    display: block;
    width: 100%;
    height: 100%;
}

.body-05 {
    position:static; 
    width: 100vw;
    height: 100vh;
    overflow:hidden;
}

.layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.image-05 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    mix-blend-mode: difference;
    border: none;
    box-shadow: none;
}

/* ORQUESTA DE POETAS */

.parra {
    font-family: "calibri", sans-serif;
}

.cussen {
    font-family: "arial", sans-serif;
}

a.tweet {
    font-weight: 600;
    /* text-decoration: underline; */
    font-size: 0.85rem;
}

a.tweet:visited {
    text-decoration: underline;
}

.cussen span {
    text-decoration: underline;
}

.parra-center{
    text-align: center;
}

.char40 {
    margin-top: 3rem;
    text-align: center;
    /* width:400px; */
}

 audio, .eisner-audio {
    left: 100px;
    top: 300px;
    transform: rotateZ(0deg);
    position:sticky;
}