
/* Header */

#header {
    position: absolute;
}

#header-wrap.transparent,
#header.transparent-header {
    background-color: transparent !important;
}

#logo img {
    width: auto !important;
}

.header-row {
    display: flex;
    justify-content: flex-start;
}
.primary-menu {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

.one-page-menu.menu-container {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.col_full {
    vertical-align: middle;
}

.landing-container {
    display: none;
    opacity: 1;
}


/* Main */
.register-main {
    position: relative;
}

.register-main__cover {
    height: 86vh;
    background: url(../images/registro/registro-mobile.jpg) no-repeat center center / cover;

    @media (min-width: 768px) {
        height: 80vh;
    }

    @media (min-width: 576px) {
        background-image: url(../images/registro/registro-desk.jpg);
    }
}

.register-main__container-buttons {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    transform: translate(50% 50%);
    height: 22vh;
    @media (min-width: 768px) {
        position: relative;
        height: 20vh;
    }
}

.register-main__container-buttons a {
    margin: 0;
    min-width: 250px;
    background-color: rgba(0,0,0,.6) !important;
    @media (min-width: 768px) {
        background-color: transparent !important;
    }
}

/* slider */
.slider-element .container,
.slider-element .container-fuild {
    height: auto;
}

/* Footer */

.landing-footer {
    background-size: cover;
    border: none !important;
}

.footer-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.footer-container img {
    width: 25%;
}
.footer-title,
.footer-subtitle {
    color: white;
}

.footer-title {
    font-size: 2rem;
}
.footer-subtitle {
    font-size: 1rem;
}

.landing-footer .container.center {
    display: flex;
    justify-content: center;
    padding: 0px;
}

#footer .footer-widgets-wrap {
    width: 65%;
    padding: 30px 0px;
}

footer.landing-footer #copyrights,
#footer {
    background-color: black !important;
    color: white;
}

footer.landing-footer #copyrights a {
    color: white;
    transition: all 0.4s;
    text-decoration: underline;
}

footer.landing-footer #copyrights a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.social-icons-container {
    width: fit-content;
    padding: 1rem;
    border-top: 1px solid #d42529;
}

/*social icons*/
.footer-social-icons .si-facebook,
.footer-social-icons .si-twitter,
.footer-social-icons .si-instagram,
.footer-social-icons .si-call,
.footer-social-icons .si-email3,
.footer-social-icons .si-youtube,
.footer-social-icons .si-tiktok {
    color: white;
    transition: 0.4s all;
    padding: 10px;
}

.footer-social-icons .si-facebook:hover,
.footer-social-icons .si-twitter:hover,
.footer-social-icons .si-instagram:hover,
.footer-social-icons .si-call:hover,
.footer-social-icons .si-email3:hover,
.footer-social-icons .si-tiktok:hover,
.footer-social-icons .si-youtube:hover {
    color: rgba(255, 255, 255, 0.5);
    background-color: transparent !important;
}

.footer-social-icons {
    padding-top: 30px;
    display: flex;
    justify-content: center;
}

.footer-social-icons ul li {
    float: left;
}

/* form */
.card {
    border-radius: unset;
}

.check-container {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.text-container {
    padding-top: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.text-container .text-nameplate {
    max-width: 300px;
}

.text-container .subtitle-container {
    color: white;
    font-size: 2.3rem;
}

.text-container .subtitle-container .slide-heading {
    line-height: normal;
    border-left: 6px solid #d42529;
    font-size: 2.2rem;
    font-weight: normal;
    padding-left: 1rem;
}

.controls-container,
.controls-container .card-body {
    background: rgb(49, 50, 51);
    background: linear-gradient(45deg, rgba(49, 50, 51, 1) 0%, rgba(29, 30, 32, 1) 48%, rgba(23, 24, 26, 1) 100%);
    height: 100vh;
    border: none;
}
.card-body h6 {
    font-weight: normal;
}
.controls-container .card-body {
    padding: 4rem 2rem !important;
}

.controls-container .card-body p {
    color: white;
    font-size: 17px !important;
}

.controls-container .card-body h2 {
    font-weight: 400;
    line-height: normal;
}
.separator {
    margin: 1rem 0rem;
    width: 100%;
    height: 1px;
    background-color: white;
}
.title-margin {
    margin-top: 50px;
}

.widget.clearfix {
    margin-top: 30px;
}

.mg-logo-corner {
    transform: skew(0deg);
    width: 33%;
    margin-right: 15px;
}


.landing-page-container,
.form-container {
    background: rgb(49, 50, 51);
    background: linear-gradient(45deg, rgba(49, 50, 51, 1) 0%, rgba(29, 30, 32, 1) 48%, rgba(23, 24, 26, 1) 100%);
    padding: 0 50px;
    height: 100vh;
    overflow-y: scroll;
    overflow-x: hidden;
}

.card-body .mb-1.color {
    font-weight: 400;
}

.card-body .card-title.mb-2 {
    color: #58595b;
    font-weight: normal;
    margin-bottom: 2vh !important;
}

.card-body:not(.controls) {
    border-bottom: 1px solid #939598;
    margin: 3rem 2rem 0px 2rem;
    padding: 0;
}

.card-body.buttons {
    border-bottom: none;
    margin: 1rem 10px;

    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.card-body.buttons .button {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 10px 10px 10px !important;
}

.mobile-footer {
    display: none;
}
.desktop-footer {
    display: block;
}
p.register-text {
    font-size: 0.8rem !important;
    line-height: normal;
}

.register-button-header {
    display: none;
    margin-left: 15px;
}

@media (max-width: 1024px) {

    .container,
    #header.full-header .container,
    .container-fullwidth {
        padding: 10px !important;
    }

    #header {
        padding-top: 5px;
    }
    .col-6.clearfix.bgcolor {
        padding: 0px;
    }
    .login-register-container input[type="checkbox"] {
        width: 30px;
        height: 30px;
    }

    #copyrights {
        padding: 0px;
    }
    #copyrights .container {
        display: block;
    }
    #footer .footer-widgets-wrap {
        width: 100%;
        padding: 30px 0px;
    }

    .header-size-custom #logo img {
        height: auto;
        width: 100%;
        max-width: 220px;
        max-height: unset;
    }
    .separator {
        width: 90%;
    }

    #header {
        padding-top: 5px;
        width: 100%;
    }
}
@media (max-width: 992px) {
    .desktop-footer {
        display: none;
    }

    .mobile-footer {
        display: block;
    }
    .landing-page-container,
    .form-container {
        height: auto;
    }
    .controls-container,
    .controls-container .card-body {
        height: auto;
    }
}
@media (max-width: 767px) {

    .container,
    #header.full-header .container,
    .container-fullwidth {
        padding: 10px !important;
    }
    .col-6.clearfix.bgcolor {
        padding: 0px;
    }

    .login-register-container input[type="checkbox"] {
        width: 30px;
        height: 30px;
    }

    #copyrights {
        padding: 0px;
    }
    #copyrights .container {
        display: block;
        font-size: 0.6rem;
    }
    #footer .footer-widgets-wrap {
        width: 100%;
        padding: 30px 0px;
    }
    .register-button-header {
        display: block;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 1040px;
    }
}

@media (max-width: 330px) {
    #logo img {
        min-width: 130px !important;
        width: 130px !important;
        height: auto !important;
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    .col-6.services-container {
        max-width: 33.33333%;
    }
    .col-6.models-text {
        max-width: 33.333333%;
    }
    .play-container {
        max-width: 33.333333%;
    }
}