/* Variante con padding extra */
.hero {
    background: var(--marien-footer-bg-1) url(../img/pattern-1.png) repeat-y left top;
}
.hero.hero-text-right,
.hero.hero-text-right-padded {
    background-position-x: right;
}
.hero .col-pic img {
    width: 100%;
    max-height: 250px;
    object-fit: cover;
}
.hero.hero-no-pic {
}
.hero.hero-text-left-bordered .hero-row {
    border-top: 6px solid #fff;
    border-bottom: 6px solid #fff;
}
.hero.hero-text-left-bordered .hero-row .col-pic {
    padding: 0;
}
.hero .col-content a {
    text-decoration: none;
}
.hero .col-content a:hover {
    text-decoration: underline;
}
@media (min-width: 992px) {
    .hero .col-pic,
    .hero.hero-no-pic .hero-row {
        min-height: 200px;
    }
    .hero.hero-no-pic .col-content .title,
    .hero.hero-no-pic .col-content .subtitle {
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
    .hero .col-pic img {
        max-height: 550px;
    }
    .hero .col-pic .pic-position-absolute {
        position: relative;
    }
    .hero .col-pic.pic-position-absolute img {
        position: absolute;
        width: 50%;
    }
    .hero.hero-text-left-bordered .hero-row .col-pic img {
        border-left: 6px solid #fff;
    }
    .hero .col-pic.pic-position-absolute,
    .hero .col-pic.pic-position-absolute img {
        min-height: 550px;
    }
}
@media (max-width: 767px) {
    .hero.hero-text-left {
        padding: 1rem;
    }
    .hero.hero-text-left .col-pic img {
        margin-top: 1rem;
    }
    .hero.hero-text-right,
    .hero.hero-text-right-padded {
        padding-top: 1rem;
    }
    .hero.hero-text-left-bordered .hero-row .col-content {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}