#section-intro #card-placeholder {
    background: url(/portal/resources/images/card-placeholder-bienvenido.webp) no-repeat 0 0 / cover;
    border-radius: 50px 50px 50px 0;
    height: 100%;
    margin-bottom: 40px;
    min-height: 400px;
}

#section-intro #card-placeholder .placeholder-wrapper {
    max-width: 320px;
    padding: 50px;
    float: right;
    text-align: right;    
    box-sizing: content-box;
}

#section-intro #card-placeholder .placeholder-wrapper .text {
    font-size: 18px;
    line-height: 24px;
    color: white;
    margin-top: 20px;
    text-shadow: 1px 1px 3px black;
}

#section-intro #intro .intro-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #037BC4;
    margin-bottom: 20px;
    margin-top: 0;
}

#section-intro #intro .intro-text {
    font-size: 14px;
    line-height: 20px;
    color: #16355A;
}

@media(min-width: 992px) {
    #section-intro #intro .intro-title {
        font-size: 35px;
        line-height: 41px;
    }

    #section-intro #intro .intro-text {
        font-size: 20px;
        line-height: 26px;
    }
}

#section-intro #intro .intro-text > .text-bold{
    font-weight: bold;
}

#section-intro #live-carousel-cards {
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 40px;
}

.cards {
    --element-padding: 8px;
    margin-top: calc(-1 * var(--element-padding));
    margin-bottom: calc(-1 * var(--element-padding));
    margin-left: 0;
    margin-right: 0;
    flex-direction: column;
}

@media(min-width: 992px) {
    .cards {
        --element-padding: 24px;
    }
}

.cards .card-wrapper {
    padding: var(--element-padding) 0;
    flex: 0 1 auto;
    width: 100%;
}

.cards .card-text {
    border-radius: 0px 50px;
    padding: 24px;
    background-color: #16355A;
    color: #fff;
    position: relative;
    min-width: 0;
    height: 100%;
}

.cards .card-text .card-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
}

.cards .card-text .card-desc {
    font-size: 15px;
    line-height: 21px;
}

.cards .card-wrapper .card-link {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #037BC4;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 8px;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
}

@media(min-width: 1200px) {
    #section-intro #live-carousel-cards {
        margin-bottom: 0;
    }

    #section-intro #card-placeholder {
        margin-bottom: 0;
    }

    #section-intro #live-carousel-cards #live-carousel {
        margin-bottom: 0;
    }
}

@media(min-width:992px) {
    .cards {
        flex-direction: row;
        margin-top: var(--element-padding);
        margin-bottom: 0;
        margin-left: calc(-1 * var(--element-padding));
        margin-right: calc(-1 * var(--element-padding));
    }

    .cards .card-wrapper {
        padding: 0 var(--element-padding);
        width: 33.33333%;
    }
}

#section-promo .section-promo-title {
    color: #037BC4;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}

@media(min-width: 992px) {
    #section-promo .section-promo-title {
        font-size: 35px;
        line-height: 41px;
    }
}

#section-promo .section-promo-image {
    border-radius: 50px 50px 0 50px;
}

#section-macbook .section-macbook-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #037BC4;
    margin-bottom: 32px;
    margin-top: 0;
}

@media(min-width: 992px) {
    #section-macbook .section-macbook-title {
        font-size: 35px;
        line-height: 41px;
    }
}

#section-macbook .section-macbook-text {
    font-size: 14px;
    line-height: 20px;
    color: #16355A;
}

@media(min-width: 992px) {
    #section-macbook .section-macbook-text {
        font-size: 20px;
        line-height: 26px;
    }
}