/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 .font-body,
body,
label {
    font-family: Helvetica, sans-serif;
    line-height: normal;
    color: white;
    font-size: 16px;
}

h1 {
    font-size: 2.2rem;
}
h2 {
    font-size: 1.6rem;
    font-weight: normal;
}

body.dark,
body {
    background-color: #1a1a1a;
}
.strong {
    font-weight: bolder;
}
.dark #wrapper {
    background-color: black;
}

/*loader*/
.css3-spinner > img {
    width: 100%;
    max-width: 70px;
}

.css3-spinner {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #1a1a1a;
}

.css3-spinner > div {
    background-color: #1a1a1a;
    min-width: 320px;
}

/* buttons */

.btn {
    border-radius: unset;
}

.button {
    border-radius: unset;
    transition: 0.4s all;
    text-shadow: none;
}

.button:hover {
    text-shadow: none;
}

/** top bar **/
footer,
.top-bar {
    background-color: black !important;
    color: white;
    border: 0px !important;
    z-index: 2;
}

p {
    color: white;
    font-size: 1.1rem;
}

.top-links {
    border-bottom: none;
}
.dark .top-links-item:hover {
    background-color: rgba(255, 255, 255, 0.3);
}
.dark .top-links-item.current {
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
}

.dark .top-links-item.current a {
    color: white;
}

.top-bar a,
.top-links-item > a {
    font-weight: normal;
    transition: all 0.3s;
    color: rgba(255, 255, 255, 0.6);
}

.top-links-item > a:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(0, 0, 0, 0.3);
}

.top-links-item:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.top-bar li {
    border: 0px !important;
}

.header-row {
    display: flex;
    align-content: space-between;
    justify-content: space-between;
}

.menu-link {
    font-family: Helvetica, sans-serif;
}

.menu-link.principal-link:not(.button) {
    color: rgba(255, 255, 255, 0.6) !important;
    transition: 0.4s all;
    font-weight: normal;
}

#primary-menu {
    max-width: 80%;
}

.menu-link.principal-link:hover,
#primary-menu ul li.current .menu-link.principal-link,
.menu-item:hover > .menu-link,
.menu-item.current > .menu-link {
    color: white !important;
    font-weight: 500;
}

.link-text {
    padding-bottom: 5px;
}
.menu-link.principal-link:hover .link-text,
#primary-menu ul li.current .menu-link.principal-link .link-text,
.menu-item:hover > .menu-link .link-text,
.menu-item.current > .menu-link .link-text {
    border-bottom: 2px solid var(--themecolor);
    outline-offset: 10px;
    width: fit-content;
}

footer div.logo-footer {
    background-image: url(../images/mg-logo-footer%402x.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 12vw;
    height: 12vw;
    margin-left: 3vw;
}

footer #copyrights {
    background-color: #1a1a1a !important;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.5);
}

footer #copyrights a {
    color: rgba(255, 255, 255, 0.5);
    transition: 0.4s all;
}

footer #copyrights a:hover {
    color: white;
}

footer .col_last {
    text-align: right;
    color: white;
}

footer div#copyrights .col_full {
    margin: 0px !important;
}

.footer-logo-container {
    text-align: center;
    padding: 0px 0px 2rem;
    border-bottom: 1px solid #d42529;
    width: 80%;
}
.footer-logo-container img {
    max-width: 222px;
    width: 90%;
}
.footer-title,
.footer-subtitle {
    color: white;
}

.footer-title {
    font-size: 2rem;
}
.footer-subtitle {
    font-size: 1rem;
}

.dark #footer,
#footer.dark {
    background-color: black;
}

