
@font-face {
    font-family: 'kiaotfbold';
    src: url('../fonts/subset-kiaotfb00-webfont.eot');
    src: url('../fonts/subset-kiaotfb00-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/subset-kiaotfb00-webfont.woff2') format('woff2'),
         url('../fonts/subset-kiaotfb00-webfont.woff') format('woff'),
         url('../fonts/subset-kiaotfb00-webfont.ttf') format('truetype'),
         url('../fonts/subset-kiaotfb00-webfont.svg#kiaotfb00regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'kiaotflight';
    src: url('../fonts/subset-kiaotfl00-webfont.eot');
    src: url('../fonts/subset-kiaotfl00-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/subset-kiaotfl00-webfont.woff2') format('woff2'),
         url('../fonts/subset-kiaotfl00-webfont.woff') format('woff'),
         url('../fonts/subset-kiaotfl00-webfont.ttf') format('truetype'),
         url('../fonts/subset-kiaotfl00-webfont.svg#kiaotfl00regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: 'kiaotfmedium';
    src: url('../fonts/subset-kiaotfm00-webfont.eot');
    src: url('../fonts/subset-kiaotfm00-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/subset-kiaotfm00-webfont.woff2') format('woff2'),
         url('../fonts/subset-kiaotfm00-webfont.woff') format('woff'),
         url('../fonts/subset-kiaotfm00-webfont.ttf') format('truetype'),
         url('../fonts/subset-kiaotfm00-webfont.svg#kiaotfm00regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
html,
body {
    height: 100% !important;
}

html {
    font-size: 100%;
    scroll-behavior: smooth;
}
body {
    font-family: 'kiaotfmedium', Helvetica, Arial, sans-serif;
    color: #58595b;
    background-color: #fff;
    font-size: 1em;
    line-height: 1.2em;
}
.bg-cover {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
}
.svg-object {
    flex: 0 0 auto;
    object-fit: contain;
}
.w-100 {
    max-width: unset;
}
:focus {
    outline: thin dotted #bb162b !important;
}

a:focus,
a:hover,
button:focus {
    text-decoration: none;
}
a,
button,
.transition {
    -webkit-transition: all .35s ease-in-out;
       -moz-transition: all .35s ease-in-out;
        -ms-transition: all .35s ease-in-out;
         -o-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out;
}
.rojo-kia {
    color: #bb162b;
}
.rojo-kia-bg {
    background-color: #bb162b;
}
.kia-bold {
    font-family: 'kiaotfbold', Helvetica, Arial, sans-serif;
}
.kia-light {
    font-family: 'kiaotflight', Helvetica, Arial, sans-serif;
}
.kia-medium {
    font-family: 'kiaotfmedium', Helvetica, Arial, sans-serif;
}

.h1, .h2, .h3,
.h4, .h5, .h6,
h1, h2, h3,
h4, h5, h6 {
    line-height: 1.25;
}
.ml-n2 {
    margin-left: -.5em!important;
}

.border-top {
    border-color: #dee2e6!important;
}

.align-icon {
    vertical-align: -.05em !important;
}
.centered-vh {
    -ms-flex-align: center!important;
    align-items: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.link {
    border-bottom: 2px solid #58595b;
}
.link:hover {
    color: #58595b;
    border-color: transparent;
}

.valor-cuota {
    font-size: 1.15em;
}
.valor-cuota span {
    font-size: 1.35em;
}

/* PASOS */
.pasos-container {
    margin-top: 50px;
}
.pasos-container h3 {
    font-size: 1.35rem;
}
.pasos-container .nav-tabs {
    position: relative;
    border: none;
    text-align: center;
    padding-left: 1.5em;
}
.pasos-container .nav-tabs .nav-item {
    text-align: center;
    height: 30px;
    position: relative;
}
.pasos-container .nav-tabs .nav-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: block;
}
.pasos-container .nav-tabs .nav-link {
    padding: 0;
    border: none;
    background-color: transparent;
    display: inline-block;
    background: #c4c6c8;
    border-radius: 0;
}
.pasos-container .nav-tabs .nav-item:last-child .nav-link {
    border-top-right-radius: 1em;
    border-bottom-right-radius: 1em;
}
.pasos-container .nav-tabs .nav-link {
    color: #58595b;
}
.pasos-container .nav-tabs .nav-link.active h3 {
    color: #fff;
}
.pasos-container .nav-tabs .nav-link .numero-container {
    height: 2em;
    width: 2em;
    border-radius: 50%;
    background: #58595b;
    position: absolute;
    top: 50%;
    left: -1em;
    margin-top: -1em;
    font-size: 1.5em;
}
.pasos-container .nav-tabs .nav-link.active,
.pasos-container .nav-tabs .nav-link.active .numero-container,
.pasos-container .nav-tabs .nav-link.tab-active,
.pasos-container .nav-tabs .nav-link.tab-active .numero-container {
    background: #bb162b;
}
.pasos-container .nav-tabs .nav-link.active h3,
.pasos-container .nav-tabs .nav-link.tab-active h3 {
    color: #fff;
}
.pasos-container .nav-tabs h3 {
    font-size: 14px;
    line-height: 12px;
}
.pasos-container .h2-container {
    min-height: 4.75em;
    margin: .15em auto .5em;
}
.pasos-container .h2-container h2 {
    font-size: 1.6em;
    line-height: 1.3em;
}
.separador {
    display: block;
    width: 2px;
    height: 1.5em;
    background-color: #58595b;
}

.fade {
    transition: opacity .35s cubic-bezier(.6,0,.4,0);
}

/* BOTONES */
.kia-btn {
    background-color: #bb162b;
    color: #fff;
    border-radius: 2.5em;
    text-align: center;
    line-height: 1.25;
    letter-spacing: .05em;
    border: 2px solid transparent;
}
.kia-btn-reverse {
    background-color: #fff;
    color: #bb162b !important;
    font-size: 12px;
}
.kia-btn-transparent {
    background-color: transparent;
    color: #000;
}
.kia-btn-border {
    background-color: #fff;
    color: #606060;
    border-color: #606060;
}
.kia-btn-disabled {
    background-color: #c9cacb;
    color: #606060 !important;
    border-color: #c9cacb;
    pointer-events: none;
    cursor: not-allowed !important;
}
.kia-btn-disabled:hover {
    cursor: not-allowed !important;
}
.kia-btn:hover {
    box-shadow: .25em .25em .5em rgba(0,0,0,.75);
    color: #fff;
    cursor: pointer;
}
.kia-btn-border:hover {
    background-color: #bb162b;
    color: #fff;
    border-color: #bb162b;
}
.kia-btn-transparent:hover {
    background-color: transparent;
    color: #bb162b !important;
    box-shadow: none;
}

/* MODELOS */
.auto-box {
    border-bottom: 1px solid #dce3ee;
    border-right: 1px solid #dce3ee;
    position: relative;
}
.auto-box:last-child {
    border-right: none;
}
.auto-box .auto-box-link {
    display: block;
    width: 100%;
    height: 100%;
    padding: .75em .25em;
    background-color: #fff;
    text-align: center;
    color: #333;
    overflow: hidden
}
.auto-box .auto-box-link h4 {
    font-size: 1.1em;
    margin-bottom: 2.5px;
    color: #59595b;
    position: relative;
}
.auto-box .auto-box-link img {
    padding: 0 2em;
}
.auto-box .auto-box-link p {
    font-size: .9em;
    line-height: 1.1em;
    color: #bb162b;
    position: relative;
}
.auto-box .auto-box-link:hover img,
.auto-box .auto-box-link.selected img {
    transform: scale(1.2);
    position: relative;
}
.auto-box .dropdown-toggle::after {
    display: none
}
.auto-box .nuevo:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/new.png) 0 0 no-repeat !important;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.auto-box .dropdown-menu-center {
    border: none;
    top: 50% !important;
    left: 50% !important;
    padding: .5em 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, -30%) !important;
    -o-transform: translate(-50%, -30%) !important;
    transform: translate(-50%, -30%) !important;
    font-size: 1em;
    border-radius: 1.5em;
    -webkit-box-shadow: .5em .5em 1em 0px rgba(0,0,0,0.15);
    -moz-box-shadow: .5em .5em 1em 0px rgba(0,0,0,0.15);
    box-shadow: .5em .5em 1em 0px rgba(0,0,0,0.15);
    z-index: 9999 !important;
}
.auto-box .dropdown-menu-center .dropdown-item {
    padding: .25em 1em;
    color: #fff;
    line-height: 1.25;
    font-size: 15px;
}
.auto-box .dropdown-menu-center .dropdown-item:hover,
.auto-box .dropdown-menu-center .dropdown-item:focus,
.auto-box .dropdown-menu-center .dropdown-item:active,
.auto-box .dropdown-menu-center .dropdown-item.active {
    background-color: transparent;
}
.auto-box .dropdown-menu-center .dropdown-item:hover .kia-bold,
.auto-box .dropdown-menu-center .dropdown-item.active .kia-bold {
    transform: scale(1.075) !important;
}
.auto-box .dropdown-menu-center .dropdown-item .kia-normal {
    font-size: 13px;
}
.auto-box .dropdown-menu-center .dropdown-item:first-child {
    border-top-right-radius: 1.5em;
    border-top-left-radius: 1.5em;
}
.auto-box .dropdown-menu-center .dropdown-item:last-child {
    border-bottom-right-radius: 1.5em;
    border-bottom-left-radius: 1.5em;
}
.auto-box .dropdown-menu-center.show {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) !important;
    -o-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
    transition: .35s ease all;
    transform-style: preserve-3d;
}

/* AUTOS CONTAINER */
.linea {
    position: absolute;
    background-color: #fff;
    z-index: 1;
}
.linea-top,
.linea-bottom {
    height: 1.5px;
    width: 100%;
}
.linea-top {
    top: 0;
    left: 0;
}
.linea-bottom {
    bottom: 0;
    left: 0;
}
.linea-left,
.linea-right {
    height: 100%;
    width: 1.5px;
}
.linea-left {
    top: 0;
    left: 0;
}
.linea-right {
    top: 0;
    right: 0;
}

/* FILTROS AUTOS */
.cd-gallery {
    width: 100%;
}
.cd-gallery li {
    display: none;
}
.cd-gallery img {
    display: block;
    width: 100%;
}
.cd-gallery .cd-fail-message {
    display: none;
    text-align: center;
}
.cd-tab-filter-wrapper {
    position: relative;
    z-index: 2;
}
.cd-tab-filter {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    width: auto;
    cursor: auto;
}
.cd-tab-filter ul {
    background-color: #ffffff;
    padding: 0;
    background: transparent;
    position: relative;
    box-shadow: none;
    text-align: center;
}
.cd-tab-filter li {
    display: inline-block;
}
.cd-tab-filter li.placeholder {
    display: none !important;
}
.cd-tab-filter a {
    display: inline-block;
    padding: .5em 1em;
    width: auto;
    color: #9a9a9a;
    font-size: 1.15em;
}
.no-touch .cd-tab-filter a:hover {
    color: #41307c;
}
.cd-tab-filter a.selected {
    background: transparent;
    color: #58595b;
    box-shadow: inset 0 -4px 0 #bb162b;
    font-family: 'kiaotfbold', Helvetica, Arial, sans-serif;
}
.cd-tab-filter.is-open ul li {
    display: inline-block;
}

/* MODAL VERSIONES SPECS */
.modal-content {
    border: none;
    border-radius: .5em;
}
.modal-backdrop.show {
    opacity: .7;
}

.close {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    z-index: 99999;
    top: -1.75em;
    right: 0;
    float: none;
    padding: .5em !important;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    opacity: 1 !important;
}
.close:hover {
    color: #bb162b;
}
.close i {
    font-size: .75em;
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
     opacity: 1;
}

.modal .legal-specs {
    line-height: 1em;
    font-size: .95em;
}

/* TABLE VERSIONES SPECS */
.table-specs {
    font-size: .925em;
    border: 1px solid transparent;
    color: #606060;
}
.table-specs th {
   font-weight: normal;
}
.table-specs thead th {
    border: none;
}
.table-specs td, .table-specs th {
    padding: .35em;
    vertical-align: middle;
    border-top: 1px solid #1e1e1e;
    border-bottom: 1px solid #1e1e1e;
}
.table-specs tbody td, .table-specs tbody th {
    border-left: 1px solid #1e1e1e;
    border-right: 1px solid #1e1e1e;
}
.table-specs tbody th {
    width: 20%;
}
.table-specs tbody tr:last-child td, .table-specs tbody tr:last-child th {
    border-bottom: 1px solid #1e1e1e;
}
.table-specs h4 {
    font-size: 1.4em;
    margin-bottom: .25em;
}
.table-specs p {
    font-size: 1em;
}
.table-specs .kia-btn {
    font-size: 13px;
}

.spec-yes,
.spec-no {
    display: inline-block;
    vertical-align: middle;
    background-color: #606060;
}
.spec-yes {
    width: .7em;
    height: .7em;
    border-radius: 50%;
}
.spec-no {
    width: 1.5em;
    height: 2px;
}

/* FORM */
.label-form {
    font-size: 1.1em;
    letter-spacing: .025em;
}
.form-group {
    position: relative;
    margin-bottom: 1.2em;
}
.form-control:focus,
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #58595b;
    box-shadow: none !important;
}
.bootstrap-select>.dropdown-toggle,
.form-control,
.input-group-text {
    border-radius: 0;
    padding: .1em 0;
    background-color: #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #58595b;
    height: auto;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: thin dotted #333!important;
    outline: thin dotted -webkit-focus-ring-color!important;
    outline-offset: 0;
    box-shadow: none;
}
.bootstrap-select>.dropdown-menu {
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.bootstrap-select .dropdown-menu.inner {
    max-height: 200px !important;
}
.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    color: #c4c6c8;
}
.bootstrap-select>.dropdown-item {
    padding: .25em .5em;
}
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
    background-color: #bb162b;
}
.form-control::-webkit-input-placeholder {
    color: #c4c6c8;
}
.form-control:-moz-placeholder {
    opacity: 1;
    color: #c4c6c8;
}
.form-control::-moz-placeholder {
    opacity:  1;
    color: #c4c6c8;
}
.form-control:-ms-input-placeholder {
    color: #c4c6c8;
}
.form-control::-ms-input-placeholder {
    color: #c4c6c8;
}
.form-control::placeholder {
    color: #c4c6c8 !important;
}

