#page-title.promos-title-container {
    background: url(../images/promos/mg-promociones-back.jpg) no-repeat center center / cover;
    background-color: black;
    height: 30vw;
    min-height: 42vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#page-title .container {
    width: fit-content;
    border-bottom: 1px solid white;
    padding-bottom: 1rem;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
}
#page-title h1 span.mg-red {
    color: var(--themecolor) !important;
    font-weight: bold;
}

#content .content-wrap .promos-content {
    padding: 0px;
    background-color: black;
    padding-bottom: 2rem;
}

#content .content-wrap {
    padding-top: 0px;
    background-color: black;
    padding-bottom: 0px;
}
.page-section {
    margin: 4rem 0;
}

.promo-image {
    width: 100%;
    height: auto;
}
.promo-description-container {
    background-color: #1a1a1a;
    padding: 6vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
    border-left: 6px solid #d42529;
}

.mg-heading {
    font-size: 1.6rem;
    line-height: 1.2;
    font-weight: 400;
    color: white;
    margin-bottom: 0px;
}

.promo-description-container p {
    font-size: 17px !important;
}

.promos-container .row {
    margin-top: 20px;
}

@media screen and (max-width: 1200px) {
    .promos-content .section.parallax {
        margin: 0px;
    }
    section#content {
        top: -100px;
    }
}

@media screen and (max-width: 1024px) {
    .promos-content .section.parallax {
        margin: 0px;
    }
    .parallax-right-right-container,
    .parallax-left-left-container {
        width: 100%;
        margin-top: 48%;
        font-size: 1.1rem;
        padding: 25px;
    }
    #page-title h1,
    #page-title h1 span {
        font-size: 1.6rem;
        line-height: normal;
    }
    #page-title h2 {
        font-size: 1.2rem;
    }

    #page-title .container-fluid {
        text-align: left;
    }
    #page-title h1,
    #page-title h2 {
        padding: 1rem 0;
    }
}

@media screen and (max-width: 767px) {
    section#content {
        top: -60px;
    }
    #content .parallax-description p {
        font-size: 0.8rem;
        margin-bottom: 1.5rem;
    }

    #page-title.promos-title-container {
        justify-content: flex-end;
    }
    #page-title h1,
    #page-title h2 {
        width: fit-content;
    }
    .left-content {
        flex-direction: column-reverse;
    }
}
