#page-title.mgcare-title-container {
    background: url(../images/mgcare/mg-care-section-back.jpg) no-repeat center center / cover;
    background-color: black;
    height: 40vw;
    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,
#page-title h2 span.mg-red {
    color: var(--themecolor) !important;
    font-weight: bold;
}
#page-title h1,
#page-title h2 {
    text-transform: none;
    padding: 2rem 0;
    border-bottom: 1px solid white;
    width: fit-content;
}

#page-title h1 span {
    font-size: 2.8rem;
    display: inline-block;
}
#page-title h2 span {
    display: inline-block;
}
#page-title h1 {
    font-size: 2.8rem;
    font-weight: normal !important;
    display: inline-block;
}
#page-title h2,
#page-title h2 span {
    font-size: 2.2rem;
}

#page-menu {
    justify-content: center;
    align-items: center;
    background-color: #1a1a1a !important;
    height: 42px;
}
#page-menu-wrap {
    background-color: #1a1a1a !important;
}

.page-menu-row {
    justify-content: center;
    align-items: center;
}

#content .content-wrap .mgcare-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;
}

#mg-care .parallax-description,
#mg-guaranty .parallax-description {
    text-align: left;
}

.parallax-right-right-container {
    width: 90%;
    align-content: flex-start;
    align-items: flex-start;
}

.mg-care-description {
    min-height: 20vw;
    justify-content: center;
    align-items: center;
    margin: 4rem 0;
}
.mg-lucky-7 {
    min-height: 20vw;
    background-color: black;
    background-image: url(../images/mgcare/mg-care-lucky7-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;

    flex-direction: column;
    align-content: center;
    align-items: center;
}
.parallax-center-container {
    background-color: transparent;
    color: white;
    padding: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
    max-width: 580px;
    flex-direction: column;
    float: right;
    font-size: 1.6rem;
    border: 1px solid white;
    border-left: 6px solid #d42529;
    height: fit-content;
}

.parallax-center-lucky-7 {
    background-color: transparent;
    color: white;
    padding-bottom: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    max-width: 580px;
    flex-direction: column;
    font-size: 2rem;
}
.lucky-7-logo {
    width: 250px;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 15px 0px;
}
#accesories.parallax-left-container {
    background-image: url(../images/mgcare/mg-care-accesorios-back.jpg);
    background-position: center;
    background-size: cover;
}

#what-to-do.parallax-right-container {
    background-image: url(../images/mgcare/mg-care-siniestro-back.jpg);
    background-position: center bottom;
    background-size: cover;
}

#accesories .parallax-left-left-container,
#what-to-do .parallax-right-right-container {
    background-color: transparent;
    border: 1px solid white;
    border-left: 6px solid #d42529;
}

#mg-parts.parallax-left-container {
    background-image: url(../images/servicios/mg-servicios-refacciones.jpg);
}

.parallax-left-container {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: black;
}

/*modal schedule service*/
.modal-fullscreen .modal-body {
    height: 100vh;
    width: 100vw;
    padding: 0px;
}
.dark .modal-fullscreen .modal-content {
    background: linear-gradient(45deg, rgba(49, 50, 51, 1) 0%, rgba(29, 30, 32, 1) 48%, rgba(23, 24, 26, 1) 100%);
    min-height: 100vh;
    height: auto;
    padding: 3rem 2rem;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.modal-fullscreen .container .row {
    justify-content: center;
    align-items: center;
    align-content: center;
}
.modal-fullscreen .container .row h1 {
    font-weight: normal;
    width: fit-content;
    padding-bottom: 1rem;
    border-bottom: 1px solid white;
}

.terms {
    display: flex;
    align-items: center;
}

.modal-fullscreen .container .form-group {
    margin-bottom: 1.2rem;
}

.prices-modal .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 0 1rem 0;
    background-color: #1a1a1a;
}

.prices-modal .modal-body .buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.8rem 0px;
}

.prices-modal .close.close-modal,
.close.back {
    top: 0px;
    right: -10%;
}

.prices-modal .img-prices {
    padding-bottom: 1.8rem;
}

.prices-modal .modal-body .buttons-container .button {
    margin-left: 10px;
}

.prices-modal .modal-body .mg-heading {
    padding-top: 1.8rem;
}
.prices-modal .modal-body .mg-heading h2 {
    margin: 0px;
    text-align: center;
}