.input-group-text {
    color: #3d3d3d;
    border-color: transparent;
    font-size: 1.15em;
    line-height: 1;
}

.check-validacion {
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='52.1px' height='52.1px' viewBox='0 0 52.1 52.1' style='enable-background:new 0 0 52.1 52.1;' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23C4C6C7' d='M26,0c14.4,0,26,11.7,26,26s-11.7,26-26,26S0,40.4,0,26S11.7,0,26,0z M26,3.2C13.4,3.2,3.2,13.4,3.2,26 S13.4,48.9,26,48.9S48.9,38.7,48.9,26S38.7,3.2,26,3.2z'/%3E%3Cpath fill='%23C4C6C7' d='M18.5,26.2l3.4,3.4l11.7-12.9c0.3-0.5,1.1-0.6,1.6-0.2l1.9,1.6c0.5,0.5,0.5,1.3,0,1.8L22.8,35.6 c-0.5,0.5-1.3,0.5-1.8,0l-5.9-6.1c-0.5-0.5-0.5-1.1,0-1.6l1.6-1.8c0.3-0.2,0.5-0.3,1-0.3C18.1,25.9,18.2,26,18.5,26.2z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.validado-yes {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='52.1px' height='52.1px' viewBox='0 0 52.1 52.1' style='enable-background:new 0 0 52.1 52.1;' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%2328a745' d='M26,0c14.4,0,26,11.7,26,26s-11.7,26-26,26S0,40.4,0,26S11.7,0,26,0z M26,3.2C13.4,3.2,3.2,13.4,3.2,26 S13.4,48.9,26,48.9S48.9,38.7,48.9,26S38.7,3.2,26,3.2z'/%3E%3Cpath fill='%2328a745' d='M18.5,26.2l3.4,3.4l11.7-12.9c0.3-0.5,1.1-0.6,1.6-0.2l1.9,1.6c0.5,0.5,0.5,1.3,0,1.8L22.8,35.6 c-0.5,0.5-1.3,0.5-1.8,0l-5.9-6.1c-0.5-0.5-0.5-1.1,0-1.6l1.6-1.8c0.3-0.2,0.5-0.3,1-0.3C18.1,25.9,18.2,26,18.5,26.2z'/%3E%3C/g%3E%3C/svg%3E");
}
.validado-no {
    background-image: url("data:image/svg+xml,%0A%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='52.1px' height='52.1px' viewBox='0 0 52.1 52.1' style='enable-background:new 0 0 52.1 52.1;' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23DC3545' d='M26,0c14.4,0,26,11.7,26,26S40.3,52,26,52S0,40.4,0,26S11.7,0,26,0z M26,3.2C13.4,3.2,3.2,13.4,3.2,26 S13.4,48.9,26,48.9S48.9,38.7,48.9,26S38.7,3.2,26,3.2z'/%3E%3C/g%3E%3Cg%3E%3Cpath fill='%23DC3545' class='st0' d='M37.3,16.5L35.7,15c-0.4-0.4-1.1-0.4-1.6,0l-8,8L18,14.8c-0.4-0.4-1.1-0.4-1.6,0l-1.6,1.6 c-0.4,0.4-0.4,1.1,0,1.6l8.1,8.1l-8,8c-0.4,0.4-0.4,1.1,0,1.6l1.6,1.6c0.4,0.4,1.1,0.4,1.6,0l8-8l8,8c0.4,0.4,1.1,0.4,1.6,0 l1.6-1.6c0.4-0.4,0.4-1.1,0-1.6l-8-8l8-8C37.7,17.7,37.7,17,37.3,16.5z'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.error {
    background-color: #ffc0cb !important;
    border-color: #dc3545 !important;
}
.seleccion-radio {
    font-size: 1.1em;
}
.seleccion-radio-sm {
    font-size: .9em;
}

.seleccion-radio .custom-control-label::before,
.seleccion-radio .custom-control-label::after {
    border-radius: 50%;
    border: 2px solid #bb162b;
    left: -2em;
    top: -.25em;
    width: 1.5em;
    height: 1.5em;
}
.seleccion-radio .custom-radio .custom-control-input:checked~.custom-control-label::after {
    background: #bb162b;
    border-radius: 50%;
}
.seleccion-radio .custom-control-input:checked~.custom-control-label::before,
.seleccion-radio .custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: rgba(187,22,43,.25);
    border-color: rgba(187,22,43,.25);
}
.seleccion-radio .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .25em rgba(187,22,43,.25);
}

