/*--------------------------------------------------------------
>>> ADMIN BAR
----------------------------------------------------------------*/
#wpadminbar .display-name {
  color: inherit;
}

/*--------------------------------------------------------------
>>> FONTS
----------------------------------------------------------------*/
*,
body {
  font-family: "Open Sans", sans-serif;
}

a:hover {
  text-decoration: none !important;
  color: var(--text-color);
}

/*--------------------------------------------------------------
>>> ERRORS
----------------------------------------------------------------*/
.notices-wrapper{
  margin-bottom: 15px;
}
.notice-error {
  margin-bottom: 2rem;
  list-style: none;
  padding: 0;
  background: #c8252c;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
  color: white !important;
  box-shadow: 3px 3px 3px 3px #0000000d, inset 0px 1px 20px 0px #0000001f;
}
.notice-error * {
  color:white;
}
.notice-error strong {
  font-weight: normal;
}

/*--------------------------------------------------------------
>>> FLATPICKR
----------------------------------------------------------------*/
.flatpickr-day.selected, 
.flatpickr-day.startRange, 
.flatpickr-day.endRange, 
.flatpickr-day.selected.inRange, 
.flatpickr-day.startRange.inRange, 
.flatpickr-day.endRange.inRange, 
.flatpickr-day.selected:focus, 
.flatpickr-day.startRange:focus, 
.flatpickr-day.endRange:focus, 
.flatpickr-day.selected:hover, 
.flatpickr-day.startRange:hover, 
.flatpickr-day.endRange:hover, 
.flatpickr-day.selected.prevMonthDay, 
.flatpickr-day.startRange.prevMonthDay, 
.flatpickr-day.endRange.prevMonthDay, 
.flatpickr-day.selected.nextMonthDay, 
.flatpickr-day.startRange.nextMonthDay, 
.flatpickr-day.endRange.nextMonthDay {
  background: #d22020;
  border-color: #d22020;
}

/*--------------------------------------------------------------
>>> GLOBAL CLASSES
----------------------------------------------------------------*/
img {
  max-width: 100%;
}

.img-car-used{
  width: 150px;
}

.no-pdn {
  padding: 0px;
}

.no-pdn-right {
  padding-right: 0px;
}

.no-pdn-left {
  padding-left: 0px;
}

.patente{
  /* text-transform:uppercase; */
}

/* REWRITE BOOTSTRAP */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--light-color);
  background-color: transparent;
  border-color: transparent;
}

.nav-link {
  color: var(--light-color);
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
  isolation: isolate;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--light-color);
}

.nav-tabs {
  border-bottom: none;
}

/* .form-control */
.woocommerce-Input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* .form-control:focus */
.woocommerce-Input:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.woocommerce-Input,
.form-control {
  padding: 13px 15px;
  color: var(--light-text-color);
  border-radius: 7px;
  border: 1px solid transparent;
}

a {
  text-decoration: none;
}

select {
  background-image: url(../img/chevron-down.svg);
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 19px;
}

section h1 {
  color: var(--light-color);
  font-weight: 800;
  font-size: 35px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.btn {
  display: inline-block;
  padding: 13px 60px;
  background: var(--text-color);
  color: var(--light-color);
  border-radius: 30px;
}
.line-btn{
  padding: 10px 40px;
  border: 1px solid var(--light-color);
  background: transparent;
}
.btn:hover,
btn:focus {
  background: var(--light-text-color);
  color: var(--light-color);
}

.btn-check:focus + .btn,
.btn:focus {
  box-shadow: 0 0 0 0.25rem var(--dark-color-shadow);
}

.btn-check + .custom-check i.border-white  {
  border: 1px solid white;
  border-radius: 50%;
}

.pt-15 {
  padding-top: 15px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-30 {
  padding-bottom: 30px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-30 {
  margin-bottom: 30px;
}

ul.inline-list {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
}

ul.inline-list li {
  display: inline-block;
}

a {
  text-decoration: none;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: white;
  font-size: 25px;
}

/*--------------------------------------------------------------
>>> HEADER
----------------------------------------------------------------*/
/* REWRITE BOOTSTRAP */
.bg-light {
  background-color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
  color: var(--text-color);
}

*,
body {
  font-family: "Open Sans", sans-serif;
  color: var(--text-color);
}

header .main-menu a {
  text-transform: uppercase;
  font-weight: 600;
  color: var(--text-color);
}

header a.login {
  font-weight: 800;
}

header a.nav-link {
  padding-bottom: 0px;
}

.navbar-brand {
  margin-right: 100px;
}

.navbar-brand img {
  width: 250px;
}

#marca-header {
  background: #d22020;
  padding: 10px;
}

#marca-header p {
  color: #fff;
  margin-bottom: 0px;
  font-size: 0.9em;
  position: relative;
  top: 2px;
}

#marca-header img {
  /*filter: invert(100%);*/
  max-width: 160px;
  height: auto;
}
.inner-marca-header{
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-marca-header > *:first-child{
  margin-right:15px;
}
#marca .swiper-grid > .swiper-wrapper {
  justify-content: center;
  padding-top: 15px;
}

/**/
.modal-header {
  border-bottom: none;
  margin-bottom: -40px;
  position: relative;
  z-index: 9;
}

.btn-fb {
  padding: 10px 25px;
  background: #0150ad;
  border-radius: 7px;
  margin-bottom: 7px;
  width: 100%;
}

.btn-fb i {
  color: #fff;
}

.btn-fb:hover {
  background: #0150ad;
}

.btn-gl {
  padding: 10px 30px;
  background: #d22020;
  border-radius: 7px;
  margin-bottom: 7px;
  width: 100%;
}

.btn-gl i {
  color: #fff;
}

.btn-gl:hover {
  background: #d22020;
}

.woocommerce-ResetPassword,
.gray-login {
  border-radius: 7px;
  padding: 30px;
  background: #e2e2e2;
}

#loginModal h2,
.my-account-form-login h2 {
  color: var(--dark-color);
  font-size: 1.4em;
  margin-bottom: 10px;
}

.modal-body {
  padding: 35px;
}

.modal-body a,
.my-account-form-login a {
  color: var(--text-color);
  font-weight: 600;
}

.modal-body a.btn,
.my-account-form-login a.btn {
  color: #fff;
}
.btn-close{
  opacity:1;
}
.navbar {
  padding: 15px 0px 10px 0px;
}

.navbar-light .navbar-nav .nav-link {
  color: #5e6c76;
}

.navbar-light .navbar-nav .nav-link i {
  color: #5e6c76;
}

.navbar-light .navbar-nav .nav-link.login {
  color: var(--text-color);
  font-size: 0.9em;
}

.navbar-light .navbar-nav .nav-link.region {
  font-size: 0.9em;
  min-width: 200px;
  text-align: right;
}

.navbar-light .navbar-nav .nav-link.login i {
  color: var(--text-color);
  font-size: 0.75em;
  margin-left: 5px;
}

#find-car-home .btn {
  position: relative;
  top: -10px;
}

/*.modal.show .modal-dialog {
  margin-top: 7%;
}*/

#locModal .modal-content {
  background: #5e6c76;
  color: #fff;
}

#locModal .modal-content h2 {
  font-size: 1.3em;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 15px;
}

#locModal .modal-content p {
  font-size: 1em;
  color: #fff;
  margin-bottom: 20px;
}

#locModal .modal-content i {
  font-size: 1.3em;
  color: #fff;
  position: relative;
  top: 2px;
}

#locModal .modal-content label {
  font-size: 1em;
  color: #fff;
  font-weight: bold;
}

#locModal .btn-close {
  filter: invert(100%);
}

.btn.btn-white {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}

#locModal .btn.btn-white {
  margin-top: 0px;
}

@media (min-width: 992px) {
  #locModal .modal-lg,
  #locModal .modal-xl {
    max-width: 620px;
  }
}

@media screen and (max-width: 991px) {
  #marca-header img {
    max-width: 100px;
  }
}

/*--------------------------------------------------------------
>>> FOOTER
----------------------------------------------------------------*/

#copyright {
  background: #5e6c76;
  padding: 10px;
}

#copyright p {
  margin-bottom: 0px;
  font-size: 0.65em;
  color: var(--light-color);
}

footer {
  background: var(--footer-color);
  padding: 30px;
  clear: both;
}

footer h3 {
  color: var(--primary-first);
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600;
}

footer ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
}

footer ul li {
  color: var(--light-color);
  font-size: 0.8em;
  margin-bottom: 7px;
}

.logo-footer img {
  filter: invert(100%);
  width: 100px
}

a.white-link {
  color: #fff;
}

a.white-link i {
  font-size: 0.8em;
  color: #fff;
}

img.detalle-producto {
  position: relative;
  top: 50px;
}
.menu-nuestras-marcas-container{
  width: 100%;
}
#menu-nuestras-marcas li{
  clear: initial;
  float: left;
  width: 50%;
}

/*--------------------------------------------------------------
>>> HOME
----------------------------------------------------------------*/
#find-car-home {
  background: url(../img/bg-intro.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: var(--light-color);
  padding: 150px 0px 410px 0px;
  position: relative;
}

#find-car-home:after {
  content: " ";
  display: block;
  width: 100%;
  height: 200px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#find-car-home .container {
  position: relative;
  z-index: 2;
}

#find-car-home h1 {
  font-weight: 800;
  color: var(--light-color);
}

#find-car-home .nav-link {
  text-transform: uppercase;
  margin-bottom: 10px;
}

#find-car-home .nav-link.active {
  border-bottom: 2px solid var(--light-color);
}

.black-bg {
  background: #000;
}

#pasos-compra {
  position: relative;
  top: -220px;
  margin-bottom: -140px;
}

/*
#pasos-compra img {
  min-height: 75px;
}
*/

#pasos-compra p {
  font-weight: normal;
  font-size: 0.95em;
}

#pasos-compra i {
  font-size: 2.5em;
  position: relative;
  left: 50px;
  top: 10px;
}

#pasos-compra .gray-box .arrow img {
  max-width: 75px;
  margin: 26px auto;
}

.gray-box {
  background: var(--dark-color);
  padding: 30px;
  border-radius: 12px;
}

.gray-box h2,
.gray-box p,
.gray-box a,
.gray-box i {
  color: var(--light-color);
}

.gray-box h2 {
  font-size: 1.7em;
  font-weight: 700;
}

.circle-number {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #000;
  color: var(--light-color);
  border: 3px solid var(--light-color);
  padding: 1px 0px 0px 0px;
  text-align: center;
  margin: 15px auto;
}

#match h1,
#match h2,
#match p,
#match a,
#match i {
  color: var(--light-color);
}

#match h2 {
  font-weight: 400;
  font-size: 1em;
}

#match .owl-dots {
  display: none;
}

#match .owl-carousel .owl-nav button.owl-prev span,
#match .owl-carousel .owl-nav button.owl-next span,
#match .owl-carousel button.owl-dot span {
  color: var(--light-color);
}

#match .swiper-button-prev,
#match .swiper-rtl .swiper-button-next {
  left: 0;
}

#match .swiper {
  padding: 0 45px;
}

#match .swiper-button-next:after,
#match .swiper-button-prev:after {
  color: white;
  font-size: 25px;
}

.owl-theme .owl-nav {
  top: 35%;
  position: absolute;
  margin-top: 0px;
  width: 100%;
}

.owl-prev span {
  position: absolute;
  left: -30px;
  font-size: 3.5em;
}

.owl-next span {
  position: absolute;
  right: -30px;
  font-size: 3.5em;
}

.desc-match p {
  font-size: 1.75em;
  font-weight: 800;
}

.match-container {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  padding: 50px 30px;
}

.plus-btn {
  display: block;
  width: 60px;
  height: 60px;
  color: var(--light-color);
  border-radius: 50%;
  padding: 20px 21px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: var(--text-color);
}

.plus-btn i {
  font-size: 1.3em;
}

#explora-home {
  background: url(../img/bg-explora.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: var(--light-color);
  padding: 100px 0px;
  position: relative;
}

#explora-home:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 30%,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0.5) 100%
  );
  position: absolute;
  bottom: 0px;
  left: 0px;
}

#explora-home article h1 {
  font-size: 1.2em;
  color: var(--light-color);
  font-weight: 700;
  padding: 0px 60px;
  display: block;
  margin-bottom: 20px;
}

#explora-home img {
  border-radius: 10px;
}

#explora-home article a,
#explora-home article a i {
  color: var(--light-color);
}

#explora-home article a i {
  font-size: 0.75em;
  margin-left: 10px;
}

#explora-home .container {
  position: relative;
  z-index: 9;
}

#explora-home article p,
#explora-home article i {
  font-size: 1.1em;
}

#explora-home .nav-link::after {
  content: "";
  background-color: transparent;
  height: 3px;
  width: 100%;
  display: block;
  margin-top: 5px;
}

#explora-home .nav-link.active::after {
  background-color: white;
}

#explora-home .owl-theme .owl-nav {
  top: 25%;
}

#explora-home .owl-prev span {
  color: var(--light-color);
}

#explora-home .owl-next span {
  color: var(--light-color);
}

#explora-home .owl-dots {
  display: none;
}

.gray-bg {
  /*background: rgb(171, 175, 183);
  background: linear-gradient(
    180deg,
    rgba(171, 175, 183, 1) 0%,
    rgba(89, 92, 99, 1) 100%
  );*/
  background: #717580;
  background: linear-gradient(180deg, #ABAFB7 0%, #595C63 83.31%);
}

#marca {
  padding: 100px 0px;
}

#marca p {
  font-size: 24px;
  color: var(--light-color);
}

#marca img {
  min-width: 100%;
  border-radius: 7px;
}

#marca .col-2 {
  width: 20%;
}

.box-marca {
  margin-bottom: 15px;
}

#oportunidades ul {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}

#oportunidades p {
  color: var(--light-color);
}

#oportunidades p b {
  color: var(--light-color);
}

#oportunidades h3 {
  font-size: 1em;
  text-transform: uppercase;
  color: var(--primary-first);
  font-weight: 700;
}

.desc-container {
  background: var(--text-color);
  height: 450px;
  padding: 50px;
  position: relative;
}

#oportunidades img {
  height: 450px;
  background-size: cover;
  object-fit: cover;
}

#oportunidades .btn {
  padding: 10px 40px;
  border: 1px solid var(--light-color);
}

.pr-0 {
  padding-right: 0px;
}

.pl-0 {
  padding-left: 0px;
}

#oportunidades .owl-dots {
  position: relative;
  top: -70px;
  padding-left: 50px;
  text-align: left;
}

#oportunidades .owl-theme .owl-dots .owl-dot span {
  background: var(--light-color);
}

#oportunidades .owl-theme .owl-dots .owl-dot.active span,
#oportunidades .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--primary-first);
}

#ods-values .owl-dots {
  display: none;
}

#faqs {
  margin-top: 50px;
  padding-bottom: 200px;
}

.mb-50 {
  margin-bottom: 50px;
}

.accordion-button {
  font-weight: 600;
}

/* REWRITE */
.accordion-item {
  border: none;
}

.accordion-button:not(.collapsed) {
  color: var(--text-color);
  background-color: var(--light-color);
  box-shadow: none;
}

.accordion-item {
  margin-bottom: 20px;
}

.accordion-item {
  background-color: transparent;
  border: none;
}

#faqs .col-2.col-lg-1 {
  position: relative;
}

