/* Colors 

ROJO- #BA202D - rgb(186,32,45)
ROJO FUERTE - #6F090E - rgb(111,9,14)
GRIS CLARO- #E4E5E6 - rgb(228,229,230)
GRIS MEDIO- #C4C6C8 - rgb(196,198,200)
GRIS OSCURO- #7E8083 - rgb(126,128,131)
GRIS TEXTO - #58595B - rgb(88,89,91)
GRIS M@S CLARO - #F5F5F5 - rgb(245,245,245)


*/
/* layout */
.home-page {
    background: rgb(5, 20, 31);
    min-height: 800px;
}

.config-page {
    background: rgb(5, 20, 31);
    min-height: 800px;
}

.register-page {
    background: url(../images/kia-registro-back.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top: 5px solid rgb(5, 20, 31);
    border-bottom: 5px solid rgb(5, 20, 31);
    min-height: 800px;
}
.register-page .scroll-container,
.payment-page .scroll-container {
    margin-top: 90px;
}
.payment-page {
    background: rgb(5, 20, 31);
    min-height: 800px;
}

.payment-page .scroll-container {
    background: #e8e6eb;
    padding-bottom: 100px;
}

.payment-page .ac-custom label {
    color: black !important;
}

.payment-page .ac-custom label::before {
    width: 30px;
    height: 30px;
    margin-top: -19px;
    color: rgb(5, 20, 31);
    border-color: rgb(5, 20, 31);
}
.payment-page .edit-container {
    position: absolute;
    top: 5%;
    left: 5%;
}
.payment-page .ac-custom svg {
    margin-top: -22px;
    width: 20px;
    height: 20px;
    color: black;
    fill: black !important;
}
svg:hover {
    fill: red;
}

.thanks-page {
    background: url(../images/kia-gracias-back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    min-height: 800px;
}

.thanks-page .text-container {
    font-size: 4vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    min-width: 300px !important;
    margin: 0px;
}
.thanks-page .text-container .col-sm-12 {
    text-align: center;
}
.thanks-page .text-container .center {
    width: 100%;
}

.thanks-page .text-container .center > :nth-child(1) {
    font-size: 3rem;
    font-weight: bolder;
    font-family: "kiaotfmedium", sans-serif;
    line-height: normal;
}

.thanks-page .text-container .center > :nth-child(2) {
    font-size: 2rem;
    font-family: "kiaotfmedium", sans-serif;
    margin-top: 20px;
    line-height: normal;
}

.thanks-page .text-container .center > :nth-child(3) {
    font-size: 1.8rem;
    margin-top: 20px;
    line-height: normal;
}
.text-container .thanks-text a {
    text-decoration: underline;
    color: black;
}

.thanks-page .row.text-container .center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    text-align: center;
}

.social-container {
    margin-top: 20px;
}

.social-container a {
    display: inline-block;
    height: 50px;
    width: 50px;
    border: 0px;
    transition: 0.3s;
    cursor: pointer;
    background-color: transparent;
    background-size: cover;
    transition: 0.3s;
}

.social-container a:hover {
    transform: scale(1.1);
}
.social-container a:focus {
    outline: 0px;
}

.image-ig {
    background-image: url(../images/icons/icono-instagram.png);
}
.image-fb {
    background-image: url(../images/icons/icono-facebook.png);
}
.image-tw {
    background-image: url(../images/icons/icono-twitter.png);
}
.image-yt {
    background-image: url(../images/icons/icono-youtube.png);
}

/* form */
.card {
    background: transparent;
    border: 0px;
    color: white;
}
.card-header {
    background: transparent;
}
.scroll-container {
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}
.inner-container {
    margin-top: 100px;
    text-align: center;
}

.kia-clear-gray {
    height: 100%;
    padding-right: 0px;
}
.configurator {
    height: 100%;
    padding: 100px 3% 0px 3%;
}
.config-form-container {
    overflow-y: scroll;
    width: 100%;
    height: 500px;
    text-align: center;
    border-left: 2px solid rgb(5, 20, 31);
    padding: 0px 10%;
}
.price-container.config-mobile {
    display: none;
}
.price-container {
    width: 100%;
    bottom: 0px;
    position: absolute;
    height: 100px;
    font-size: 1.2rem;
}
.price.row {
    font-size: 1.5rem;
}
.price.row.disabled {
    pointer-events: none;
    color: rgb(196, 198, 200);
}
.price .total-price {
    font-weight: bold;
    font-family: "kiaotfmedium", sans-serif;
}

.price-container .trafficlight {
    display: none;
    width: 96%;
    height: auto;
    position: absolute;
    left: -34px;
    bottom: 0px;
    font-size: 0.8em;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.button-register {
    display: none;
}
.btn.disabled {
    pointer-events: none;
}
.preorder-text,
.preorder-price-car {
    display: none;
}
.trafficlight {
    font-weight: bolder;
    font-family: "kiaotfmedium", sans-serif;
    color: white;
}
.price-container .trafficlight.R {
    background-color: #ea0029;
    color: black;
}
.price-container .trafficlight.V {
    background-color: #5d7d2b;
}

.price-container .trafficlight.A {
    background-color: #f3c300;
    color: black;
    font-size: 0.8rem;
}

.preorder-price-text,
.preorder-price-car {
    font-size: 1.5rem;
    color: white;
    line-height: 100px;
}

.preorder-price-button {
    font-size: 1.5rem;
    color: white;
    line-height: 100px;
    background: rgb(5, 20, 31);
}

.price-container .trafficlight .color.green {
    background-color: green;
}
.price-container .trafficlight .color.red {
    background-color: red;
}

.price-container .trafficlight .color.yellow {
    background-color: yellow;
}
.cs-skin-slide > span::after,
.cs-skin-slide.cs-active > span::after {
    content: "\e005";
    color: rgb(5, 20, 31);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cs-skin-slide .cs-options {
    width: 100%;
    height: 100%;
    padding: unset;
    overflow-y: scroll;
}

.cs-skin-slide .cs-options li span:hover,
.cs-skin-slide .cs-options li.cs-focus span,
.cs-skin-slide .cs-options li.cs-selected span {
    color: rgb(5, 20, 31);
}

.cs-skin-boxes > span {
    background-color: rgb(232, 230, 235);
    color: black;
    border: unset;
    border-bottom: 1px solid rgb(5, 20, 31);
}

.cs-skin-boxes > span::after {
    color: rgb(5, 20, 31);
}

div.cs-skin-slide,
div.cs-skin-boxes {
    max-width: unset;
    background-color: rgb(232, 230, 235);
    color: black;
    width: 100%;
    font-size: 20px;
}

div.cs-skin-slide::before {
    border-bottom: 1px solid rgb(5, 20, 31);
    content: "";
    background: rgb(232, 230, 235);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

div.cs-skin-slide.cs-active::before {
    border: 1px solid rgb(5, 20, 31);
}

/* select colors */
.cs-skin-boxes .cs-options li {
    border-radius: 0px;
}

.cs-skin-boxes .cs-options li.default {
    background-color: #ffffff;
}

.input-color span.cs-placeholder.default {
    color: black;
}
.input-color span.cs-placeholder.default:after {
    color: rgb(5, 20, 31);
}

.cs-skin-boxes .cs-options li.red {
    background-color: #9f201f;
}

.cs-skin-boxes .cs-options li.andaro-red {
    background-color: #760007;
}
.cs-skin-boxes .cs-options li.fiery-red {
    background-color: #770606;
}

.cs-skin-boxes .cs-options li.infierno-red {
    background-color: #df1518;
}
.cs-skin-boxes .cs-options li.hi-chroma-red {
    background-color: #951725;
}
.cs-skin-boxes .cs-options li.infra-red {
    background-color: #8e041c;
}
.cs-skin-boxes .cs-options li.intense-red {
    background-color: #9f0000;
}
.cs-skin-boxes .cs-options li.temptation-red {
    background-color: #a21c2a;
}

.input-color
    span.cs-placeholder.red
    .input-color
    span.cs-placeholder.andaro-red,
.input-color span.cs-placeholder.fiery-red,
.input-color span.cs-placeholder.inferno-red,
.input-color span.cs-placeholder.hi-chroma-red,
.input-color span.cs-placeholder.infra-red,
.input-color span.cs-placeholder.intense-red,
.input-color span.cs-placeholder.temptation-red {
    color: white;
}

.input-color
    span.cs-placeholder.red:after
    .input-color
    span.cs-placeholder.andaro-red:after,
.input-color span.cs-placeholder.fiery-red:after,
.input-color span.cs-placeholder.inferno-red:after,
.input-color span.cs-placeholder.hi-chroma-red:after,
.input-color span.cs-placeholder.infra-red:after,
.input-color span.cs-placeholder.intense-red:after,
.input-color span.cs-placeholder.temptation-red:after {
    color: white;
}

.cs-skin-boxes .cs-options li.mineral-blue {
    background-color: #0455a5;
}
.cs-skin-boxes .cs-options li.cityscape-green {
    background-color: #597059;
}
.cs-skin-boxes .cs-options li.pacific-blue {
    background-color: #165aa7;
}
.cs-skin-boxes .cs-options li.snow-white-pearl {
    background-color: #ffffff;
}
.cs-skin-boxes .cs-options li.snow-white {
    background-color: #d3d3d2;
}
.cs-skin-boxes .cs-options li.clear-white {
    background-color: #fafbfb;
}
.cs-skin-boxes .cs-options li.glacier-white-pearl {
    background-color: #f7f7f7;
}
.cs-skin-boxes .cs-options li.tricoat-pearl-white {
    background-color: #e7e7e6;
}
.cs-skin-boxes .cs-options li.ice-wine {
    background-color: #ded8d3;
}
.cs-skin-boxes .cs-options li.vesta-blue {
    background-color: #003c56;
}
.cs-skin-boxes .cs-options li.everlasting-gray {
    background-color: #606c78;
}
.cs-skin-boxes .cs-options li.platinum-gold {
    background-color: #9c968d;
}
.cs-skin-boxes .cs-options li.iron-gray {
    background-color: #919292;
}
.cs-skin-boxes .cs-options li.silky-silver {
    background-color: #bebfbd;
}
.cs-skin-boxes .cs-options li.jungle-wood-green {
    background-color: #505d53;
}
.cs-skin-boxes .cs-options li.midnight-lake-blue {
    background-color: #002c45;
}
.cs-skin-boxes .cs-options li.wolf-gray {
    background-color: #6c6d6c;
}
.cs-skin-boxes .cs-options li.heritage-blue {
    background-color: #425a68;
}

.input-color span.cs-placeholder.mineral-blue,
.input-color span.cs-placeholder.cityscape-green,
.input-color span.cs-placeholder.snow-white-pearl,
.input-color span.cs-placeholder.snow-white,
.input-color span.cs-placeholder.clear-white,
.input-color span.cs-placeholder.glacier-white-pearl,
.input-color span.cs-placeholder.tricoat-pearl-white,
.input-color span.cs-placeholder.ice-wine,
.input-color span.cs-placeholder.everlasting-gray,
.input-color span.cs-placeholder.platinum-gold,
.input-color span.cs-placeholder.iron-gray,
.input-color span.cs-placeholder.silky-silver {
    color: black;
}

.input-color span.cs-placeholder.mineral-blue:after,
.input-color span.cs-placeholder.cityscape-green:after,
.input-color span.cs-placeholder.snow-white-pearl:after,
.input-color span.cs-placeholder.snow-white:after,
.input-color span.cs-placeholder.clear-white:after,
.input-color span.cs-placeholder.glacier-white-pearl:after,
.input-color span.cs-placeholder.tricoat-pearl-white:after,
.input-color span.cs-placeholder.ice-wine:after,
.input-color span.cs-placeholder.everlasting-gray:after,
.input-color span.cs-placeholder.platinum-gold:after,
.input-color span.cs-placeholder.iron-gray:after,
.input-color span.cs-placeholder.silky-silver:after {
    color: rgb(5, 20, 31);
}

.cs-skin-boxes .cs-options li.aruba-green {
    background-color: #204447;
}

.cs-skin-boxes .cs-options li.urban-gray {
    background-color: #7b7b7f;
}

.cs-skin-boxes .cs-options li.cool-silver {
    background-color: #414141;
}

.cs-skin-boxes .cs-options li.cherry-black {
    background-color: #111111;
}

.cs-skin-boxes .cs-options li.sparkling-silver {
    background-color: #a1a1a1;
}
.cs-skin-boxes .cs-options li.pearl-black {
    background-color: #141414;
}
.cs-skin-boxes .cs-options li.gravity-gray {
    background-color: #74787b;
}
.cs-skin-boxes .cs-options li.dark-gray {
    background-color: #696969;
}
.cs-skin-boxes .cs-options li.phantera-metal {
    background-color: #58585e;
}
.cs-skin-boxes .cs-options li.mercury-blue {
    background-color: #15212d;
}
.cs-skin-boxes .cs-options li.merlot {
    background-color: #24070c;
}
.cs-skin-boxes .cs-options li.neptune-blue {
    background-color: #0028a1;
}
.cs-skin-boxes .cs-options li.mistic-blue {
    background-color: #4e5966;
}
.cs-skin-boxes .cs-options li.horizon-blue {
    background-color: #718498;
}
.cs-skin-boxes .cs-options li.intelligency-blue {
    background-color: #0045b4;
}
.cs-skin-boxes .cs-options li.chroma-blue {
    background-color: #0028a1;
}
.cs-skin-boxes .cs-options li.deep-cerulean-blue {
    background-color: #005e77;
}
.cs-skin-boxes .cs-options li.deep-chroma-blue {
    background-color: #44446e;
}
.cs-skin-boxes .cs-options li.imperial-blue {
    background-color: #0d1123;
}
.cs-skin-boxes .cs-options li.smoke-blue {
    background-color: #1d2731;
}

.cs-skin-boxes .cs-options li.platinum-graphite {
    background-color: #2f3234;
}

.cs-skin-boxes .cs-options li.aurora-black-pearl {
    background-color: #191919;
}
.cs-skin-boxes .cs-options li.aurora-black {
    background-color: #121212;
}
.cs-skin-boxes .cs-options li.ebony-black {
    background-color: #131317;
}
.cs-skin-boxes .cs-options li.azure-blue {
    background-color: #003168;
}
.cs-skin-boxes .cs-options li.orange {
    background-color: #bb301b;
}
/* dark inputs */
.input-color span.cs-placeholder.urban-gray,
.input-color span.cs-placeholder.cool-silver,
.input-color span.cs-placeholder.cherry-black,
.input-color span.cs-placeholder.sparkling-silver,
.input-color span.cs-placeholder.pearl-black,
.input-color span.cs-placeholder.gravity-gray,
.input-color span.cs-placeholder.dark-gray,
.input-color span.cs-placeholder.phantera-metal,
.input-color span.cs-placeholder.mercury-blue,
.input-color span.cs-placeholder.merlot,
.input-color span.cs-placeholder.neptune-blue,
.input-color span.cs-placeholder.mistic-blue,
.input-color span.cs-placeholder.horizon-blue,
.input-color span.cs-placeholder.intelligency-blue,
.input-color span.cs-placeholder.chroma-blue,
.input-color span.cs-placeholder.deep-cerulean-blue,
.input-color span.cs-placeholder.deep-chroma-blue,
.input-color span.cs-placeholder.imperial-blue,
.input-color span.cs-placeholder.smoke-blue,
.input-color span.cs-placeholder.platinum-graphite,
.input-color span.cs-placeholder.aurora-black-pearl,
.input-color span.cs-placeholder.aurora-black,
.input-color span.cs-placeholder.ebony-black,
.input-color span.cs-placeholder.azure-blue,
.input-color span.cs-placeholder.vesta-blue,
.input-color span.cs-placeholder.orange {
    color: white;
}

.input-color span.cs-placeholder.urban-gray:after,
.input-color span.cs-placeholder.cool-silver:after,
.input-color span.cs-placeholder.cherry-black:after,
.input-color span.cs-placeholder.pearl-black:after,
.input-color span.cs-placeholder.gravity-gray:after,
.input-color span.cs-placeholder.dark-gray:after,
.input-color span.cs-placeholder.phantera-metal:after,
.input-color span.cs-placeholder.mercury-blue:after,
.input-color span.cs-placeholder.merlot:after,
.input-color span.cs-placeholder.neptune-blue:after,
.input-color span.cs-placeholder.mistic-blue:after,
.input-color span.cs-placeholder.horizon-blue:after,
.input-color span.cs-placeholder.intelligency-blue:after,
.input-color span.cs-placeholder.chroma-blue:after,
.input-color span.cs-placeholder.deep-cerulean-blue:after,
.input-color span.cs-placeholder.deep-chroma-blue:after,
.input-color span.cs-placeholder.imperial-blue:after,
.input-color span.cs-placeholder.smoke-blue:after,
.input-color span.cs-placeholder.platinum-graphite:after,
.input-color span.cs-placeholder.aurora-black-pearl:after,
.input-color span.cs-placeholder.aurora-black:after,
.input-color span.cs-placeholder.ebony-black:after,
.input-color span.cs-placeholder.azure-blue:after,
.input-color span.cs-placeholder.vesta-blue:after,
.input-color span.cs-placeholder.intelligency-blue:after,
.input-color span.cs-placeholder.orange:after {
    color: white;
}

.cs-skin-boxes .cs-options li.solar-yellow {
    background-color: #d68f00;
}
.cs-skin-boxes .cs-options li.neon-orange {
    background-color: #e7600c;
}
.cs-skin-boxes .cs-options li.orange {
    background-color: #bb301b;
}
.cs-skin-boxes .cs-options li.punchy-orange {
    background-color: #fd4b00;
}

.cs-skin-boxes.cs-active .cs-options {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}

.cs-select span {
    height: 50px;
    font-size: 15px;
    text-transform: none;
    font-weight: normal;
}

.cs-select.cs-skin-boxes ul {
    padding: unset;
    text-align: center !important;
    position: absolute;
    width: 70% !important;
    height: 70% !important;
    margin: 15%;
}
.cs-skin-boxes .cs-options li {
    min-width: 230px;
    min-height: 150px;
}

.cs-skin-boxes .cs-options span {
    padding: unset;
}

.cs-select li > span {
    height: 40px;
    width: 100%;
    border-bottom: 1px solid rgb(5, 20, 31);
}

.cs-select.disabled {
    pointer-events: none;
}

.cs-select.disabled span {
    border-bottom: 1px solid rgb(196, 198, 200);
    color: rgb(196, 198, 200);
}
.cs-select.disabled span::after {
    color: rgb(196, 198, 200);
}

.preorder-price-container {
    text-align: center;
    vertical-align: middle;
    height: 100px;
    background: rgb(56, 67, 78);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

/* navbar */
.navbar {
    z-index: 1000;
    padding: 0px;
    height: 90px;
    border-bottom: 1px solid white;
}

.navbar.black {
    border-bottom: 1px solid rgba(5, 20, 31, 1);
}

.navbar .container {
    width: 100%;
    max-width: unset;
    margin: 0px;
    margin-right: 2%;
    margin-left: 2%;
    margin-top: 0px;
    overflow: visible;
    height: 90px;
}

.navbar .container div.header-element:nth-child(3) {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.navbar .container div.header-element {
    width: 33%;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: center;
}
.navbar-brand {
    padding-top: 0px;
}
.navbar-brand.home-logo {
    pointer-events: none;
}

img.logo {
    max-height: 30px;
}

.navbar-title {
    text-align: center;
    width: 100%;
}
.navbar-title-text {
    font-size: 1.8rem;
    color: white;
}
.nav-bar-margin {
    margin-top: 120px;
}
.options {
    display: none;
}

.option-button {
    color: rgba(5, 20, 31, 1);
    transition: all 0.3s;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 1.3em;
}

.option-button:hover {
    color: rgba(5, 20, 31, 0.7);
}

.select-car-button-old {
    background-image: url(../images/buttons/btn-auto.png);
    background-color: rgba(0, 0, 0, 0.5);
}
.edit-car-button {
    background-image: url(../images/buttons/btn-edit.png);
}

/* configurator */
.config-car-image {
    background: url(../images/rio-sedan-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}

/* slider */
.swiper-container {
    width: 100%;
    height: 100%;
}
.slider-caption p.text-selection-description {
    color: #ffffff !important;
    font-weight: 900;
    font-family: "kiaotfmedium", sans-serif;
    margin-top: 10px;
}
div.text-selection-description {
    font-size: 1.6rem;
}
.text-selection-title {
    color: black;
    display: none;
}

.slider-caption div {
    color: white;
    font-weight: bold;
    font-family: "kiaotfmedium", sans-serif;
}
.slider-caption {
    top: 6% !important;
}
.swiper_wrapper {
    height: 100% !important;
}

.home-page .swiper_wrapper .swiper-slide {
    background-size: 50%;
    background-position: center center;
}

.button-select-car {
    margin-top: 10px;
}

.kia-angle-left::before,
.kia-angle-right::before {
    display: block;
    position: absolute;
    top: 10px;
    width: 50px;
    height: 50px;
    border: 2px solid rgb(5, 20, 31);
    content: "";
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.kia-angle-left::before {
    left: 10px;
    border-right-width: 0;
    border-bottom-width: 0;
}
.kia-angle-right::before {
    left: auto;
    right: 10px;
    border-left-width: 0;
    border-top-width: 0;
}

.home-page .kia-angle-left::before,
.home-page .kia-angle-right::before {
    border: none;
}

.slider-arrow-right,
.slider-arrow-left {
    background-color: transparent;
}

.slider-arrow-right i,
.slider-arrow-left i {
    color: transparent !important;
    text-shadow: none !important;
}
.swiper-button-disabled {
    display: none;
}
.swiper-pagination {
    bottom: unset !important;
}

.pagination-image.active {
    opacity: 0.7;
    border-bottom: 2px solid rgb(5, 20, 31);
}
/* Selects */

.cs-skin-underline > span::after {
    font-family: "icomoon";
    content: "\e005";
    right: 0.25em;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

/* buttons */
.btn {
    border: unset;
    color: black;
    padding: 10px 20px;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
}

.btn-simple {
    font-size: 1.3em;
    transition: 0.3s;
    color: rgba(255, 255, 255, 1);
}

.btn-simple:focus {
    box-shadow: none;
    outline: none;
}

.btn-simple:hover {
    color: rgba(255, 255, 255, 0.5);
}

.btn-white,
.btn-blue,
.btn-transparent,
.btn-blue-takeover {
    background-color: white;
    color: #05141f;
    font-size: 1.2rem;
    font-weight: bold;
    padding-right: 30px;
    padding-left: 30px;
    transition: 0.3s;
    font-family: "kiaotfmedium", sans-serif;
    font-weight: bold;
}

.btn-blue {
    color: white;
    background-color: rgb(5, 20, 31);
}
.btn-border-white {
    border: 1px solid white;
}
.btn-transparent {
    background-color: transparent;
    border: 1px solid white;
    color: white;
}
.btn-blue-takeover {
    color: white;
    background-color: rgb(5, 20, 31);
    border: 1px solid rgb(5, 20, 31);
}
.btn-transparent:hover {
    background-color: white;
    color: rgb(5, 20, 31);
}

.btn-blue:hover {
    background-color: rgba(5, 20, 31, 0.7);
}
.btn-blue-takeover:hover {
    background-color: #fff;
    color: rgb(5, 20, 31);
    border: 1px solid #fff;
}

.btn-white:hover {
    background-color: #05141f;
    color: white;
}

.btn-red-rounded,
.btn-gray-rounded {
    background-color: rgb(5, 20, 31);
    border-radius: 20px;
    color: white;
    font-size: 15px;
    padding-right: 30px;
    padding-left: 30px;
    transition: 0.3s;
}
.btn-gray-rounded {
    background-color: rgb(88, 89, 91);
    border: 1px solid white;
}
.btn-red-rounded:hover,
.btn-gray-rounded:hover {
    transform: scale(1.1);
    color: white;
}

.btn-ghost-light:hover {
    z-index: 1;
    border-color: white;
    color: white;
}

.btn-ghost-light::after {
    background: red;
}
.btn-ghost-light.active,
.btn-ghost:hover,
.btn-ghost-light:hover,
.navbar .navbar-nav .dropdown .cart-dropdown .cart-btns .btn-ghost-light:hover,
.btn-text:hover,
.btn-text-light:hover,
.btn-light:hover,
.navbar .navbar-nav .dropdown .cart-dropdown .cart-btns .btn-ghost:hover,
.navbar .navbar-nav .dropdown .cart-dropdown .cart-btns .btn-light:hover {
    color: rgb(5, 20, 31);
    background-color: white;
}
.btn-ghost::after,
.btn-ghost-light::after,
.navbar
    .navbar-nav
    .dropdown
    .cart-dropdown
    .cart-btns
    .btn-ghost-light::after {
    background: rgb(5, 20, 31);
}

.btn-ghost {
    border-color: rgb(5, 20, 31);
    color: rgb(5, 20, 31);
    border-width: 1px;
}

.btn-ghost:hover {
    color: white;
}

/* register */
.register-container {
    min-height: 800px;
}

.input {
    margin: unset;
    max-width: unset;
}
.input__field {
    background: rgba(255, 255, 255, 0.1);
}
.input__field--yoko {
    font-family: "kiaotflight", sans-serif;
    color: white;
}
.input__label {
    font-size: 13px;
}
.input__label--yoko::before {
    background: rgba(255, 255, 255, 0.1);
}
.input__label--yoko::after {
    background: rgba(255, 255, 255, 0.7);
}
.ac-custom {
    margin: 2em 0.8em 0 0.8em;
    padding: 0px;
}
.ac-custom label {
    font-size: 13px;
    font-weight: 400;
    font-family: "kiaotfmedium", sans-serif;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 0px;
    margin-top: -19px;
    color: white;
}
.ac-custom label::before {
    width: 30px;
    height: 30px;
    margin-top: -19px;
}
.ac-custom svg {
    margin-top: -22px;
    width: 20px;
    height: 20px;
}

.config-container {
    height: calc(100% - 100px);
    width: 100%;
}

.car-container {
    height: 100%;
    min-height: 750px;
}

.config-container .car-image-preview,
.config-container .car-text-selector {
    height: auto;
    text-align: left;
    padding: 9rem 4rem 0px 4rem;
    color: black;
}
.config-container .car-text-selector {
    background-color: rgb(232, 230, 235);
    z-index: 99;
}
.config-container .car-text-selector .row {
    padding: 9px;
}

.preorder-data-container {
    height: 100%;
}

/* revisa y aparta */
.review-container {
    height: auto;
    width: 100%;
    min-height: 330px;
}

.review-container .car-image-preview,
.review-container .car-text-preview {
    height: auto;
    text-align: left;
    padding: 5rem 4rem;
    color: white;
}
.review-container .car-text-preview .row {
    border-bottom: 1px solid rgb(196, 198, 200);
    font-size: 20px;
    padding: 9px;
}

.review-payment {
    min-height: 300px;
    margin-top: 45px;
}
.car-image-preview {
    background: url(../images/rio-sedan-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
.car-value {
    font-weight: bolder;
    font-family: "kiaotfmedium", sans-serif;
}
.review-container .car-image-preview {
    background-color: gainsboro;
}
.review-container .car-text-preview {
    background-color: #05141f;
}

.preview-container {
    height: 100%;
}
.preview-check {
    height: 300px;
    background-color: blue;
}

.red-separator {
    width: 100%;
    height: 20px;
    background-color: #ba202d;
}
.atycs {
    text-decoration: underline !important;
    transition: all 0.3s;
}
.atycs:hover {
    opacity: 0.7;
}
/* Modal */

.modal-backdrop {
    z-index: 9998;
}

.modal-backdrop.show {
    opacity: 0.8;
}

.modal {
    z-index: 9999 !important;
    /*top:-100px;*/
}

.modal p {
    font-size: 15px !important;
    color: #000;
}

.modal-content {
    background-color: #05141f !important;
    text-align: justify;
    border-radius: 0px !important;
    border: 0px !important;
}

.modal-header {
    color: white;
    background-color: #05141f !important;
    text-align: center !important;
    text-transform: none !important;
    border-radius: 0px !important;
    padding: 10px 30px;

    top: -101px;
}

.modal-title {
    color: white;
    font-size: 35px;
    width: 100%;
    line-height: 52px;
}

.modal-body {
    padding: 30px 0px;
}
.close::before {
    font-family: "icomoon";
    content: "\e00e";
    opacity: 1;
    font-size: 72px;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.2);
}
.modal-header .close {
    opacity: 1;
    width: 77px;
    height: 72px;
    padding: 0px;
    margin-top: -10px;
    margin-right: -30px;
    color: white;
}

.modal-body h2 {
    font-size: "kiaotfmedium", sans-serif !important;
    text-align: left !important;
}

.terminos-padding {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 12px !important;
    color: #000;
}

.terminos-padding li {
    margin-left: 30px;
}
.privacy.ac-custom svg path {
    stroke: #ffffff;
    stroke-width: 13px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}
.terms.ac-custom svg path {
    stroke: #000000;
    stroke-width: 13px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

#privacidad + svg path {
    stroke: #ffffff;
}

/* presale modal */
.modal .modal-full,
.modal .modal-full .modal-content {
    min-width: 100vw;
    min-height: 100vh;
    margin: 0px;
}

.modal .modal-full div.top-right {
    float: right;
    width: auto;
    z-index: 100;
    font-size: 1.6rem;
    position: absolute;
    right: 20px;
    top: 20px;
}

.modal .modal-full .modal-content .modal-body {
    background-color: black;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.modal .modal-full .modal-content .modal-body #preorder-iframe {
    width: 100vw;
    height: 100vh;
}

.modal .modal-full .modal-content .modal-body h4 {
    color: white;
    font-size: 2rem;
}

.modal .modal-full .modal-content .modal-body h1 {
    color: white;
    font-size: 2.5rem;
}

.modal .modal-full .modal-content .modal-body h5 {
    color: white;
    font-size: 1.6rem;
}

.modal .modal-full .modal-content .navbar {
    position: absolute;
    width: 100%;
    background-color: transparent;
}
.modal .modal-full .modal-content .navbar .background-blur {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: transparent;
    filter: blur(1.5rem);
}

.modal .modal-full .modal-content .navbar .container {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.top90 {
    margin-top: 150px;
}
.top3r {
    margin-top: 3rem;
}

.bottom3r {
    margin-bottom: 3rem;
}

.bolder {
    font-family: "kiaotfbold", sans-serif;
}

.presale-button-container {
    position: absolute;
    right: 10px;
    top: 110px;
}

.btn-close-disclaimer.btn-close-takeover {
    padding: 0;
    width: 50px;
    height: 50px;
}
.btn-close-disclaimer i.icon-remove {
    font-size: 30px;
}

.YTPOverlay {
    background-color: rgba(0, 0, 0, 0.1);
}
#wrapper_yt-presale iframe {
    transform: scale(1.12);
}
/* Dealers text*/

.dealer-name-container {
    background: rgba(0, 0, 0, 0);
    height: 90px;
    vertical-align: middle;
    font-size: 1em;
    font-weight: bold;
    font-family: "kiaotfmedium", sans-serif;
    position: relative;
    display: none;
}

.dealer-name-container .dealer-name-text {
    margin: 0;
    position: relative;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: white;
    text-transform: none;
    text-align: left;
    transition: all 0.3s;
}
nav.active .dealer-name-container .dealer-name-text {
    color: rgba(5, 20, 31, 1);
}
.dealer-name-container .dealer-name-text.black {
    color: rgba(5, 20, 31, 1);
}
.config-car-image {
    padding: 0px !important;
    height: 100%;
    width: 100%;
}

.config-car-image .swiper_wrapper {
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.config-car-image .slider-parallax-inner,
.car-swipper-parent {
    height: 100%;
    width: 100%;
}
.config-mobile {
    display: none;
}

.car-slider-arrow-left,
.car-slider-arrow-right {
    position: absolute;
    cursor: pointer;
    z-index: 10;
    top: 50%;
    left: 0;
    margin-top: -26px;
    background-color: transparent;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 0 3px 3px 0;
    -webkit-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.car-slider-arrow-left:hover,
.car-slider-arrow-right:hover {
    opacity: 0.7;
}

.car-slider-arrow-right {
    right: 2rem;
    left: auto;
}
.car-slider-arrow-left {
    left: 1.5rem;
}
.car-slider-arrow-left i,
.car-slider-arrow-right i {
    line-height: 50px;
    width: 34px;
    height: 52px;
    color: #ddd;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    font-size: 34px;
    text-align: center;
    margin-left: 7px;
}

/* home slider */
.car-promotion-title {
    color: #fff;
    font-size: 1vw;
    font-weight: bold;
    font-family: "kiaotfmedium", sans-serif;
    border-bottom: 1px solid white;
    padding-bottom: 5px;
}

.car-promotion-description {
    color: #fff;
    font-weight: bold; /*Solo para Enero 2021*/
    font-size: 0.6vw; /*Origina .5*/
    padding-top: 5px;
    font-family: "kiaotfmedium", sans-serif;
}

.slider-caption.slider-caption-right {
    top: auto !important;
    bottom: 43%;
    padding: 5vw !important;
    right: 0%;
    text-align: left;
    width: 28%;
    display: flex;
    flex-direction: column;
}
.slider-caption.slider-caption-bottom-left {
    top: auto !important;
    bottom: 3em;
    left: 10px;
    right: unset;
    color: white;
    font-size: 0.8vw;
    max-width: none;
}
.slider-caption.slider-caption-bottom-right {
    top: auto !important;
    bottom: 3em;
    right: 10px;
    color: white;
    font-size: 0.8vw;
    max-width: none;
}
.slider-caption.slider-caption-bottom-left a,
.slider-caption.slider-caption-bottom-right a {
    color: white;
    font-weight: bold;
    font-family: "kiaotfmedium", sans-serif;
}

.car-promotion-text {
    padding: 1vw;
    background-color: rgba(5, 20, 31, 0.7);
}

.slider-caption.slider-caption-bottom {
    top: auto !important;
    bottom: 4.5rem;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.home-page .swiper-container.swiper-parent {
    background-image: url(../images/slider/kia-slider-home-back.jpg);
    background-size: cover;
    background-position: center center;
}

.home-page .swiper-container.swiper-parent .swiper-wrapper {
    margin-top: 90px;
}

.black-transparent-button {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%);
    color: rgb(5, 20, 31);
    text-shadow: none;
    background-color: white;
    font-size: 20px !important;
    border: none;
    font-weight: normal;
    z-index: 99;
}
.black-transparent-button:hover {
    background-color: #05141f;
    color: white;
}

/* new menu*/
.mega-menu {
    display: none;
    background-color: RGBA(5, 20, 31, 0.7);
    position: fixed;
    width: 100%;
    height: calc(100% - 90px);
}

.mega-menu.active {
    display: block;
    z-index: 1001;
}

.mega-menu .mega-menu-item {
    width: 100%;
    height: 260px;
    display: none;
    flex-direction: column;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-color: #f9f7f9;
}
.mega-menu .mega-menu-item.active {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    padding-left: 5vw;
    padding-right: 5vw;
}

nav.active {
    background-color: #f9f7f9;
}

nav.active .btn-simple {
    color: rgba(5, 20, 31, 1);
}

nav.active .btn-simple:hover {
    color: rgba(5, 20, 31, 0.7);
}

/*Img buttons links*/
.car-img {
    width: 216px;
    height: 200px;
    cursor: pointer;
    transition: all 0.3s;
}

.car-img:hover {
    opacity: 0.7;
    border-bottom: 2px solid rgb(5, 20, 31);
}

.icon-angle-left.back {
    color: rgb(5, 20, 31) !important;
    font-size: 1.6em !important;
    margin-right: 5px;
    margin-top: -4px;
}
.register-option,
.payment-option {
    font-family: "kiaotfmedium", sans-serif;
    font-size: 1em;
}

.kia-bold {
    font-weight: bold;
    font-family: "kiaotfmedium", sans-serif;
}

.g-recaptcha > div {
    width: auto !important;
    text-align: center !important;
    margin-bottom: 2em;
}

.navbar-option {
    border-bottom: 2px solid white;
}

nav.active .navbar-option {
    border-bottom: 2px solid rgb(5, 20, 31);
}

/*** Cookies footer ***/

.cookies-container {
    height: 100px;
    background: rgba(5, 20, 31, 0.9);
    flex-direction: row;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    color: white;
    display: flex;
    opacity: 0;
    transition: all 1s ease-in;
    bottom: -500px;
    padding: 0px 3%;
}

.cookies-container.active {
    opacity: 1;
    bottom: 0px;
}

.cookies-container a {
    color: white;
    font-weight: bold;
    border-bottom: 1px solid white;
    transition: all 0.4s;
}

.cookies-container a:hover {
    color: rgba(255, 255, 255, 0.7);
    border-color: rgba(255, 255, 255, 0.7);
}

.cookie-button {
    margin-left: 15px;
}

/** kia disclaimer **/
#kia-disclaimer-modal .modal-header,
#kia-disclaimer-modal .modal-body,
#kia-disclaimer-modal
    .modal-footer
    #kia-disclaimer-more-info-modal
    .modal-header,
#kia-disclaimer-more-info-modal .modal-body,
#kia-disclaimer-more-info-modal .modal-footer {
    color: white;
    background-color: #05141f !important;
}
#kia-disclaimer-modal .modal-header,
#kia-disclaimer-modal .modal-footer,
#kia-disclaimer-more-info-modal .modal-header,
#kia-disclaimer-more-info-modal .modal-footer {
    border: 0px;
}

#kia-disclaimer-modal .modal-body p,
#kia-disclaimer-more-info-modal .modal-body p {
    color: white;
    font-size: 1.1rem !important;
}

#kia-disclaimer-modal .modal-body,
#kia-disclaimer-more-info-modal .modal-body {
    padding: 30px;
}

#kia-disclaimer-modal .modal-header img,
#kia-disclaimer-more-info-modal .modal-header img {
    max-height: 35px;
    margin-left: 40px;
}
#kia-disclaimer-modal .close::before,
#kia-disclaimer-more-info-modal .close::before {
    font-family: "icomoon";
    content: "\e00e";
    opacity: 1;
    font-size: 72px;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.2);
}

#kia-disclaimer-modal .kia-disclaimer-links-container a {
    color: white;
    text-decoration: none;
    font-size: 1.1rem;
    transition: 0.4s all;
}

#kia-disclaimer-modal .kia-disclaimer-links-container a:hover,
#kia-disclaimer-more-info-modal .kia-disclaimer-links-container a:hover {
    color: rgba(255, 255, 255, 0.6);
}
/** kia disclaimer **/

/** presales **/

.modal-body.presale-soul {
    background-image: url("../../preorder/soul/kia-soul-2023-lp-takeover.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat no-repeat;
}

.disclaimer-text {
    color: #fff;
    opacity: 0.5;
    font-size: 10px;
    width: 100%;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    line-height: 1;
}

.disclaimer-text.preorders-disclaimer {
    position: relative;
    margin-top: -1.5rem;
}

#pt-main {
    min-height: 800px;
}

.link-disclaimer-more-info-modal {
    color: white;
    transition: 0.4s all;
    text-decoration: underline !important;
}
.link-disclaimer-more-info-modal:hover {
    color: white;
    text-decoration: none !important;
}

/* media queries */
@media screen and (min-height: 1400px) {
    .trafficlight {
        width: 97%;
    }
}
@media screen and (max-width: 1024px) {
    .slider-caption.slider-caption-bottom-right,
    .slider-caption.slider-caption-bottom-left {
        bottom: 7rem;
    }
    .slider-caption.slider-caption-right {
        bottom: 5.5rem;
        padding: 0px 3vw !important;
        width: 100%;
        max-width: 100%;
        flex-direction: row-reverse;
        justify-content: space-evenly;
    }

    .slider-caption.slider-caption-bottom {
        bottom: 7rem;
    }

    .home-page .swiper-container.swiper-parent {
        background-size: cover;
        background-position: center center;
    }
    .car-promotion-image,
    .car-promotion-text {
        color: white;
        width: 30%;
    }
    .home-page .swiper_wrapper .swiper-slide {
        background-size: 60%;
        background-position-y: 50%;
    }
    .car-promotion-title {
        font-size: 1.5vw;
    }
    .car-promotion-description {
        font-size: 1vw;
    }
    .slider-caption {
        top: 10% !important;
    }
    .disclaimer-text.preorders-disclaimer {
        margin-top: -0.5rem;
    }
}

@media screen and (max-width: 640px) {
    .navbar-title {
        text-align: right;
        margin-right: 5%;
    }
}
@media screen and (max-width: 993px) {
    .modal-title {
        font-size: 27px;
    }

    .btn-simple {
        font-size: 1em;
    }
}

@media screen and (max-height: 830px) {
    .preorder-price-container {
        position: relative;
    }
    .config-container {
        min-height: 750px;
    }
}

@media screen and (max-width: 767px) {
    .slider-caption.slider-caption-right {
        bottom: 2.5em;
    }

    .register-page .scroll-container,
    .payment-page .scroll-container {
        margin-top: 70px;
    }
    .slider-caption {
        margin-top: 15% !important;
    }
    .config-desktop {
        display: none;
    }
    .config-mobile {
        display: block;
        width: 100%;
        height: 84vw;
        position: relative;
    }
    .car-slider-arrow-left,
    .car-slider-arrow-right {
        top: 40vw;
    }
    .car-slider-arrow-right {
        right: 1.5rem;
    }
    .cs-skin-boxes .cs-options li {
        width: 80% !important;
    }
    .modal-body {
        padding: 30px 13px;
    }
    .preview-container {
        height: 50%;
    }
    .scroll-container .center {
        margin-top: 20px;
        padding: 0px 30px;
    }

    .thanks-page .text-container .center > :nth-child(1) {
        font-size: 4.5vh;
        font-weight: bolder;
        font-family: "kiaotfmedium", sans-serif;
    }

    .thanks-page .text-container .center > :nth-child(2) {
        font-size: 2.6vh;
        font-weight: bolder;
        font-family: "kiaotfmedium", sans-serif;
        margin-top: 20px;
    }

    .thanks-page .text-container .center > :nth-child(3) {
        font-size: 2.2vh;
        margin-top: 20px;
    }
    .text-container .thanks-text a {
        text-decoration: underline;
        color: black;
    }

    .car-image-preview {
        min-height: 350px;
    }
    .car-container,
    .config-container {
        height: auto;
    }
    .config-container .car-image-preview,
    .config-container .car-text-selector {
        text-align: left;
        padding: 3rem 4rem 0px 4rem;
    }
    .price-container.config-desktop {
        display: none;
    }
    .price-container {
        position: relative;
        margin-top: 20px;
    }
    .price-container.config-mobile {
        display: block;
        height: auto;
        background-color: rgb(232, 230, 235);
        padding-top: 20px;
        margin-top: 0px;
        font-size: 4vw;
    }
    .price.row {
        font-size: 6.5vw;
        padding: 10px 80px;
    }
    .price-container .trafficlight {
        display: none;
        width: 100%;
        position: relative;
        bottom: 0px;
        height: 50px;
        line-height: 50px;
        font-size: 0.8em;
        left: 0px;
        justify-content: center;
        align-content: center;
        align-items: center;
    }
    .preorder-price-text,
    .preorder-price-car,
    .preorder-price-button {
        font-size: 6.5vw;
    }
    .preorder-price-container {
        position: relative;
    }
    .btn-gray-rounded {
        width: 50%;
    }
    .navbar-brand .logo {
        width: 90px;
        height: 90px;
        top: 0px;
    }

    .btn-simple {
        font-size: 1.1em;
    }

    #home-page-options {
        display: block;
    }

    .dealer-name-container {
        padding: 0px 6%;
        width: 90px;
        height: 70px;
        vertical-align: middle;
        font-size: 12px;
        font-weight: bold;
        font-family: "kiaotfmedium", sans-serif;
        left: -10px;
    }

    .car-promotion-image,
    .car-promotion-text {
        width: auto;
        padding: 1.5vw !important;
    }
    .car-promotion-title {
        font-size: 2.5vw !important;
    }
    .car-promotion-description {
        font-size: 1.5vw !important;
    }
    .home-page .swiper_wrapper .swiper-slide {
        background-position-y: 35%;
        background-size: 100%;
    }
    .black-transparent-button {
        font-size: 15px !important;
    }

    .slider-caption.slider-caption-bottom-right,
    .slider-caption.slider-caption-bottom-left {
        bottom: 10.5rem;
        font-size: 8px;
        width: 100%;
        text-align: left;
        right: 0px;
    }

    .mega-menu .mega-menu-item {
        width: 100%;
        height: 100%;
        flex-wrap: wrap;
        height: auto;
    }
    .car-img {
        width: 45%;
        height: auto;
        max-height: 200px;
        max-width: 216px;
    }

    .navbar .container div.header-element:nth-child(1) {
        display: none;
    }
    .modal .modal-full .modal-content .navbar .container {
        justify-content: flex-start;
    }

    .modal .modal-full .modal-content .modal-body h4 {
        color: white;
        font-size: 1.2rem;
    }

    .modal .modal-full .modal-content .modal-body h5 {
        color: white;
        font-size: 1rem;
    }

    .modal .modal-full div.top-right {
        right: 20px;
        top: 9px;
    }

    .top90 {
        margin-top: 100px;
    }

    .modal
        .modal-full
        .modal-content
        .navbar
        .container
        div.header-element:nth-child(1) {
        display: block;
    }

    .navbar .container div.header-element {
        width: 49%;
        display: flex;
        justify-content: flex-start;
    }

    .slider-caption.slider-caption-center {
        top: 13% !important;
        margin-top: 0px !important;
    }
    .navbar,
    .container.navbar-container {
        height: 70px;
    }
    img.logo {
        height: auto !important;
        width: fit-content !important;
    }
    .mega-menu {
        height: calc(100% - 70px);
    }
    .slider-element .container {
        position: relative;
        height: calc(100% - 70px);
    }
    .slider-caption.slider-caption-bottom {
        bottom: 11.5rem;
    }
    .btn-white {
        font-size: 0.7em;
    }
    .home-page .swiper-container.swiper-parent .swiper-wrapper {
        margin-top: 70px;
    }
    .ac-custom {
        margin: 2em 0.8em 0 0.8em;
        padding: 0px;
    }
    .btn-white,
    .btn-blue,
    .btn-transparent {
        font-size: 20px;
    }

    .option-button {
        font-size: 1.3em;
    }
    .thanks-page .row.text-container .center {
        display: block;
    }
    .cookies-container {
        height: 200px;
        flex-direction: column;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
        color: white;
        padding-left: 25px;
        padding-right: 25px;
        text-align: justify;
    }

    .navbar-option {
        padding: 5px;
    }

    .price-container .trafficlight.A {
        font-size: 0.8em;
    }
    #kia-disclaimer-modal .kia-disclaimer-links-container a,
    #kia-disclaimer-modal .modal-body p,
    #kia-disclaimer-more-info-modal .kia-disclaimer-links-container a,
    #kia-disclaimer-more-info-modal .modal-body p {
        font-size: 0.8rem !important;
    }
    .presale-button-container {
        position: absolute;
        right: 10px;
        top: 90px;
    }

    .preorder-data-container {
        height: auto;
    }
}

@media screen and (max-width: 400px) {
    .navbar .container {
        padding: 0px;
    }
    .dealer-name-container {
        width: 75px;
        font-size: 9px;
        padding: 0px 6%;
    }

    .btn-simple {
        font-size: 0.9em;
    }
}

@media screen and (min-width: 1024px) {
    .slider-caption.slider-caption-bottom-left {
        bottom: 5rem;
    }
}
@media screen and (min-width: 1200px) {
    .price-container .trafficlight {
        width: 97%;
    }
}
@media screen and (min-width: 2000px) {
    .home-page .swiper_wrapper .swiper-slide {
        background-size: 33%;
    }
}
@media screen and (min-width: 1600px) {
    .price-container .trafficlight {
        width: 98%;
    }
}

@media (max-height: 500px) and (orientation: landscape) {
    #home-page.pt-page.home-page.pt-page-current {
        height: 1000px;
    }
}

/* media queries for previews */

::selection {
    background: #05141f;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #05141f; /* Firefox */
    color: #fff;
    text-shadow: none;
}

::-webkit-selection {
    background: #05141f; /* Safari */
    color: #fff;
    text-shadow: none;
}