.seleccion-radio h3 {
    font-size: .975em;
}
.seleccion-radio .btn-group-toggle .kia-btn-border {
    background-color: #fff;
    color: #000;
    border-color: #606060;
    border-radius: 1.5em !important;
    text-align: center;
    line-height: 1.25;
    padding: .25em .5em;
    font-size: 11px;
    margin-bottom: .15em;
}
.seleccion-radio .kia-btn-border:not(:disabled):not(.disabled).active,
.seleccion-radio .kia-btn-border:not(:disabled):not(.disabled):active,
.seleccion-radio .show>.kia-btn-border.dropdown-toggle {
    color: #fff;
    background-color: #bb162b;
    border-color: #bb162b;
}
.seleccion-radio .btn-group-toggle .kia-btn-border:focus,
.seleccion-radio .btn-group-toggle .kia-btn-border.focus {
    outline: 0;
    box-shadow: 0 0 0 .25em rgba(187,22,43,.25);
}

.custom-autorizacion .custom-control-label {
    color: #3d3d3d;
    text-align: left;
    font-size: 11px;
    line-height: 1.6;
}
.custom-autorizacion .custom-control-label a {
    color: #3d3d3d;
    border-bottom: 1px solid #3d3d3d;
}
.custom-autorizacion .custom-control-label a:hover {
    color: #bb162b;
    border-color: #bb162b;
}
.custom-autorizacion .custom-control-label::before,
.custom-autorizacion .custom-control-label::after {
    top: .1rem;
}
.custom-autorizacion .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border: none;
    background-color: #bb162b;
}
.custom-autorizacion .custom-control-label::before {
    border-radius: .1em;
}
.custom-autorizacion .custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #fff;
    border: 1px solid #adb5bd;
}
.custom-autorizacion .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .25em rgba(187,22,43,.25);
}
.custom-autorizacion .custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #adb5bd;
}