.accordion-button {
  background-color: transparent;
  padding: 0px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.accordion-button::after {
  display: none;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.circle-container-faqs {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e2e2e2;
  color: var(--dark-color);
  border: 2px solid var(--light-color);
  padding: 1px 0px 0px 1px;
  text-align: center;
  margin: 0px auto;
  z-index: 9;
  position: relative;
}

.circle-container-faqs p {
  color: #000;
}

.accordion-body {
  padding: 0px;
}

.accordion-button:not(.collapsed) .circle-container-faqs {
  background: #000;
}

.accordion-button:not(.collapsed) .circle-container-faqs p {
  color: var(--light-color);
}

.accordion-button.faq {
  padding: 0px 30px;
}

.accordion-button.faq:not(.collapsed) {
  background-color: var(--light-color);
  padding: 20px 30px 0px 30px;
  border-radius: 7px 7px 0px 0px;
}

#faqs .card-header,
#faqs .card-body {
  position: relative;
  background: var(--light-color);
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0px 0px 7px 7px;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.accordion-item .accordion-button.collapsed {
  color: var(--light-color);
}

.accordion-item:last-of-type .accordion-button.collapsed .line-fix {
  display: none;
}

/*
.accordion-collapse.collapse.show .line-down {
    background: #000;
}
.accordion-button:not(.collapsed) .line-fix {
    background: #000;
}
*/
.bg-contain {
  background: url(../img/bg-intro.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#find-car-home {
  background: transparent;
}

@media screen and (max-width: 991px) {
  .bg-contain {
    background: transparent;
  }

  .gray-gradient {
    background: rgb(170, 174, 181);
    background: linear-gradient(
      180deg,
      rgba(170, 174, 181, 1) 0%,
      rgba(0, 0, 0, 1) 100%
    );
    padding: 30px;
  }

  .picture-bg {
    /*background: url(../img/bg-intro.jpg) no-repeat top center;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 100px 50px 15px 50px;
  }

  #find-car-home {
    padding: 0px;
    padding-bottom:150px;
  }

  #pasos-compra {
    top: 0px;
    margin-bottom: 30px;
  }
}

.line-up {
  position: absolute;
  height: 30px;
  width: 3px;
  background: var(--light-color);
  display: block;
  top: -20px;
  z-index: 1;
  left: 48%;
}

.line-fix {
  position: absolute;
  height: 30px;
  width: 3px;
  background: var(--light-color);
  display: block;
  top: 20px;
  z-index: 1;
  left: 48%;
}

.accordion-active .line-fix {
  background: black;
}

.accordion-active + .accordion-item .line-up {
  background: black;
}

.line-down {
  position: absolute;
  height: 100%;
  width: 3px;
  background: black;
  display: block;
  top: 0px;
  z-index: 1;
  left: 48%;
}

#faqs .col-2.col-lg-1 {
  flex-direction: column;
}

#faqs .accordion-item:first-child .line-up {
  opacity: 0;
}

#faqs .accordion-item:last-child .line-fix {
  opacity: 0;
}

#faqs .accordion-item:last-child .accordion-button:not(.collapsed) + .line-fix {
  opacity: 1;
}

@media screen and (min-width: 960px) {
  .pr-lg-0 {
    padding-right: 0px !important;
  }

  .pl-lg-0 {
    padding-left: 0px !important;
  }
}

@media screen and (max-width: 991px) {
  #oportunidades .owl-dots {
    margin-bottom: -60px;
    opacity: 0;
  }
}

#contact-float {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9;
  display: none;
}

.gray-contat {
  padding: 20px;
  background: #5d626b;
  width: 180px;
  height: 110px;
  border-radius: 10px;
  border: 5px solid #fff;
}

.gray-contat p {
  color: #fff;
  font-size: 1.2em;
}

.gray-contat i {
  color: #fff;
  font-size: 1em;
}

@media screen and (min-width: 1600px) {
  #contact-float {
    display: block;
  }
}

#explora-home .item a,
#explora-home .swiper-slide a {
  display: block;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  padding: 10px;
}

#explora-home .item a:hover,
#explora-home .swiper-slide a:hover {
  background: #fff;
  border-radius: 10px;
}

#explora-home article p,
#explora-home article i {
  color: #fff;
}

#explora-home article {
  min-height: 350px;
  transform: translateY(20px);
}

#explora-home article img {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

#explora-home .item a:hover article p,
#explora-home .item a:hover article i,
#explora-home .item a:hover article h1,
#explora-home .swiper-slide a:hover article p,
#explora-home .swiper-slide a:hover article i,
#explora-home .swiper-slide a:hover article h1 {
  color: var(--text-color);
}

#explora-home .item a:hover article img {
  transform: translateY(-10px);
}

#explora-home .owl-stage {
  max-height: 370px;
  overflow: hidden;
}

#explora-home .owl-stage {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 1;
}

#explora-home .lazyload .owl-stage {
  opacity: 0;
}

#marca .box-marca {
  box-shadow: 2px 2px 8px 2px rgb(0 0 0 / 10%);
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

#marca .box-marca:hover {
  transform: translateY(-3px);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);
}

#marca h1 {
  margin-bottom: 30px;
}

#explora-home .owl-carousel .owl-nav.disabled {
  display: block;
}

/*--------------------------------------------------------------
>>> COMPRAR
----------------------------------------------------------------*/

#breadcrumb ul {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  margin-top: 5px;
}

#breadcrumb ul li {
  display: inline-block;
  font-size: 0.8em;
}

header {
  box-shadow: 1px 3px 3px rgb(0 0 0 / 10%);
  margin-bottom: -10px;
  position: relative;
  z-index: 9;
}

.btn.btn-gray {
  padding: 7px 25px;
  background: var(--primary-second);
  color: var(--text-color);
  border-radius: 7px;
}

.select-type-car-mobile ul,
#select-type-car ul {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.select-type-car-mobile ul li,
#select-type-car ul li {
  display: inline-block;
}

.select-type-car-mobile a,
#select-type-car a {
  color: var(--text-color);
  text-transform: uppercase;
  margin-right: 15px;
}

.select-type-car-mobile a.active,
#select-type-car a.active {
  font-weight: 800;
}

#inner-title h1 {
  font-size: 2.5em;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--text-color);
}

select.price-subrange {
  border: none;
  position: relative;
  top: -12px;
}

ul.products article h1,
.product-list article h1 {
  font-size: 1.5em;
}

ul.products article,
.product-list article {
  padding: 20px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

#number-filter p {
  margin-bottom: 5px;
}

#tags-filter ul {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  margin-bottom: 20px;
}

#tags-filter ul li {
  display: inline-block;
  font-size: 0.9em;
  background: var(--primary-second);
  border-radius: 7px;
  margin-bottom: 5px;
  margin-right: 2px;
  padding: 5px 10px;
}

#tags-filter ul li i {
  margin-left: 10px;
}

#filter-car .accordion-item {
  border: none;
  margin-bottom: 10px;
}

#filter-car .accordion-button {
  font-size: 0.45em;
  color: var(--light-color);
  background-color: var(--dark-color);
  border-radius: 7px;
  padding: 15px;
  margin-bottom: 10px;
}

/*#woocommerce_price_filter-2.show{
  display: block;
}*/
/*
#woocommerce_price_filter-2{ 
  display:none;
}
*/

#filter-car .accordion-item:first-of-type .accordion-button {
  border-radius: 7px;
}

#filter-car .accordion-button:not(.collapsed) {
  color: var(--light-color);
  background-color: var(--dark-color);
  box-shadow: none;
  border-radius: 7px;
  padding: 15px;
  margin-bottom: 10px;
}

#filter-car .accordion-button::after {
  filter: brightness(500);
}

.filter-form .accordion-item {
  border: none;
  margin-bottom: 10px;
}

.filter-form .accordion-button {
  color: var(--light-color);
  background-color: var(--dark-color);
  border-radius: 7px;
  padding: 15px;
  margin-bottom: 10px;
}

.filter-form .accordion-item:first-of-type .accordion-button {
  border-radius: 7px;
}

.filter-form .accordion-button:not(.collapsed) {
  color: var(--light-color);
  background-color: var(--dark-color);
  box-shadow: none;
  border-radius: 7px;
  padding: 15px;
  margin-bottom: 10px;
}

.filter-form .accordion-button::after {
  filter: brightness(500);
}

.woocommerce-Input:focus,
.form-control:focus {
  box-shadow: 0 0 0 0.25rem var(--dark-color-shadow);
}

#filter-car .accordion-body ul {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
}

#filter-car .accordion-body ul li a,
#filter-car .accordion-body ul li span,
#filter-car .accordion-body ul li p {
  color: var(--dark-color);
  text-transform: lowercase;
}


#filter-car .accordion-body ul li a::first-letter,
#filter-car .accordion-body ul li span::first-letter,
#filter-car .accordion-body ul li p::first-letter {
  text-transform: uppercase;
}

#filter-car .accordion-body ul li.wc-layered-nav-term {
  display: flex;
  align-items: center;
  margin-bottom: 0.75rem;
}

.fa-circle:before {
  background: #ebebeb;
  border: 1px solid #ebebeb;
  border-radius: 25px;
}

#filter-car
  .attribute-color-exterior
  .accordion-body
  ul
  li.wc-layered-nav-term {
  width: 50%;
  float: left;
  align-items: start;
}

#filter-car .accordion-body ul li.wc-layered-nav-term .count {
  font-size: 0.8em;
  margin-right: 0.75em;
}

#filter-car .accordion-body ul li.wc-layered-nav-term .color {
  margin-right: 0.5rem;
  margin-left: 0.25rem;
}

#filter-car .accordion-body ul i {
  font-size: 1.75em;
  color: var(--dark-color);
}

#filter-car .accordion-body .form-control {
  padding: 7px 12px;
  color: var(--light-text-color);
  border: none;
}

#filterPanelsColor li {
  margin-bottom: 7px;
}

ul.products article,
.product-list article {
  margin-bottom: 30px;
  box-shadow: 0px 0px 15px var(--dark-color-shadow);
}

ul.products article h3,
.product-list article h3 {
  font-size: 0.95em;
  text-align: center;
  margin-bottom: 5px;
}

ul.products article h1,
.product-list article h1 {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  min-height: 2.88em;
  /* height: 70px; */
}
ul.products article{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.products article h2,
ul.products article .price,
.product-list article h2,
.product-list article .price {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
  /* display: block; */
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

ul.products article p,
.product-list article p {
  font-size: 0.9em;
  margin-bottom: 0px;
}

ul.products article .color-desc p,
.product-list article .color-desc p {
  margin-bottom: 0px;
}

ul.products article hr,
.product-list article hr {
  margin: 3px 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

.price ins, .price-wrapper ins {text-decoration: none;}

span.onsale {
    background-color: #e04040;
    color: #fff;
    padding: 2px 5px;
    font-size: 14px;
    border-radius: 5px;
}

.more-info-btn {
  margin: 25px 0px 10px 0px;
  font-weight: 800;
  color: var(--text-color);
  display: block;
}

.btn.btn-load-more {
  margin-top: 70px;
  color: var(--text-color);
  background: var(--light-color);
  border: 1px solid var(--text-color);
}

button.filter-toggler {
  border: 1px solid var(--light-text-color);
  border-radius: 7px;
  padding: 15px 20px;
  min-width: 100%;
  margin-bottom: 30px;
  color: var(--light-text-color);
  font-size: 0.9em;
  display: flex;
  justify-content: space-between;
}

button.filter-toggler i {
  margin-left: 15px;
  color: var(--light-text-color);
}

.light-gray-box {
  background: #e2e2e2;
  padding: 30px;
  border-radius: 12px;
}

/*--------------------------------------------------------------
>>> DETALLE
----------------------------------------------------------------*/

#menu-detalle {
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
  width: 100%;
}

#menu-detalle a {
  color: #fff;
}

.caps {
  text-transform: uppercase;
}

#menu-detalle ul {
  position: relative;
}

#menu-detalle ul:after {
  position: absolute;
  left: -20px;
  top: 0px;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 54px 20px;
  border-color: transparent transparent #d22020 transparent;
}

#menu-detalle ul {
  padding: 10px;
  background: #d22020;
}

#menu-detalle ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding: 5px 10px;
}

#menu-detalle .col-sm-8 {
  position: absolute;
  right: 0;
  padding: 0;
}

#menu-detalle .col-sm-4 i {
  color: white;
  font-size: 20px;
  vertical-align: middle;
  margin-right: 7px;
}

a.return {
  position: absolute;
  top: 15px;
}

#product-banner {
  position: relative;
  overflow-x: hidden;
  min-height: 600px;
  background-position: center;
  background-size: cover;
}

#product-banner:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

#product-banner img {
  min-width: 100%;
  background-size: cover;
  object-fit: cover;
  height: 600px;
}

.info-box-container {
  position: absolute;
  top: 50%;
  left: 15%;
  transform: translateY(-50%);
  width: 300px;
  height: auto;
  background: #fff;
  z-index: 2;
  padding: 25px 15px;
  border-radius: 7px;
}

.info-box-container .article h3 {
  font-size: 0.95em;
  text-align: center;
  margin-bottom: 5px;
}

.info-box-container .article h1 {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  color: var(--text-color);
  margin-bottom: 0px;
}

.info-box-container .article h1 span {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  color: #d22020;
}

.info-box-container .article h2,
.info-box-container .article .price  {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
  display: block;
  line-height: 1.2;
}

.info-box-container .article p {
  font-size: 0.9em;
  margin-bottom: 0px;
}

.info-box-container .article .color-desc p {
  margin-bottom: 0px;
}

.info-box-container .article .btn {
  background: #d22020;
  width: 100%;
  margin-top: 15px;
}

#chars {
  background: #d22020;
  padding: 30px;
}

#chars h1 {
  font-size: 1.7em;
  margin-bottom: 30px;
}

#chars p {
  color: #fff;
}

#chars figure img {
  /*width: 100%;*/
  width: auto;
  height: 80px;
}

#chars .swiper-slide {
  text-align: center;
}

#versions {
  padding: 50px 0px;
  overflow-x: hidden;
}

#versions h1,
#versions h2,
#versions h3 {
  color: #000;
}

#versions h1 {
  margin-bottom: 30px;
}

#versions article {
  padding: 20px;
  box-shadow: 0px 0px 15px var(--dark-color-shadow);
  margin: 10px;
}

#versions article h3 {
  font-size: 0.95em;
  text-align: center;
  margin-bottom: 5px;
}

#versions article h1 {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  height: 60px;
  line-height: 1.5em;
    overflow: hidden;
  text-overflow: ellipsis;
}

#versions article h2 {
  font-size: 1.2em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}

#versions article p {
  font-size: 0.9em;
  margin-bottom: 0px;
}

#versions article .color-desc p {
  margin-bottom: 0px;
}

#versions article hr {
  margin: 3px 0px;
  background-color: rgba(0, 0, 0, 0.5);
}

#versions .swiper-button-next:after,
#versions .swiper-button-prev:after {
  color: black;
}

#versions .swiper {
  padding: 0 20px;
}

#versions .swiper-button-next,
#versions .swiper-rtl .swiper-button-prev {
  right: 0;
}

#versions .swiper-button-prev,
#versions .swiper-rtl .swiper-button-next {
  left: 0;
}

.more-info-btn {
  margin: 25px 0px 10px 0px;
  font-weight: 800;
  color: var(--text-color);
  display: block;
}

.black-tab {
  display: block;
  background: #000;
  margin: 15px 0px 30px 0px;
  padding: 7px;
  position: relative;
}

.black-tab p {
  color: #fff;
  margin-bottom: 0px;
}

p.legal {
  font-size: 0.75em;
}

#route360 h1 {
  color: #000;
}

.black-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #000 transparent transparent transparent;
  position: absolute;
  bottom: -10px;
  left: 49.5%;
}

#route360 {
  margin: 30px 0px;
}

#route360 h1 {
  color: #000;
}

#gallery {
  margin: 50px 0px;
}

#gallery h1 {
  color: #000;
}

#gallery button {
  color: #000;
}

#gallery .nav-tabs {
  display: flex;
  justify-content: center;
}

#gallery .nav-item {
  margin-right: 30px;
}