.prices-modal .price-buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.service-modal .modal-service-content {
    padding: 2rem;
    max-height: 80vh;
    overflow-y: scroll;
}
.service-modal .modal-service-title {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
.service-modal .modal-service-description {
    font-size: 1.1rem;
    padding-left: 1.2rem;
}
.service-modal .modal-service-description li {
    line-height: 1.2;
    margin-bottom: 0.1rem;
}

.service-modal .modal-service-description ol.list-first-level {
    list-style-type: lower-alpha;
}

.service-modal .modal-service-description ol.list-second-level {
    list-style-type: lower-roman;
    padding-left: 1rem;
}
.service-modal .modal-service-description ol.list-third-level {
    padding-left: 2rem;
}

.service-modal .modal-content {
    padding: 1rem 0px !important;
}

.mgcare-iframe {
    width: 100%;
    height: calc(100vh - 150px);
    min-height: 500px;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.2);
}

.dark #page-title.aditional-mgcare,
#page-title.aditional-mgcare.dark {
    background: url(../images/selecciona-modelo/mg-servicios-adicionales-back.jpg) no-repeat center center / cover;
    background-color: black;
    min-height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
#page-title.aditional-mgcare .container {
    border: none;
    text-align: center;
}

#page-title.aditional-mgcare {
    padding-top: 10vh;
    padding-bottom: 10vh;
}

#service-form {
    overflow: visible;
}

.services-container {
    padding: 2rem 0;
}
.service-container {
    padding: 1.8rem;
}

.service-container .card-image {
    border-left: 6px solid #d42529;
}

.service-container .card-image,
.service-container .card-title,
.service-container .card-button,
.service-container .card-description {
    margin-bottom: 1rem;
}

.service-container .card-title {
    font-size: 1.6rem;
}
.service-container .card-description {
    font-size: 1.1rem;
}
.card-button button {
    margin: 0;
}

.form-mg label {
    color: white;
}

.form-mg a {
    color: white !important;
    text-decoration: underline !important;
}

#map-modal .modal-content .container {
    height: 80vh;
}
#map-modal .fluid-width-video-wrapper {
    display: flex;
    justify-content: center;
}
#map-modal .fluid-width-video-wrapper iframe,
#map-modal .fluid-width-video-wrapper object,
#map-modal .fluid-width-video-wrapper embed {
    height: 80vh;
}

#map-modal .close.close-modal {
    position: absolute;
    top: 2%;
    right: 2%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.8);
    border: 1px solid white;
    width: 60px;
    height: 60px;
    opacity: 0.4;
    transition: 0.4s all;
    color: white;
    border-radius: 0 !important;
}

@media screen and (max-width: 1200px) {
    .mgcare-content .section.parallax {
        margin: 0px;
    }
    section#content {
        top: -100px;
    }
}

@media screen and (max-width: 1024px) {
    .mgcare-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,
    #page-title h2 span {
        font-size: 1.2rem;
    }

    #page-title .container-fluid {
        text-align: left;
    }
    #page-title h1,
    #page-title h2 {
        padding: 1rem 0;
    }
    .page-menu-row {
        justify-content: flex-start;
    }
    .page-menu-row .page-menu-nav {
        left: 0;
        right: auto;
        background-color: #1a1a1a;
    }

    #page-menu:not(.sticky-page-menu) {
        top: -90px;
    }
    #page-menu.sticky-page-menu:not(.dots-menu) #page-menu-wrap {
        top: 80px !important;
    }

    #what-to-do.parallax-right-container {
        padding-bottom: 2rem;
    }
}

@media screen and (max-width: 767px) {
    section#content {
        top: -60px;
    }
    #content .parallax-description p {
        font-size: 0.8rem;
        margin-bottom: 1.5rem;
    }

    #page-title.mgcare-title-container {
        justify-content: flex-start;
    }
    #page-title h1,
    #page-title h2 {
        width: 100%;
    }

    #page-menu.sticky-page-menu:not(.dots-menu) #page-menu-wrap {
        top: 60px !important;
    }
    .parallax-center-container {
        width: 95%;
    }

    #what-to-do.parallax-right-container .col-md-8.zoomIn {
        margin-bottom: 35vw;
    }
    .mg-care-description {
        margin: 0;
    }
    .prices-modal .price-buttons-container {
        flex-direction: column;
    }
    .prices-modal .close.close-modal,
    .close.back {
        top: -15%;
        right: -2%;
    }
    .service-modal .modal-content {
        padding: 4rem 0px !important;
    }

    #map-modal .fluid-width-video-wrapper iframe,
    #map-modal .fluid-width-video-wrapper object,
    #map-modal .fluid-width-video-wrapper embed {
        height: 95vh;
    }
    #map-modal .close.close-modal {
        top: 10%;
        right: 5%;
    }

    #map-modal .modal-fullscreen .modal-content {
        height: 95vh;
        padding: 10px;
        justify-content: flex-start;
    }

    .parallax-center-lucky-7 {
        padding-bottom: 0px;
    }
}
