:root {
    --fichero-upper-off: -560px;
    --fichero-display-len: 350px;
}

.fichero-container {
    padding-top: 363px;
    overflow-y: hidden;
    height: 490px;
    position: relative;
}

.fichero {
    background: white;
    clip-path: url(#fichero-clip-path);
    height: 600px;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: var(--fichero-upper-off);
    transition: all 0.5s ease;
    .tab-header {
        position: absolute;
        margin-left: 59%;
        margin-top: 1%;
    }
    .tab-content {
        margin-top: 9%;
        position: absolute;
        width: 100%;
    }
}

.fichero:hover{
    background-color: #F88EAF;
}


.fichero.active{
    background: white;
    margin-top: calc( var(--fichero-upper-off) - var(--fichero-display-len) ) !important;
    margin-bottom: var(--fichero-display-len);
    transition: all 0.5s ease;
}

.fichero-anchor {
    margin-top: calc( -1 * var(--fichero-upper-off) );
}

.fichero:nth-child(odd) {
    transform: scaleX(-1);
}

.fichero:nth-child(odd) .tab-header {
    transform: scaleX(-1);
    margin-right: 31%;
}

.fichero:nth-child(odd) .tab-content {
    transform: scaleX(-1);
}

.fichero-base {
    height: 200px;
    width: 100%;
    display: flex;
    position: absolute;
    bottom: -50px;
    svg {
        width: 100%;
    }
}

.altura-cat{
    height: 65% !important;
}

.margin-descargar{
    margin-top: 30px;
}

.espacio{
    margin-bottom: 5% !important;
}

.margin-digital{
    margin-bottom: 80px;
}

.color-pink{
    background-color: #FFC1D4;
    height: 360px;
    border-radius: 10px;
}

.fondos-boton{
    margin-top: 48px;
}

.margin-fondos{
    padding-top: 55px;
}

.fondos-titulo{
    margin-top: 112px;
}

.booktittle{
    font-family: "Roboto Mono", monospace;
    font-optical-sizing: auto;
    font-weight: 700;
    font-size: 14px;
    padding-top: 15px;
}

.fichero-biblio{
    padding-top: 363px;
    overflow-y: hidden;
    height: 1536px;
    position: relative;
}

.intro-text{
    margin-top: 82px;
    margin-bottom: -137px;
}