.rangeslider--horizontal {
    height: 6px;
}
.rangeslider__fill {
    background: #bb162b;
}
.rangeslider__handle {
    background: #bb162b;
    border: 2px solid #fff;
    cursor: pointer;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    background-image: none;
    background-size: 100%;
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(0,0,0,.1)));
    background-image: -moz-linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.1));
    background-image: -webkit-linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.1));
    background-image: linear-gradient(rgba(255,255,255,0),rgba(0,0,0,.1));
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: box-shadow .2s;
}
.rangeslider__handle:active  {
    box-shadow: 0 0 0 .25em rgba(181, 66, 64, .3), 0 0 1em rgba(0, 0, 0, .2);
}
.rangeslider {
    background: #c9cacb;
}
.rangeslider__handle:after {
    display: none;
}
.rangeslider--horizontal .rangeslider__handle {
    top: calc(3px - .75rem);
}

.mensaje h3 {
    font-size: 2.25em;
}
.mensaje p {
    font-size: 1.65em;
    line-height: 1.25em;
}
.mensaje .lg-mensaje {
    font-size: 1.15em;
}
.cargador {
    width: 20%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* COLORES */
.colores-carousel .carousel-indicators {
    display: block;
}
.colores-carousel .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: none;
    flex: none;
    width: 1.75em;
    height: 1.75em;
    margin: .5em .25em;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    border-radius: 50%;
    display: inline-block;
    opacity: 1;
    border: 3px solid rgba(206,206,206,.25);
    position: relative;
    overflow: hidden;
}
.colores-carousel .carousel-indicators .bicolor {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #000;
}
.colores-carousel .carousel-indicators .active {
    border-color: #cecece;
}
.colores-carousel .carousel-item,
.colores-carousel .carousel-indicators li {
    -webkit-transition: all .35s ease-in-out;
       -moz-transition: all .35s ease-in-out;
        -ms-transition: all .35s ease-in-out;
         -o-transition: all .35s ease-in-out;
            transition: all .35s ease-in-out;
}
.colores-carousel h4 {
    font-size: 1.45em;
}