#gallery .nav-tabs button {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0px;
  padding: 7px 0px;
}

#gallery .nav-tabs button.active {
  color: #d22020;
  border-bottom: 3px solid #d22020;
}
.swiper-swipe .swiper-pagination-bullet-active{
  background: #d22020;
}
#local h1 {
  color: #000;
}

#local h2 {
  font-size: 1.1em;
  font-weight: 800;
}

#local p {
  font-size: 0.9em;
  color: var(--dark-color);
}

#local address {
  display: block;
  margin-bottom: 50px;
}

#other-model {
  background: var(--dark-color);
  margin: 100px 0px;
  padding: 50px 0px 60px 0px;
}

#other-model h1 {
  font-size: 2.2em;
}

#other-model .col {
  padding-right: 5px;
  padding-left: 5px;
}

#test-drive {
  background: #e2e2e2;
  padding: 70px 0px 150px 0px;
}

#test-drive h1 {
  font-size: 2.3em;
  color: #000;
  margin-bottom: 20px;
}

#test-drive h3 {
  font-weight: 700;
  font-size: 1em;
  color: var(--dark-color);
  margin-bottom: 30px;
}

label:not(.custom-check) {
  color: var(--dark-color);
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 0.9em;
}

.form-control,
.margin-control-mobile {
  margin-bottom: 30px;
}
.form-span-rut{
  font-size: 12px;
  margin-left: 4px;
  color: red;
}

input.rut {
    margin-bottom: 0px !important;
}

@media screen and (min-width: 992px) {
  .form-inline-control {
    margin-bottom: 30px;
  }

  .form-inline-control .form-control,
  .margin-control-mobile {
    margin-bottom: 0;
  }

  .form-inline-control label.relevant {
    font-size: 1em;
  }
}

.select-order .form-control {
  margin-bottom: 10px;
  padding-right: 1.5em;
}

.switch-select a {
  color: var(--light-text-color);
  font-weight: normal;
  position: relative;
  top: 5px;
}

.switch-select a.disabled {
  opacity: 0.5;
}

.switch-select .col-4:first-child {
  text-align: right;
}

.switch-select .col-4 {
  width: auto;
}

.switch-select .col-4:nth-child(2) {
  text-align: left;
}

.switch-select div > .row:first-child {
  justify-content: center;
}

.selector-circle {
  display: block;
  width: 120px;
  height: 40px;
  border-radius: 20px;
  background: #e2e2e2;
  position: relative;
  /* top: -10px; */
  max-width: 80px;
}

.selector-circle i {
  font-size: 2em;
  position: absolute;
  top: 4px;
  left: 4px;
  color: #5e6c76;
}

.selector-circle.circle-right i {
  font-size: 2em;
  position: absolute;
  top: 4px;
  left: auto;
  right: 4px;
  color: #5e6c76;
}

#tags-filter a {
  color: var(--text-color);
}
@media screen and (max-width: 991px) {
  #menu-detalle{
    top: 0;
  }
  #product-banner {
    background-color: #3c3c3cd6;
  }
}

/*--------------------------------------------------------------
>>> STEPS
----------------------------------------------------------------*/

#car-details h1,
#car-details h2,
#car-details h3 {
  color: #000;
}

#car-details .swiper .swiper-button-next{
  right: 25px !important;
}

#breadcrumb {
  margin-bottom: 30px;
  padding-top: 10px;
}

#breadcrumb ul li {
  font-size: 0.8em;
  color: #5e6c76;
}

#breadcrumb ul li,
#breadcrumb ul li a {
  color: #fff;
}

body.tax-product_cat #breadcrumb ul li a,
body.tax-product_cat #breadcrumb ul li {
  color: #5e6c76;
}

.comprar-tabs button {
  color: #000;
}

#car-details .swiper  img, .products article img, #orden-data .img-car img{
  border-radius: 15px;
}

.color-gradient {
  background: rgb(210, 32, 32);
  /*background: linear-gradient(90deg, rgba(210, 32, 32, 1) 0%, rgba(210, 32, 32, 1) 33%, rgba(226, 226, 226, 1) 33%, rgba(226, 226, 226, 1) 100%);*/
  /*background: linear-gradient(180deg, rgb(226 226 226) 30.59%, #595c63 88.82%);*/
  background: #e2e2e2;
}

.color-gradient .col-lg-3 {
  background: #d2201f;
  position: relative;
}

.color-gradient .col-lg-3:before {
  content: "";
  background: #d2201f;
  width: 100vw;
  height: 100%;
  display: block;
  position: absolute;
  left: -100vw;
}
.swiper-swipe_details .swiper-button-prev, 
.swiper-swipe_details .swiper-rtl .swiper-button-next {
  left: -6px;
}
.swiper-swipe_details .swiper-button-next, 
.swiper-swipe_details .swiper-rtl .swiper-button-prev{
  right:-6px
}
#car-details h1,
#car-details h2,
#car-details h2 *,
#car-details h3,
#car-details p,
#car-details a {
  color: #fff;
}

#car-details h1 {
  font-size: 1.2em;
  font-weight: 600;
}

#car-details h2 {
  font-size: 1.8em;
  font-weight: 800;
}

#car-details h3 {
  font-size: 1.5em;
  font-weight: 700;
}

#car-details > .row:nth-child(2) {
  padding: 0 15px;
}

a.price-detail {
  font-size: 0.9em;
  display: block;
  margin-bottom: 20px;
}

.char-box {
  padding: 15px; /* padding: 15px 30px; */
  border-radius: 7px;
  border: 1px solid #fff;
  margin: 30px 0px;
}

.char-box p {
  margin-bottom: 0px;
}

#steps {
  padding: 30px 30px 0;
}

#steps h3 {
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
  color: var(--dark-color);
}

#steps p {
  font-size: 0.9em;
  font-weight: 700;
  color: var(--dark-color);
}

#steps .active h3,
#steps .active p {
  color: #d22020;
}

#steps .step {
  position: relative;
}

#steps .step:before {
  content: " ";
  display: block;
  position: absolute;
  width: 3px;
  height: 40px;
  background: var(--dark-color);
  left: -10px;
  top: 0px;
}

#steps .step.active:before {
  background: #d22020;
}

.char-box bdi, .char-box bdi span{
  color: #fff !important;
}

.comprar-tabs .nav-link {
  display: block;
  padding: 7px 40px;
  background: #fff;
  border-radius: 7px 7px 0px 0px;
  position: relative;
  /*top: -1px;*/
  color: var(--dark-color);
  width: 160px !important;
  height: 40px;
  text-transform: initial !important;
  margin: 0 !important;
}

.comprar-tabs .nav.nav-tabs {
  border-bottom: 2px solid var(--dark-color);
  margin-bottom: 30px;
}

.comprar-tabs .nav-item {
  margin: 0px 5px;
}

.comprar-tabs .nav-link.active {
  background: var(--dark-color);
  color: #fff;
}

.comprar-tabs .col-lg-3::before {
  display: none;
}

.comprar-tabs .col-lg-3 {
  background: transparent;
}

.select-medio h2,
#select-medio h2 {
  font-size: 1.3em;
  color: var(--dark-color);
  font-weight: 700;
  margin-bottom: 20px;
}

.white-select {
  padding: 45px 100px;
  background: #fff;
  display: block;
  border-radius: 7px;
}

.white-select .col-md-3:not(:nth-child(-n + 4)) {
  margin-top: 15px;
}

.white-select .col-md-3 .row {
  display: flex;
  align-items: center;
}

.white-select .col-md-3 .col-8 {
  line-height: 1.1;
}

.preeval h2 {
  font-size: 1.3em;
  color: var(--dark-color);
  font-weight: 700;
  margin-bottom: 20px;
}

.preeval h3 {
  font-size: 1.1em;
  color: var(--dark-color);
  font-weight: 700;
  position: relative;
  top: 5px;
}

.preeval .amount *,
.preeval p {
  color: var(--dark-color); 
}

#union_civil + .custom-check {
  color: var(--dark-color);
}

#union_civil + .custom-check i.checkbox {
  padding-right: 0.75rem;
}

.preeval .btn-check + .custom-check {
  color: var(--dark-color);
  align-items: flex-start;
}

.preeval .btn-check + .custom-check i.checkbox {
  padding-right: 0.125rem;
  padding-top: 0.125rem;
}

#accesorios-auto .btn-check + .custom-check {
  align-items: center;
}

#accesorios-auto .btn-check + .custom-check i.checkbox {
  padding-right: 0.75rem;
  padding-top: 0;
}

.orden-compra .btn-check:checked ~ .custom-check i.fa-dot-circle:before, .sucursales .btn-check:checked ~ .custom-check i.fa-dot-circle:before{
  border-color: var(--dark-color);
}

.preeval .btn-check:checked ~ .custom-check i.fa-square:before,
.orden-compra .btn-check:checked ~ .custom-check i.fa-square:before,
.sucursales .btn-check:checked ~ .custom-check i.fa-square:before {
  font-weight: 900;
  content: "\f00c";
  background: var(--dark-color);
  color: #fff;
  font-size: 0.5em;
  line-height: 26px;
  text-align: center;
}

.credi-img {
  position: relative;
  left: -35px;
  top: 5px;
}

.preeval .btn {
  background: transparent;
  border: 1px solid var(--dark-color);
  white-space: nowrap;
  color: var(--dark-color);
}

.btn.info-int {
  position: relative;
  top: 30px;
}

.btn.info-rent {
  position: relative;
  top: 30px;
}

a.questionmark {
  color: var(--dark-color);
  position: relative;
  top: 40px;
}

.preeval .btn.btn-guardar {
  background: #d22020;
  color: #fff;
  border-color: transparent;
}

.preeval .btn.btn-black {
  background: #000;
  color: #fff;
  border-color: transparent;
}

.gray-result {
  background: var(--dark-color);
  padding: 20px;
  display: block;
  border-radius: 7px;
}

.gray-result p,
.gray-result p .currency-symbol {
  color: #fff;
  margin-bottom: 0px;
  font-weight: 700;
}

.white-result {
  background: #fff;
  padding: 20px;
  display: block;
  border-radius: 7px;
}

.white-result p {
  color: var(--dark-color);
  margin-bottom: 0px;
  font-weight: 700;
}

.preeval p b {
  color: var(--dark-color);
  margin-bottom: 0px;
}

#terminos h2 {
  font-size: 1em;
  color: var(--dark-color);
}

#similar h1,
#similar h2,
#similar h3 {
  color: #000;
}

#similar .swiper-button-prev,
#similar .swiper-rtl .swiper-button-next,
#similar .swiper-button-next,
#similar .swiper-rtl .swiper-button-prev {
  right: auto;
  width: 70px;
  background: black;
  height: 70px;
  border-radius: 100%;
  text-align: center;
}

#similar .swiper-button-prev,
#similar .swiper-rtl .swiper-button-next {
  left: 0px;
}

#similar .swiper-button-next,
#similar .swiper-rtl .swiper-button-prev {
  right: 0;
}

#similar .hmotores-carousel--similares {
  padding: 0 20px;
}
/*
#similar .buttons-cards{
  display: none;
}
*/
#whyhmotores h1,
#whyhmotores h2,
#whyhmotores h3 {
  color: #000;
}

#similar article {
  background: #fff;
}

#similar article .desc{
  position: absolute;
  top: 15px;
  right: -30px;
  background: #d22020;
  transform: rotate(45deg);
  padding: 5px 30px;
  color: white;
}
#similar article .desc p{
  color: white;
}

.pos-relative {
  position: relative;
}

.inner-faqs h1 {
  color: var(--text-color);
}

.orden-compra .submit-section p,
.orden-compra .submit-section p * {
  color: var(--text-color);
}

.orden-compra .submit-section p.text-dark-color,
.orden-compra p.text-dark-color *,
.orden-compra p.text-dark-color ,
.orden-compra .submit-section p.text-dark-color * {
  color: var(--dark-color);
}

/*--------------------------------------------------------------
>>> INNER PAGES
----------------------------------------------------------------*/

#vende-title h1 {
  color: #fff;
  font-size: 2em;
}

.info-card + .info-card{
  margin-top: 130px;
}
.info-card:last-child{
  margin-bottom: 60px;
}
.info-card:first-child{
  margin-top: 72px;
}
.info-card img {
  max-height: 500px;
  min-height: 100%;
  background-size: cover;
  object-fit: cover;
  width: 100%;
}

.white-info-card {
  background: #fff;
  color: var(--dark-color);
  padding: 70px 50px;
  min-height: 500px;
}

.white-info-card h1 {
  color: var(--dark-color);
}

.white-info-card p {
  color: var(--dark-color);
}

.btn.btn-green {
  background: #6abf4a;
}

.info-card p.number {
  display: block;
  width: 30px;
  height: 30px;
  padding: 3px 11px;
  color: #fff;
  background: #6abf4a;
  border-radius: 50%;
}

.info-card p.step {
  color: #6abf4a;
  font-weight: 700;
  font-size: 1.1em;
}

.graywhite-bg {
  background: rgb(226, 226, 226);
  background: linear-gradient(
    180deg,
    rgba(226, 226, 226, 1) 0%,
    rgba(226, 226, 226, 1) 60%,
    rgba(255, 255, 255, 1) 60%,
    rgba(255, 255, 255, 1) 100%
  );
}

#breadcrumb.dark-bread ul li a {
  color: var(--text-color);
}

#how-title h1 {
  color: var(--dark-color);
  font-size: 2em;
}

.info-card-gray {
  padding: 30px 0px;
}

.info-card-gray img {
  max-height: 500px;
  min-height: 100%;
  background-size: cover;
  object-fit: cover;
}

.dark-info-card {
  background: #5d626b;
  color: #fff;
  padding: 70px 50px;
  min-height: 500px;
}

.dark-info-card h1 {
  color: #fff;
}

.dark-info-card p {
  color: #fff;
}

#steps-to-buy {
  margin: 70px 0px;
}

#steps-to-buy h1 {
  color: var(--dark-color);
  margin-bottom: 30px;
}

#steps-to-buy p {
  color: var(--dark-color);
  margin-bottom: 5px;
}

#steps-to-buy .item-container {
  text-align: center;
  display:flex;
  align-items: center;
}
#steps-to-buy .item-container .separator{
  position: relative;
    left: 25px;
    top: 50%;
    transform: translateY(50%);
}
#steps-to-buy .item-container .number-step {
  width: 30px;
  height: 30px;
  padding: 3px 0px;
  display: block;
  background: var(--dark-color);
  border-radius: 50%;
  margin: 0 auto;
  color:white;
}
#steps-to-buy .item-container.active .number-step{
background: var(--text-color);
}
#steps-to-buy .item-container.active p{
  font-weight: 700;
  color: var(--text-color);
}
#steps-to-buy .item-container .number-step a {
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
}

.step-box {
  border-radius: 15px;
  border: 7px solid var(--dark-color);
}

.step-box .gray-side {
  background: var(--dark-color);
  padding: 30px;
  display: block;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}

.step-box h2 {
  color: #fff;
  /*font-size: 3em;*/
  margin-bottom: 0px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 50px;
}
.step-box h2 span{
  color:white;
}
#steps-to-buy .step-box p {
  margin-top: 30px;
  color: #fff;
  margin-bottom: 5px;
}

.img-side img {
  /*max-width: 350px;*/
  min-height: 350px;
  display: block;
  /*margin: 30px auto;*/
  object-fit: cover;
    width: 100%;
}

/*#steps-to-buy ul {
  list-style: none;
  justify-content: center;
}*/

#steps-to-buy ul{
  justify-content: center;
}

#in-owl-anchor .item:after {
  content: " ";
  display: block;
  width: 70px;
  height: 20px;
  position: absolute;
  top: 35px;
  right: -40px;
  background-image: url(../img/arrow-right.svg);
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 40%;
}

