html {
    scroll-behavior: smooth !important;
}

#page-title.mgfinder-title-container {
    background: url(../images/mgfinder/mg-finder-back.jpg) no-repeat center center / cover;
    background-color: black;
    height: 45vw;
    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 .container-fluid {
    max-width: max-content;
    gap: 1rem;
    margin-left: 0;
}

#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 {
    margin: 0;
    text-transform: none;
    width: fit-content;
}

#page-title h2 {
    max-width: 28.125rem;
}

#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;
}

#content .content-wrap .mgfinder-content {
    padding: 0px;
    background-color: black;
    padding-bottom: 2rem;
}

#content .content-wrap {
    padding-top: 0px;
    background-color: black;
    padding-bottom: 0px;
}

#content h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.page-section {
    margin: 4rem 0;
}

#mg-finder .parallax-description {
    text-align: left;
}

#mg-finder #mg-finder-logo {
    display: flex;
    width: 90%;
}

#mg-finder #mg-finder-logo img {
    margin: 0 auto;
}

.line {
    border: none;
    background: white;
    opacity: 1;
    margin: 0;
    height: 1px;
}


/* Parallax */

.parallax-description {
    padding: 0;
}

.mg-finder-description {
    min-height: 20vw;
    justify-content: center;
    align-items: center;
    margin: 4rem 0;
}

.parallax-center-container {
    background-color: transparent;
    color: white;
    margin: 0 48px;
    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;
}

/* Content */

#location {
    width: 100%;
    height: 65vh;
    background: url(../images/mgfinder/mg-finder-conoce-ubicacion-back.jpg) no-repeat center bottom / cover;
}

#history {
    width: 100%;
    height: 65vh;
    background: url(../images/mgfinder/mg-finder-historial-recorridos-back.jpg) no-repeat center bottom / cover;
}

#limits {
    width: 100%;
    height: 65vh;
    background: url(../images/mgfinder/mg-finder-limites-virtuales-back.jpg) no-repeat center center / cover;
}

#assistance {
    width: 100%;
    height: 90vh;
    background: url(../images/mgfinder/mg-finder-asistencia-robo-back.jpg) no-repeat center bottom / cover;
}

#facility {
    width: 100%;
    height: 120vh;
    background: url(../images/mgfinder/mg-finder-instalacion-back.jpg) no-repeat center center / cover;
}

#facility .list-item {
    list-style: none;
}


/* Learn more */

#learn-more .container-iframe {
    max-width:  63.75rem; 
    width: 90%;
    height: auto;
}

#learn-more p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

#learn-more a {
    width: 12.5rem;
    height: 4rem;
    outline: none;
    background-color: none;
    border: none;
}

#learn-more #google-play {
    background: url(../images/mgfinder/playstore-btn%401x.png) no-repeat;
}

#learn-more #app-store {
    background: url(../images/mgfinder/appstore-btn%401x.png) no-repeat;
}


/* Footer */

#img-logo {
    max-width: 6.25rem;
}


/* Responsive */

@media screen and (max-width: 1200px) {
    .mgfinder-content .section.parallax {
        margin: 0px;
    }
    section#content {
        top: -100px;
    }
}

@media screen and (max-width: 1024px) {
    .mgfinder-content .section.parallax {
        margin: 0px;
    }

    #page-menu:not(.sticky-page-menu) {
        top: -90px;
    }
    #page-menu.sticky-page-menu:not(.dots-menu) #page-menu-wrap {
        top: 80px !important;
    }

}

@media screen and (max-width: 767px) {
    
    #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 {
        width: 100%;
    }

    #content h2 {
        font-size: 1.6rem;
        text-align: center;
        margin-bottom: 8px;
    }

    section#content {
        top: -60px;
    }

    .parallax-center-container {
        font-size: 1.2rem;
        padding: 30px;
        margin: 0 auto;
    }

    #content .parallax-description p,
    #content .parallax-description li {
        font-size: 0.8rem;
        margin-bottom: 1.5rem;
    }

    #page-menu.sticky-page-menu:not(.dots-menu) #page-menu-wrap {
        top: 60px !important;
    }
    .parallax-center-container {
        width: 95%;
    }
    .mg-finder-description {
        margin: 0;
    }

    #learn-more .mg-finder-description {
        margin: 4rem 0;
    }
}