#register-section.zs-presale-title-container {
    background: url(../images/presale-ezs/mg-ezs-registro-back-desktop.jpg) no-repeat center center / cover;
    background-color: black;
    height: 100vh;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

#register-section .container {
    padding-bottom: 1rem;
    padding-left: 0px;
    padding-right: 0px;
    float: left;
}

#register-section h1,
#register-section h2 {
    text-transform: none;
    padding: 2rem 0;
    border-bottom: 1px solid #00b1ff;
    width: fit-content;
}

#register-section h1 span {
    font-size: 2rem;
    display: inline-block;
}
#register-section h1 {
    font-size: 2rem;
    font-weight: normal !important;
    display: inline-block;
}
#register-section h2 {
    font-size: 2.2rem;
}

#content .content-wrap .zs-presale-content {
    padding: 0px;
    background-color: black;
    padding-bottom: 2rem;
}

#content .content-wrap {
    padding-top: 0px;
    background-color: black;
    padding-bottom: 0px;
}

#slider.zs-slider-container {
    background: url(../images/presale-ezs/mg-ezs-landing-apartado-back-desktop.jpg) no-repeat center center / cover;
}
.row.zs-presale-title-container {
    flex-direction: column;
    justify-content: space-between;
    min-height: 600px;
}

input.button.zs-presale-transparent-button {
    width: 100%;
}

.form-group .terms {
    display: flex;
    justify-content: center;
    align-items: center;
}

#slider.first-container {
    padding: 5rem 2rem;
}
.takeover-title {
    font-size: 2.9rem;
    font-weight: lighter;
}

.zs-presale-title-container {
    height: calc(100vh - 160px);
}

#footer .footer-widgets-wrap {
    padding: 0;
}

.footer-logo-container {
    border-bottom: 1px solid #00b1ff;
    width: 80%;
}

.video-container {
    height: 100vh;
    min-height: 500px;
}
.dark.one-page-arrow {
    position: absolute;
    z-index: 3;
    bottom: 20px;
    left: 50%;
    margin-left: -16px;
    width: 50px;
    height: 50px;
    font-size: 50px;
    text-align: center;
}

.section-container {
    height: calc(100vh - 80px);
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.section-container.right-content {
    justify-content: flex-end;
}
.section-container.center-content {
    justify-content: space-around;
    flex-direction: column;
}
.comming-son {
    font-size: 2rem;
    letter-spacing: 1rem;
}
.section-container .text-container {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 650px;
    flex-direction: column;
    float: left;
    font-size: 1rem;
    border: none;
    border-left: 6px solid #00b1ff;
    margin: unset;
    margin-top: 3rem;
}

.check-information-data {
    border: 1px solid #00b1ff;
    padding: 2rem 0px;
}

.check-information-row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0.5rem;
    font-size: 1.2rem;
    margin: 0 2rem;
    --bs-gutter-x: 0px;
}

.check-information-row.last-information-row {
    border: none;
}
.check-information-label,
.check-information-value {
    text-align: left;
    overflow-wrap: anywhere;
}

.tab-content {
    width: 80%;
}
.payment-method-text {
    font-size: 1.5rem;
}

.close.back {
    font-size: 2rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 600;
}
.fancybox-navigation button:before {
    content: "";
    background: transparent;
}

.fancybox-button.fancybox-button--arrow_left,
.fancybox-button.fancybox-button--arrow_right {
    background-color: transparent;
    border: 1px solid white;
    width: 60px;
    height: 60px;
    opacity: 0.4;
    transition: 0.4s all;
    color: white;
}
.fancybox-button.fancybox-button--arrow_left:enabled:hover,
.fancybox-button.fancybox-button--arrow_right:enabled:hover {
    opacity: 1;
}

.data-sheet-link {
    font-size: 1.2rem;
    text-decoration: underline !important;
    color: rgba(255, 255, 255, 0.5);
    transition: 0.4s all;
}

#first-section {
    background: url(../images/presale-ezs/mg-ezs-presales-faro-back.html) no-repeat center center / cover;
}

#second-section {
    background: url(../images/presale-ezs/mg-ezs-presales-parrilla-back.html) no-repeat center center / cover;
}
#third-section {
    background: url(../images/presale-ezs/mg-ezs-presales-rin-back.html) no-repeat center center / cover;
}
#fourth-section {
    background: url(../images/presale-ezs/mg-ezs-registro-back-desktop.jpg) no-repeat center center / cover;
}

.fancybox-thumbs {
    background-color: #1a1a1a;
}