#in-owl-anchor .owl-item:last-child .item:after {
  display: none;
}

#in-owl-target .item {
  margin-bottom: 20px;
}

#warranty {
  background: rgb(226, 226, 226);
  padding: 100px 0px;
  margin-top: 70px;
  margin-bottom: 0px;
}

#warranty h1 {
  color: var(--text-color);
  margin-bottom: 30px;
}

#warranty p {
  color: var(--dark-color);
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  #steps-to-buy .owl-carousel .owl-item img {
    max-width: 150px;
    margin: 20px auto;
  }
}

@media screen and (max-width: 991px) {
  #steps-to-buy .owl-carousel .owl-item img {
    max-width: 150px;
    margin: 20px auto;
  }

  #steps-to-buy #in-owl-anchor .item-container p {
    display: none;
  }

  #marca-header p {
    font-size: 0.8em;
  }
}

header {
  background: #fff;
  padding-top: 10px;
}

.gray-login {
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .gray-login {
    min-height: auto;
  }

  #menu-detalle ul {
    display: none;
  }

  #test-drive img {
    position: relative;
    top: -15px;
  }
}

#route360 #in-gallery-thumb .owl-nav {
  display: none;
}

#route360 .hmotors-thumbs--360 {
  max-width: 700px;
}

#route360 .hmotors-thumbs--360 figure {
  max-width: 90px;
  margin: 0 auto;
}

.color-360 {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: 0 auto;
}

#route360 .hmotors-thumbs--360 figure p {
  text-align: center;
  margin-top: 15px;
  line-height: normal;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

#route360 .hmotors-thumbs--360 .swiper-slide-thumb-active figure p {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
}

#route360 .swiper {
  padding: 0 20px;
}

#route360 .swiper-button-next:after,
#route360 .swiper-button-prev:after,
#route360 .swiper-button-next:after,
#route360 .swiper-button-prev:after {
  color: black;
}

#route360 .swiper-button-next,
#route360 .swiper-rtl .swiper-button-prev {
  right: 0;
}

#route360 .swiper-button-prev,
#route360 .swiper-rtl .swiper-button-next {
  left: 0;
}

.color-gradient #faqs {
  padding-bottom: 20px;
}

.color-gradient #similar {
  margin-bottom: 50px;
}

.feature i {
  font-size: 2em;
  color: var(--dark-color);
}

#accesory-owl article {
  background: #fff;
  border-radius: 7px;
  padding: 10px;
}

#accesory-owl article h1 {
  color: var(--dark-color);
  font-size: 1em;
  font-weight: 500;
}

#accesory-owl article img {
  margin-bottom: 10px;
}

#accesory-owl article i {
  font-size: 2em;
}

@media screen and (max-width: 991px) {
  .color-gradient {
    background: rgb(226, 226, 226);
  }

  /*.color-gradient #breadcrumb ul li a {
    color: var(--text-color);
  }*/

  #car-details {
    /*background: rgb(210, 32, 32);*/
    padding: 15px;
    border-radius: 7px;
  }

  .comprar-tabs .nav-link {
    padding: 7px 7px;
  }

  .btn.info-rent {
    top: 0px;
    margin-bottom: 30px;
  }

  .owl-theme .owl-dots .owl-dot span {
    background: #000;
    margin-top: 15px;
  }
}

/*--------------------------------------------------------------
>>> ORDEN
----------------------------------------------------------------*/

.dark-background {
  background: #252525;
  padding: 0px 20px;
}

.dark-background h1,
.dark-background h2,
.dark-background h3,
.dark-background bdi,
.dark-background bdi span,
.dark-background p,
.dark-background i {
  color: #fff;
}

.page-separator {
  background: #e2e2e2;
}

.page-404{
  color: #fff;
}
.page-404 p{
  font-weight: 500;
  color: #fff;
}

#page .title-page h1{
  color: #000;
}

#orden-data {
  margin: 50px 0px;
}

#orden-data h1 {
  color: var(--dark-color);
  font-size: 2em;
}

#orden-data h2 {
  color: var(--dark-color);
  font-size: 1.1em;
  font-weight: 700;
  margin: 10px 0px;
}

#orden-data p {
  color: var(--dark-color);
  margin-bottom: 5px;
}

#info-personal .form-wrapper {
  border: 5px solid #fff;
  border-radius: 15px;
  padding: 15px;
}

#reserva .form-wrapper {
  border: 5px solid #fff;
  border-radius: 15px;
  padding: 15px;
}

#allfields p {
  font-weight: 700;
  margin-bottom: 0px;
}

#allfields p span {
  color: #d22020;
}

.filter-form .accordion-button i {
  color: #fff;
  margin-left: 10px;
}

.page-separator h2:not(.accordion-header) {
  color: var(--dark-color);
  font-size: 1.75em;
  margin: 30px 0px;
}

.payment-type .form-wrapper {
  border: 5px solid #fff;
  border-radius: 15px;
  padding: 25px;
}

.yellow-box {
  background: #fff8b6;
  padding: 20px 30px;
  border-radius: 7px;
}

.yellow-box p,
.yellow-box i {
  margin-bottom: 0px;
}

.green-box {
  background: #4caf50;
  padding: 20px 30px;
  border-radius: 7px;
}

.green-box p,
.green-box i {
  margin-bottom: 0px;
}

.payment-type .green-box p,
.payment-type .green-box i {
  color: #fff;
}

#filterPanelsMetodo .accordion-body {
  background: #fff;
  padding: 15px;
  border-radius: 7px;
}

.white-box {
  background: #fff;
  padding: 15px;
  border-radius: 7px;
  word-wrap: break-word;
}

.white-box p,
.white-box i {
  margin-bottom: 0px;
  color: var(--dark-color);
}

.response-white-box {
  background: #fff;
  padding: 15px;
  border-radius: 7px;
}

.response-white-box h1,
.response-white-box p {
  margin-bottom: 0px;
  color: var(--dark-color);
}

.red-result {
  background: #d22020;
  padding: 15px;
  margin: 15px 0px;
  border-radius: 7px;
  color: #fff;
}

.status-result {
  background: #252525;
  padding: 15px;
  margin: 15px 0px;
  border-radius: 7px;
  color: #fff;
}

.payment-type .aprobado-result p, .payment-type .aprobado-result i {
  color: #fff;
  margin-bottom: 0px;
}

.payment-type .pendiente-result p, .payment-type .pendiente-result i {
  color: #fff8b6;
  margin-bottom: 0px;
}

.payment-type .rechazado-result p, .payment-type .rechazado-result i {
  color: #FF0000;
  margin-bottom: 0px;
}

.payment-type .red-result p,
.payment-type .red-result i {
  color: #fff;
  margin-bottom: 0px;
}

.status-box {
  padding: 7px;
  border-radius: 7px;
  border: 1px solid #fff;
  margin-bottom: 5px;
}

.status-box p {
  margin-bottom: 0px;
}

#car-quest h3 {
  font-size: 1.1em;
  color: var(--dark-color);
  font-weight: 700;
}

#car-quest i {
  color: var(--dark-color);
  font-size: 2em;
  opacity: 0.25;
}

#car-quest .white-box i {
  border-radius: 50%;
}

#car-quest .white-box h3 {
  font-size: 1em;
}

#car-quest i {
  color: var(--dark-color);
  font-size: 2em;
  opacity: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
}

#despacho i {
  opacity: 1;
  margin-right: 10px;
}

#despacho address {
  font-size: 1.5em;
  color: #5e6c76;
  font-weight: bold;
}

.response-white-box {
  padding: 70px 30px;
}

.response-white-box h1 {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 50px;
}

.response-white-box p {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 20px;
}

.accordion-header {
  margin: 15px 0px;
}

.payment-type p,
.payment-type p * {
  color: #5e6c76;
}

.payment-type h3 {
  color: #5e6c76;
  font-size: 1.3rem;
  font-weight: bold;
}

.payment-type h3 i {
  color: #5e6c76;
  font-size: 1rem;
}

.payment-type h4 {
  color: #5e6c76;
  font-size: 1.2em;
  font-weight: bold;
}

.payment-type .gray-result h3 {
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.payment-type .gray-result p {
  color: #fff;
  font-size: 1rem;
}

.payment-type .gray-result a {
  color: #fff;
  font-size: 1rem;
}

.dark-background {
  border-bottom: 10px solid #fff;
}

#faqs .accordion-header {
  margin: 0px;
}

@media screen and (max-width: 991px) {
  .yellow-box p {
    font-size: 0.9em;
  }
}

#select-color .white-select i {
  font-size: 2em;
}

#select-color h2 {
  font-size: 1em;
  color: var(--dark-color);
  font-weight: 700;
}

/*--------------------------------------------------------------
>>> DETALLE
----------------------------------------------------------------*/

#versions .desc {
  position: absolute;
  top: 15px;
  right: -30px;
  background: #d22020;
  transform: rotate(45deg);
  padding: 5px 30px;
}

#versions .desc.out-stock {
  background: #252525;
}

#versions .desc p {
  color: #fff;
}

#versions article {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.hmotores--out-stock .more-info a,
.more-info.not-available a,
.more-info.not-configurable a{
  background: #e2e2e2;
}

.more-info.configurable a.btn,
.more-info.not-configurable a.btn {
  padding-left: 50px;
  padding-right: 50px;
}

.text-wrapper {
  width: 100%;
  max-height: 470px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 2s linear;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
}

.text-wrapper.expanded {
  max-height: 9999px;
}

.article-desc {
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin: 10px;
  border-radius: 7px;
  border: 1px solid #e2e2e2;
}

.article-desc ul {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}

.article-desc ul li {
  border-bottom: 1px solid #e2e2e2;
  padding: 7px 0px;
  font-size: 0.9em;
}

.black-arrow.inverted {
  bottom: 35px;
  transform: rotate(180deg);
}

#versions .owl-carousel .owl-nav.disabled {
  display: block;
}

/*--------------------------------------------------------------
>>> MODALS
----------------------------------------------------------------*/

.gray-modal .modal-content {
  background: #5e6c76;
  color: #fff;
}

.gray-modal .modal-content h2 {
  font-size: 1.3em;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 15px;
}

.gray-modal .modal-content p {
  font-size: 1em;
  color: #fff;
  margin-bottom: 20px;
}

.gray-modal .modal-content i {
  font-size: 1.3em;
  color: #fff;
  position: relative;
  top: 2px;
}

.gray-modal .modal-content .modal-body img {
  margin: 30px auto;
  display: block;
}

.gray-modal .modal-content label {
  font-size: 1em;
  color: #fff;
  font-weight: bold;
}

.gray-modal .btn-close {
  filter: invert(100%);
}

a.autofact {
  display: block;
  padding: 7px 15px;
  border: 1px solid #fff;
  border-radius: 7px;
  width: fit-content;
  height: 40px;
  color: #fff;
  margin-bottom: 20px;
}

.gray-modal .modal-content .modal-body .autofact img {
  width: 100px;
  display: inline-block;
  margin-left: 10px;
}

@media (min-width: 576px) {
  .gray-modal .modal-dialog {
    max-width: 600px;
  }
}

#loginModal .modal-content {
  padding: 50px 35px;
  background: #e2e2e2;
}

#loginModal .btn,
.my-account-form-login .btn {
  width: 100%;
}

#loginModal .btn-fb i,
#loginModal .btn-gl i,
.my-account-form-login .btn-fb i,
.my-account-form-login .btn-gl i {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 7px;
  width: 20px;
  text-align: left;
}

#loginModal .gray-login {
  min-height: 470px;
  border: 6px solid #fff;
}
.comprar-tabs .gray-login button{
  color: #FFF;
}

.woocommerce .required {
  color: inherit;
}

.my-account-form-login .woocommerce-privacy-policy-text {
  font-size: 0.75em;
  margin-top: 1rem;
}

.woocommerce-password-hint {
  line-height: 1.25;
  display: block;
  font-size: .8125em;
  margin-top: -0.5rem;
  margin-bottom: 1.25rem;
}

.woocommerce-password-strength {
  line-height: 1.2;
  font-size: 0.825em;
  margin: -2px 0 0.75rem;
  text-align: center !important;
  padding: 0 0.25rem;
}

.my-account-form-login p:not(.text-normal) {
  font-size: 0.825em;
  line-height: 1.2;
}

.my-account-form-login .nsl-container {
  text-align: center !important;
}

.my-account-form-login div.nsl-container-block-fullwidth .nsl-container-buttons a, 
.my-account-form-login div.nsl-container-block .nsl-container-buttons a {
  margin: 0 !important;
}

/*--------------------------------------------------------------
>>> TASAR
----------------------------------------------------------------*/

#breadcrumb.white-bg ul li a {
  color: var(--text-color);
}

#vende-title.white-bg h1 {
  color: var(--text-color);
}

.step-marquer {
  display: inline-block;
  width: 82px;
  height: 5px;
  background: #e2e2e2;
  border-radius: 5px;
}

.active .step-marquer {
  background: #6abf4a;
}

#car-attributes .nav-tabs .nav-link {
  padding: 5px;
}

#car-attributes {
  margin-top: 50px;
  margin-bottom: 300px;
}

#car-attributes .choise-container .custom-check {
  color: var(--light-text-color);
  font-size: 0.9em;
  margin-bottom: 0px;
  cursor: pointer;
}

#car-attributes .choise-container .custom-check i {
  position: static;
  margin-bottom: 0;
}

#car-attributes .choise-container .custom-check {
  margin-bottom: 25px;
}

#car-attributes .custom-check:hover,
#car-attributes .btn-check:checked + .custom-check,
#car-attributes .custom-check:hover *,
#car-attributes .btn-check:checked + .custom-check * {
  color: #6abf4a;
}

#car-attributes .btn-check:checked + .custom-check .fa-dot-circle:before {
  border-color: #6abf4a;
}

#car-attributes .prev-step {
  cursor: pointer;
}

#car-attributes .next-step {
  -webkit-transition: background-color 500ms linear;
  -ms-transition: background-color 500ms linear;
  transition: background-color 500ms linear;
}

#car-attributes .next-step.disabled, 
#car-attributes .next-step:disabled {
  background-color: #e2e2e2;
  opacity: 1;
}

#car-attributes h3 {
  font-weight: bold;
  font-size: 1.1em;
  color: #5e6c76;
  margin-bottom: 10px;
}

#car-attributes i {
  background: #fff;
  padding: 1px;
}

#car-attributes .selected i {
  color: #6abf4a;
  background: #fff;
  border-radius: 50%;
  padding: 1px;
}

#car-attributes .selected p {
  color: #6abf4a;
}

#car-attributes .selected p b {
  color: #6abf4a;
}

#car-attributes a:hover i {
  color: #6abf4a;
  background: #fff;
  border-radius: 50%;
  padding: 1px;
}

#car-attributes a:hover p {
  color: #6abf4a;
}

#car-attributes label {
  margin: 5px 0px;
}

#car-attributes h2 {
  color: #6abf4a;
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: 20px;
  font-weight: bold;
}

#car-attributes .gray-box {
  background: #fff;
  border: 5px solid #e2e2e2;
  border-radius: 10px;
  padding: 0px;
}

.gray-selector {
  background: #e2e2e2;
}

.gray-selector .form-control {
  margin: 10px 0px;
}

.lupa-container {
  position: relative;
}

.lupa-container i {
  position: absolute;
  top: 22px;
  right: 25px;
  font-size: 1.2em;
  color: var(--light-text-color);
  opacity: 0.7;
}

.choise-container {
  display: block;
  padding: 30px;
  margin-bottom: 20px;
}

.choise-container i {
  color: #e2e2e2;
  font-size: 1.8em;
  margin-right: 5px;
  position: relative;
  top: 4px;
}

.choise-container p {
  color: var(--light-text-color);
  font-size: 0.9em;
  margin-bottom: 0px;
}