#footer .footer-widgets-wrap {
    padding: 4rem 0;
}
/*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,
.footer-social-icons .si-linkedin {
    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,
.footer-social-icons .si-linkedin:hover {
    color: rgba(255, 255, 255, 0.5);
    background-color: transparent !important;
}

.footer-social-icons {
    padding-top: 1rem;
    text-align: center;
}

.footer-social-icons ul li {
    float: left;
}

.footer-widgets-wrap .col-sm-6.col-lg-3 {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
}

#footer .widget.clearfix h4 {
    font-size: 1.1rem;
    font-weight: normal;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid red;
    padding-bottom: 10px;
    width: fit-content;
}

#footer .widget.clearfix ul {
    list-style: none;
}

#footer .widget.clearfix ul li {
    font-size: 1.1rem;
    line-height: 1.5;
}

#footer .footer-contact-links ul li {
    display: flex;
    font-size: 1.1rem;
}

#footer .footer-contact-links ul li a {
    display: flex;
    align-items: center;
    font-family: Helvetica, sans-serif;
}

#footer .footer-contact-links ul li.phone-link {
    font-size: 1.4rem;
}

#footer .footer-contact-links ul li.email-link {
    font-size: 1.1rem;
}

#footer .footer-contact-links ul li.address-link {
    font-size: 1rem;
}

#footer .footer-contact-links ul li.address-link a {
    align-items: flex-start;
}

#footer .footer-contact-links ul li.icon-container i {
    margin-right: 1rem;
}

.dark .footer-widgets-wrap a {
    color: rgba(255, 255, 255, 0.6);
    transition: 0.4s all;
}
.dark .footer-widgets-wrap a {
    color: rgba(255, 255, 255, 0.6);
}

.footer-social-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

#top-social .si-facebook:hover,
#top-social .si-twitter:hover,
#top-social .si-instagram:hover,
#top-social .si-call:hover,
#top-social .si-email3:hover,
#top-social .si-youtube:hover,
#top-social .si-tiktok:hover,
#top-social .si-linkedin:hover {
    background: rgba(0, 0, 0, 0.3) !important;
}

.social-buttons .si-facebook:hover,
.social-buttons .si-twitter:hover,
.social-buttons .si-instagram:hover,
.social-buttons .si-call:hover,
.social-buttons .si-email3:hover,
.social-buttons .si-tiktok:hover,
.social-buttons .si-youtube:hover,
.social-buttons .si-linkedin:hover {
    background: #d42529;
}

#wrapper {
    background-color: black;
}
/** Header **/
#header {
    z-index: 999 !important;
}
header,
#header-wrap {
    background-color: transparent !important;
    background: transparent !important;
    color: white;
    border: 0px !important;
}
#header.sticky-header #header-wrap {
    transition: 0.6s all;
}
header.sticky-header,
.sticky-header #header-wrap {
    background-color: black !important;
    color: white;
    border: 0px !important;
}

#logo {
    padding: 20px 0px;
    display: flex;
    align-items: center;
    margin: 0px;
}

#logo img {
    height: 60px !important;
}
#header.sticky-header #logo {
    padding: 10px 0px;
}

.deler-name {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    display: block;
    position: absolute;
    padding-top: 65px;
    width: 200px;
    text-align: center;
    text-transform: capitalize;
}

/** megamenu **/
.mega-menu-column ul li a {
    background-color: transparent !important;
}

.mega-menu.sub-menu.sfHover .menu-showroom-container {
    top: 60px;
}

#side-panel {
    width: 500px;
    right: -500px;
}
#side-panel .side-panel-wrap {
    width: 100%;
    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%);
    color: white;
    display: flex;
    padding: 0px;
    align-content: center;
    justify-content: center;
    align-items: center;
}
#side-panel .widget {
    width: 80%;
    z-index: 2;
}

/** forms **/
input,
input.custom-input,
input.custom-input:valid,
textarea,
textarea.custom-input,
textarea.custom-input:valid,
select {
    padding: 10px;
    transition: 0.4s all !important;
    color: white;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.5);
    border-color: #939598 !important;
    padding: 10px;
    font-weight: normal;
    font-family: Helvetica, sans-serif !important;
    font-size: 1.1rem;
}
.custom-input:invalid,
.custom-select:invalid {
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
}
select:valid,
.custom-select:valid {
    color: white;
    font-weight: 500;
}
.custom-input:focus,
select.custom-select:focus,
.custom-input:focus,
.custom-input:focus {
    border-color: white !important;
    color: white !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.2) !important;
}

option:disabled {
    color: #939598;
}

.custom-select {
    position: relative;
    z-index: 10;
    padding: 10px;
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.5);
    font-weight: 600;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: "";
}

