@charset "UTF-8";
/*
Theme Name: Tienda Uniconcesionario
Description: Diseño de concesionaria.
Version: 1.0.1
*/
@import url("vendor/bootstrap/css/bootstrap.min.css");
@import url("vendor/fontawesome/css/fontawesome-all.min.css");
@import url("vendor/light-gallery/css/lightgallery.min.css");
@import url("vendor/light-slider/css/lightslider.min.css");
@import url("vendor/timepicker/jquery-ui-timepicker-addon.min.css");
@import url("vendor/jquery-ui/jquery-ui.min.css");
@import url("vendor/swiper/css/swiper.min.css");
@import url("vendor/jquery-ui/jquery-ui.min.css");
.color {
  color: #df2031;
}

.swiper-button-next:after, .swiper-button-prev:after{
  color: #303030;
}
.container16-9 {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.container16-9 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.badge-empty {
  padding: 50px;
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  background: #f2f2f2;
  border-radius: 5px;
  border: 3px dashed #d2d8dc;
  margin: 25px 0 45px 0;
}

.main-header {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 10px 0px 10px 0px;
}
.main-header .main-header__brand img {
  height: 40px;
}
.main-header .main-header__container {
  height: 70px;
  max-width: 1140px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
}
.main-header .main-header__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-header .main-header__nav > ul > li {
  position: relative;
}
.main-header .main-header__nav > ul > li.current-menu-item > a, .main-header .main-header__nav > ul > li.current-menu-parent > a {
  color: #df2031;
  -webkit-box-shadow: inset 0 -4px 0 0 #df2031;
          box-shadow: inset 0 -4px 0 0 #df2031;
}
.main-header .main-header__nav > ul > li.menu-item-has-children > a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 0 7px;
  border-color: transparent transparent transparent #df2031;
  margin-left: 3px;
}
@media (min-width: 768px) {
  .main-header .main-header__nav > ul > li.menu-item-has-children:hover > ul {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    pointer-events: auto;
  }
}
.main-header .main-header__nav > ul > li > a {
  color: black;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 0 10px;
  height: 70px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s -webkit-box-shadow;
  transition: 0.2s -webkit-box-shadow;
  transition: 0.2s box-shadow;
  transition: 0.2s box-shadow, 0.2s -webkit-box-shadow;
}
.main-header .main-header__nav > ul > li > a:hover {
  -webkit-box-shadow: inset 0 -4px 0 0 #df2031;
          box-shadow: inset 0 -4px 0 0 #df2031;
}
.main-header .main-header__nav > ul > li > ul {
  position: absolute;
  background-color: #df2031;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0;
  margin: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  pointer-events: none;
  -webkit-transition: 0.3s opacity, 0.3s -webkit-transform;
  transition: 0.3s opacity, 0.3s -webkit-transform;
  transition: 0.3s opacity, 0.3s transform;
  transition: 0.3s opacity, 0.3s transform, 0.3s -webkit-transform;
}
.main-header .main-header__nav > ul > li > ul a {
  color: white;
  font-size: 14px;
  font-weight: 600;
  padding: 15px;
  width: 100%;
  white-space: nowrap;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.main-header .main-header__nav > ul > li > ul a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.main-header .main-header__nav > ul > li > ul:last-child a {
  border-bottom: 0;
}
.main-header .main-header__mobile {
  display: none;
}
@media (max-width: 992px) {
  .main-header .main-header__brand img {
    height: 25px;
  }
  .main-header .main-header__nav > ul > li > a {
    font-size: 13px;
    padding: 0 5px;
  }
  .main-header .main-header__nav > ul > li.current-menu-item > a, .main-header .main-header__nav > ul > li.current-menu-parent > a {
    color: white !important;
  }
}
@media (max-width: 768px) {
  .main-header.js-menu-active .main-header__nav {
    pointer-events: auto;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .main-header .main-header__container {
    height: 60px;
    padding-right: 0;
    padding-left: 10px;
  }
  .main-header .main-header__nav {
    position: absolute;
    background: #df2031;
    left: 0;
    right: 0;
    top: 60px;
    max-height: calc(100vh - 60px);
    overflow: auto;
    pointer-events: none;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.4s -webkit-transform;
    transition: 0.4s -webkit-transform;
    transition: 0.4s transform;
    transition: 0.4s transform, 0.4s -webkit-transform;
  }
  .main-header .main-header__nav > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-header .main-header__nav > ul > li > a {
    height: 50px;
    color: white;
    padding: 0 15px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .main-header .main-header__nav > ul > li.menu-item-has-children > a {
    position: relative;
  }
  .main-header .main-header__nav > ul > li.menu-item-has-children > a:after {
    content: none;
  }
  .main-header .main-header__nav > ul > li.menu-item-has-children .btn-submenu {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-header .main-header__nav > ul > li.menu-item-has-children .btn-submenu:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 5px 0 5px;
    border-color: #fff transparent transparent transparent;
  }
  .main-header .main-header__nav > ul > li > ul {
    position: relative;
    background: rgba(0, 0, 0, 0.15);
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    display: none;
  }
  .main-header .main-header__nav > ul > li > ul.active {
    pointer-events: auto;
    display: block;
  }
  .main-header .main-header__mobile {
    display: block;
  }
  .main-header .main-header__mobile .btn-menu {
    width: 50px;
    height: 50px;
    background: transparent;
    border: 0;
  }
}

.main-footer {
  padding: 70px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#171717), to(black));
  background: linear-gradient(to bottom, #171717, black);
  margin-top: auto;
}
.main-footer .logo {
  display: inline-block;
  margin: auto;
  width: 350px;
  max-width: 100%;
  margin-bottom: 30px;
}
.main-footer .main-footer--title {
  color: white;
  font-weight: 600;
  letter-spacing: -0.04em;
  font-size: 25px;
}
.main-footer .main-footer--modelos {
  -webkit-column-count: 2;
          column-count: 2;
}
.main-footer .main-footer--modelos h5 {
  color: #df2031;
  font-size: 14px;
}
.main-footer .main-footer--modelos ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-footer .main-footer--modelos li:last-child {
  margin-bottom: 20px;
}
.main-footer .main-footer--modelos a {
  color: white;
  font-size: 14px;
}
.main-footer .main-footer--wp .item-wp {
  color: white;
  font-size: 13px;
  margin-bottom: 10px;
}
.main-footer .main-footer--wp .item-wp img {
  width: 18px;
}
.main-footer .main-footer--wp .item-wp a {
  color: white;
  -webkit-text-decoration-color: #df2031;
          text-decoration-color: #df2031;
  text-decoration-thickness: 2px;
  text-underline-position: under;
}
.main-footer .main-footer--wp .item-wp a.wp:before {
  content: url("img/icon-whatsapp-green.svg");
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: -2px;
  margin-left: 5px;
}
.main-footer .main-footer--enlaces .nav {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-count: 2;
          column-count: 2;
}
.main-footer .main-footer--enlaces .nav a {
  font-size: 13px;
  color: #fff;
  display: inline-block;
}
.main-footer .main-footer--enlaces .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  text-align: left;
  -webkit-column-count: 2;
          column-count: 2;
}
.main-footer .main-footer--enlaces .nav ul.sub-menu {
  display: none;
}
.main-footer .main-footer--enlaces .nav li {
  display: block;
}
.main-footer .main-footer--social a {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  border: 1px solid #e6e6e6;
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 3px;
  background-color: white;
}
.main-footer .main-footer--social a.facebook {
  background-image: url("img/icon-facebook-black.svg");
}
.main-footer .main-footer--social a.twitter {
  background-image: url("img/icon-twitter-black.svg");
}
.main-footer .main-footer--social a.instagram {
  background-image: url("img/icon-instagram-black.svg");
}
.main-footer .main-footer--social a.youtube {
  background-image: url("img/icon-youtube-black.svg");
}
.main-footer .main-footer--social a.linkedin {
  background-image: url("img/icon-linkedin-black.svg");
}
.main-footer .main-footer--social a.whatsapp {
  background-image: url("img/icon-whatsapp-black.svg");
}
.main-footer .main-footer--social a.email {
  background-image: url("img/icon-envelope-black.svg");
}
.main-footer .main-footer--contacto-menu ul {
  margin: 20px 0 25px 0;
  padding: 0;
  list-style: none;
}
.main-footer .main-footer--contacto-menu a {
  color: white;
  font-size: 13px;
}

.custom-input input[type="text"], .custom-input input[type="email"], .custom-input input[type="number"], .custom-input select, .custom-input textarea {
  border: 1px solid #3d3a3b;
  margin-bottom: 10px;
  min-height: 40px;
  padding-left: 10px;
  font-family: "Inter", "San Francisco", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  -webkit-transition: .3s box-shadow, .3s border-color;
  transition: .3s box-shadow, .3s border-color;
}
.custom-input input[type="text"]::-webkit-input-placeholder, .custom-input input[type="email"]::-webkit-input-placeholder, .custom-input input[type="number"]::-webkit-input-placeholder, .custom-input select::-webkit-input-placeholder, .custom-input textarea::-webkit-input-placeholder {
  color: black;
  opacity: 1;
}
.custom-input input[type="text"]:-moz-placeholder, .custom-input input[type="email"]:-moz-placeholder, .custom-input input[type="number"]:-moz-placeholder, .custom-input select:-moz-placeholder, .custom-input textarea:-moz-placeholder {
  /* Firefox 18- */
  color: black;
  opacity: 1;
}
.custom-input input[type="text"]::-moz-placeholder, .custom-input input[type="email"]::-moz-placeholder, .custom-input input[type="number"]::-moz-placeholder, .custom-input select::-moz-placeholder, .custom-input textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
  opacity: 1;
}
.custom-input input[type="text"]:-ms-input-placeholder, .custom-input input[type="email"]:-ms-input-placeholder, .custom-input input[type="number"]:-ms-input-placeholder, .custom-input select:-ms-input-placeholder, .custom-input textarea:-ms-input-placeholder {
  color: black;
  opacity: 1;
}
.custom-input input[type="text"]:focus, .custom-input input[type="text"]:active, .custom-input input[type="email"]:focus, .custom-input input[type="email"]:active, .custom-input input[type="number"]:focus, .custom-input input[type="number"]:active, .custom-input select:focus, .custom-input select:active, .custom-input textarea:focus, .custom-input textarea:active {
  outline: none;
  -webkit-box-shadow: 0 0 4px #b72b4d;
          box-shadow: 0 0 4px #b72b4d;
  border-color: #b72b4d;
}
.custom-input textarea {
  min-height: 100px;
  padding-top: 5px;
}
.custom-input .checkbox {
  margin-bottom: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.custom-input .checkbox input[type="checkbox"] {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.custom-input .checkbox input[type="checkbox"]:checked + label:before {
  border-color: #df2031;
  background-color: #df2031;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: center;
}
.custom-input .checkbox label {
  margin: 0 0 0 5px;
  font-size: 14px;
  font-family: "Inter", "San Francisco", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
.custom-input .checkbox label:before {
  cursor: pointer;
  content: '';
  width: 14px;
  height: 14px;
  display: inline-block;
  border: 1px solid #3d3a3b;
  position: absolute;
  left: 0;
  top: 4px;
  background-size: 0px;
  -webkit-transition: .2s background-color, .2s background-size;
  transition: .2s background-color, .2s background-size;
}

.msg-input .msg-error {
  background-color: #ff3434;
}
.msg-input .msg-success {
  background-color: #42b15c;
}
.msg-input .msg-error, .msg-input .msg-success {
  -webkit-animation: msg .5s 1;
          animation: msg .5s 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: fixed;
  top: 160px;
  max-width: 550px;
  width: 90%;
  padding: 15px 30px 15px 20px;
  color: white;
  z-index: 5000;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.2);
}
.msg-input .msg-close {
  color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
  top: calc(50% - 10px);
  cursor: pointer;
  right: 5px;
}
.msg-input .msg-close:hover {
  color: rgba(0, 0, 0, 0.25);
}
@-webkit-keyframes msg {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes msg {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.form-box--inline input[type="text"],
.form-box--inline input[type="email"],
.form-box--inline input[type="number"],
.form-box--inline select,
.form-box--inline textarea {
  width: 100%;
  border: 1px solid grey;
  margin-bottom: 5px;
  height: 35px;
  font-family: "Inter", "San Francisco", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 0 10px;
  font-size: 13px;
  background-color: white;
}
.form-box--inline textarea {
  min-height: 150px;
  padding: 5px 10px;
}

/*
** Back Top
*/
.back-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: #df2031;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  -webkit-transition: 0.2s opacity, 0.2s -webkit-transform;
  transition: 0.2s opacity, 0.2s -webkit-transform;
  transition: 0.2s opacity, 0.2s transform;
  transition: 0.2s opacity, 0.2s transform, 0.2s -webkit-transform;
  z-index: 1000;
}
.back-top.active {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.btn-blue {
  /*background: -webkit-gradient(linear, left top, left bottom, from(#1f5ea6), to(#323996));*/
  background: #df2031;
  color: white;
  padding: 0 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: 0.2s color, 0.2s background-color;
  transition: 0.2s color, 0.2s background-color;
  border: 0;
}
.btn-blue:hover {
  color: white;
  text-decoration: none;
  background-color: #171717;
}
.btn-blue[disabled] {
  opacity: 0.8;
  pointer-events: none;
}

.btn-red, .modal-consulta footer .form-box-button, .modal-usado footer .form-box-button, .form-box--collapse.form-box--center .form-box footer .form-box-button, .custom-pagination a {
  background-color: #df2031;
  color: white;
  padding: 0 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: 0.2s color, 0.2s background-color;
  transition: 0.2s color, 0.2s background-color;
  border: 0;
}
.btn-red:hover, .modal-consulta footer .form-box-button:hover, .modal-usado footer .form-box-button:hover, .form-box--collapse.form-box--center .form-box footer .form-box-button:hover, .custom-pagination a:hover {
  color: white;
  text-decoration: none;
  background-color: #9c1622;
}
.btn-red[disabled], .modal-consulta footer [disabled].form-box-button, .modal-usado footer [disabled].form-box-button, .form-box--collapse.form-box--center .form-box footer [disabled].form-box-button, .custom-pagination a[disabled] {
  opacity: 0.8;
  pointer-events: none;
}

.btn-white, .custom-pagination span {
  background-color: white;
  color: #df2031;
  padding: 0 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition: 0.2s color, 0.2s background-color;
  transition: 0.2s color, 0.2s background-color;
  border: 0;
}
.btn-white:hover, .custom-pagination span:hover {
  color: white;
  text-decoration: none;
  background-color: #df2031;
}
.btn-white[disabled], .custom-pagination span[disabled] {
  opacity: 0.8;
  pointer-events: none;
}

.btn-blue.icon,
.btn-white.icon,
.custom-pagination span.icon {
  line-height: 1;
}
.btn-blue.icon i,
.btn-white.icon i,
.custom-pagination span.icon i {
  margin-left: 10px;
}

.btn-form-top {
  background: -webkit-gradient(linear, left top, left bottom, from(#1f5ea6), to(#323996));
  background: #df2031;
  height: 45px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  border-radius: 0 0 5px 5px;
  color: white;
  font-size: 14px;
}
.btn-form-top i {
  margin-left: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform;
}
.btn-form-top:hover {
  color: white;
  text-decoration: none;
}
.btn-form-top[aria-expanded="true"] i {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.btn-white-border {
  color: #df2031;
  padding: 0 35px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: 0.2s color, 0.2s background-color, 0.2s -webkit-box-shadow;
  transition: 0.2s color, 0.2s background-color, 0.2s -webkit-box-shadow;
  transition: 0.2s color, 0.2s background-color, 0.2s box-shadow;
  transition: 0.2s color, 0.2s background-color, 0.2s box-shadow, 0.2s -webkit-box-shadow;
  border: 0;
  -webkit-box-shadow: inset 0 0 0 2px white;
          box-shadow: inset 0 0 0 2px white;
  color: white;
  -webkit-transform: skew(-5deg);
          transform: skew(-5deg);
}
.btn-white-border span {
  -webkit-transform: skew(5deg);
          transform: skew(5deg);
}
.btn-white-border:hover {
  -webkit-box-shadow: inset 0 0 0 2px transparent;
          box-shadow: inset 0 0 0 2px transparent;
  color: white;
  text-decoration: none;
  background-color: #df2031;
}
.btn-white-border[disabled] {
  opacity: 0.8;
  pointer-events: none;
}

.swiper-pagination {
  position: relative;
  line-height: 1;
  margin-top: 30px;
}
.swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px #df2031;
          box-shadow: inset 0 0 0 1px #df2031;
  background: transparent;
  opacity: 1;
  -webkit-transition: 0.2s background, 0.5s -webkit-transform;
  transition: 0.2s background, 0.5s -webkit-transform;
  transition: 0.5s transform, 0.2s background;
  transition: 0.5s transform, 0.2s background, 0.5s -webkit-transform;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: #df2031;
}
.swiper-pagination.swiper-pagination-bullets-dynamic {
  padding: 5px 0;
}
.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: rotate(45deg) scale(0.4);
          transform: rotate(45deg) scale(0.4);
  opacity: 0.33;
}
.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  opacity: 1;
}
.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: rotate(45deg) scale(0.7);
          transform: rotate(45deg) scale(0.7);
  opacity: 0.66;
}
.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev,
.swiper-pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: rotate(45deg) scale(0.4);
          transform: rotate(45deg) scale(0.4);
  opacity: 0.33;
}

.page-head-title h1 {
  font-size: 40px;
  color: black;
  font-weight: 800;
  letter-spacing: -0.05em;
}

.page-head {
  position: relative;
}
.page-head img {
  width: 100%;
  height: auto;
}
.page-head .head-item {
  position: relative;
  min-height: auto;
}
.page-head .head-item img {
  width: 100%;
  display: block;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-head .head-item .head-item--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%);
  bottom: 0;
  position: absolute;
  top: 0;
  min-height: auto;
}
.page-head .head-item .head-item--text .container {
  position: relative;
  z-index: 1;
}
.page-head .head-item .head-item--text h1 {
  color: white;
  margin: 0 0 30px 0;
  font-weight: 600;
  font-size: 50px;
  line-height: 1;
}
@media (max-width: 768px) {
  .page-head .head-item .head-item--text h1 {
    font-size: 30px;
  }
}
.page-head .head-item img {
  position: relative;
  height: auto;
}
.page-head .head-item .head-item--text {
  min-height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-head .swiper-button-prev {
  left: 5% !important;
}
.page-head .swiper-button-next {
  right: 5% !important;
}
@media (max-width: 1400px) {
  .page-head .swiper-button-prev {
    left: 10% !important;
  }
  .page-head .swiper-button-next {
    right: 10% !important;
  }
}
@media (max-width: 576px) {
  .page-head .swiper-wrapper {
    min-height: auto;
  }
  .page-head .swiper-button-prev,
  .page-head .swiper-button-next {
    display: none;
  }
}

.busqueda-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 15px;
}
.busqueda-input input[type="text"].general {
  width: 100%;
  border: 1px solid #ebebeb;
  min-height: 45px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjMuODIyIDIwLjg4bC02LjM1My02LjM1NGMuOTMtMS40NjUgMS40NjctMy4yIDEuNDY3LTUuMDU5LjAwMS01LjIxOS00LjI0Ny05LjQ2Ny05LjQ2OC05LjQ2N3MtOS40NjggNC4yNDgtOS40NjggOS40NjhjMCA1LjIyMSA0LjI0NyA5LjQ2OSA5LjQ2OCA5LjQ2OSAxLjc2OCAwIDMuNDIxLS40ODcgNC44MzktMS4zMzNsNi4zOTYgNi4zOTYgMy4xMTktMy4xMnptLTIwLjI5NC0xMS40MTJjMC0zLjI3MyAyLjY2NS01LjkzOCA1LjkzOS01LjkzOCAzLjI3NSAwIDUuOTQgMi42NjQgNS45NCA1LjkzOCAwIDMuMjc1LTIuNjY1IDUuOTM5LTUuOTQgNS45MzktMy4yNzQgMC01LjkzOS0yLjY2NC01LjkzOS01LjkzOXoiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 16px;
  margin-right: 15px;
  padding-left: 50px;
  -webkit-transition: 0.3s border-color, 0.3s -webkit-box-shadow;
  transition: 0.3s border-color, 0.3s -webkit-box-shadow;
  transition: 0.3s box-shadow, 0.3s border-color;
  transition: 0.3s box-shadow, 0.3s border-color, 0.3s -webkit-box-shadow;
}
.busqueda-input input[type="text"].general:focus, .busqueda-input input[type="text"].general:active {
  outline: none;
  -webkit-box-shadow: 0 0 4px #df2031;
          box-shadow: 0 0 4px #df2031;
  border-color: #df2031;
}
.busqueda-input input[type="text"].general:focus + .placeholder, .busqueda-input input[type="text"].general:active + .placeholder {
  display: none;
}
.busqueda-input .placeholder {
  font-size: 14px;
  top: 12px;
  position: absolute;
  left: 40px;
  pointer-events: none;
  white-space: nowrap;
}
.busqueda-input .btn-big--mobile {
  display: none;
}
.busqueda-input .btn-red--mobile {
  display: none;
}
.busqueda-input .busqueda-input--content {
  background-color: white;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  border: 1px solid #ddd;
  padding: 15px;
  z-index: 50;
  right: 147px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  pointer-events: none;
  -webkit-transition: 0.3s opacity, 0.3s -webkit-transform;
  transition: 0.3s opacity, 0.3s -webkit-transform;
  transition: 0.3s opacity, 0.3s transform;
  transition: 0.3s opacity, 0.3s transform, 0.3s -webkit-transform;
}
.busqueda-input .busqueda-input--content:hover {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.busqueda-input .busqueda-input--content .busqueda-year,
.busqueda-input .busqueda-input--content .busqueda-modelo,
.busqueda-input .busqueda-input--content .busqueda-km {
  width: 33%;
}
.busqueda-input .busqueda-input--content .busqueda-year {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  padding: 0 25px;
  margin: 0 25px;
}
.busqueda-input .busqueda-input--content .busqueda-km input {
  width: 100%;
  margin-bottom: 15px;
  height: 45px;
  padding-left: 15px;
}
.busqueda-input .busqueda-input--content .checkbox label {
  display: inline;
}
.busqueda-input.focus .busqueda-input--content, .busqueda-input.hover .busqueda-input--content, .busqueda-input:hover .busqueda-input--content, .busqueda-input:focus .busqueda-input--content, .busqueda-input:focus-within .busqueda-input--content {
  opacity: 1 !important;
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  pointer-events: auto !important;
}
@media (max-width: 992px) {
  .busqueda-input .busqueda-input--content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .busqueda-input .busqueda-input--content .busqueda-year,
  .busqueda-input .busqueda-input--content .busqueda-modelo,
  .busqueda-input .busqueda-input--content .busqueda-km {
    width: 100%;
  }
  .busqueda-input .busqueda-input--content .busqueda-year {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 25px 0;
    margin: 25px 0;
  }
}
@media (max-width: 576px) {
  .busqueda-input .busqueda-input--content {
    width: 100%;
    padding: 30px;
  }
  .busqueda-input input[type="text"] {
    margin-right: 0;
    padding-left: 10px;
    background-image: none;
  }
  .busqueda-input .btn-red, .busqueda-input .modal-consulta footer .form-box-button, .modal-consulta footer .busqueda-input .form-box-button, .busqueda-input .modal-usado footer .form-box-button, .modal-usado footer .busqueda-input .form-box-button, .busqueda-input .form-box--collapse.form-box--center .form-box footer .form-box-button, .form-box--collapse.form-box--center .form-box footer .busqueda-input .form-box-button, .busqueda-input .custom-pagination a, .custom-pagination .busqueda-input a {
    display: none;
  }
  .busqueda-input .btn-red--mobile {
    display: block;
    margin-left: 5px;
    padding: 0 20px;
  }
  .busqueda-input .btn-red--mobile i {
    margin: 0;
  }
  .busqueda-input .placeholder {
    text-overflow: ellipsis;
    left: 50px;
    width: calc(100% - 140px);
    overflow: hidden;
  }
}

.card-car {
  border: 1px solid #ebebeb;
  background-color: #fff;
  padding: 30px;
  margin-bottom: 20px;
}
.card-car figure img {
  width: 100%;
}
.card-car figure img.no-image {
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card-car .card-car--content {
  color: grey;
}
.card-car .card-car--content p {
  margin: 0;
}
.card-car .card-car--content p:last-child {
  margin: 0;
}
.card-car .card-car--title {
  margin: 10px 0;
  font-size: 24px;
  text-decoration: none;
  font-weight: 800;
  color: #000;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: -.04em;
}
.card-car .card-car--precio {
  font-size: 19px;
  margin: 0;
}
.card-car .card-car--data {
  margin-bottom: 0px;
}
.card-car .card-car--footer {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-car .card-car--footer .btn-blue {
  padding: 0 25px;
  font-size: 13px;
  height: 45px;
}
@media(max-width: 576px){
.card-car .card-car--footer .btn-red {
width: 100%;
margin: 3px 0;
}
.card-car .card-car--footer {
flex-direction: column;
}
}
@media (max-width: 1200px) {
  .card-car .card-car--content {
    padding: 10px;
  }
  .card-car .card-car--footer {
    padding: 0 10px 10px 10px;
  }
}
@media (max-width: 992px) {
  .card-car .card-car--title {
    font-size: 25px;
  }
}

.card-sucursal-2 {
  background-color: #fff;
  padding: 35px;
  margin: 0 3px;
}
.card-sucursal-2 .card-sucursal--title {
  color: #222;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
}
.card-sucursal-2 .card-sucursal--title span {
  font-size: 30px;
  display: block;
  font-weight: 700;
}
.card-sucursal-2 .card-sucursal--telefonos {
  margin-bottom: 15px;
}
.card-sucursal-2 .card-sucursal--telefonos a {
  color: inherit;
}
.card-sucursal-2 .card-sucursal--atencion {
  margin-bottom: 15px;
}
.card-sucursal-2 .card-sucursal--atencion p {
  margin: 0;
}
.card-sucursal-2:hover {
  background-color: #f2f2f2;
}

.btn-blue-inline {
  color: #df2031;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
.btn-blue-inline i {
  margin: 0 3px;
}
.btn-blue-inline:hover {
  color: #df2031;
  text-decoration: none;
}

.card-modelo {
  background-color: white;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 15px;
}

.page-plan .plan-content {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin-bottom: 50px;
}

.modal-consulta .modal-body, .modal-usado .modal-body {
  background-color: #efefef;
  border-radius: 0 0 5px 5px;
  padding: 25px;
}
.modal-consulta .modal-title, .modal-usado .modal-title {
  color: #df2031;
  font-size: 22px;
  font-weight: 400;
}
.modal-consulta label, .modal-usado label {
  font-size: 13px;
}
.modal-consulta label input[type="checkbox"], .modal-usado label input[type="checkbox"] {
  vertical-align: -3px;
}
.modal-consulta input[type="text"], .modal-consulta input[type="email"], .modal-consulta select, .modal-consulta textarea, .modal-usado input[type="text"], .modal-usado input[type="email"], .modal-usado select, .modal-usado textarea {
  width: 100%;
  border: 0;
  margin-bottom: 5px;
  height: 40px;
  font-family: "Inter", "San Francisco", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 0 10px;
  font-size: 13px;
  border: 1px solid #d4d4d4;
}
.modal-consulta input[type="text"]::-webkit-input-placeholder, .modal-consulta input[type="email"]::-webkit-input-placeholder, .modal-consulta select::-webkit-input-placeholder, .modal-consulta textarea::-webkit-input-placeholder, .modal-usado input[type="text"]::-webkit-input-placeholder, .modal-usado input[type="email"]::-webkit-input-placeholder, .modal-usado select::-webkit-input-placeholder, .modal-usado textarea::-webkit-input-placeholder {
  color: black;
  opacity: 1;
}
.modal-consulta input[type="text"]:-moz-placeholder, .modal-consulta input[type="email"]:-moz-placeholder, .modal-consulta select:-moz-placeholder, .modal-consulta textarea:-moz-placeholder, .modal-usado input[type="text"]:-moz-placeholder, .modal-usado input[type="email"]:-moz-placeholder, .modal-usado select:-moz-placeholder, .modal-usado textarea:-moz-placeholder {
  /* Firefox 18- */
  color: black;
  opacity: 1;
}
.modal-consulta input[type="text"]::-moz-placeholder, .modal-consulta input[type="email"]::-moz-placeholder, .modal-consulta select::-moz-placeholder, .modal-consulta textarea::-moz-placeholder, .modal-usado input[type="text"]::-moz-placeholder, .modal-usado input[type="email"]::-moz-placeholder, .modal-usado select::-moz-placeholder, .modal-usado textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
  opacity: 1;
}
.modal-consulta input[type="text"]:-ms-input-placeholder, .modal-consulta input[type="email"]:-ms-input-placeholder, .modal-consulta select:-ms-input-placeholder, .modal-consulta textarea:-ms-input-placeholder, .modal-usado input[type="text"]:-ms-input-placeholder, .modal-usado input[type="email"]:-ms-input-placeholder, .modal-usado select:-ms-input-placeholder, .modal-usado textarea:-ms-input-placeholder {
  color: black;
  opacity: 1;
}
.modal-consulta textarea, .modal-usado textarea {
  min-height: 100px;
  padding: 5px 10px;
}
.modal-consulta footer, .modal-usado footer {
  text-align: right;
}
.modal-consulta footer .form-box-button i, .modal-usado footer .form-box-button i {
  margin-left: 15px;
  font-size: 12px;
}

.home-carousel,
.home-carousel--mobile {
  background-color: #eee;
}
.home-carousel .home-carousel--social,
.home-carousel--mobile .home-carousel--social {
  padding: 20px;
  line-height: 1;
  border-radius: 5px 5px 0 0;
  position: absolute;
  bottom: 0;
  right: 40px;
  background-color: white;
  z-index: 50;
}
.home-carousel .home-carousel--social a,
.home-carousel--mobile .home-carousel--social a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 3px;
  background-color: white;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}
.home-carousel .home-carousel--social a:hover,
.home-carousel--mobile .home-carousel--social a:hover {
  opacity: 0.5;
}
.home-carousel .home-carousel--social a.facebook,
.home-carousel--mobile .home-carousel--social a.facebook {
  background-image: url("img/icon-facebook-black.svg");
}
.home-carousel .home-carousel--social a.twitter,
.home-carousel--mobile .home-carousel--social a.twitter {
  background-image: url("img/icon-twitter-black.svg");
}
.home-carousel .home-carousel--social a.instagram,
.home-carousel--mobile .home-carousel--social a.instagram {
  background-image: url("img/icon-instagram-black.svg");
}
.home-carousel .home-carousel--social a.youtube,
.home-carousel--mobile .home-carousel--social a.youtube {
  background-image: url("img/icon-youtube-black.svg");
}
.home-carousel .home-carousel--social a.linkedin,
.home-carousel--mobile .home-carousel--social a.linkedin {
  background-image: url("img/icon-linkedin-black.svg");
}
.home-carousel .home-carousel--social a.whatsapp,
.home-carousel--mobile .home-carousel--social a.whatsapp {
  background-image: url("img/icon-whatsapp-black.svg");
}
.home-carousel .home-carousel--social a.email,
.home-carousel--mobile .home-carousel--social a.email {
  background-image: url("img/icon-envelope-black.svg");
}
.home-carousel img,
.home-carousel--mobile img {
  width: 100%;
  display: block;
}
.home-carousel .swiper-button-prev,
.home-carousel--mobile .swiper-button-prev {
  left: 5% !important;
}
.home-carousel .swiper-button-next,
.home-carousel--mobile .swiper-button-next {
  right: 5% !important;
}
@media (max-width: 1400px) {
  .home-carousel .swiper-button-prev,
  .home-carousel--mobile .swiper-button-prev {
    left: 10% !important;
  }
  .home-carousel .swiper-button-next,
  .home-carousel--mobile .swiper-button-next {
    right: 10% !important;
  }
}
.home-carousel .swiper-pagination,
.home-carousel--mobile .swiper-pagination {
  display: none;
}
@media (max-width: 576px) {
  .home-carousel .home-carousel--social,
  .home-carousel--mobile .home-carousel--social {
    display: none;
  }
  .home-carousel .swiper-pagination,
  .home-carousel--mobile .swiper-pagination {
    display: block;
  }
  .home-carousel .swiper-button-prev,
  .home-carousel .swiper-button-next,
  .home-carousel--mobile .swiper-button-prev,
  .home-carousel--mobile .swiper-button-next {
    display: none;
  }
}

.selector-autos {
  text-align: center;
  padding-top: 50px;
}
.selector-autos > .container {
  max-width: 1280px;
}
.selector-autos .swiper-custom-arrows {
  padding: 0 70px;
}
@media (max-width: 768px) {
  .selector-autos .swiper-custom-arrows {
    padding: 0;
  }
  .selector-autos .container {
    max-width: 100%;
    padding: 0;
  }
  .selector-autos .swiper-button-prev,
  .selector-autos .swiper-button-next {
    display: none;
  }
}
.selector-autos .selector-autos--title h5 {
  color: #757576;
  font-size: 14px;
}
.selector-autos .selector-autos--title h2 {
  color: #df2031;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}
.selector-autos .selector-autos--title h2 span {
  border-bottom: 2px solid #df2031;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
}
.selector-autos .selector-autos--title h2 span:after {
  content: "";
  margin-left: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #df2031 transparent transparent transparent;
}
@media (max-width: 576px) {
  .selector-autos .selector-autos--title h2 {
    font-size: 25px;
  }
}
.selector-autos .selector-autos--nav {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  position: absolute;
  top: 50px;
  left: 0;
  background-color: white;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.19);
  z-index: 100;
  padding: 10px 30px 20px 30px;
  pointer-events: none;
  -webkit-transition: 0.2s opacity, 0.2s -webkit-transform;
  transition: 0.2s opacity, 0.2s -webkit-transform;
  transition: 0.2s opacity, 0.2s transform;
  transition: 0.2s opacity, 0.2s transform, 0.2s -webkit-transform;
}
.selector-autos .selector-autos--nav.active {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  pointer-events: auto;
}
.selector-autos .selector-autos--nav button {
  border: 0;
  margin: 0;
  white-space: nowrap;
  width: 100%;
  text-align: left;
  font-size: 25px;
  padding: 0;
  background: transparent;
  letter-spacing: -0.04em;
  font-weight: 600;
  outline: none;
}
@media (max-width: 576px) {
  .selector-autos .selector-autos--nav {
    top: 40px;
    padding: 20px;
  }
  .selector-autos .selector-autos--nav button {
    font-size: 20px;
  }
}
.selector-autos .card-vehicle {
  display: inline-block;
  width: 100%;
}
.selector-autos .card-vehicle img {
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
.selector-autos .card-vehicle figure {
  margin: 0;
  overflow: hidden;
  height: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border: 1px solid #ebebeb;
  -webkit-transition: 0.2s border, 0.2s border-radius;
  transition: 0.2s border, 0.2s border-radius;
}
.selector-autos .card-vehicle h3 {
  letter-spacing: -0.04em;
  background: #fff;
  padding: 0 10px;
  color: black;
  font-weight: 600;
  font-size: 23px;
  margin: 0 10px 0 10px;
  display: inline-block;
  -webkit-transform: translateY(-13px);
          transform: translateY(-13px);
}
.selector-autos .card-vehicle:hover figure {
  border: 3px solid #df2031;
  border-radius: 5px;
}
@media (max-width: 576px) {
  .selector-autos .card-vehicle figure {
    height: 180px;
  }
  .selector-autos .card-vehicle img {
    height: 80px;
  }
  .selector-autos .card-vehicle h3 {
    font-size: 22px;
  }
}

.home-entradas {
  padding: 10px 0 50px 0;
}
.home-entradas h5 {
  color: #757576;
  font-size: 14px;
}
.home-entradas h2 {
  color: #171717;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
  margin-bottom: 20px;
}
.home-entradas .date {
  background-color: #171717;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  font-weight: 500;
  font-size: 11px;
  height: 25px;
  margin-bottom: 10px;
}
.home-entradas .card-principal {
  position: relative;
  display: inline-block;
}
.home-entradas .card-principal:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(to top,#171717,transparent);
  height: 50%;
  top: auto;
}
.home-entradas .card-principal .card-principal--content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.home-entradas .card-principal .card-principal--title {
  color: white;
  margin: 0;
  font-size: 35px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.home-entradas .card-principal img {
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.home-entradas .card-secundario {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.home-entradas .card-secundario .card-secundario--image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-entradas .card-secundario .card-secundario--image img {
  width: 90px;
}
.home-entradas .card-secundario .card-secundario--content {
  padding-left: 15px;
}
.home-entradas .card-secundario .card-secundario--title {
  font-size: 22px;
  color: #001731;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .home-entradas .card-principal {
    margin-left: -15px;
    margin-right: -15px;
  }
  .home-entradas .card-principal .card-principal--content {
    padding: 20px;
  }
  .home-entradas .card-principal .card-principal--title {
    font-size: 20px;
  }
  .home-entradas .card-principal img {
    height: 300px;
  }
  .home-entradas .card-secundario {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home-entradas .card-secundario .card-secundario--title {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .home-entradas h2 {
    font-size: 25px;
  }
}

.home-links {
  padding: 60px 0;
}
.home-links .home-link {
  background-color: #df2031;
  width: 33.333%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-decoration: none;
  position: relative;
}
.home-links .home-link:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 0;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.home-links .home-link .home-link--image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.home-links .home-link .home-link--content {
  padding: 40px;
}
.home-links .home-link .home-link--title {
  margin: 0;
  line-height: 1;
  color: white;
  font-weight: 600;
  letter-spacing: -0.04em;
}
.home-links .home-link .home-link--text {
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-links .home-link .home-link--text:before {
  margin-right: 5px;
  content: "";
  width: 20px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.5);
  display: inline-block;
}
@media (max-width: 1200px) {
  .home-links .home-link .home-link--image {
    width: 100px;
  }
  .home-links .home-link .home-link--content {
    padding: 20px;
  }
  .home-links .home-link .home-link--title {
    font-size: 20px;
  }
}

.home-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home-map #map,
.home-map #lea-map {
  width: 100%;
  height: 100%;
}
.home-map .map-container {
  width: 65%;
}
.home-map .home-map--content {
  width: 35%;
  background: linear-gradient(to bottom, #171717, #000000d6);
  padding: 50px;
}
.home-map .home-map--content h2 {
  color: white;
  font-size: 40px;
  letter-spacing: -0.04em;
  font-weight: 700;
  margin-bottom: 20px;
}
.home-map .home-map--content ul {
  margin: 0;
  padding: 0;
}
.home-map .home-map--content ul li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 15px;
}
.home-map .home-map--icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #f8f9fa78;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-map .home-map--icon img {
  width: 18px;
}
.home-map .home-map--item {
  color: white;
  margin-left: 10px;
}
.home-map .home-map--item a {
  color: white;
  -webkit-text-decoration-color: #df2031;
          text-decoration-color: #df2031;
  text-decoration-thickness: 2px;
  text-underline-position: under;
}
.home-map .home-map--item a.wp:before {
  content: url("img/icon-whatsapp-green.svg");
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 5px;
  vertical-align: -2px;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .home-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .home-map .map-container {
    width: 100%;
  }
  .home-map h2 {
    color: #001731;
    font-size: 25px;
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .home-map #map,
  .home-map #lea-map {
    width: 100%;
    height: 50vw;
    min-height: 350px;
  }
  .home-map .home-map--content {
    width: 100%;
    padding: 30px;
    height: auto;
  }
  .home-map .home-map--content ul li {
    font-size: 13px;
  }
}

.main-slider {
  position: relative;
}

.home-cotizar .form-box--btn {
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: 50;
}
.home-cotizar .btn-blue {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

.home-quick {
  padding-top: 50px;
}
.home-quick .container {
  max-width: 800px;
}
.home-quick .col-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home-quick a {
  width: 24%;
  background-color: #df2031;
  padding: 15px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
.home-quick a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.home-quick a:hover {
  background-color: #171717;
  text-decoration: none;
}
.home-quick p {
  margin: 0;
}
.home-quick img {
  margin-right: 10px;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .home-quick .col-12 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-quick a {
    margin: 5px 0;
    width: 49%;
  }
}
@media (max-width: 576px) {
  .home-quick a {
    padding: 10px;
    font-size: 14px;
    line-height: 1;
  }
}

@media (max-width: 768px) {
  .page-plan .page-plan--content .col-lg-7 > h2:first-child {
    display: inline-block;
  }
  .page-plan .page-plan--content .col-lg-7 > h2:first-child img {
    margin: 0;
    max-width: 130px;
    margin-right: 15px;
  }
  .page-plan .page-plan--content .col-lg-7 > h3:nth-child(2) {
    display: inline-block;
  }
}

@media (max-width: 576px) {
  .page-single .page-single--content {
    word-break: break-word;
  }
}

.page-modelos .page-modelos--accordion .card-accordion {
  position: relative;
}
.page-modelos .page-modelos--accordion .card-accordion .card-accordion--header button {
  width: 100%;
  padding: 5px 10px;
  color: black;
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background: transparent;
}
.page-modelos .page-modelos--accordion .card-accordion .card-body {
  background-color: rgba(0, 0, 0, 0.1);
}
.page-modelos .page-modelos--accordion .card-accordion .card-body p:last-child {
  margin: 0;
}
.page-modelos .page-header .header-gradient--container {
  min-height: 750px;
}
@media (max-width: 992px) {
  .page-modelos .page-header .header-gradient--container {
    min-height: 50vw;
  }
}

.page-promociones .card-promocion {
  border: 1px solid #ebebeb;
  padding: 25px;
}
@media (max-width: 576px) {
  .page-promociones {
    padding-bottom: 50px;
  }
  .page-promociones .card-promocion .card-promocion--content {
    padding: 0;
  }
  .page-promociones .form-box {
    padding: 0;
  }
  .page-promociones .form-box .form-box--title {
    font-size: 20px;
  }
}

.page-single--car {
  padding: 0 0 50px 0;
}
.page-single--car .galeria-single img {
  width: 100% !important;
}
.page-single--car .home-top .form-box--collapse.form-box--center {
  right: 50px;
}
.page-single--car table {
  width: 100%;
}
.page-single--car table thead,
.page-single--car table .title {
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 10px;
  display: block;
}
.page-single--car table .title {
  padding-top: 10px;
  padding-bottom: 10px;
}
.page-single--car table p {
  margin: 0;
}
.page-single--car .main-datos {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
.page-single--car .main-datos .main-datos--precio {
  line-height: 1;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 10px;
}
.page-single--car .main-datos .btn-blue {
  margin-top: 20px;
}
.page-single--car .main-datos--title {
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-bottom: 20px;
  font-size: 35px;
}
@media (max-width: 992px) {
  .page-single--car .main-datos--title {
    margin-top: 30px;
  }
}
.page-single--car table th,
.page-single--car table td {
  border: 1px solid #ebebeb;
  border-collapse: collapse;
}
.page-single--car table td p {
  padding: 10px 20px;
  border-bottom: 1px solid #ebebeb;
}
.page-single--car table .title {
  background-color: #df2031;
  color: white;
  padding: 15px;
}

.page-usados {
  padding: 50px 0;
}
.page-usados .section-title {
  margin-top: 0;
}
.page-usados .section-title:before {
  content: none;
}
@media (max-width: 768px) {
  .page-usados .section-title {
    font-size: 20px;
    font-weight: 700;
  }
}
@media (max-width: 576px) {
  .page-usados .busqueda-input input.general {
    background-image: none;
    padding-left: 5px;
    margin-right: 5px;
  }
  .page-usados .busqueda-input .placeholder {
    left: 10px;
    width: calc(100% - 85px);
  }
}

.page-autos {
  padding: 40px 0;
}
.page-autos .page-head {
  margin-top: -40px;
}
.page-autos .card-auto {
  background-color: white;
  padding: 30px;
  border: 1px solid #ebebeb;
}
.page-autos .card-auto figure img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.page-autos .card-auto figure img.empty {
  background-color: #f3f4f4;
}
.page-autos .card-auto .card-auto--content {
  text-align: center;
}
.page-autos .card-auto .card-auto--content a {
  font-weight: 800;
  color: black;
  margin-bottom: 10px;
  display: inline-block;
  letter-spacing: -0.04em;
}
.page-autos .card-auto .card-auto--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-autos .card-auto .card-auto--title {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  text-decoration: none;
}
.page-autos .card-auto .btn-red, .page-autos .card-auto .modal-consulta footer .form-box-button, .modal-consulta footer .page-autos .card-auto .form-box-button, .page-autos .card-auto .modal-usado footer .form-box-button, .modal-usado footer .page-autos .card-auto .form-box-button, .page-autos .card-auto .form-box--collapse.form-box--center .form-box footer .form-box-button, .form-box--collapse.form-box--center .form-box footer .page-autos .card-auto .form-box-button, .page-autos .card-auto .custom-pagination a, .custom-pagination .page-autos .card-auto a {
  margin: 0 2px;
}
.page-autos .card-auto .btn-red i, .page-autos .card-auto .modal-consulta footer .form-box-button i, .modal-consulta footer .page-autos .card-auto .form-box-button i, .page-autos .card-auto .modal-usado footer .form-box-button i, .modal-usado footer .page-autos .card-auto .form-box-button i, .page-autos .card-auto .form-box--collapse.form-box--center .form-box footer .form-box-button i, .form-box--collapse.form-box--center .form-box footer .page-autos .card-auto .form-box-button i, .page-autos .card-auto .custom-pagination a i, .custom-pagination .page-autos .card-auto a i {
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .page-autos .card-auto .card-auto--footer a i {
    margin-left: 5px;
  }
}
@media (max-width: 992px) {
  .page-autos .card-auto {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .page-autos .card-auto {
    margin-bottom: 20px;
  }
  .page-autos .card-auto figure img {
    height: 200px;
  }
}

.form-box--collapse.form-box--center {
  position: absolute;
  top: 20px;
  right: 0;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.form-box--collapse.form-box--center .form-box--btn {
  margin-right: 10px;
}
.form-box--collapse.form-box--center .form-box {
  background: -webkit-gradient(linear, left top, left bottom, from(#171717), to(black));
  background: linear-gradient(to bottom, #171717, black);
  padding: 35px;
  max-width: 370px;
}
.form-box--collapse.form-box--center .form-box h2,
.form-box--collapse.form-box--center .form-box .form-box--title {
  font-weight: 600;
  font-size: 28px;
  text-align: center;
  padding-top: 10px;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.form-box--collapse.form-box--center .form-box h2:before,
.form-box--collapse.form-box--center .form-box .form-box--title:before {
  content: "";
  width: 100px;
  background-color: white;
  height: 2px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.form-box--collapse.form-box--center .form-box label {
  font-size: 13px;
  color: white;
}
.form-box--collapse.form-box--center .form-box label a {
  color: #df2031;
}
.form-box--collapse.form-box--center .form-box label input[type="checkbox"] {
  vertical-align: -3px;
}
.form-box--collapse.form-box--center .form-box input[type="text"],
.form-box--collapse.form-box--center .form-box input[type="email"],
.form-box--collapse.form-box--center .form-box input[type="number"],
.form-box--collapse.form-box--center .form-box select,
.form-box--collapse.form-box--center .form-box textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 5px;
  height: 35px;
  font-family: "Inter", "San Francisco", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 0 10px;
  font-size: 13px;
  color: white;
  background-color: transparent;
}
.form-box--collapse.form-box--center .form-box input[type="text"] option,
.form-box--collapse.form-box--center .form-box input[type="email"] option,
.form-box--collapse.form-box--center .form-box input[type="number"] option,
.form-box--collapse.form-box--center .form-box select option,
.form-box--collapse.form-box--center .form-box textarea option {
  color: black;
}
.form-box--collapse.form-box--center .form-box input[type="text"]::-webkit-input-placeholder,
.form-box--collapse.form-box--center .form-box input[type="email"]::-webkit-input-placeholder,
.form-box--collapse.form-box--center .form-box input[type="number"]::-webkit-input-placeholder,
.form-box--collapse.form-box--center .form-box select::-webkit-input-placeholder,
.form-box--collapse.form-box--center .form-box textarea::-webkit-input-placeholder {
  color: white;
  opacity: 1;
}
.form-box--collapse.form-box--center .form-box input[type="text"]:-moz-placeholder,
.form-box--collapse.form-box--center .form-box input[type="email"]:-moz-placeholder,
.form-box--collapse.form-box--center .form-box input[type="number"]:-moz-placeholder,
.form-box--collapse.form-box--center .form-box select:-moz-placeholder,
.form-box--collapse.form-box--center .form-box textarea:-moz-placeholder {
  /* Firefox 18- */
  color: white;
  opacity: 1;
}
.form-box--collapse.form-box--center .form-box input[type="text"]::-moz-placeholder,
.form-box--collapse.form-box--center .form-box input[type="email"]::-moz-placeholder,
.form-box--collapse.form-box--center .form-box input[type="number"]::-moz-placeholder,
.form-box--collapse.form-box--center .form-box select::-moz-placeholder,
.form-box--collapse.form-box--center .form-box textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
  opacity: 1;
}
.form-box--collapse.form-box--center .form-box input[type="text"]:-ms-input-placeholder,
.form-box--collapse.form-box--center .form-box input[type="email"]:-ms-input-placeholder,
.form-box--collapse.form-box--center .form-box input[type="number"]:-ms-input-placeholder,
.form-box--collapse.form-box--center .form-box select:-ms-input-placeholder,
.form-box--collapse.form-box--center .form-box textarea:-ms-input-placeholder {
  color: white;
  opacity: 1;
}
.form-box--collapse.form-box--center .form-box textarea {
  min-height: 150px;
  padding: 5px 10px;
}
.form-box--collapse.form-box--center .form-box footer {
  text-align: right;
}
.form-box--collapse.form-box--center .form-box footer .form-box-button i {
  margin-left: 15px;
  font-size: 12px;
}

.page-contacto .home-map {
  width: 100%;
}

.page-vermodelo .version-ficha-tecnica {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 576px) {
  .page-vermodelo .version-ficha-tecnica {
    margin-top: 0;
  }
}
.page-vermodelo .showcase-galeria .section-title {
  margin-top: 20px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 20px;
  color: #df2031;
}
@media (max-width: 1024px) {
  .page-vermodelo .showcase-galeria {
    margin-bottom: 50px;
  }
}
.page-vermodelo .showcase-galeria img {
  width: 100%;
}
.page-vermodelo .showcase-galeria .swiper-button-prev {
  left: 5% !important;
}
.page-vermodelo .showcase-galeria .swiper-button-next {
  right: 5% !important;
}
@media (max-width: 1400px) {
  .page-vermodelo .showcase-galeria .swiper-button-prev {
    left: 10% !important;
  }
  .page-vermodelo .showcase-galeria .swiper-button-next {
    right: 10% !important;
  }
}
.page-vermodelo .showcase-galeria.mobile {
  display: none;
  margin-bottom: 20px;
}
.page-vermodelo .showcase-galeria.mobile .col-12 {
  padding: 0;
}
.page-vermodelo .showcase-galeria.mobile .swiper-button-prev,
.page-vermodelo .showcase-galeria.mobile .swiper-button-next {
  display: none;
}
.page-vermodelo .showcase-galeria.mobile .section-title {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .page-vermodelo .showcase-galeria.desktop {
    display: none;
  }
  .page-vermodelo .showcase-galeria.mobile {
    display: block;
  }
}
@media (max-width: 576px) {
  .page-vermodelo .showcase-galeria.mobile {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.page-vermodelo .showcase-buttons .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.page-vermodelo .showcase-buttons .row .item {
  width: 50%;
}
.page-vermodelo .showcase-buttons .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  line-height: 1.3em;
  color: #525763;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
.page-vermodelo .showcase-buttons .button img {
  margin-bottom: 10px;
}
.page-vermodelo .showcase-buttons .button span {
  max-width: 150px;
  text-align: center;
}
.page-vermodelo .showcase-buttons .button:hover {
  color: black;
}
@media (max-width: 992px) {
  .page-vermodelo .showcase-buttons {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .page-vermodelo .showcase-buttons .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-vermodelo .showcase-buttons .row .item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.page-vermodelo .modelo-badge {
  padding: 50px 0;
  text-align: center;
  background: linear-gradient(to bottom, #171717, #000000d6);
}
.page-vermodelo .modelo-badge .modelo-badge--title {
  font-weight: 800;
  font-size: 35px;
  margin-bottom: 20px;
  color: white;
  letter-spacing: -0.04em;
}
.page-vermodelo .modelo-badge .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page-vermodelo .modelo-badge .buttons a {
  margin: 5px;
}
@media (max-width: 576px) {
  .page-vermodelo .modelo-badge {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .page-vermodelo .modelo-badge .modelo-badge--title {
    font-size: 20px;
  }
}
.page-vermodelo .home-showcase {
  margin: 20px 0 0 0;
}
.page-vermodelo .home-showcase .home-showcase--versiones {
  width: 100%;
  margin-bottom: 10px;
}
.page-vermodelo .home-showcase .home-showcase--versiones .card-vehiculos {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  margin: 5px 0;
  width: 100%;
  -webkit-transition: 0.2s border;
  transition: 0.2s border;
  text-decoration: none;
  cursor: pointer;
  background-color: white;
  border: 1px solid #ebebeb;
  padding: 5px;
}
.page-vermodelo .home-showcase .home-showcase--versiones .card-vehiculos .card-vehiculos--figure {
  padding: 5px;
  margin: 0;
}
.page-vermodelo .home-showcase .home-showcase--versiones .card-vehiculos .card-vehiculos--figure img {
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.page-vermodelo .home-showcase .home-showcase--versiones .card-vehiculos .card-vehiculos--figure img.empty {
  background-color: #f3f4f4;
}
@media (max-width: 992px) {
  .page-vermodelo .home-showcase .home-showcase--versiones .card-vehiculos .card-vehiculos--figure img {
    height: 70px;
  }
}
.page-vermodelo .home-showcase .home-showcase--versiones .card-vehiculos .card-vehiculos--title {
  margin: 5px 0 0 0;
  font-weight: 800;
  font-size: 18px;
  color: black;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}
.page-vermodelo .home-showcase .home-showcase--versiones .card-vehiculos.active, .page-vermodelo .home-showcase .home-showcase--versiones .card-vehiculos:hover {
  border: 3px solid #df2031;
  border-radius: 3px;
}
.page-vermodelo .home-showcase .home-showcase--versiones .card-vehiculos.active .card-vehiculos--title, .page-vermodelo .home-showcase .home-showcase--versiones .card-vehiculos:hover .card-vehiculos--title {
  color: #df2031;
}
.page-vermodelo .home-showcase .home-showcase--versiones .swiper-pagination {
  display: none;
  margin-top: -40px;
  bottom: 0;
  padding: 0;
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .page-vermodelo .home-showcase .home-showcase--versiones .swiper-slide {
    padding: 0 15px;
  }
  .page-vermodelo .home-showcase .home-showcase--versiones .swiper-pagination {
    display: block;
  }
  .page-vermodelo .home-showcase .home-showcase--versiones .swiper-button-next,
  .page-vermodelo .home-showcase .home-showcase--versiones .swiper-button-prev {
    display: none;
  }
}
.page-vermodelo .home-showcase .desktop-tabs-slider {
  padding: 0 45px;
}
.page-vermodelo .home-showcase .desktop-tabs-slider .nav-item {
  width: 90% !important;
  text-align: center;
  height: 40px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-vermodelo .home-showcase .desktop-tabs-slider a {
  display: inline-block;
  text-align: center;
  margin: 0 auto 10px auto;
  max-width: 100%;
}
.page-vermodelo .home-showcase .desktop-tabs-slider a.tab-active {
  color: #df2031 !important;
}
.page-vermodelo .home-showcase .home-showcase--gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
}
.page-vermodelo .home-showcase .home-showcase--gallery img {
  display: none;
}
.page-vermodelo .home-showcase .home-showcase--gallery img.color-active {
  display: block;
}
@media (max-width: 992px) {
  .page-vermodelo .home-showcase .home-showcase--gallery {
    height: auto;
  }
}
.page-vermodelo .home-showcase .color-name {
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
}
.page-vermodelo .home-showcase .home-showcase-tabs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.page-vermodelo .home-showcase .home-showcase-tabs li {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-vermodelo .home-showcase .home-showcase-tabs li.cant-3 {
  width: calc(33% - 10px);
}
.page-vermodelo .home-showcase .home-showcase-tabs li.cant-2 {
  width: calc(50% - 10px);
}
.page-vermodelo .home-showcase .home-showcase-tabs li.cant-1 {
  width: 100%;
}
.page-vermodelo .home-showcase .home-showcase-tabs .nav-link {
  cursor: pointer;
  text-transform: uppercase;
  color: #1b1b1e;
  font-weight: 200;
  font-size: 30px;
  padding: 5px 15px;
  text-align: center;
}
.page-vermodelo .home-showcase .home-showcase-tabs .nav-link.active {
  background-color: #ffba00;
  font-weight: 800;
}
.page-vermodelo .home-showcase .main-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-vermodelo .home-showcase .main-image img {
  max-width: 100%;
}
.page-vermodelo .home-showcase .tab-content .year {
  font-weight: 600;
  font-size: 15px;
}
.page-vermodelo .home-showcase .tab-content .title {
  line-height: 1;
  margin: 0 0 5px 0;
  color: black;
  letter-spacing: -0.04em;
  font-weight: 800;
  font-size: 30px;
}
.page-vermodelo .home-showcase .tab-content p {
  font-size: 15px;
  color: grey;
}
.page-vermodelo .home-showcase .tab-content p:last-of-type {
  margin: 0;
}
.page-vermodelo .home-showcase .color-selector {
  background-color: white;
  padding: 15px;
}
.page-vermodelo .home-showcase .color-selector h2 {
  text-align: center;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  line-height: 1;
}
.page-vermodelo .home-showcase .color-selector ul {
  margin: 0;
  padding: 0 25px;
  text-align: center;
}
.page-vermodelo .home-showcase .color-selector ul li {
  display: inline-block;
  list-style: none;
  margin: 0 2px;
}
.page-vermodelo .home-showcase .color-selector ul li a {
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 45px;
  position: relative;
  background-size: cover;
  background-position: center;
  font-size: 19px;
}
.page-vermodelo .home-showcase .color-selector ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 45px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform;
}
.page-vermodelo .home-showcase .color-selector ul li a:hover:before, .page-vermodelo .home-showcase .color-selector ul li a.active:before {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-box-shadow: inset 0 0 0 1px black;
          box-shadow: inset 0 0 0 1px black;
}
.page-vermodelo .home-showcase .car-data {
  width: 100%;
  padding: 20px;
}
.page-vermodelo .home-showcase .car-data .price {
  margin-bottom: 25px;
  text-align: center;
  font-weight: 600;
}
.page-vermodelo .home-showcase .car-data table {
  margin-bottom: 10px;
  width: 100%;
}
.page-vermodelo .home-showcase .car-data table th {
  background-color: #df2031;
  width: 50%;
  font-weight: 700;
  font-size: 12px;
  color: white;
  border-color: #df2031 !important;
  padding-right: 10px;
  position: relative;
  cursor: pointer;
}
.page-vermodelo .home-showcase .car-data table th i {
  position: absolute;
  right: 10px;
  top: 9px;
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform;
}
.page-vermodelo .home-showcase .car-data table th.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-vermodelo .home-showcase .car-data table td,
.page-vermodelo .home-showcase .car-data table th {
  padding: 5px;
  vertical-align: top;
  border: 1px solid #eee;
}
.page-vermodelo .home-showcase .car-data table td,
.page-vermodelo .home-showcase .car-data table p {
  font-size: 14px;
  line-height: 1.5em;
}
.page-vermodelo .home-showcase .car-data table p {
  margin: 0;
}
.page-vermodelo .home-showcase .car-data .nav-tabs {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-vermodelo .home-showcase .car-data .nav-tabs a {
  margin-right: 5px;
  color: #333;
}
.page-vermodelo .home-showcase .car-data .nav-tabs a[aria-selected="false"] {
  background-color: #e7e9ea;
  color: #848e98;
}
.page-vermodelo .home-showcase .car-data .tab-content {
  padding: 15px;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
@media (max-width: 450px) {
  .page-vermodelo .home-showcase .car-data .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-vermodelo .home-showcase .car-data .nav-tabs a {
    font-size: 12px;
    padding: 7px;
    margin-right: 0;
  }
}
@media (max-width: 576px) {
  .page-vermodelo .home-showcase .car-data {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .page-vermodelo .home-showcase .home-showcase-tabs .nav-link {
    font-size: 25px;
  }
  .page-vermodelo .home-showcase .color-selector ul li a {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 576px) {
  .page-vermodelo .home-showcase .home-showcase-tabs .nav-link {
    font-size: 18px;
  }
  .page-vermodelo .home-showcase .color-selector ul {
    padding: 0;
    font-size: 0;
  }
}
.page-vermodelo .showcase-vertical {
  margin: 50px 0;
}
.page-vermodelo .showcase-vertical .swiper-wrapper {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}
.page-vermodelo .showcase-vertical .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-vermodelo .showcase-vertical .buttons a:nth-child(2) {
  margin-left: 10px;
}
.page-vermodelo .showcase-vertical .vertical-column {
  width: 100%;
  background-color: white;
  padding: 25px;
}
.page-vermodelo .showcase-vertical .vertical-column .vertical-column--title {
  text-align: center;
  font-size: 20px;
  font-weight: 800;
}
.page-vermodelo .showcase-vertical .vertical-column #nav-tab {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-vermodelo .showcase-vertical .vertical-column .nav-item {
  font-size: 12px;
  font-weight: 600;
  padding-left: 8px;
  padding-right: 8px;
}
.page-vermodelo .showcase-vertical .vertical-column .vertical-column--data {
  margin: 20px -25px 0 -25px;
}
.page-vermodelo .showcase-vertical .vertical-column .car-data {
  margin-top: 15px;
}
.page-vermodelo .showcase-vertical .vertical-column .price {
  margin: 0;
}
.page-vermodelo .showcase-vertical .car-data {
  width: 100%;
  padding: 20px;
}
.page-vermodelo .showcase-vertical .car-data .price {
  margin-bottom: 25px;
  text-align: center;
  font-weight: 600;
}
.page-vermodelo .showcase-vertical .car-data table {
  margin-bottom: 10px;
  width: 100%;
}
.page-vermodelo .showcase-vertical .car-data table th {
  background-color: #c1c1c1;
  width: 50%;
  font-weight: 700;
  font-size: 12px;
  color: white;
  border-color: #c1c1c1 !important;
  position: relative;
  cursor: pointer;
}
.page-vermodelo .showcase-vertical .car-data table th i {
  position: absolute;
  right: 10px;
  top: 9px;
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform;
}
.page-vermodelo .showcase-vertical .car-data table th.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-vermodelo .showcase-vertical .car-data table td,
.page-vermodelo .showcase-vertical .car-data table th {
  padding: 5px;
  vertical-align: top;
  border: 1px solid #eee;
}
.page-vermodelo .showcase-vertical .car-data table td,
.page-vermodelo .showcase-vertical .car-data table p {
  font-size: 13px;
  line-height: 1.5em;
}
.page-vermodelo .showcase-vertical .car-data table p {
  margin: 0;
}
.page-vermodelo .showcase-vertical .car-data .nav-tabs {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-vermodelo .showcase-vertical .car-data .nav-tabs a {
  margin-right: 5px;
  color: #333;
}
.page-vermodelo .showcase-vertical .car-data .nav-tabs a[aria-selected="false"] {
  background-color: #e7e9ea;
  color: #848e98;
}
.page-vermodelo .showcase-vertical .car-data .tab-content {
  padding: 15px;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}
@media (max-width: 450px) {
  .page-vermodelo .showcase-vertical .car-data .nav-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-vermodelo .showcase-vertical .car-data .nav-tabs a {
    font-size: 12px;
    padding: 7px;
    margin-right: 0;
  }
}
.page-vermodelo .showcase-vertical.cant-1 figure {
  text-align: center;
}
.page-vermodelo .showcase-vertical.cant-1 .swiper-slide {
  width: 100% !important;
}
.page-vermodelo .showcase-vertical.cant-1 .swiper-wrapper {
  -webkit-transform: none !important;
          transform: none !important;
}
.page-vermodelo .showcase-vertical.cant-1 .vertical-column .car-data {
  margin-top: 0;
}
.page-vermodelo .showcase-vertical.cant-1 .vertical-column .nav-tabs {
  border: 0;
}
.page-vermodelo .showcase-vertical.cant-1 .vertical-column .nav-link {
  width: 33.333% !important;
  border: 0;
  font-size: 16px;
  padding: 0 20px;
  color: #df2031;
  cursor: text;
}
.page-vermodelo .showcase-vertical.cant-1 .vertical-column .nav-link:hover, .page-vermodelo .showcase-vertical.cant-1 .vertical-column .nav-link:focus {
  color: #df2031;
}
.page-vermodelo .showcase-vertical.cant-1 .vertical-column .tab-content > .tab-pane {
  display: block;
  width: 33.333% !important;
}
.page-vermodelo .showcase-vertical.cant-1 .vertical-column .tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-pagination {
  text-align: center;
  padding-top: 20px;
}
.custom-pagination span {
  height: 40px;
  padding: 0 15px;
}
.custom-pagination span:hover {
  background-color: white;
  color: #df2031;
}
.custom-pagination a {
  height: 40px;
  padding: 0 15px;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.swiper-container {
  opacity: 0;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
}
.swiper-container-initialized {
  opacity: 1;
}

.swiper-wrapper {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.swiper-lazy {
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.swiper-lazy.swiper-lazy-loaded {
  opacity: 1;
}

.swiper-custom-arrows {
  position: relative;
}
.swiper-custom-arrows .swiper-button-prev,
.swiper-custom-arrows .swiper-button-next {
  top: calc(50% - 20px);
  height: 80px;
  width: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1f5ea6), to(#323996));
  background: #df2031;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
  border-radius: 5px;
}
.swiper-custom-arrows .swiper-button-prev:after,
.swiper-custom-arrows .swiper-button-next:after {
  font-size: 12px;
  color: white;
  font-weight: 900;
}

.page-404 {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 20px;
}
.page-404 h1 {
  color: black;
  font-weight: 800;
  letter-spacing: -0.04em;
}
.page-404 p {
  color: grey;
}

.page-noticia .page-noticia--header {
  position: relative;
  height: 400px;
}
.page-noticia .page-noticia--header:before {
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#1f5da6), to(transparent));
  background: linear-gradient(to top, #df2031, transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  z-index: 10;
}
.page-noticia .page-noticia--header .date {
  background-color: #df2031;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  font-weight: 500;
  font-size: 11px;
  height: 25px;
  margin-bottom: 10px;
}
.page-noticia .page-noticia--header img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-noticia .page-noticia--header .container {
  position: relative;
  z-index: 10;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-noticia .page-noticia--header h1 {
  color: white;
  margin-bottom: 50px;
  font-weight: 700;
  letter-spacing: -0.04em;
  font-size: 30px;
}

.side-menu {
  width: 50px;
  background-color: #df2031;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 20px;
  z-index: 500;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5px 0;
}
.side-menu a {
  width: 45px;
  height: 45px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
  position: relative;
}
.side-menu img{
  width: 24px;
  height: 24px;
}
.side-menu a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.side-menu a:hover span {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.side-menu span {
  position: absolute;
  top: calc(50% - 14.5px);
  color: white;
  background-color: #df2031;
  left: 60px;
  white-space: nowrap;
  font-size: 13px;
  border-radius: 3px;
  padding: 5px 10px;
  -webkit-box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: 0.3s opacity, 0.3s -webkit-transform;
  transition: 0.3s opacity, 0.3s -webkit-transform;
  transition: 0.3s opacity, 0.3s transform;
  transition: 0.3s opacity, 0.3s transform, 0.3s -webkit-transform;
}
#template-toyota-plan .promocion .promocion__item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 576px) {
  .side-menu {
    left: 0;
    border-radius: 0 5px 5px 0;
    width: auto;
  }
  .side-menu a {
    width: 40px;
    height: 40px;
  }
  .side-menu img {
    width: 20px;
    height: 20px;
  }
}

#template-toyota-plan .promocion-autos .autos__item {
  background-color: #fff;
  padding: 30px;
  border: 1px solid #ebebeb;
}
#template-toyota-plan .promocion-autos .autos__item:hover .autos__image {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
#template-toyota-plan .promocion-autos .autos__item .autos__image {
  background: #303030;
  height: 200px;
  margin-left: -30px;
  margin-right: -30px;
  width: calc(100% + 60px);
  margin-top: -30px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
#template-toyota-plan .promocion-autos .autos__item .autos__image .delante,
#template-toyota-plan .promocion-autos .autos__item .autos__image .detras {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#template-toyota-plan .promocion-autos .autos__item .autos__image .delante {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}
#template-toyota-plan .promocion-autos .autos__item .autos__image .detras {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#template-toyota-plan .promocion-autos .autos__item .autos__title {
  color: white;
  letter-spacing: -0.04em;
  font-weight: 600;
  font-size: 25px;
  margin: 0;
}
#template-toyota-plan .promocion-autos .autos__item .autos__tipo {
  font-size: 15px;
  margin: 0;
  color: white;
}
#template-toyota-plan .promocion-autos .autos__item .autos__cuotas {
  margin-bottom: 20px;
  color: #df2031;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
}
#template-toyota-plan .promocion-autos .autos__item .autos__cuotas span {
  font-weight: 400;
}
#template-toyota-plan .promocion-autos .autos__item .autos__content {
  font-size: 14px;
  color: #545454;
}
#template-toyota-plan .promocion-autos .autos__item .btn-blue {
  width: 100%;
  font-size: 16px;
}

.page-noticias .card-article {
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.page-noticias .card-article .card-article--figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
  margin-bottom: 20px;
}
.page-noticias .card-article .card-article--figure img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-noticias .card-article .card-article--button {
  margin-top: 15px;
}
.page-noticias .card-article .card-article--title {
  letter-spacing: -0.04em;
  font-size: 23px;
  font-weight: 800;
}
.page-noticias .card-article .card-article--excerpt {
  color: grey;
}
.page-noticias .card-article .date {
  background-color: #1f5da6;
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  font-weight: 500;
  font-size: 11px;
  height: 25px;
  margin-bottom: 10px;
}

main.single-plan {
  padding: 60px 30px;
}

@media(max-width: 600px){

main.single-plan {
  padding: 30px;
}
}


main.single-plan .plan__cuotas {
  background-color: #df2031;
  color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  margin-top: 30px;
  font-size: 20px;
}
main.single-plan .plan__cuotas b {
  font-size: 30px;
  font-weight: 800;
}
main.single-plan .plan__title {
  font-weight: 800;
  color: black;
  letter-spacing: -0.04em;
  font-size: 3rem;
}
main.single-plan .plan__tipo {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 20px;
}

@media(max-width: 576px){

main.single-plan .plan__title {
  font-size: 2rem;
}
main.single-plan .plan__tipo {
  font-size: 18px;
}
}


main.single-plan .plan__subtitle {
  color: #df2031;
  letter-spacing: -0.04em;
  margin-top: 40px;
  margin-bottom: 10px;
}
main.single-plan .plan__table table {
  border: 1px solid #333;
  font-size: 14px;
}
main.single-plan .plan__table table th {
  white-space: nowrap;
}
main.single-plan .plan__table table td,
main.single-plan .plan__table table th {
  white-space: nowrap;
  border: 1px solid #333;
  padding: 10px;
}
@media (max-width: 768px) {
  main.single-plan .plan__table {
    max-width: 100%;
    overflow: auto;
  }
}
main.single-plan .plan__copy {
  margin-top: 40px;
  font-size: 13px;
  color: #444;
}

body {
  font-family: "Inter", "San Francisco", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 70px;
  min-height: 100vh !important;
  display: flex;
  flex-direction: column;
}
@media (max-width: 576px) {
  body {
    margin-top: 60px;
  }
}

body,
html {
  min-height: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.grecaptcha-badge {
  visibility: hidden;
}

.leaflet-right {
  z-index: 500;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}

.form-box--title {
  color: white;
}

.contacto-form .form-box--title {
  color: black;
}

a{
  color: #171717;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid #df2031 !important;
  border-radius: 50%;
  border-top-color: transparent;
}