a.gray-a {
  color: var(--light-text-color);
}

a.gray-a:hover {
  color: #6abf4a;
}

.desc-version p {
  color: var(--light-text-color);
}

#car-attributes .selected .desc-version {
  margin-bottom: 50px;
  position: relative;
  left: 3px;
  top: -3px;
}

#car-attributes .selected .desc-version p {
  color: var(--light-text-color);
  font-size: 0.85em;
}

.p-30 {
  padding: 30px;
}

p.amount {
  font-size: 1.5em;
}

p.amount,
p.amount * {
  font-weight: bold;
  color: #5e6c76;
}

.green-selector {
  background: #6abf4a;
}

.green-selector p {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 5px;
}

#car-attributes .btn {
  background: #6abf4a;
}

/*--------------------------------------------------------------
>>> GENERAL FIXES
----------------------------------------------------------------*/

aside#results h2 {
  color: #FFF;
  font-size: 1.3em;
  font-weight: bold;
  border-bottom: 2px solid rgba(255, 255, 255, .25);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

#accModal article {
  background: #FFF;
  border-radius: 7px;
  padding: 10px;
  margin-bottom: 7px;
}

#accModal article h1 {
  color: var(--dark-color);
  font-size: 1em;
  font-weight: 500;
}

#accModal i {
  font-size: 2em;
}

.dark-modal .modal-content article h2,
.dark-modal .modal-content article h2 *,
.dark-modal .modal-content article p,
.dark-modal .modal-content article p *,
.dark-modal .modal-content article label,
.dark-modal .modal-content article label * {
  color: var(--dark-color) !important;
}

.dark-modal .modal-content article .btn-check + .custom-check i.checkbox {
  padding-right: 0.75rem;
  padding-bottom: 0;
  padding-top: 0;
}

#accModal .fa-square::before {
  border-radius: 7px;
}

#accModal #carouselExampleDark .carousel-control-next {
  right: -70px;
}

#accModal #carouselExampleDark .carousel-control-prev {
  left: -70px;
}


#servModal #carouselExampleDark .carousel-control-next {
  right: -70px;
}

#servModal #carouselExampleDark .carousel-control-prev {
  left: -70px;
}

#servModal.dark-modal .modal-content .white-result p {
  color: var(--dark-color) !important;
}

#servModal .fa-square::before {
  border-radius: 7px;
}

#servModal #servicios-auto .fa-square::before {
  left: 0px;
}

#servModal #servicios-auto .fa-check-square::before {
  left: 0px;
}

#servModal.dark-modal .modal-content,
#accModal.dark-modal .modal-content {
  background: #252525;
}

@media (min-width: 992px) {
  .dark-modal .modal-lg,
  .dark-modal .modal-xl {
    max-width: 1280px;
  }
}

.dark-modal .modal-content {
  background: #5e6c76;
}

.dark-modal .modal-header {
  background: #252525;
  padding: 20px 30px;
  display: block;
}

.dark-modal #paymethod {
  background: #252525;
  padding-top: 30px;
  padding-bottom: 30px;
}

.dark-modal #paymethod p {
  white-space: nowrap;
  margin-bottom: 0px;
}

.dark-modal #paymethod i {
  color: #fff;
  font-size: 1.5em;
  position: relative;
  left: -5px;
  top: 3px;
}

.dark-modal .preeval .btn-check + .custom-check i.checkbox, .dark-modal .preeval .btn-check + .custom-check i.radio {
  padding-right: 0.75rem;
  padding-bottom: 0.75rem;
  padding-top: 0;
}

.dark-modal .modal-content h2,
.dark-modal .modal-content p,
.dark-modal .modal-content p *,
.dark-modal .modal-content label {
  color: #fff !important;
}

.dark-modal #accesorios-auto {
  padding: 50px 110px;
  background: #252525;
}

.dark-modal .modal-header .btn-close {
  filter: invert(1);
}

.dark-modal .modal-header h2 {
  font-size: 2em;
  font-weight: bold;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 0px;
}

.dark-modal .modal-header p {
  margin-bottom: 0px;
}

.dark-modal .modal-body {
  padding: 0px;
  margin-top: 100px;
  padding-bottom: 50px;
}

.dark-modal .modal-body h2 {
  font-size: 1.3em;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}

.dark-modal .modal-body #accesorios-auto article h2 {
  color: var(--text-color);
}

.dark-modal .modal-body #accesorios-auto article p {
  color: var(--text-color);
}

@media screen and (max-width: 991px) {
  .dark-modal .modal-body {
    padding: 30px;
    padding-bottom: 50px;
  }

  .dark-modal #paymethod {
    background: transparent;
  }
}

#moreInfo.gray-modal h2 {
  border-bottom: 1px solid transparent;
}

#moreInfo h3 {
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 10px;
  margin-bottom: 10px;
}

#moreInfo ul {
  padding-right: 30px;
}

#moreInfo ul li {
  color: #fff;
}

.gray-modal .modal-content .modal-body img.product-img {
  margin: 0px 0px 20px 0px;
}

#moreInfo .text-wrapper {
  max-height: 350px;
  overflow-y: scroll;
}

#moreInfo ::-webkit-scrollbar {
  height: 7px;
  width: 7px;
  background: #fff;
}

#moreInfo ::-webkit-scrollbar-thumb {
  background: #252525;
  -webkit-border-radius: 3px;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}

#moreInfo ::-webkit-scrollbar-corner {
  background: #000;
}

#revModel #car-quest h3 {
  font-size: 1em;
  color: #fff;
}

#revModel.gray-modal .modal-content p {
  margin-bottom: 0px;
}

#revModel #car-quest i {
  color: #fff;
  margin-bottom: 5px;
}

#revModel #car-quest i.active {
  color: #d22020;
  opacity: 0.9;
  background: #fff;
  border-radius: 50%;
  padding: 1px;
}

.col-lg-3.sidebar-filter, .col-lg-3.sidebar-car{
  padding-right: 40px;
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
  position: relative;
}

.navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #000;
}

.navbar-light .navbar-nav .nav-item.active .nav-link:after {
  content: " ";
  display: block;
  position: absolute;
  width: 80px;
  height: 4px;
  left: 10px;
  bottom: -10px;
  background: #000;
}

.select-type-car-mobile ul li,
#select-type-car ul li {
  position: relative;
}

.select-type-car-mobile ul li.active:after,
#select-type-car ul li.active:after {
  content: " ";
  display: block;
  position: absolute;
  width: 80px;
  height: 4px;
  left: 0px;
  bottom: -10px;
  background: #000;
}

.navbar-light .navbar-nav .nav-link i {
  font-size: 1.3em;
  margin-left: 5px;
  position: relative;
  top: 1px;
}

.navbar-brand img {
  width: 250px;
  position: relative;
  left: -12px;
}

.fa-square:before {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid var(--dark-color);
  border-radius: 3px;
  background: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}

.woocommerce-widget-layered-nav-list__item--chosen .fa-square {
  height: 36px;
}

.woocommerce-widget-layered-nav-list__item--chosen .fa-square:before,
.fa-check-square:before {
  font-weight: 900;
  content: "\f00c";
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid var(--dark-color);
  border-radius: 3px;
  background: var(--dark-color);
  color: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  font-size: 0.5em;
  text-align: center;
  line-height: 28px;
}

.woocommerce-widget-layered-nav-list__item--chosen .fa-circle:before,
.btn-check:checked + .custom-check .fa-circle:before {
  content: "\f058";
}

#tags-filter ul li {
  color: var(--dark-color);
}

#tags-filter ul li i {
  color: var(--dark-color);
}

.navbar-brand {
  margin-right: 20px;
}

#find-car-home .form-control {
  padding: 13px 15px;
}

#find-car-home select {
  background-position-x: 95%;
}

@media (min-width: 992px) {
  #find-car-home .col-lg-3 {
    padding-right: 5px;
    padding-left: 5px;
  }
}

#pasos-compra p {
  font-size: 0.85em;
}

ul.products article,
.product-list article {
  border-radius: 7px;
}
ul.products article .desc{
  position: absolute;
    top: 15px;
    right: -30px;
    background: #d22020;
    transform: rotate(45deg);
    padding: 5px 30px;
    color:white;
}
ul.products article .desc p{
  color:white;
}
#inner-title h1 {
  margin-bottom: 30px;
}

#menu-detalle ul li:last-child {
  border-right: none;
}

#find-car-home .form-control {
  border-radius: 7px;
}

#find-car-home .btn {
  padding: 13px 60px;
}

#find-car-home select {
  background-position-y: 17px;
}

#find-car-home select option{
  text-transform:capitalize;
}

.col-lg-6.offset-lg-6.select-order {
  position: relative;
  top: 10px;
}

@media screen and (min-width: 960px) {
  #versions-owl .btn {
    margin-bottom: 0px;
  }
}

#loginModal .form-control,
.my-account-form-login .form-control,
.woocommerce-ResetPassword .form-control,
.woocommerce-Input {
  margin-bottom: 10px;
}

#other-model .btn {
  margin: 0px;
}

#test-drive .form-control {
  padding: 13px 15px;
  border-radius: 7px;
  border: 1px solid transparent;
}

#local address p {
  font-weight: 600;
  color: #5e6c76;
}

#local .text-wrapper {
  max-height: 402px;
  overflow-y: scroll;
  padding-right: 50px;
}

#local ::-webkit-scrollbar {
  width: 5px;
}

#local ::-webkit-scrollbar-track {
  background: #b6bbca;
  border-radius: 7px;
}

#local ::-webkit-scrollbar-thumb {
  background: #5e6c76;
  border-radius: 7px;
}

#local ::-webkit-scrollbar-thumb:hover {
  background: #5e6c76;
}

#car-details .carousel-item img {
  border-radius: 7px;
}

#car-details .carousel-control-prev {
  left: -30px;
  top: -30px;
}

#car-details .carousel-control-next {
  right: -30px;
  top: -30px;
}

.zoom-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 70px;
  height: 70px;
  z-index: 9;
}

.product-list article {
  margin-left: 7px;
  margin-right: 7px;
}

.product-list article .btn {
  width: 100%;
  padding: 15px 15px;
}

#servicios-auto .fa-check-square:before {
  position: relative;
  left: -5px;
}

#servicios-auto .fa-square:before {
  position: relative;
  left: -5px;
}

.select-medio i,
#select-medio i {
  color: var(--dark-color);
  font-size: 2em;
  opacity: 0.25;
}

.select-medio img,
#select-medio img {
  margin: 10px auto;
  display: block;
  max-width: 66px;
}

#other-model .form-control {
  padding: 13px 15px;
}

#other-model {
  background: transparent;
}

#other-model .col-lg-3 {
  padding-right: 3px;
  padding-left: 3px;
}

.gray-omodel {
  background: #5e6c76;
  padding: 50px;
  padding: 40px 0px 20px 0px;
}

#other-model .col-8 {
  width: 62%;
}

#other-model .offset-2 {
  margin-left: 18%;
}

#steps.conf-steps .col-4 {
  width: 28%;
}

#steps.conf-steps .col-3 {
  width: 28%;
}

#how-title.single-page h1,
#page.single-page {
  margin-bottom: 110px;
}

#local a address {
  border-bottom: 2px solid transparent;
}

#local a:hover address {
  border-bottom: 2px solid var(--dark-color);
}

#filterPanelsColor .accordion-body {
  max-width: 250px;
}

.sidebar-filter li:not(.wc-layered-nav-term) .fa-square:before {
  position: relative;
  left: -10px;
}

.sidebar-filter li:not(.wc-layered-nav-term) .fa-check-square:before {
  position: relative;
  left: -10px;
}

p.small,
small {
  font-size: 0.8em;
  position: relative;
  top: 5px;
}

.fa-dot-circle:before {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 8px solid #e2e2e2;
  background: #fff;
  position: relative;
  top: 5px;
  box-shadow: 3px 3px 3px rgb(0 0 0 / 5%);
}

.choise-container p {
  margin-bottom: 10px;
}

#car-attributes .selected i.fa-dot-circle:before {
  border: 8px solid #6abf4a;
}

#myTab .nav-item {
  min-width: 11.11%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#myTab .nav-item .nav-link {
  width: fit-content;
  padding: 0;
  text-align: center;
  margin: 0;
  text-transform: uppercase;
}

#myTab .nav-item .nav-link .step-marquer {
  width: 100%;
}

#test-drive .form-control {
  margin-bottom: 25px;
}

#explora-home article img {
  transform: scale(0.95);
  background: white;
  object-fit: cover;
  width: 100%;
  height: 130px;
}

#explora-home .more-info {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  opacity: 0;
}

#explora-home .item a:hover article img {
  transform: translateY(-5px);
  transform: scale(1.05);
}

#explora-home .item a:hover .more-info,
#explora-home .swiper-slide a:hover .more-info {
  opacity: 1;
}

#explora-home .swiper {
  padding: 0 45px;
}

#find-car-home .btn {
  padding: 15px 65px;
}

#find-car-home .btn {
  top: -2px;
  background: black;
}

#car-details i {
  color: #fff;
}

.custom-check-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 5px;
}

.custom-check-wrapper .btn-check {
  position: absolute;
  pointer-events: initial;
  width: 100%;
  height: 100%;
  clip: initial;
  z-index: 1;
  opacity: 0;
  cursor: pointer;
}

.btn-check + .custom-check {
  display: flex;
  align-items: center;
}

.btn-check + .custom-check i {
  cursor: pointer;
}

.btn-check + .custom-check i.border-white {
  border: 1px solid white;
  border-radius: 50%;
}

.btn-check + .custom-check i:before {
  top: 0;
}

/*.select-medio .btn-check:active + .custom-check,*/
.select-medio .btn-check:checked + .custom-check,
#select-medio .selected p {
  color: #d22020;
}

.select-medio .custom-check i,
#select-medio i {
  opacity: 0.75;
  cursor: pointer;
}

/*.select-medio .btn-check:active ~ .custom-check i,*/
.select-medio .btn-check:checked ~ .custom-check i,
#select-medio .selected i {
  opacity: 1;
}

/*.select-medio .btn-check:active ~ .custom-check i.fa-dot-circle:before,*/
.select-medio .btn-check:checked ~ .custom-check i.fa-dot-circle:before,
#select-medio .selected i.fa-dot-circle:before {
  border: 8px solid #d22020;
}

#select-medio .fa-dot-circle:before {
  top: -5px;
}

@media screen and (max-width: 991px) {
  .btn {
    margin: 10px 0px;
  }
}

#car-details i.fa-chevron-right {
  font-size: 0.9em;
  margin-left: 10px;
}

.step-back {
  margin-bottom: 25px;
  margin-left: -10px;
}

.step-back a {
  color: var(--dark-color);
}

.step-back a i {
  color: var(--dark-color);
  margin-right: 10px;
}

#versions .btn {
  margin: 2px 0px;
}

#carouselExampleDark .carousel-control-prev {
  left: -30px;
  opacity: 0.95;
}

#carouselExampleDark .carousel-control-next {
  right: -30px;
  opacity: 0.95;
}

#carouselExampleDark .carousel-control-next,
#carouselExampleDark .carousel-control-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #252525;
  top: 40%;
}

#carouselExampleDark.carousel-dark .carousel-control-next-icon,
#carouselExampleDark.carousel-dark .carousel-control-prev-icon {
  filter: brightness(100%);
}

#carouselExampleDark img {
  border-radius: 7px;
}

#expandCarrousel.dark-modal .modal-lg,
#expandCarrousel.dark-modal .modal-xl {
  max-width: 1000px;
}

#expandCarrousel.dark-modal .modal-body {
  padding: 0px;
  padding-bottom: 0px;
  margin-top: 120px;
  padding-bottom: 120px;
}

#expandCarrousel .carousel-indicators {
  bottom: -50px;
}

