.block-cabecera {
    padding: 5.563rem 0 0;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.block-cabecera .link {
    margin-top: 20px;
}

.block-cabecera .link a {
    font-size: var(--size-btn);
    letter-spacing: 0.8px;
    text-decoration: underline;
    color: var(--dark-brown);
    font-family: 'Neue Haas Grotesk Display Pro';
    font-weight: 600;
    display: flex;
    width: max-content;
}

.block-cabecera .link svg {
    margin-right: 0.5rem;
    width: 20px;
}

.block-cabecera .link.type_1 svg {
    display: none;
}

.block-cabecera .link.type_1 a {
    background-color: var(--dark-brown);
    color: var(--white);
    padding: 0.5rem 1.5rem;
    border-radius: 2rem;
    text-decoration: none;
    font-weight: 400;
    width: max-content;
    display: inline-block;
}

.block-cabecera .container {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.block-cabecera .container-descr {
    padding: 0 0 4.125rem 0;
}

.woocommerce-products-header .block-cabecera .container-descr {
    padding-bottom: 0;
}
.woocommerce-products-header .block-cabecera {
    padding-bottom: 3rem;
}

.block-cabecera .container-descr .descr {
    width: 100%;
    max-width: 600px;
}

.block-cabecera .subtitle {
    font-family: 'IvyMode';
    font-size: var(--size-title);
    line-height: 1.25;
    font-weight: 300;
    /*width: 60%;*/
    margin-bottom: 1.5em;
}

.block-cabecera .subtitle > * {
    margin-bottom: 0;
}

.block-cabecera .subtitle a {
    color: unset;
    text-decoration: underline !important;
}

.block-cabecera .descr {
    font-family: "Neue Haas Grotesk Display Pro";
    font-size: var(--size-text);
    font-weight: 300;
}

.block-cabecera .descr strong {
    font-weight: 600;
}

.block-cabecera .links_container {
    display: flex;
    align-items: center;
}

.block-cabecera .links_container .link:nth-child(1) {
    margin-right: 1.75rem;
}

.block-cabecera .imagen {
    width: 100%;
}

.block-cabecera .imagen div {
    height: 76vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width: 1280.98px) {
    .block-cabecera {
        padding: 3.688rem 0;
    }
}

@media (max-width: 992px) {
    .block-cabecera .container-descr {
        padding: 0 0 1rem 0;
    }

    .block-cabecera .subtitle {
        margin-bottom: 1rem;
        padding-bottom: 0;
        width: 100%;
    }

    .block-cabecera .container-descr .descr {
        width: 100%;
    }

    .block-cabecera .links_container {
        flex-direction: column;
        align-items: flex-start;
    }

    .block-cabecera .links_container .link:nth-child(1) {
        margin-right: 0;
    }

    .block-cabecera .imagen div {
        height: 62vh;
    }
    .woocommerce-products-header .block-cabecera .descr {
        margin-bottom: 60px;
    }
}