#page-title.contact-title-container {
    background: url(../images/contacto/mg-contacto-back.jpg) no-repeat center center / cover;
    background-color: black;
    height: 30vw;
    min-height: 600px;
    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;
}

.heading-block {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

#page-title h1,
#page-title h2 {
    text-transform: none;
    padding: 2rem 0;
    border-bottom: 1px solid white;
    width: fit-content;
}

.heading-block h2 {
    text-transform: none;
    padding: 1rem 0;
    border-bottom: 1px solid white;
    width: fit-content;
}

.car-model-container.menu-car-container {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    cursor: pointer;

    transition: 0.4s all;
}

.car-model-container.menu-car-container:hover > img {
    opacity: 1;
}

.car-model-container.menu-car-container:hover,
.car-model-container.menu-car-container.active {
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 1);
}

#page-title h1 span {
    font-size: 2.8rem;
    display: inline-block;
}
#page-title h1 {
    font-size: 2.8rem;
    font-weight: normal !important;
    display: inline-block;
}
#page-title h2 {
    font-size: 2.2rem;
    border-bottom: none;
}

#content .content-wrap .contact-info-container {
    padding: 0px;
    background: linear-gradient(45deg, rgba(49, 50, 51, 1) 0%, rgba(29, 30, 32, 1) 48%, rgba(23, 24, 26, 1) 100%);
    padding-bottom: 2rem;
}
#content.contact-info-container {
    background-color: black;
}
#content.contact-content {
    padding-top: 0px;
    background-color: black;
    padding-bottom: 0px;
}
.contact-content .content-wrap {
    padding: 0;
}

.page-section {
    margin: 4rem 0;
}

.form-container .row {
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

.form-container {
    margin-top: 0px;
}

.form-mg .section {
    background-color: transparent;

    margin: 0px;
    padding: 3rem 0;
}

.form-container h1 {
    width: fit-content;
}

.form-group {
    margin-bottom: 3rem;
}

.terms {
    display: flex;
    align-items: center;
}

.row.terms .check-container {
    justify-content: flex-start;
}

.contact-container {
    padding: 4rem;
}

.contact-container h1,
.contact-container h1 span#dealer-detail-name {
    color: white;
    font-weight: normal;
}

.contact-info-section {
    flex-direction: column;

    padding: 1rem 0;
}

.contact-info-section .contact-info-subtitle,
.contact-info-section .contact-info-detail {
    font-size: 1.6rem;
    color: white;
    padding-top: 0.5rem;
}

.contact-info-section .contact-info-detail a:not(.button) {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.4s all;
}
.contact-info-section .contact-info-detail a:not(.button):hover {
    color: white;
    background-color: transparent !important;
}

.dealer-social-icons a {
    padding: 10px;
}

@media screen and (max-width: 1200px) {
    .contact-info-container .section.parallax {
        margin: 0px;
    }
    section#content {
        top: -100px;
    }
}

@media screen and (max-width: 1024px) {
    .contact-info-container .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: 1024px) and (orientation: portrait) {
    .contact-container {
        padding: 0rem 4rem;
    }
}
@media screen and (max-width: 767px) {
    #page-title.contact-title-container {
        background-image: url(../images/contacto/mg-contacto-back.jpg);
    }
    section#content {
        top: -60px;
    }
    #content .parallax-description p {
        font-size: 0.8rem;
        margin-bottom: 1.5rem;
    }

    #page-title.contact-title-container {
        justify-content: flex-end;
    }
    #page-title h1,
    #page-title h2 {
        width: 100%;
    }
    .contact-container {
        padding: 1rem;
    }
}
@media (max-height: 500px) and (orientation: landscape) {
    #page-title.contact-title-container {
        height: 100vh;
        min-height: unset;
        justify-content: flex-end;
    }
}