#productFilterCollapse .accordion-button.form-select {
  background-image: url("../img/chevron-down-w.svg");
}

#productFilterCollapse .accordion-button.form-select:not(.collapsed) {
  background-image: url("../img/chevron-up-w.svg");
}

#local address a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

#local address a:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #d22020;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#local address a:hover:before,
#local address a:focus:before,
#local address a:active:before,
#local address a.active:before {
  left: 0;
  right: 0;
}

footer a {
  color: #fff;
}

footer a:hover {
  color: #fff;
  opacity: 0.8;
}

#terminos a h2 {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#terminos a:hover h2 {
  transform: translateY(-2px);
  color: #d22020;
}

#car-quest .fa-dot-circle::before {
  top: 0px;
}

#similar .owl-carousel .owl-stage-outer {
  padding-top: 10px;
}

#similar article {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#similar article:hover {
  transform: translateY(-2px);
}

#similar-owl.owl-carousel .owl-item img {
  border-radius: 10px;
}

/*****************************************/
.price_slider,
.range_slider {
  position: relative;
  height: 0.25em;
  border-radius: 0.25em;
  background: var(--primary-second);
  margin: 1.25em 0.5em 0.25em;
}

.price_slider .ui-slider-handle,
.range_slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  top: -0.375em;
  margin-left: -0.5em;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  cursor: pointer;
  background: var(--dark-color);
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}

.price_slider .ui-slider-handle:hover,
.price_slider .ui-slider-handle:focus,
.range_slider .ui-slider-handle:hover,
.range_slider .ui-slider-handle:focus {
  background: var(--primary-first);
}

.price_slider .ui-slider-range,
.range_slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  display: block;
  background: none repeat scroll 0 0 var(--dark-color);
  border: 0;
}

.price_slider_amount,
.range_slider_amount {
  text-align: right;
}

.price_slider_amount .price_label,
.range_slider_amount .range_label {
  text-align: center;
  line-height: 2.4em;
  font-size: 0.8751em;
}

.price_slider_amount .price_label,
.price_slider_amount .price_label *,
.range_slider_amount .range_label,
.range_slider_amount .range_label *  {
  color: var(--dark-color);
}

.price_slider_amount #min_price,
.range_slider_amount .min_range {
  width: 49%;
  float: left;
}

.price_slider_amount #max_price,
.range_slider_amount .max_range {
  width: 49%;
  float: right;
}

.price_slider_amount .button,
.range_slider_amount .button {
  font-size: 1em;
  padding: 0.5em 1.5em;
  margin-top: 0.5em;
}

.price_slider.ui-slider + .price_slider_amount .button,
.range_slider.ui-slider + .range_slider_amount .button,
.sidebar-filter .attribute-range-filter .submit-button {
  display: none;
}

#nav-usados .carousel-control-prev {
  left: 33%;
}

/*--------------------------------------------------------------
>>> PROCESS
----------------------------------------------------------------*/

#breadcrumb.white-bg ul li a {
  color: var(--text-color);
}

#vende-title.white-bg h1 {
  color: var(--text-color);
}

.step-marquer {
  display: inline-block;
  width: 68px;
  height: 5px;
  background: #e2e2e2;
  border-radius: 5px;
}

.active .step-marquer {
  background: #6abf4a;
}

#car-attributes .nav-tabs .nav-link {
  padding: 5px;
  width:100%;
}

#car-attributes {
  margin-top: 50px;
  margin-bottom: 300px;
}

#car-attributes h3 {
  font-weight: bold;
  font-size: 1.1em;
  color: #5e6c76;
  margin-bottom: 10px;
}

#car-attributes i {
  background: #fff;
  padding: 1px;
}

#car-attributes .selected i {
  color: #6abf4a;
  background: #fff;
  border-radius: 50%;
  padding: 1px;
}

#car-attributes .selected p {
  color: #6abf4a;
}

#car-attributes .selected p b {
  color: #6abf4a;
}

#car-attributes a:hover i {
  color: #6abf4a;
  background: #fff;
  border-radius: 50%;
  padding: 1px;
}

#car-attributes a:hover p {
  color: #6abf4a;
}

#car-attributes label {
  margin: 5px 0px;
}

#car-attributes h2 {
  color: #6abf4a;
  text-transform: uppercase;
  font-size: 1.1em;
  margin-bottom: 20px;
  font-weight: bold;
}

#car-attributes .gray-box {
  background: #fff;
  border: 5px solid #e2e2e2;
  border-radius: 10px;
  padding: 0px;
}

.gray-selector {
  background: #e2e2e2;
}

.gray-selector .form-control {
  margin: 10px 0px;
}

.lupa-container {
  position: relative;
}

.lupa-container i {
  position: absolute;
  top: 22px;
  right: 25px;
  font-size: 1.2em;
  color: var(--light-text-color);
  opacity: 0.7;
}

.choise-container {
  display: block;
  padding: 30px;
}

.choise-container i {
  color: #e2e2e2;
  font-size: 1.8em;
  margin-right: 5px;
  margin-bottom: 20px;
  position: relative;
  top: 4px;
}

.choise-container p {
  color: var(--light-text-color);
  font-size: 0.9em;
  margin-bottom: 0px;
}

a.gray-a {
  color: var(--light-text-color);
}

a.gray-a:hover {
  color: #6abf4a;
}

.desc-version p {
  color: var(--light-text-color);
}

#car-attributes .selected .desc-version {
  margin-bottom: 50px;
  position: relative;
  left: 3px;
  top: -3px;
}

#car-attributes .selected .desc-version p {
  color: var(--light-text-color);
  font-size: 0.85em;
}

.p-30 {
  padding: 30px;
}

p.amount {
  font-size: 1.5em;
  font-weight: bold;
  color: #5e6c76;
}

.green-selector {
  background: #6abf4a;
}

.green-selector p {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 5px;
}

#car-attributes .btn {
  background: #6abf4a !important;
}
#car-attributes a{
  color: #6abf4a !important;
}

.choise-container i {
  font-size: 2em;
}

ul.sucursales p {
  margin-bottom: 0px;
}

ul.sucursales p.small {
  margin-bottom: 10px;
  position: relative;
  top: -3px;
}

.status-box {
  margin-bottom: 10px;
}

.dark-background p {
  font-size: 0.85em;
}

#orden-details .row {
  min-height: 50px;
}

#detail-aside p {
  margin-bottom: 10px;
}

#detail-aside p b {
  color: #fff;
  font-size: 1.2rem;
}

.pendant .status-box,
.status-box.pending {
  border: 1px solid #fff8b6;
}

.dark-background .pendant .status-box p,
.dark-background .pendant .status-box i,
.dark-background .status-box.pending p,
.dark-background .status-box.pending i {
  color: #fff8b6;
}

.canceled .status-box,
.status-box.rejected {
  border: 1px solid #FF0000;
}

.dark-background .canceled .status-box p,
.dark-background .canceled .status-box i,
.dark-background .status-box.rejected p,
.dark-background .status-box.rejected i  {
  color: #FF0000;
;
}

.circle-chat {
  display: block;
  width: 60px;
  height: 60px;
  background: #6abf4a;
  border-radius: 50%;
  padding: 15px 0px 0px 15px;
  margin-left: auto;
}

#info-personal p,
#info-personal p b,
#info-personal i {
  color: var(--dark-color);
}

.select-type-car-mobile li a,
#select-type-car li a {
  font-size: 0.85em;
}

.dark-modal.usedModal .modal-header {
  background: #5e6c76;
}

.usedModal .nav-tabs .nav-link {
  color: var(--dark-color);
  background-color: #fff;
  border-color: transparent;
  margin-right: 10px;
  font-size: 0.9em;
  padding: 10px 45px;
}

.usedModal .nav-tabs .nav-item.show .nav-link,
.usedModal .nav-tabs .nav-link.active {
  color: #fff;
  background: var(--text-color);
}

.dark-line {
  display: block;
  width: 100%;
  border-bottom: 2px solid var(--text-color);
  position: relative;
  z-index: 9;
}

.navsedmodal {
  position: relative;
  top: -1px;
}

.usedModal .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
}

#chars a {
  color: #fff;
  font-size: 1rem;
}

#chars a img {
  margin-left: 20px;
}

footer h4 {
  color: #fff;
  font-weight: 700;
  font-size: 1em;
  margin-bottom: 1px;
}

footer h2 {
  color: #fff;
  font-weight: 800;
  font-size: 2.2em;
}

@media screen and (max-width: 991px) {
  footer .logo-footer {
    text-align: center;
    margin-top: 70px;
  }

  header {
    padding-top: 0px;
    padding-bottom: 10px;
  }

  #explora-home article h1 {
    padding: 0px 10px;
  }

  #explora-home article {
    min-height: 300px;
  }

}
@media only screen and (max-width: 1200px) and (min-width: 768px){
  a.nav-link.region{
    position: relative;
    right: -20px
  }
  a.nav-link.login{
    position: relative;
    right: -25px
  }
}


.btn.btn-guardar, .page-404 .btn.btn-guardar{
  background: #d22020 !important;
  color: #fff;
  border-color: transparent;
}

#car-attributes .gracias .btn, .gracias .btn.btn-guardar{
  background: var(--text-color) !important;
}
#car-attributes .gracias a{
  color: white !important;
}

#car-details.sticky-top {
  top: 30px;
  margin-bottom: 30px;
}

#results.sticky-top {
  margin-bottom: 30px;
}

#match .owl-carousel .owl-nav.disabled {
  display: block;
}
/*--------------------------------------------------------------
>>> QA Styles
----------------------------------------------------------------*/
.gray-contat {
  border-radius: 20px;
}
#pasos-compra p.circle-number {
  font-weight: normal;
}
#pasos-compra .gray-box {
  background: #5e6c76;
}
header.woocommerce-products-header {
  box-shadow: none;
  background: transparent;
}
ul.products article,
.product-list article {
  height:100%;
  box-shadow: 0px 0px 10px var(--dark-color-shadow);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
  position:relative;
}
ul.products article:hover,
.product-list article:hover {
  transform: translateY(-2px);
  box-shadow: 0px 0px 15px var(--dark-color-shadow);
}
#filter-car .accordion-body ul li.wc-layered-nav-term .count {
  position: relative;
  top: -4px;
}
#menu-detalle a:hover,
#menu-detalle a:active {
  color: #eee;
}
#versions-owl article img {
  height: 145px;
  background-size: cover;
  object-fit: cover;
}
#versions-owl .text-wrapper {
  max-height: 375px;
}
#versions-owl .text-wrapper.expanded {
  max-height: 9999px;
}
#gallery {
  margin: 90px 0px;
}

#gallery .swiper-button-next, #gallery .swiper-button-prev {
  background: #0f0f0fc4;
  box-shadow: 5px 5px #2626295c;
  width: calc(var(--swiper-navigation-size)/ 30 * 27);
}
.gray-login {
  min-height: 470px;
}
.woocommerce-ResetPassword p,
.gray-login p {
  color: var(--dark-color);
}
#loginModal .btn,
.my-account-form-login .btn,
.woocommerce-ResetPassword .btn {
  background: #5e6c76;
}
#loginModal .btn-fb,
.my-account-form-login .btn-fb {
  background: #0150ad;
}
#loginModal .btn-gl,
.my-account-form-login .btn-gl {
  background: #d22020;
}
#car-attributes i {
  position: relative;
  top: 25px;
}

/* CF7 */
.wpcf7-form .wpcf7-not-valid-tip {
  position: relative;
  top: -21px;
  font-size: 0.8em;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: transparent;
  color: var(--text-color);
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: transparent;
  color: #6abf4a;
}
.added-options a {
  display: inline-block;
  padding: 0px;
}
.added-options a img {
  width: 35px;
  height: 35px;
}
.navbar-light .navbar-toggler {
  border-color: transparent;
}

#car-attributes .lupa-container i {
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 1.2em;
  color: var(--light-text-color);
  opacity: 0.7;
}

#orden-data .white-box p {
  margin-bottom: 1px;
  font-size: 0.9em;
}
.img-round {
  border-radius: 50%;
}
#car-details.sticky-top {
  top: 5vh;
}

@media screen and (min-width: 1800px) {
  #car-details.sticky-top {
    top: 18vh;
  }
}

@media screen and (max-width: 1300px) {
  #car-details.sticky-top {
    top: 1vh;
  }
}

@media screen and (max-width: 991px) {
  html,
  main,
  body {
    overflow-x: hidden;
  }
  .navbar-brand img {
    max-width: 150px;
    display: inline-block;
  }
  .navbar {
    padding: 15px 0px 10px 15px;
  }
  .navbar-light .navbar-toggler {
    position: relative;
    right: -25px;
  }
  .navbar-nav {
    text-align: center;
  }
  .navbar-nav li {
    margin-bottom: 40px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
  }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    opacity: 0.75;
  }
  .navbar-nav {
    min-height: 200px;
  }
  #find-car-home h1 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  #myTab .nav-item .nav-link {
    width: 100%;
    font-size: 0.9em;
  }
  #find-car-home .form-control {
    font-size: 0.9em;
  }
  .gray-gradient {
    background: transparent;
  }
  .gray-gradient .nav{
    justify-content: center;
    margin-bottom: 50px;
  }
  #find-car-home:after {
    background: transparent;
  }
  .bg-contain {
    background: radial-gradient(circle at center, transparent 0, #000000a3, black 100%), url(../img/bg-intro.jpg) no-repeat top center;
    background-size: cover;
    background-color: black;
  }
  
  .black-bg {
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 100%
    );
  }
  #match {
    margin-top: 80px;
  }
  #match h1 {
    font-size: 1.6rem;
  }
  #match .owl-carousel .owl-item img {
    height: 250px;
    background-size: cover;
    object-fit: cover;
  }
  #explora-home h1 {
    font-size: 1.5em;
  }
  #oportunidades .container {
    padding: 0px;
  }
  .desc-container {
    padding: 0px;
  }
  #pasos-compra .gray-box h2 {
    font-size: 1em;
  }
  #marca h1 {
    font-size: 1.5em;
  }
  #marca ul {
    list-style: none;
  }
  #marca .owl-dots {
    display: none;
  }
  #oportunidades ul {
    margin-bottom: 0px;
  }
  .line-fix {
    top: 40px;
  }
  .added-options {
    position: absolute;
    right: 60px;
    top: 17px;
  }
  #explora-home .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  #marca .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  #marca .container .col.text-center {
    padding-right: 30px;
    padding-left: 30px;
  }
  #oportunidades h1 {
    font-size: 2em;
  }
  #faqs h1 {
    font-size: 1.8em;
  }
  #product-list.product-list article {
    margin-left: 40px;
    margin-right: 40px;
  }
  #breadcrumb {
    opacity: 0;
  }
  #select-type-car {
    display: none;
  }
  #inner-title {
    display: none;
  }
  .col-lg-3.sidebar-filter {
    padding-right: 50px;
    padding-left: 50px;
  }
  .col-lg-3.sidebar-filter .navbar {
    padding: 0px;
  }
}
@media screen and (max-width: 991px) {
  .responsive-filter {
    padding-right: 50px;
    padding-left: 50px;
    margin-top: -30px;
  }
  .responsive-filter .selector-circle {
    width: 90px;
  }
  .switch-select a.option {
    font-size: 0.9em;
  }
  .responsive-filter .form-control {
    font-size: 1.9em;
    font-weight: 900;
    color: #000;
    padding: 5px 15px;
  }
  .responsive-sucursal{
    border: 1px solid #999;
    padding-top: 20px;
    border-radius: 5px;
    margin: 5px;
    max-height: 350px;
    overflow: auto;
  }
  #other-model .search-cars{
    max-width: 100%;
  }

  #test-drive .offset-2{
    margin-left: 0 !important;
  }

}
@media screen and (max-width: 480px) {
  .navbar-brand img {
    max-width: none;
  }
  .navbar-brand img {
    width: 140px;
  }
}

