.no-hero header{
    background-color: #5D5AE8;
}


.no-hero{
    padding-top: 90px;
}

.loading span{
    display: inline-block;
    animation: animate-preloader 1.5s linear infinite;
    transform-origin: center;
}

.loading span:not(.d-none){
    margin-right: 6px;
}


.header .logo .sitename{
    font-family: SuperPlants;
    font-weight: normal;
    letter-spacing: 0px;
    font-size: 34px;
    padding-left: 1.35em;
    line-height: 1em;
    background: url(/assets/favicon/icon.png) left center/contain no-repeat;
}

.gallery .gallery-item {
    text-align: center;
    position: relative;
}

.img-fluid:not(.img-fluid-full) {
    max-width: 90%;
}

.img-fluid + span{
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -3em;
    color: white;
    background: rgba(13,110,253, 0.89);
    z-index: 4;
    opacity: 0;
    padding: .5em;
    transition: 0.25s
}

.gallery .gallery-item:hover .img-fluid + span{
    opacity: 1;
    bottom: 0;
}

.form-control-autogrow{
    field-sizing: content;
}

.curiosity{
    line-height: 170%;
    font-size: .85em;
}

.portfolio-details .portfolio-highlight{
    --surface-color: #F5EAFF;
}


iframe{
    margin-top: 1.5rem;
    width: 100%;
    height: 70vh
}

textarea.form-control-autogrow{
    min-height: 3lh;
}

.blog-article .section-title{
    padding-bottom: 10px;
}

.blog-article-tools{
    text-align: center;
}


@media (max-width: 992px) {
    .header .logo .sitename{
        padding-top: 2px;
    }
}
@media (min-width: 992px) {
    .header .logo .sitename{
        letter-spacing: 2px;
        font-size: 45px;
    }
}

.aspect-rect img{
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}

.gallery-item-info h3{
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.8);
    padding: .4em;
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
    color: white;
}

.gallery-item-info span{
    position: absolute;
    right: 0;
    top: .5rem;
    padding: .6em 2em;
    font-size: .6rem;
    z-index: 2;
    background: var(--heading-color);
    color: white;
    font-family: var(--heading-font);
    line-height: 100%;
    letter-spacing: .4px;
}

.gallery-item-stickers span,
.gallery-item-stickers-del-libro span{
    background: #F71173;
}

.gallery-item-extra span,
.gallery-item-stickers-extra span{
    background: #F2660B;
}

.gallery-item-coloring span,
.gallery-item-imagenes-para-colorear span{
    background: #02598B;
}

.gallery-item-games span,
.gallery-item-juegos-de-ingenio span{
    background: #02894E;
}

.gallery-item-interactive span,
.gallery-item-juegos-interactivos span{
    background: #CD1002;
}

.gallery-item-blog span{
    background: #591F69;
}