.custom-select:focus + i:not(.not-rotate),
.custom-input:focus + i:not(.not-rotate) {
    z-index: 11;
    transform: rotate(-90deg);
    color: white;
}

.custom-input + i,
.custom-select + i {
    position: absolute;
    color: rgba(255, 255, 255, 0.5);
    top: 12px;
    right: 15px;
    font-size: 20px;
    transition: transform 0.5s;
    z-index: 1;
    cursor: pointer;
}

.custom-select option {
    -webkit-appearance: none; /* Remove style Chrome */
    -moz-appearance: none; /* Remove style FireFox */
    appearance: none; /* Remove style FireFox*/
    background-color: #646464;
    color: white;
}

.custom-select option:disabled {
    color: #939598;
    background-color: #646464;
}

.form-mg label {
    font-weight: normal;
    margin: 0px;
    margin-left: 10px;
    text-transform: none;
    color: #939598;
}
.form-mg input[type="checkbox"] {
    width: 30px;
    height: 30px;
}

.form-mg a {
    color: #939598 !important;
    transition: 0.4s all;
}
.form-mg a:hover {
    color: #d42529 !important;
}

.register-image {
    width: 300px;
    height: 300px;
    background-size: cover;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.login-register-container h1 {
    color: white;
    font-weight: 500;
}

.login-register-container input::placeholder {
    color: #939598;
}

.login-register-container .form-widget .col_full {
    margin-bottom: 1.5rem;
    position: relative;
    vertical-align: middle;
}
.login-register-container .form-widget .col_full a {
    text-decoration: underline !important;
    color: white;
    transition: 0.4s all;
}
.login-register-container .form-widget .col_full a:hover {
    color: rgba(255, 255, 255, 0.6);
}
#side-panel.login-register-container .widget h1 {
    margin: 0px;
    padding-bottom: 1rem;
    border-bottom: 1px solid white;
    margin-bottom: 2rem;
}

#side-panel.login-register-container .widget {
    margin-top: 0px;
    padding-top: 0px;
    border-top: none !important;
}
.side-push-panel #side-panel-trigger-close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    z-index: 10;
}
.side-push-panel #side-panel-trigger-close a {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    width: 60px;
    height: 60px;
    color: rgba(255, 255, 255, 0.4);
    margin-right: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    transition: 0.4s all;
}
.side-push-panel #side-panel-trigger-close a:hover {
    color: white;
    border: 1px solid white;
}

.login-register-container input {
    padding: 10px;
}