@media screen and (max-width: 991px) {
  #menu-detalle ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #product-banner .margin-container {
    padding-right: 50px;
    padding-left: 50px;
    background: #d22020;
  }

  #product-banner img {
    height: 300px;
  }

  #chars .col-6 {
    margin-bottom: 20px;
  }
  #versions h1 {
    font-size: 1.8em;
  }
  #versions-owl .text-wrapper {
    max-height: 467px;
  }
  #local .text-wrapper {
    max-height: fit-content;
    overflow-y: visible;
    padding-right: 0px;
    padding-left: 10px;
  }
  #local address {
    margin-bottom: 10px;
  }
  #other-model h1 {
    font-size: 1.8em;
  }
  .gray-omodel {
    padding: 40px 30px 70px 30px;
    text-align: center;
  }
  #other-model .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  #other-model .form-control {
    margin-bottom: 10px;
  }
  #other-model .btn {
    margin: 15px 0px;
  }
  #test-drive h1 {
    font-size: 1.8em;
  }
  #test-drive .form-control {
    margin-bottom: 10px;
  }
}
/*--------------------------------------------------------------
>>> RESPONSIVE DETALLE-PRODUCTO
----------------------------------------------------------------*/
/* descargar ficha tecnica */
#chars .download-ficha-tecnica {
  height: 32px;
  width: 28px;
}
/* grid caracteristicas */
.charsMobile__grid {
  display: none;
}

@media screen and (max-width: 991px) {
  /*Hero Banner*/
  .info-box-container {
    width: auto;
    height: auto;
    top: initial;
    transform: none;
    bottom: 20px;
  }
  #product-banner::after {
    height: auto;
    top: 0;
  }
  /*Caracteristicas*/

  /* slider caracteristicas */
  #chars .swiper {
    display: none;
  }
  /* grid caracteristicas */
  .charsMobile__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .charsMobile__gridItem {
    text-align: center;
  }
}

@media screen and (max-width: 575px) {
  /*Hero Banner*/
  #product-banner::after {
    height: auto;
    top: 0;
    background: linear-gradient(
      360deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0) 80%,
      rgba(0, 0, 0, 0) 100%
    );
  }

  #product-banner .info-box .region-section,
  #product-banner .info-box .color-desc {
    display: none;
  }

  #product-banner .info-box hr {
    display: none;
  }

  .info-box-container {
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
  }

  #product-banner .info-box-container .article h1,
  #product-banner .info-box-container .article h2,
  #product-banner .info-box-container .article .price,
  #product-banner .info-box-container .article span {
    font-weight: bold;
  }
  /* slider versiones */
  #versions .swiper .swiper-wrapper .swiper-slide {
    flex-shrink: 1 !important;
  }

  /*address*/
  #local .address {
    overflow-y: auto;
    max-height: 410px;
  }

  /* detalle producto nuevo */

  #buy.info-box-container,
  #buy.info-box-container .region-section,
  #buy.info-box-container .color-desc {
    display: flex;
  }

  #buy.info-box-container {
    justify-content: center;
  }

  #buy.info-box-container .article hr {
    display: block;
  }

  #buy.info-box-container .region-section, #buy.info-box-container .color-desc, #buy.info-box-container hr{
    display: none !important;
  }
}

/*--------------------------------------------------------------
>>> SLIDER TABS
----------------------------------------------------------------*/
.sliderTab {
}
.sliderTab__controls {
  justify-content: space-evenly;
}
.sliderTab__controls .buttonColor {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 100%;
}

.sliderTab__controls .buttonColor.buttonColor--green {
  background-color: #a7d800;
}

.sliderTab__controls .buttonColor.buttonColor--blue {
  background-color: #136987;
}

.sliderTab__controls .buttonColor.buttonColor--gray {
  background-color: #5e6c76;
}

.sliderTab__controls .buttonColor.buttonColor--lightGray {
  background-color: #e2e2e2;
}

.sliderTab__controls .buttonColor .buttonColor__name {
  position: absolute;
  bottom: -185%;
  left: -100%;
  width: 100px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

/* animation */
.buttonColor.nav-link.active > .buttonColor__name {
  visibility: visible;
  opacity: 1;
}


/*--------------------------------------------------------------
>>>> COLOR-GRADIENT-MOVIL
---------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .color-gradient #car-details h3 {
    font-size: 18px;
  }
  .color-gradient #car-details h1 {
    font-size: 24px;
  }
  .color-gradient #car-details h2 {
    font-size: 35px;
  }
  .color-gradient #car-details .col.text-center{
    text-align: end !important;
  }
}
/*--------------------------------------------------------------
>>> RESPONSIVE GRID-COMPRAR-CONFIG-MOVIL
----------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .white-select {
    padding: 45px 30px;
  }

  #payment-method .white-select .movil-align{
      justify-content: left !important;
  }
  #payment-method .white-select{
    padding: 45px 50px;
  }

  /*.payment-box {
    top: -90px;
  }*/
}
/*--------------------------------------------------------------
>>> RESPONSIVE GRID-COMPRAR-NUEVO
----------------------------------------------------------------*/
/* color */
.region-section p {
  color: var(--light-text-color);
}

.region-section img{
  height: 25px;
  width: 20px !important;
}

/* AGREGAR ... AL TEXTO PARA QUE NO SE DESBORDE O SALTE DE LINEA */
.region-section .sucursal p, .char-box .version p, .char-box .sucursal p, .transmision p{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  /* car article  */
  #product-list.product-list article {
    margin: 0;
    padding: 1rem;
  }

  #product-list.product-list article h1,
  #product-list.product-list article h2 {
    font-weight: bold;
  }

  #product-list.product-list article hr:nth-of-type(2) {
    display: none;
  }
  #product-list.product-list article .color-desc {
    font-size: 0.75rem;
  }
  /*link más información */
  .more-info-btn {
    margin: 5px 0px 15px 0px;
  }

  /* btn comprar */
  #product-list.product-list article .btn {
    margin: 0;
    padding: 6px 12px;
  }

  .woocommerce-ordering .select-order{
    display:none;
  }

  #product-list.product-list article h1, #product-list.product-list article .price{
    font-size: 16px;
  }

  /*#product-list.product-list article .color-desc{
    display: none;
  }*/

  #product-list.product-list article .more-info-btn {
    margin: 10px 0px 10px 0px;
    font-size: 15px;
  }

  .single-modelo #chars {
    padding: 60px 30px;
  }

  .single-modelo #other-model {
    background: var(--dark-color);
    margin: 50px 0px;
    padding: 50px 0px 60px 0px;
  }


  /* layout responsive of filters */

  .title-buy-cars {
    font-family: "Open Sans";
    font-weight: 800;
    font-size: 1.875rem;
    line-height: 50px;
    padding-top:0 !important;
  }
  #breadcrumb {
    opacity: 1;
  }

  /*
  .sidebar-filter {
    padding: 20px;
  }
  */
}

/*--------------------------------------------------------------
>>> ZOOM SLIDE GALERY
----------------------------------------------------------------*/
.medium-zoom--opened .medium-zoom-overlay {
  z-index: 5;
}

.medium-zoom-image--opened {
  z-index: 10;
}

.woocommerce-notices-wrapper {
  margin-bottom: 2rem;
}

.woocommerce-message, 
.woocommerce-info, 
.woocommerce-error {
  color: white;
  padding: 1em 1.5em;
  border-radius: 7px;
  margin-bottom: 1rem;
  list-style-type: none;
}

.woocommerce-message *, 
.woocommerce-info *, 
.woocommerce-error * {
  color: inherit;
}

.tax-product_cat ul.products li.product {
  padding-right: 0.25rem;
  padding-left: 0.25rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.woocommerce-notices-wrapper:empty {
  display: none !important;
}

/*--------------------------------------------------------------
>>> HOME CHANGES(QA)
----------------------------------------------------------------*/

/* sticky contact */
#contact-float{
  display: block;
  z-index: 20;
}
.gray-contat{
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #fff; 
  border-radius: 35%;
}

.gray-contat p{
  display: none;
}

@media screen and (min-width: 1200px) {
  .gray-contat{
    display: block;
    /*padding-block: 12px;
    padding-inline: 12px;*/
    height: 90px;
    width: auto;
    max-width: 98px;
    max-height: 68px;
    border-radius: 20px;
    padding: 0;
    min-width: 98px;
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    cursor: pointer;
  }

  .gray-contat p{
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
  }

}

/* find cart */
#find-car-home .nav-item{
  margin-inline-end: 16px;
}

#find-car-home .nav-link{
  padding-inline:0;

}

#find-car-home .nav-link.active {
  border-bottom: 3px solid var(--light-color);
  
}

/* contact modal */
#hmotores-contact-modal .modal-content, #hmotores-info-atencion-modal .modal-content{
  background-color:#5D626B ;
  border: none;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  max-width: 600px;
    margin: 0 auto;
}
#hmotores-contact-modal .modal-header, #hmotores-info-atencion-modal .modal-header{
  padding: 15px 35px 0 35px;
}
#hmotores-contact-modal .modal-title, #hmotores-info-atencion-modal .modal-title{
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5;
  color: #fff;
  border-bottom: 1px solid rgb(226 226 226 / 30%);
  margin-top:20px;
}


#hmotores-contact-modal .modal-body, #hmotores-info-atencion-modal .modal-body{
  padding: 35px 35px 0 35px;
}
#hmotores-contact-modal .btn-close, #hmotores-info-atencion-modal .btn-close{
  filter: invert(100%);
}

#hmotores-contact-modal label, #hmotores-contact-modal .modal-body p, #hmotores-contact-modal .modal-body p b, #hmotores-info-atencion-modal .modal-body p b, #hmotores-info-atencion-modal .modal-body p, #hmotores-info-atencion-modal label{
  color: white;
}

#hmotores-contact-modal .form-control, #hmotores-info-atencion-modal .form-control{
  margin-bottom: 0;
}

#hmotores-contact-modal .form-control[aria-invalid="true"]::placeholder{
  /* margin-bottom:30px; */
  color: red;
  font-weight: 700;
}

#hmotores-contact-modal .wpcf7-not-valid-tip{
  /*display: none;*/
}

#hmotores-contact-modal .wpcf7-form .wpcf7-not-valid-tip {
  position: relative;
  top: 5px;
  font-size: 0.8em;
}

#hmotores-contact-modal .wpcf7-not-valid-tip {
  color: #fff;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

#hmotores-contact-modal input[type="submit"]{
  order: 2;
  padding: 0 30px;
  max-width: 130px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 54px;
  border: none;
  font-weight: 100 !important;
}

#hmotores-contact-modal .wpcf7-response-output{
  color: #fff;
  position: absolute;
    bottom: 15px;
    max-width: 250px;
    padding: 1rem;
    font-size: 0.9rem;
}

#hmotores-contact-modal form.invalid .wpcf7-response-output{
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  padding: 0 0 0 45px !important;
}
#hmotores-contact-modal .modal-content form .modal-body .row div[class*='col-md-']{
  margin-bottom:15px;
}
@media (min-width:1200px){
  #hmotores-contact-modal .wpcf7-response-output{
    max-width: 250px;
    font-size: 12px;
    padding: 0 0 0 45px !important;
  }
}

/*--------------------------------------------------------------
>>> TOOLTIPSER
----------------------------------------------------------------*/

.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
  background: #252525; /* var(--dark-color); */
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #252525; /* var(--dark-color); */
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #252525; /* var(--dark-color); */
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #252525; /* var(--dark-color); */
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #252525; /* var(--dark-color); */
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
  left: 18px !important;
}

.price-detail{
  color: #fff;
}

/** VENDE TU AUTO **/
.info-cards .info-card:nth-child(even) .row{
  flex-direction: row-reverse
}
.info-cards .info-card:nth-child(even) .row .row{
  flex-direction: inherit;
}
.info-cards .info-card:nth-child(even) .row > .col-lg-7,
.info-cards .info-card:nth-child(odd) div[class*="col-lg-"]:last-child{
  padding-left: 0;
}
.info-cards .info-card:nth-child(even) div[class*="col-lg-"]:last-child,
.info-cards .info-card:nth-child(odd) .row > .col-lg-7{
  padding-right: 0;
}



/** OTROS MATIAS PAILLALEF */
.btn-check:active+.btn-secondary:focus, 
.btn-check:checked+.btn-secondary:focus, 
.btn-secondary.active:focus, 
.btn-secondary:active:focus, 
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: none !important;
}
.dropdown-menu{
  display:none !important;
}
.dropdown-menu.show {
  display: block !important;
}
.hmotores-carousel--oportunidades .swiper-slide .row > div[class*="col-md-"]:first-child{
  padding-right: 0;
  position: relative;
}
.hmotores-carousel--oportunidades .swiper-slide .row > div[class*="col-md-"]:last-child{
  padding-left: 0;
}
.hmotores-carousel--oportunidades .swiper-pagination{
  position: relative;
  bottom: 0;
  text-align: left;
  margin-top: 70px;
}
.hmotores-carousel--oportunidades .swiper-pagination-bullet, .hmotores-carousel--explora .swiper-pagination-bullet, .hmotores-carousel--match .swiper-pagination-bullet{
  height: 10px;
  width:10px;
  background: var(--light-color);
  opacity: 1;
}
.hmotores-carousel--oportunidades .swiper-pagination-bullet-active, .hmotores-carousel--explora .swiper-pagination-bullet-active, .hmotores-carousel--match .swiper-pagination-bullet-active{
  background: var(--primary-first);
}
#accordionPanelsFilter .accordion-item{
  /*position:relative;*/
}
#accordionPanelsFilter .accordion-collapse{
  position: relative;
}

/** TAB ORDEN DE COMPRA **/
.tab-content.payment-type{
    border: 5px solid #fff;
    border-radius: 15px;
    padding: 25px;
  }
.tab-content.payment-type .tab-pane #filterPanelsMetodo .accordion-body  li i::before,
.payment-box #filterPanelsMetodo .accordion-body li i::before,
.payment-box .dropdown-menu li i::before{
  content: "";
}
.tab-content.payment-type .tab-pane:first-child.active #filterPanelsMetodo .accordion-body li:first-child i::before,
.tab-content.payment-type .tab-pane:nth-child(2).active #filterPanelsMetodo .accordion-body li:nth-child(2) i::before,
.tab-content.payment-type .tab-pane:last-child.active #filterPanelsMetodo .accordion-body li:last-child i::before,
.payment-box #filterPanelsMetodo .accordion-body li .active i::before,
.payment-box .dropdown-menu li .active i::before{
  content: "\f00c";
}
.payment-box{
  position:relative;
}
.payment-box #accordionPanelsFilter{
  position: absolute;
  right: 25px;
  top:25px;
  z-index:9;
  width: 33.33333%;
}
.payment-box .dropdown-item.active, 
.payment-box .dropdown-item:active,
.payment-box .nav-link.active {
  background-color: transparent !important;
}

