#bloque2 .categories a {
    opacity: 0.4;
}
#bloque2 .categories .cat-act {
    opacity: 1;
}
#bloque2 .pager {
    margin-top: 14rem;
    margin-bottom: 0;
    display: -webkit-flex;
    display: flex;
}
#bloque2 .pager a {
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-align-items: center;
    align-items: center;
}

footer .footer-top {
    background-color: var(--skyBlue);
}
footer .footer-top .btn,
footer .footer-top .btn:focus,
footer .footer-top .btn:hover {
    color: var(--skyBlue);
}

@media (min-width: 768px) {
    #bloque1 {
        margin-bottom: 25rem;
    }

    #bloque2 {
        padding: 17.5rem 0;
    }
    #bloque2 .type .lnk-arrow:after {
        display: none;
    }
    #bloque2 .categories {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        font-size: 3.75rem;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    #bloque2 .categories > div {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    #bloque2 .categories a {
        padding-top: 3rem;
        padding-bottom: 2.5rem;
        border-bottom: 0.5rem solid transparent;
        text-align: center;
        display: block;
    }
    #bloque2 .categories a:hover,
    #bloque2 .categories .cat-act {
        border-bottom-color: inherit;
    }
    #bloque2 .card {
        margin-top: 20rem;
    }
    #bloque2 .pager a + a {
        margin-left: 10rem;
    }
}
@media (max-width: 767px) {
    #bloque1 {
        margin-bottom: 10rem;
    }

    #bloque2 {
        padding: 4.5rem 0 15rem;
    }
    #bloque2 .block-large {
        margin-top: 5rem;
    }
    #bloque2 .categories > div + div {
        margin-top: 3rem;
    }
    #bloque2 .type {
        padding-bottom: 1.25rem;
        position: relative;
    }
    #bloque2 .type:after {
        content: '';
        width: 100%;
        height: 0.25rem;
        background-color: var(--dark);
        opacity: 0.08;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #bloque2 .type .lnk-arrow {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    #bloque2 .type .lnk-arrow:after {
        -webkit-mask-image: url('../../../../images/icons/arrow-down.svg');
        mask-image: url('../../../../images/icons/arrow-down.svg');
    }
    #bloque2 .card {
        margin-top: 10rem;
    }
    #bloque2 .card picture {
        margin-left: -5rem;
        margin-right: -5rem;
    }
    #bloque2 .pager a + a {
        margin-left: auto;
    }
}