.login-register-container input[type="checkbox"] {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.login-register-container label {
    font-weight: normal;
    vertical-align: middle;
    margin: 0px;
    margin-left: 10px;
    text-transform: none;
    color: white;
}

.red-button {
    background: #d42529 !important;
    border-radius: 0px;
    border: 0px;
}

.red-button:hover,
.red-button:focus {
    opacity: 0.6;
    background: #d42529 !important;
}

.white-button {
    background: white !important;
    color: #d42529;
    border-radius: 0px;
    border: 0px;
    transition: 0.4s all;
    text-shadow: none;
}

.gray-button {
    background: #58595b !important;
    color: white;
    border-radius: 0px;
    border: 0px;
    transition: 0.4s all;
    text-shadow: none;
}

.gray-button:hover,
.gray-button:focus,
.white-button:hover,
.white-button:focus,
.red-button:hover,
.red-button:focus {
    opacity: 0.6;
}

.transparent-button {
    background: rgba(0, 0, 0, 0.6) !important;
    border: 1px solid white;
    transition: 0.4s all;
    color: white;
}

.full-transparent-button {
    background: transparent !important;
}

.pay-button {
    background: white !important;
    border: 1px solid #d42529;
    transition: 0.4s all;
    color: black;
}

.pay-button:hover {
    background: #d42529 !important;
    color: white;
}

.transparent-button.no-background {
    background: transparent !important;
}

.transparent-button:hover,
.transparent-button:active,
.transparent-button.no-background:hover {
    background: #d42529 !important;
    color: white;
}

.transparent-button.dark:hover {
    background: #6e1919 !important;
}

.transparent-button.zs-presale-transparent-button.no-background:not(.fill-from-top) {
    border: 1px solid #1442c4 !important;
    transition: 0.4s all;
    color: white;
}

.transparent-button.zs-presale-transparent-button.no-background:not(.fill-from-top):hover {
    border: 1px solid #1442c4;
    background: #1442c4 !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 #1442c4 !important;
    background-color: #1442c4 !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: #1442c4 !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: #004fff;
    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;
}

.transparent-button.zs-presale-transparent-button.no-background.fill-from-top:before {
    width: 100%;
    height: 0;
}

.transparent-button.zs-presale-transparent-button.no-background.fill-from-top:hover:before {
    height: 100%;
}
.black-transparent-button {
    border: 1px solid #d42529;
    background: rgba(0, 0, 0, 0.6) !important;
    transition: 0.4s all;
}

.red-transparent-button {
    border: 1px solid #d42529;
    background: transparent !important;
    transition: 0.4s all;
    width: fit-content;
}

div.error {
    color: red;
    font-size: 12px;
    line-height: 1;
    display: none;
    margin-top: 5px;
}

.col_two_third {
    margin: 0px;
}

.all-height {
    height: 100%;
}

.menu-car-container a {
    text-align: center;
    height: 100%;
    width: 100%;
    transition: 0.4s all;
}

.menu-car-container > img {
    transition: 0.4s all;
    max-width: 246px;
}

.menu-car-container:hover > img {
    opacity: 0.5;
}
.sub-menu {
    margin-left: 0px !important;
}

/* showroom menu */
.mega-menu-content.menu-showroom-container {
    background: #1a1a1a !important;
    border: 0px !important;
    padding: 0px 50px !important;
}
.heading-block:after {
    border: 0px;
}

h1.title {
    color: white !important;
    line-height: 1.2;
}

a.gray-link {
    color: #58595b;
}
a.gray-link:hover {
    color: #d42529;
}

.one-page-arrow {
    color: white;
}

.mg-logo-corner {
    background-image: url(../images/home/mg-logo-esquina.html);
    background-size: contain;
    background-position-y: bottom;
    background-position-x: right;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
    right: -18px;
}

.mg-red {
    color: var(--themecolor) !important;
}

.bold {
    font-weight: bold !important;
}
.mg-blue {
    color: #1442c4 !important;
}

/** Title **/
#page-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}
#page-title h1 {
    font-weight: normal;
    font-size: 2.8rem;
    text-transform: none;
}

.subtitle {
    color: white !important;
    font-weight: normal !important;
    font-size: 2.2rem;
}

.float-right {
    float: right;
}

#page-title .custom-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin: 0px;
    list-style: none;
    margin-bottom: 0px;
}
#page-title .breadcrumb-item a {
    color: white;
}
#page-title .breadcrumb-item.active {
    color: rgba(255, 255, 255, 0.5);
}

#page-title.no-title {
    padding: 0;
}

.breadcrumb-item:not(:first-child)::before {
    content: "|" !important;
    color: white !important;
}

.title-container {
    padding: 2vw 5vw 2vw 4vw;
    width: auto;
    text-align: left;
    background: linear-gradient(to right, #6e1919, #d42529);
    margin-left: -15px;
}

.section.header-stick {
    margin: 0px;
    margin-top: 0px !important;
    background-color: #414042;
}
.section.header-stick p {
    color: white;
    font-size: 17px;
}

.mg-heading h2 {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.2;
    color: white;
}

.mg-number {
    background: linear-gradient(to right, #6e1919, #d42529);
    display: inline-block;
    color: white;
    padding: 0px 25px;
}

.mg-number .skewed-text {
    font-size: 36px;
    display: inline-block;
    font-weight: 600;
}

#content p {
    line-height: 1.2;
}

.row.terms .check-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}
.row.terms label {
    font-size: 12px;
}

.close.close-modal,
.close.back {
    position: absolute;
    top: 10%;
    right: 10%;
    z-index: 10;
    background-color: transparent;
    border: 1px solid white;
    width: 60px;
    height: 60px;
    opacity: 0.4;
    transition: 0.4s all;
    color: white;
    border-radius: 0 !important;
}

.close.close-modal:hover,
.close.close-modal:focus,
.close.back:hover,
.close.back:focus {
    opacity: 1;
    color: white;
}