/** LOGIN MODAL*/
#loginModal .btn-close{
  position: absolute;
  top: 15px;
  right: 15px;
}
@media screen and ( max-width: 767px ){
  #steps-to-buy .item-container .separator {
    transform: translateY(0%);
  }
  .swiper-tab{
    margin-bottom: 25px;
  }
  .swiper-wrapper.nav{
    display: flex;
    flex-flow: row nowrap;
  }
  #steps-to-buy ul {
    justify-content: initial;
  }
  .search-cars{
    max-width: 220px;
    margin: 0 auto;
  }
  #pasos-compra .row:first-child > div[class*="col-lg-"]{
    padding:0 15px;
  }
  .line-up {
    height: 45px;
    top: -22px;
  }
  .line-fix {
    height: 55px;
  }
  .hmotores-carousel--marcas{
    padding:0 50px;
  }
  .hmotores-carousel--marcas .swiper-slide{
    margin-top:0 !important;
  }

  #oportunidades{
    background: #252525;
    padding: 65px 15px 100px 15px;
  }
  .desc-container{
    height:auto;
  }
  #oportunidades img {
    height: auto;
    margin-bottom: 15px;
  }
  #oportunidades .btn {
    padding: 0 15px;
    border: 1px solid var(--light-color);
    height: 55px;
    line-height: 55px;
    max-width: 180px;
    margin: 0 auto;
  }
  .hmotores-carousel--oportunidades .swiper-pagination {
    margin-top: 15px;
    text-align: center;
  }
  #explora-home .dropdown-toggle{
      background: transparent;
      border: none;
      text-transform: uppercase;
      color: white;
      width: auto;
      padding: 0;
  }
  #explora-home .dropdown-toggle span{
    color:white;
    border-bottom: 3px solid;
    padding-bottom: 4px;
  }
  #explora-home .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0;
    vertical-align: 0;
    content: "";
    border-top: none;
    border-right: none;
    /* border-bottom: 0; */
    border-left: none;
    font-family: swiper-icons;
    font-size: 12px;
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    content: 'next';
    transform: rotate(90deg);
    margin-left: 10px;
  }
  #explora-home .dropdown-menu.show {
    display: block !important;
    width: 90%;
    transform: translate(-50%, 50px) !important;
    margin: 0 auto !important;
    left: 50% !important;
    border: none;
  }
  #explora-home .dropdown .nav-tabs .nav-link{
    color:black;
  }
  #explora-home .dropdown .nav-tabs .nav-link.active{
    color:#D22020;
  }
  .payment-box #accordionPanelsFilter {
    position: relative;
    right: 0;
    width: 95%;
    margin: 0 10px;
    top: 350px;
  }
  .payment-box .texto-descriptivo{
    /*top: 70px;*/
    position: relative;
    /*padding-bottom: 65px;*/
  }
  .filter-form .accordion-item {
    margin-bottom: 40px;
  }
  .dropdown-menu {
    width: 100%;
  }

  #loginModal .modal-body {
    padding: 0;
  }
  #loginModal .modal-content {
    padding: 0;
  }
  #loginModal .modal-content {
    padding: 0;
    background: transparent;
    border: none;
    background: #e2e2e2;
    padding: 10px;
  }
  #loginModal .nav-item{
    width: 47%;
    max-width:48%;
  }
  #loginModal .nav-link{
    background: white;
    color:#5e6c76;
    width: 100%;
    border-radius: 8px 8px 0 0;
    height: 40px;
  }
  #loginModal .nav-link.active{
    background: #5e6c76;
    color:white;
  }
  #loginModal .gray-login {
    border-radius: 0 0 7px 7px;
  }
  #loginModal .btn-close {
    position: absolute;
    top: -40px;
    right: 5px;
    background-color: white;
  }
  #loginModal .modal-nav .nav{
    display: flex;
    justify-content: space-between;
  }
  .sticky-wrapper{
    height: 75px;
    z-index: 1050;
    position: relative;
  }
}

.file-wrap {
  background: white;
  border-radius: 7px;
  height: calc(1.5em + 26px + 2px); /* line-height + padding + border */
  margin-bottom: 30px;
}

.file-wrap > * {
  margin-right: 10px;
}

.file-icon {
  padding: 10px;
  background: #F1F1F1;
  border-radius: 7px 0 0 7px;
  height: 100%;
  margin-right: 0.75em;
}

.file-icon img {
  width: auto;
  height: 100%;
}

.file-info a {
  white-space: nowrap;
  color: var(--light-text-color);
  text-overflow: ellipsis;
  overflow: hidden;
}

.file-actions a {
  font-size: 1.25em;
  line-height: 1.25em;
  color: var(--light-text-color);
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.step-form-wrapper form {
  padding-top: 0.25rem;
}

/*--------------------------
          RESERVA
---------------------------*/
#reserva_modal.dark-modal .modal-content {
  background: #252525;
}
#reserva_modal.dark-modal .modal-lg, .dark-modal .modal-xl{
  max-width: 600px;
}

/*--------------------------
       FINANCIAMIENTO
       --------------------*/
.opcion-pago .op_i{     
  position: relative;
  top: 30px;
}
.btn-opi{
  background: transparent;
    border: 1px solid var(--dark-color);
    white-space: nowrap;
    color: var(--dark-color);
    display: block !important;
}

.btn-check:focus + .btn-opi, .btn-opi:focus {
  color: #5d626b;
  background-color: #e2e2e2;
  border-color: #5d626b;
  box-shadow: none;
}

.btn-check:checked + .btn-opi, .btn-opi.active, .btn-opi:active, .show>.btn-opi.dropdown-toggle {
  color: #fff;
  background-color: #5d626b;
  border-color: #5d626b;
}

@media screen and ( max-width: 767px ){
  .opcion-pago .op_i{
    text-align: center;
  }
  .opcion-pago .op_i{     
    position: relative;
    top: 0px;
  } 
}


/*-------------------
      CONFIRMATION
-------------------*/

#financiamiento .payment-type p *,  #tasar-auto .gray-result p *{
  color: #ffffff;
}

#reserva .form-wrapper, #financiamiento .form-wrapper, #servicios .form-wrapper, #tasar-auto .form-wrapper {
  border: 5px solid #fff;
  border-radius: 15px;
  padding: 25px;
}
/*-------------------
        ACCOUNT
--------------------*/

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-accountpassword a:before{
	content: "\F47B";
  float: right;
  font-family: "bootstrap-icons";
}
 
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before{
  content: "\F4FF";
  float: right;
  font-family: "bootstrap-icons";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-accountaccount a:before{
  content: "\F4CA";
  float: right;
  font-family: "bootstrap-icons";
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before{
  content: "\F242";
  float: right;
  font-family: "bootstrap-icons";
}

.woocommerce-account #page.single-page{
  background-color: rgb(226, 226, 226);
}
.woocommerce-EditAccountForm .form-edit-account, .woocommerce-MyAccount-content .dashboard{
  border: 6px solid #fff;
  padding: 20px;
  border-radius: 15px;
}

.content-my-account{
  margin-top: 50px;
  margin-bottom: 50px;
}


#confirm-logout .modal-content, #confirm-orden .modal-content{
  padding: 50px 20px;
}

#confirm-logout .modal-dialog, #confirm-orden .modal-dialog{
  max-width: 100%;
}

#financiamiento_modal .modal-footer{
  justify-content: center;
}

@media only screen and (min-width: 769px) {
  /*.woocommerce-account .woocommerce-MyAccount-navigation {
      float: left;
      width: 33%;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 77%;
  } */
  #confirm-logout .modal-dialog, #confirm-orden .modal-dialog{
    max-width: 50%;
  }
  .woocommerce-account #page.single-page{
    margin-bottom: 0;
    padding-top: 50px;
  }
  .logged-in.woocommerce-account #page.single-page{
    margin-bottom: 0;
    padding-top: 0px;
  }
}
  .sidebar-account{
    background-color: #252525;
    padding-top: 10px;
    padding-bottom: 100px;
    padding-left: 40px;
    position:relative;
  }

  
  #select-type-car .left-item-sidebar{
    float: left;
  }

  #select-type-car .right-item-sidebar{
    float: right;
  }
  #select-type-car .right-item-sidebar a{
    margin-right: 0 !important;
  }

  .sidebar-account::before{
    content:'';
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:#252525;
   }

  .msg-welcome{
    color: white;
  }
  .sidebar-account h2 {
    font-size: 1.8em;
    font-weight: 800;
    color: #fff;
  }
  li.woocommerce-MyAccount-navigation-link{ 
    background: #5E6C76;
    padding: 12px;
    border-radius: 6px;
    margin: 10px 0px;
  }
  li.woocommerce-MyAccount-navigation-link a{
    color: #fff;
    display: block;
  }
  .woocommerce-MyAccount-navigation ul{
    padding-right: 15px;
    padding-left: 0px;
  }

  .pedido-orden-data{
    background-color: #fff;
    border-radius: 10px 10px 0px 0px;
  }

  li.woocommerce-MyAccount-navigation-link:hover, li.woocommerce-MyAccount-navigation-link.is-active{
    background: #fff;
  }

  li.woocommerce-MyAccount-navigation-link:hover a, li.woocommerce-MyAccount-navigation-link.is-active a{
    color: #5E6C76;
  }
  .woocommerce-MyAccount-content .dark-background{
    border-bottom: 0px;
    border-radius: 0px 0px 10px 10px;
  }

  .woocommerce-MyAccount-content .nsl-container{
    text-align: center !important;
  }

  .woocommerce-MyAccount-content .info-orden-cuenta{
    text-align: center;
    color: #fff;
    text-decoration: underline;
  }
  .account-btn{
    float: right;
  }
  

/*--------------------------------------------------------------
>>> QA MOVILE TABLET
----------------------------------------------------------------*/

.grid-arrows {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
}
.arrow-container {
  position: relative;
}
.arrow {
  position: absolute;
  top: 0px;
  right: -20%;
}
.hmotores-carousel--oportunidades .swiper-pagination {
  position: absolute;
  bottom: 15px;
  left: 45px;
}
.accordion-button:not(.collapsed) .circle-container-faqs p {
  display: block;
}
.circle-container-faqs p {
  display: block;
}
#hmotores-contact-modal .btn-close {
  position: relative;
  top: 5px;
}
.gray-contat {
  cursor: pointer!important;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-light .navbar-nav .nav-link {
      font-size: .9rem;
      white-space: nowrap;
    }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  #oportunidades .desc-container {
    padding: 30px;
  }
  .hmotores-carousel--oportunidades .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 991px) {
    .grid-arrows {
      grid-template-columns: repeat(2, 1fr);
  }
  .hmotores-carousel--oportunidades .swiper-pagination {
    position: relative;
    bottom: 15px;
    left: auto;
  }
  #oportunidades .desc-container {
      min-height: 350px;
  }  
  .grid-arrows .arrow-container:nth-child(2) .arrow {
    display: none!important;
  }
  #menu-nuestras-marcas li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
    .grid-arrows {
      grid-template-columns: repeat(2, 1fr);
      grid-auto-rows: 2fr;
  }
}

.added-options {
  position: relative;
  right: auto;
  top: 3px;
}
.mr-10 {
    margin-right: 10px;
}
select.price-subrange {
  top: 0px;
}
.select-order ul.inline-list {
  margin-bottom: 5px;
}
ul#step-tabs li {
    max-width: 11%;
    overflow: hidden;
}

.select-medio .btn-check + .custom-check {
  align-items: start;
  position: relative;
}
.select-medio .custom-check i, #select-medio i {
  position: relative;
  top: -1px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .info-box-container {
      left: 5%;
      bottom: 5%;
    }
}
@media screen and (min-width: 768px) and (max-width: 1399px) {
    .preeval .btn {
      white-space: initial;
      display: block;
      width: fit-content;
      text-align: center;
      padding: 10px 20px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    /*#select-type-car .sidebar-car ul li {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }*/
    #similar-owl .region-section .col-4 {
        display: none;
    }
    #similar-owl .region-section .col-8.text-end.sucursal {
        width: 100%;
        text-align: left!important;
    }
    .dark-background #orden-details .status-box p {
      font-size: .75rem;
    }
    .grid-pasos {
      grid-template-columns: repeat(3, 1fr);
      grid-auto-rows: 1fr;
      align-self: center;
      justify-self: center;
    }

}
@media screen and (min-width: 992px) and (max-width: 1199px) {
    .btn {
      padding: 10px 30px;
    }
    .more-info-btn {
      margin: 25px 0px 15px 0px;
      font-size: .9rem;
    }
    #navbarSupportedContent {
      width: 140%;
      left: -20%;
    }
    .select-type-car-mobile li a, #select-type-car li a {
      font-size: 0.85em;
    }
}
@media screen and (max-width: 1199px) {
    #steps-to-buy li.nav-item {
        max-width: 20%;
    }
    #steps-to-buy p {
      min-height: 60px;
    }
    #steps-to-buy .item-container .separator {
      transform: translateY(120%);
    }
}

@media screen and (max-width: 991px) {
    #navbarSupportedContent {
        width: 110%;
        padding: 30px;
        background: #252525;
        margin: 0px;
        position: absolute;
        top: 75px;
        left: -15px;
    }
    header .navbar {
      position: initial;
    }
    body {
        padding-right: 0px!important;
    }    
    .sidebar-account::after {
        content: '';
        position: absolute;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100%;
        background: #252525;
    }
    .navbar-light .navbar-nav .nav-item.active .nav-link {
      color: #A4A4A4;
    }
    .navbar-light .navbar-nav .nav-item.active .nav-link:after {
      background: #A4A4A4;
    }
}

@media screen and (max-width: 768px) {
    .navbar-brand img {
      left: -5px;
    }
    .navbar-light .navbar-toggler {
      right: -5px;
    }
}
.info-sticky {
    position: sticky;
    top: 95px;
}
@media screen and (max-width: 991px) {
    .color-gradient .col-lg-3::after {
      content: "";
      background: #d2201f;
      width: 100vw;
      height: 100%;
      display: block;
      position: absolute;
      right: -100vw;
      top: 0px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-light .navbar-nav .nav-item.active .nav-link::after {
      left: calc(50% - 40px);
      bottom: -20px;
    }
    .info-cards .info-card:nth-child(2n) div[class*="col-lg-"]:last-child, .info-cards .info-card:nth-child(2n+1) .row > .col-lg-7 {
      padding-right: 12px;
    }
    .info-cards .info-card:nth-child(2n) .row > .col-lg-7, .info-cards .info-card:nth-child(2n+1) div[class*="col-lg-"]:last-child {
      padding-left: 12px;
    }
}

@media screen and (max-width: 768px) {
    .col.logo-footer {
        flex: 0 0 auto;
        width: 100%;
        margin-top: 5px;
        margin-bottom: 30px;
    }
    footer .col {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
  .step-head p {
    display: none;
  }
  .separator {
    display: none;
  }
  #steps-to-buy ul {
    justify-content: space-around!important;
  }
}

@media screen and (max-width: 991px) {
  #marca .box-marca:hover {
    transform: translateY(-1px);
  }
}

/******** Carousel Personalizar ********/

#personalizar_modal h1{
  font-size: 1.5rem;
}

#personalizar_modal h2{
  font-size: 1.2rem;
}

#personalizar_modal .modal-content h2 {
  font-weight: 500;
  border-bottom: 1px solid rgb(200 200 200);
  padding-bottom: 15px;
}

#personalizar_modal h3{
  font-size: 1rem;
}

#personalizar_modal .swiper-button-prev,#personalizar_modal .swiper-rtl .swiper-button-next {
  left: 0px;
  right: auto;
}

#personalizar_modal .swiper-button-next:after,#personalizar_modal .swiper-button-prev:after {
  color: rgb(0, 0, 0);
}

#personalizar_modal .swiper-button-next,#personalizar_modal .swiper-rtl .swiper-button-prev {
  right: 0px;
  left: auto;
}

#personalizar_modal .modal.show .modal-dialog {
  max-width: 400px;
}

@media (min-width: 768px) {
  .step-flex{
      flex: 1;
  }
}
@media (max-width: 769px) {
  #select-color .white-select .col-6{
      padding: 20px;
  }
}

/* Flechitas salen muy blancas */
.hmotores-carousel--marcas .swiper-button-next, 
.hmotores-carousel--marcas .swiper-button-prev{
  filter: brightness(0);
  display: block;
}

/* Eliminamos la opacidad que generaba que las flechas se volvieran grises al ponerse disabled*/
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
  opacity: 1;
}

div.swiper.hmotores-carousel--marcas{
  overflow: hidden;
  padding: 0 45px;
}
