/* ******************************************** */
/** CTA
/* ******************************************** */

.c-cta__holder{
    position: relative;
    text-align: center;
}

.c-cta__info{
    position: relative;
    z-index: 1;
}

.c-cta__text{
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
}

.c-cta__img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.c-cta__img:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(var(--color-darkest-rgb)/55%);
    z-index: 1
}

.c-cta__link{
    font-size: 1.8rem;
    margin-top: 1.4em;
}

.c-cta__link--white{
    color: var(--color-lightest);
}

/* ********************** de Desktop 2 a HD ********************** */

@media (min-width: 1400px) {

    .c-cta__holder{
        padding-top: calc(var(--section-y)*1.2);
        padding-bottom: calc(var(--section-y)*1.2);
    }

}