.close.close-modal i {
    font-size: 2rem;
}

.terms-modal {
    background-color: #414042;
}
.terms.modal-dialog.modal-lg {
    max-width: 100% !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #414042;
    margin-top: 0px;
    padding: 3vw;
}

.terms-modal .modal-content {
    border: 0px;
    color: white;
    background-color: #414042;
}

.terms-modal .modal-content p {
    color: white;
    text-align: justify;
}

.terms-modal .modal-content ul {
    margin-left: 15px;
}

.widget_links a.principal-link {
    background-image: none;
}

.active.day {
    background-color: #d42529;
    color: white;
    font-weight: 600;
}

/*Sweet alert */
.swal2-content {
    font-weight: 500 !important;
}
.swal2-header {
    padding: 0 1.2em !important;
}
.swal2-container .swal2-title {
    font-size: 1.6rem;
    color: white;
}
.swal2-content {
    padding: 0 1em !important;
}

.swal2-container .swal2-content {
    color: white;
    font-size: 1.2em;
}
.swal2-container .swal2-popup {
    background: linear-gradient(45deg, rgba(49, 50, 51, 1) 0%, rgba(29, 30, 32, 1) 48%, rgba(23, 24, 26, 1) 100%);
}
.swal2-actions {
    margin: 1.25em auto 1em !important;
}

/** terms container **/
.terms-button-container {
    font-size: 1rem;
    font-weight: normal;
}

.configurator-container .terms-button-container {
    padding: 30px 0px;
}

.terms-button-container i {
    font-size: 30px;
    font-weight: bolder;
    margin-right: 15px;
}

.terms-button-container a.terms-button-link {
    text-decoration: none;
    transition: 0.4s all;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    color: rgba(255, 255, 255, 0.5);
}

.terms-button-container a.terms-button-link:hover {
    color: white;
    cursor: pointer;
}

.terms-conditions-modal .modal-content {
    padding: 20px;
}

.terms-conditions-modal .modal-content:not(.insides) {
    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%);
}

/* register and thankyou pages*/
.row.terms .register.check-container {
    justify-content: flex-start;
}

/* preoders */
.page-menu-item > a,
.page-menu-item > a.menu-link {
    color: rgba(255, 255, 255, 0.6);
    font-weight: normal;
}

.page-menu-item > a:hover,
.page-menu-item > a.menu-link:hover {
    color: rgba(255, 255, 255, 1);
}
#page-menu nav li:hover a,
#page-menu nav li.current a {
    background-color: transparent !important;
    font-weight: bold;
    color: white;
}

.subtitle-container .terms-link {
    color: white;
    font-size: 0.8rem;
    margin-top: 5px;
}
.subtitle-container .terms-link a {
    color: white;
    transition: 0.4s all;
}

.subtitle-container .terms-link a:hover {
    color: rgba(255, 255, 255, 0.5);
}

.left-red-border {
    border-left: solid 2px var(--themecolor);
}

.img-white-button {
    opacity: 0.6;
    transition: 0.4s all;
}