@media screen and (max-width: 1200px) {
    .zs-presale-content .section.parallax {
        margin: 0px;
    }
    section#content {
        top: -100px;
    }
}
@media screen and (max-width: 1024px) {
    .zs-presale-content .section.parallax {
        margin: 0px;
    }
    .parallax-right-right-container,
    .parallax-left-left-container {
        width: 100%;
        margin-top: 48%;
        font-size: 1.1rem;
        padding: 25px;
    }
    #register-section h1,
    #register-section h1 span {
        font-size: 1.6rem;
        line-height: normal;
    }
    #register-section h2 {
        font-size: 1.2rem;
    }

    #register-section h1,
    #register-section h2 {
        padding: 1rem 0;
    }
    .tab-content {
        width: 100%;
    }

    #first-section {
        background: url(../images/presale-ezs/mg-ezs-presales-faro-back-mob.html) no-repeat center center / cover;
    }

    #second-section {
        background: url(../images/presale-ezs/mg-ezs-presales-parrilla-back-mob.html) no-repeat center center / cover;
    }
    #third-section {
        background: url(../images/presale-ezs/mg-ezs-presales-rin-back-mob.html) no-repeat center center / cover;
    }
    #fourth-section {
        background: url(../images/presale-ezs/mg-ezs-registro-back-mobile.jpg) no-repeat center center / cover;
        background-size: contain;
    }
    .comming-son {
        letter-spacing: 0.3rem;
    }

    #slider.zs-slider-container {
        background: url(../images/presale-ezs/mg-ezs-landing-apartado-back-mobile.jpg) no-repeat center center / cover !important;
        height: 100vh;
        min-height: unset;
    }
    .row.zs-presale-title-container {
        height: 100vh;
        min-height: unset;
    }
}

@media screen and (min-width: 1024px) {
    .first-container {
        top: unset;
    }
}
@media screen and (max-width: 380px) {
    #register-section.zs-presale-title-container {
        background: url(../images/presale-ezs/mg-ezs-registro-back-mobile.jpg) no-repeat center center / cover;
        justify-content: center;
        padding: 7rem 2rem 0;
    }
}

@media screen and (max-width: 767px) {
    section#content {
        top: -60px;
    }
    #content .parallax-description p {
        font-size: 0.8rem;
        margin-bottom: 1.5rem;
    }

    #register-section h1,
    #register-section h2 {
        width: 100%;
    }

    #register-section.zs-presale-title-container {
        background: url(../images/presale-ezs/mg-ezs-registro-back-mobile.jpg) no-repeat center center / cover;
        justify-content: center;
        padding: 7rem 2rem;
        height: auto;
        min-height: calc(100vh - 80px);
    }

    .check-information-row {
        margin: 0 1rem;
        font-size: 0.9rem;
    }
    .check-information-label,
    .check-information-value {
        text-align: left;
        overflow-wrap: anywhere;
    }

    .close.back {
        right: 0;
        top: 0;
    }
    .close.close-modal {
        position: absolute;
        top: 0;
        right: 0;
    }
    #slider.first-container {
        padding: 5rem 0.8rem 0;
    }c
    .takeover-title {
        font-size: 2.2rem;
    }
    #slider.zs-slider-container {
        background-position: center !important;
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    #register-section.zs-presale-title-container {
        padding-top: 7rem;
    }
    #slider.zs-slider-container {
        background-position-y: -250px !important;
    }
}
   
:root
{--swiper-theme-color:#007aff!important

}

.transparent-button.zs-presale-transparent-button.no-background:not(.fill-from-top) {
    border: 1px solid #00b1ff !important;
    transition: 0.4s all;
    color: white;
}

.transparent-button.zs-presale-transparent-button.no-background:not(.fill-from-top):hover {
    border: 1px solid #00b1ff;
    background: #00b1ff !important;
    color: white;
}

.transparent-button.zs-presale-transparent-button.no-background.fill-from-top strong {
    position: relative;
}
.transparent-button.zs-presale-transparent-button.no-background.fill-from-top {
    border: 1px solid #00b1ff !important;
    background-color: #00b1ff !important;
    overflow: hidden;
    transform-style: preserve-3d;
    -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
    -webkit-backface-visibility: hidden;
}
.transparent-button.zs-presale-transparent-button.no-background.fill-from-top:hover {
    background-color: #00dfff !important;
    color: #fff;
}
.transparent-button.zs-presale-transparent-button.no-background.fill-from-top:before {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    background-color: #00dfff !important;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-backface-visibility: hidden;
}
.mg-blue {
    color: #00b1ff !important;
}

