a.grid.post-thumbnail, a.grid.libro-thumbnail {
    padding-top: 56.25%;
    background-size: cover;
    transition: all 0.7s ease-out;
}

a.grid.libro-thumbnail{
    padding-top: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

a.grid.post-thumbnail:hover, a.grid.libro-thumbnail:hover {
    transform: scale(1.1);
}

header.site-header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/* header.site-header a.custom-logo-link img {
    height: 150px;
    width: 143.5px;
} */

footer.site-footer {
    background-color: var(--bs-gray-300);
}

.f12 {
    font-size: 12px;
}

.leemas {
    height: 70vh;
    transition: all 700ms;
}

.leemas::after {
    content: "";
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg,
            rgba(255, 255, 255, 1) 0%,
            rgba(255, 255, 255, 0.4995040252429097) 100%);
    height: 5rem;
    width: 100%;
    position: absolute;
    bottom: 0rem;
}

div.read-more {
    cursor: pointer;
}

div.read-more>div {
    color: var(--bs-gray-600);
}

div.read-more>div::before {
    content: url(../images/expand-alt.svg);
    display: inline-block;
    width: 1rem;
    margin-right: 0.2rem;
}

div.read-more::before {
    content: '';
    border-bottom: dashed 1px var(--bs-gray-600);
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

.cursiva{
    font-family: 'Frank Ruhl Libre';
    font-size: 2.3rem;
    line-height: 1;
    height: 89.6px;
    overflow: hidden;
}

div.stripped{transition: all 700ms;}
div.stripped.even{background-color: var(--bs-gray-200);}
div.stripped.odd{background-color: var(--bs-gray-300);}
div.stripped:hover{background-color: var(--bs-gray-400);}

img.search{width: 1.8rem;}