.img-white-button:hover {
    opacity: 1;
}
.showroom-detail-container .content-wrap {
    padding: 0px;
}
/***Parallax sections***/
/* parallax section*/
.parallax-right-container {
    background-image: url(../images/home/mg-hs-distribuidor-parallax-img.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: black;
}

.parallax-right-container .align-items-center {
    justify-content: space-between;
}

.parallax-right-container .parallax-right-left-container,
.parallax-left-container .parallax-left-right-container {
    min-height: 35vw;
}

.parallax-right-right-container {
    background-color: #1a1a1a;
    color: white;
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    max-width: 580px;
    flex-direction: column;
    float: right;
    font-size: 1.6rem;
    /*clip-path: polygon(0% 0%, 100% 0, 100% 75%, 87% 100%, 0% 100%); TODO: add form to div*/
    border-left: 6px solid #d42529;
}

.parallax-right-container .find-title,
.parallax-description,
.parallax-title {
    padding-bottom: 1rem;
}

.parallax-left-container {
    background-image: url(../images/home/mg-parrilla-parallax-back.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-color: black;
    background-position-x: right;
    padding-bottom: 2rem;
}

.parallax-left-left-container {
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 50px;
    display: flex;
    width: 100%;
    max-width: 650px;
    flex-direction: column;
    float: left;
    font-size: 1.6rem;
    border: 1px solid white;
    border-left: 6px solid #d42529;
    /*clip-path: polygon(0% 0%, 100% 0, 100% 75%, 87% 100%, 0% 100%); TODO: add form to div*/
}

.first-container {
    top: 0px;
    position: relative;
}

.parallax-description {
    font-size: 1.1rem;
}
/***Parallax sections end***/

#primary-menu-trigger,
#page-menu-trigger {
    font-size: 20px;
}

.text-mg-red {
    color: var(--themecolor);
    font-weight: bold;
}

.form-group {
    position: relative;
}
.mg-pipe {
    color: #d42529;
    font-weight: bold;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-top,
.dropdown-menu {
    color: white;
}

.datepicker table tr td span.focused,
.datepicker table tr td span:hover,
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover,
.datepicker table tr td.day.focused,
.datepicker table tr td.day:hover {
    background: rgba(255, 255, 255, 0.6) !important;
}

.overlay-trigger-icon.bg-light {
    background-color: transparent !important;
}

.overlay-trigger-icon.bg-light i {
    color: rgba(255, 255, 255, 0.6);
    font-size: 3rem;
}

.overlay-trigger-icon.bg-light i:hover {
    color: rgba(255, 255, 255, 1);
}

.parallax {
    will-change: auto;
}

/**preorder buttons**/
#page-menu nav li:hover a.red-button,
#page-menu nav li.current a.red-button,
.page-menu-item .button.button-small.red-button:hover,
.page-menu-item .button.button-small.red-button:focus {
    opacity: 0.8;
    background: #d42529 !important;
    color: #fff;
    font-weight: bold;
}
.page-menu-item .button.button-small.red-button {
    border-radius: 0;
    color: #fff;
    font-weight: normal;
}

.one-page-arrow {
    z-index: 901;
}

.owl-stage {
    display: flex;
}
.owl-nav.disabled {
    display: none;
}

.ev-section-button {
    position: absolute;
    left: calc(50% - 71px);
    width: fit-content;
    padding: 0;
}
.ev-section-button .ev-button {
    background: #00b1ff;
    color: #fff;
    text-decoration: none;
    padding: 0 1rem;
    font-size: 1rem;
    font-style: italic;
    font-weight: bold;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: all 0.4s;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    justify-content: center;
    height: 44px;
}
.ev-section-button.ev-section-button-mobile {
    right: 28px;
    left: unset;
    transform: scale(0.7);
}
.ev-section-button .ev-button:hover {
    background: linear-gradient(90deg, rgba(0, 177, 255, 1) 0%, rgba(0, 243, 255, 1) 100%);
}

h5.header-terms {
    font-weight: 400;
    font-size: 1rem;
    margin-top: 30px;
}

h5.header-terms a {
    transition: 0.4s all;
    color: #fff;
    text-decoration: underline !important;
}
h5.header-terms a:hover {
    color: rgba(255, 255, 255, 0.5) !important;
}

@media (min-width: 1024px) {
    #primary-menu ul li > a {
        font-size: 0.9vw;
    }
}
@media (min-width: 1441px) {
    #primary-menu ul li > a {
        font-size: 0.7vw;
    }
}

@media (min-width: 992px) and (max-width: 1023px) {
    .slide-button-container {
        width: 320px !important;
    }

    .principal-link {
        font-size: 0.6rem;
    }
}
@media (min-width: 992px) {
    .dark .primary-menu:not(.not-dark) .sub-menu-container,
    .dark .primary-menu:not(.not-dark) .mega-menu-content {
        background-color: #1a1a1a;
    }
    .dark .primary-menu:not(.not-dark) .sub-menu-container,
    .dark .primary-menu:not(.not-dark) .mega-menu-content {
        border-top-color: #d42529;
    }
    .primary-menu .menu-link {
        padding: 39px 5px;
    }
}