.telefonos-kia {
    font-size: 1.25em;
}
.telefonos-kia .icon-tel {
    font-size: .6em;
}
.telefonos-kia a:hover {
    color: #58595b !important;
}

@media screen and (max-width: 991.5px) {
    body {
        font-size: 90%;
    }
    .pasos-container .nav-tabs .nav-item .nav-link {
        border-radius: 1em;
    }
}
@media screen and (max-width: 767.5px) {
    body {
        font-size: 85%;
    }
    .cd-tab-filter a {
        display: block;
        padding: .5em 1.25em;
        width: auto;
        color: #fff;
        font-size: 1.15em;
        background: #e7e8ea;
    }
    .cd-tab-filter a.selected {
        background: #bb162b;
        color: #fff;
        box-shadow: none;
    }
    .cd-tab-filter a {
        display: block;
        padding: .5em;
        width: auto;
        color: #606060;
        font-size: 1.15em;
        background: #e7e8ea;
        border-right: 1px solid #d6d7d9;
        border-bottom: 1px solid #d6d7d9;
        border-left: 1px solid #d6d7d9;
    }
    .cd-tab-filter .filter:first-child a,
    .cd-tab-filter .filter:nth-child(3) a {
        border-top: 1px solid #d6d7d9;
    }
    .cd-tab-filter .filter:nth-child(3) a,
    .cd-tab-filter .filter:nth-child(7) a,
    .cd-tab-filter .filter:last-child a {
        border-left: none !important;
    }
    .modal {
        padding-right: 0 !important;
    }
    .border-right {
        border-right: none !important;
    }
}
@media screen and (max-width: 575.5px) {
    body {
        font-size: 80%;
    }
    .close {
        top: 0;
        text-shadow: none;
        color: #000;
    }
    .cd-product-viewer-wrapper .product-viewer {
        min-height: 200px;
    }
    .colores-carousel h4 {
        font-size: 1.25em;
    }
}
@media screen and (max-width: 479.5px) {
}