@media (max-width: 1023px) {
    #header.sticky-header ~ .swiper-slide,
    #header.sticky-header ~ #slider.slider-element.swiper_wrapper,
    #header.sticky-header ~ .first-container {
        margin-top: 60px;
    }
    .mega-menu-content.menu-showroom-container {
        padding: 0px !important;
    }
}

@media (max-width: 1024px) {
    .first-container {
        top: -90px;
    }
    .ev-section-button.ev-section-button-mobile {
        top: 32px;
    }
}
@media (max-width: 991.98px) {
    #primary-menu {
        max-width: 100%;
    }
}
@media (max-width: 993px) {
    #logo {
        align-items: center;
        justify-content: center;
    }

    #logo.logo-dealer {
        height: 110px;
    }

    #primary-menu ul li a.principal-link,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li:hover a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > ul > li.current a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li:hover a,
    body:not(.dark) #header:not(.dark) #header-wrap:not(.dark) #primary-menu > div > ul > li.current a {
        background-color: black;
        color: white !important;
    }
    .owl-carousel {
        display: block;
    }

    header,
    #header-wrap {
        background-color: transparent !important;
        background: black !important;
        color: white;
        border: 0px !important;
    }
}
@media (max-width: 767px) {
    #side-panel .side-panel-wrap {
        width: 100%;
        padding-top: 5rem;
    }
    #side-panel .widget {
        width: 90%;
    }
    #side-panel.login-register-container .widget {
        margin-top: 2rem;
    }
    #side-panel {
        width: 300px;
        right: -300px;
    }
    #primary-menu ul li > a {
        color: white !important;
        transition: all 0.4s !important;
        font-size: 10px;
    }

    #primary-menu ul li > a:hover,
    #primary-menu ul li.current {
        background: rgba(0, 0, 0, 0.3);
    }

    .login-register-container input[type="checkbox"] {
        width: 15px;
        height: 15px;
        vertical-align: middle;
    }
    footer div.logo-footer {
        width: 25vw;
        height: 25vw;
        margin-left: 23vw;
    }

    #footer .widget.clearfix h4 {
        font-size: 0.9rem;
    }

    #footer .widget.clearfix ul li {
        font-size: 0.9rem;
    }

    .title-container {
        width: auto;
        padding: 3vw 10vw 3vw 5vw;
        text-align: left;
        margin-left: 5px;
    }
    #page-title.page-title-parallax h1 {
        font-size: 8vw;
        line-height: 1.2;
    }

    #page-title {
        justify-content: flex-start;
        padding-top: 10%;
        height: 300px;
    }
    .terms-button-container {
        padding: 20px 20px 0 20px;
    }
    .configurator-container .terms-button-container {
        padding: 0px;
    }

    .top-links li > a {
        font-size: 10px;
        padding: 12px 8px;
    }
    body:not(.top-search-open) #primary-menu-trigger {
        left: 0px !important;
        top: 8px !important;
    }
    #logo {
        height: 60px;
    }
    #logo.logo-dealer {
        height: 90px;
    }
    .slider-caption.slider-caption-bottom-right {
        bottom: 2rem;
    }

    .top-links li > a {
        font-size: 10px;
    }

    .close.close-modal {
        top: 0;
        right: 0;
        width: 40px;
        height: 40px;
        padding: 0px;
    }
    .first-container {
        top: -60px;
    }

    .grid-sm-2 > .grid-item {
        width: 50%;
    }

    .modal-fullscreen .modal-body {
        height: auto !important;
    }
    .footer-logo-container img {
        max-width: 180px;
    }
    .ev-section-button.ev-section-button-mobile {
        top: 23px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1350px;
    }
}

@media (max-width: 380px) {
    #page-title h1 {
        font-size: 30px;
    }

    #logo img {
        height: 45px !important;
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    .modal-fullscreen .modal-body {
        height: auto !important;
    }
}

#gotoTop {
    display: none;
    z-index: 299;
    position: fixed;
    width: 60px;
    height: 60px;
    background-color: transparent !important;
    font-size: 50px;
    line-height: 55px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    top: auto;
    left: auto;
    right: 30px;
    bottom: 50px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.6);
    transition: 0.4s all !important;
}
#gotoTop:hover {
    color: white;
    border-color: white;
}
