@charset "UTF-8";
/*
Theme Name: Ford Theme
Description: Diseño de concesionaria ford.
Version: 1.5.2
*/


:root {
  --color-primary:  #00095b; /*#0a487d OLD*/
  --color-secondary: #1700f4;  /*#006ece OLD*/
  /* --color-tertiary: #1b394e;
  --color-quaternary: #f2f2f2;
  --color-quinary: #ffffff;
  --color-senary: #d2d8dc; */
}

.color {
  color: var(--color-primary);
}

.color-primary {
  color: var(--color-primary) !important;
}

.color-secondary {
  color: var(--color-secondary) !important;
}

.bg-color-primary {
  background: var(--color-primary) !important;
}

.bg-color-secondary {
  background: var(--color-secondary) !important;
}

.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;
  z-index: 1000;
}
.main-header .container {
  height: 80px;
  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;
  -webkit-transition: 0.4s height;
  transition: 0.4s height;
  will-change: height;
}
@media (max-width: 576px) {
  .main-header .container {
    height: 60px;
  }
}
.main-header .main-header--top {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.main-header .main-header--top.scrolled {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.main-header .main-header--top.scrolled .container {
  height: 60px;
}
.main-header .main-header--brand a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
.main-header .main-header--brand a:hover {
  text-decoration: none;
}
.main-header .main-header--brand .name {
  color: var(--color-primary);
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.main-header .main-header--brand .name .subtitle {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  color: grey;
}
.main-header .main-header--brand img {
  max-height: 60px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .main-header .main-header--brand img {
    max-height: 30px;
    margin-right: 8px;
  }
  .main-header .main-header--brand .name {
    font-size: 16px;
  }
  .main-header .main-header--brand .name .subtitle {
    display: none;
  }
}
.main-header .main-header--nav {
  height: 100%;
}
.main-header .main-header--nav .btn-submenu {
  display: none;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #eeeeee;
  cursor: pointer;
  z-index: 1000;
}
.main-header .main-header--nav .btn-submenu:after {
  content: "";
  background-image: url("img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform;
}
.main-header .main-header--nav .btn-submenu.active:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.main-header .main-header--nav ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-header .main-header--nav ul li {
  position: relative;
  height: 100%;
}
.main-header .main-header--nav ul li.current-menu-item > a, .main-header .main-header--nav ul li:hover > a {
  -webkit-box-shadow: inset 0px -4px 0 0px #1700f4;
          box-shadow: inset 0px -4px 0 0px #1700f4;
  color: #1700f4;
}
.main-header .main-header--nav ul li > a {
  -webkit-transition: 0.2s color, 0.2s -webkit-box-shadow;
  transition: 0.2s color, 0.2s -webkit-box-shadow;
  transition: 0.2s color, 0.2s box-shadow;
  transition: 0.2s color, 0.2s box-shadow, 0.2s -webkit-box-shadow;
  color: #00095b;
  height: 100%;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
  border-top: 1px solid #eee;
}
@media (min-width: 768px) {
  .main-header .main-header--nav ul li.menu-item-has-children:hover ul {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.main-header .main-header--nav ul ul {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -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;
  background-color: var(--color-primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
  height: auto;
  white-space: nowrap;
}
.main-header .main-header--nav ul ul li {
  width: 100%;
}
.main-header .main-header--nav ul ul a {
  width: 100%;
  padding: 10px 15px;
  border-color: rgba(0, 0, 0, 0.1);
  color: white !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin: 0;
  -webkit-transition: 0.2s color, 0.2s background-color;
  transition: 0.2s color, 0.2s background-color;
}
.main-header .main-header--nav ul ul a:hover {
  color: white;
  background-color: var(--color-secondary);
}
.main-header .main-header--nav ul ul a.current-menu-item {
  background-color: var(--color-secondary);
}
@media (max-width: 768px) {
  .main-header .main-header--nav .btn-submenu {
    display: block;
  }
  .main-header .main-header--nav ul {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: white;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    z-index: 500;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    pointer-events: none;
    -webkit-transition: 0.2s -webkit-transform;
    transition: 0.2s -webkit-transform;
    transition: 0.2s transform;
    transition: 0.2s transform, 0.2s -webkit-transform;
  }
  .main-header .main-header--nav ul li {
    height: auto;
    width: 100%;
  }
  .main-header .main-header--nav ul li > a {
    width: 100%;
    display: block;
    padding: 10px 5px;
    text-align: center;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .main-header .main-header--nav ul ul {
    display: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    position: relative;
  }
  .main-header .main-header--nav ul ul.active {
    display: block;
  }
}
@media (max-width: 576px) {
  .main-header .main-header--nav ul {
    top: 60px;
  }
}
.main-header.js-menu-active .main-header--nav ul {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  pointer-events: auto;
}
.main-header .main-header--mobile {
  display: none;
}
@media (max-width: 768px) {
  .main-header .main-header--mobile {
    display: block;
  }
  .main-header .main-header--mobile .btn-menu {
    border: 0;
    background: transparent;
    padding: 0;
    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;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
}
.main-header .main-header--bottom {
  /* background-color: var(--color-secondary); */
  background-color: var(--color-primary);
  overflow: auto;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 992px) {
  .main-header .main-header--bottom .main-header--data { display: none !important;}
}
@media (max-width: 768px) {
  .main-header .main-header--bottom {
    padding-right: 100px;
  }
  .main-header .main-header--bottom:before {
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(var(--color-secondary)));
    background: linear-gradient(to right, transparent, var(--color-secondary));
    position: absolute;
    z-index: 100;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    pointer-events: none;
  }
}
@media (max-width: 576px) {
  .main-header .main-header--bottom .main-header--data { display: none !important;}
  .main-header .main-header--bottom {
    height: 40px !important;
  }
  .main-header .main-header--bottom .container {
    height: 40px !important;
  }
  .main-header .main-header--bottom .main-header--social {
    display: none;
  }
  .main-header .main-header--bottom .data-icon:not(.telefono) {
    display: none !important;
  }
}
.main-header .main-header--bottom .container {
  height: auto;
  /*padding: 10px 15px;*/
}
.main-header .main-header--bottom .main-header--data {
  color: white;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.2em;
}
.main-header .main-header--bottom .main-header--social {
  margin-left: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.main-header .main-header--bottom .main-header--social a {
  height: 45px;
  padding: 0 15px;
  border-top: 1px solid #1d64a0;
  border-bottom: 1px solid #1d64a0;
  border-right: 1px solid #1d64a0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
}
.main-header .main-header--bottom .main-header--social a i {
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  color: #2696f7;
  text-decoration: none;
}
.main-header .main-header--bottom .main-header--social a:first-child {
  border-left: 1px solid #1d64a0;
}
.main-header .main-header--bottom .main-header--social a:hover {
  background-color: var(--color-secondary);
}
.main-header .main-header--bottom .main-header--social a:hover i {
  color: white;
}
.main-header .main-header--bottom .data-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: block;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  white-space: normal;
  align-content: center;
  list-style-type: none;
  width: auto;
  margin: auto;
}
.main-header .main-header--bottom .data-icon img {
  width: 13px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.main-header .main-header--bottom .data-icon .span-title {
  font-size: 15px !important;
  margin-bottom: 10px;
}
.main-header .main-header--bottom .data-icon span {
  font-size: 12px !important;
  margin-right: 1.2rem;
}
.main-header .main-header--bottom .data-icon a {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
}
/* barra header Azul */

.main-header .main-header--data .swiper-container .swiper-button-prev::after,
.main-header .main-header--data .swiper-container .swiper-button-next::after{
  font-size: 1.2rem !important;
}

.main-header .main-header--data .swiper-container .swiper-button-prev:hover,
.main-header .main-header--data .swiper-container .swiper-button-next:hover {
  background-color: var(--color-primary);
}
@media (max-width: 576px) {
  .main-header .main-header--bottom .data-icon {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 15px;
  }
  .main-header .main-header--bottom .data-icon.telefono {
    height: 40px;
    padding-right: 25px;
  }
  .main-header .main-header--bottom .data-icon a,
  .main-header .main-header--bottom .data-icon span span {
    display: none;
  }
}
@media (max-width: 1200px) {
  .main-header .container {
    max-width: 100%;
  }
}

.main-footer {
  padding: 70px 0;
  background-color: white;
  margin-top: auto;
}
.main-footer .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-footer .logo {
  display: inline-block;
  margin: auto;
  width: 150px;
  max-width: 100%;
}
.main-footer .nav {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-footer .nav a {
  margin: 0 5px;
  font-size: 13px;
  color: #4e5f67;
  display: inline-block;
}
.main-footer .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-footer .nav ul.sub-menu {
  display: none;
}
.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;
}
.main-footer .social a.facebook {
  background-image: url("img/icon-facebook.svg");
}
.main-footer .social a.twitter {
  background-image: url("img/icon-twitter.svg");
}
.main-footer .social a.instagram {
  background-image: url("img/icon-instagram.svg");
}
.main-footer .social a.youtube {
  background-image: url("img/icon-youtube.svg");
}
.main-footer .social a.linkedin {
  background-image: url("img/icon-linkedin.svg");
}
.main-footer .social a.whatsapp {
  background-image: url("img/icon-whatsapp.svg");
}
.main-footer .social a.email {
  background-image: url("img/icon-envelope.svg");
}
.main-footer .social a.otro {
  background-image: url("img/circle-360.svg");
  color: var(--color-primary);
}
@media (max-width: 1200px) {
  .main-footer .logo {
    width: 100px;
  }
  .main-footer .social {
    margin-top: 30px;
  }
}
@media (max-width: 576px) {
  .main-footer {
    background-color: transparent;
  }
  .main-footer .social {
    margin-bottom: 30px;
  }
  .main-footer .nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .main-footer .nav a {
    margin: 3px 0;
    font-size: 15px;
  }
}

.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: "Be Vietnam", "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 var(--color-primary);
          box-shadow: 0 0 4px var(--color-primary);
  border-color: var(--color-primary);
}
.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: var(--color-primary);
  background-color: var(--color-primary);
  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: "Be Vietnam", "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: "Be Vietnam", "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: var(--color-primary);
  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, .form-box--collapse.form-box--center .form-box footer .form-box-button, .usados-pagination a {
  background-color: var(--color-primary);
  color: white;
  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;
  /* -webkit-clip-path: polygon(5px 0%, 100% 0%, calc(100% - 5px) 100%, 0% 100%);
          clip-path: polygon(5px 0%, 100% 0%, calc(100% - 5px) 100%, 0% 100%); */
  text-decoration: none;
  -webkit-transition: 0.2s color, 0.2s background-color;
  transition: 0.2s color, 0.2s background-color;
  border: 0;
  border-radius: 32px !important;
  will-change: transform, box-shadow;
  transition: transform .3s ease-in-out, background-color .3s ease-in-out, box-shadow .3s ease-in-out, border-color .3s ease-in-out;  
}
.btn-blue:hover, .form-box--collapse.form-box--center .form-box footer .form-box-button:hover, .usados-pagination a:hover {
  color: white;
  text-decoration: none;
  background-color: var(--color-secondary);
  cursor: pointer;
  transform: scale(1.1);  
}
.btn-blue[disabled], .form-box--collapse.form-box--center .form-box footer [disabled].form-box-button, .usados-pagination a[disabled] {
  opacity: .8;
  pointer-events: none;
}

button.btn-blue .fa {
  margin:5px 0px 0px 5px;
}

.btn-blue-secondary,
.btn-blue-secondary .fa {
  background-color: transparent;
  color: var(--color-primary);
}
.btn-blue-secondary .fa {
  background:  var(--color-primary); 
  border-radius: 50%; 
  padding: 1px; 
  color: #fff;
  width: 14px;  
}
.btn-blue-secondary:hover .fa {
  background:  var(--color-secondary); 
}

.btn-blue-secondary:hover {
  background-color: transparent;  
  color:var(--color-secondary);
  transform: scale(1);
}
.btn-white, .usados-pagination span {
  background-color: white;
  color: var(--color-primary);
  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;
  -webkit-clip-path: polygon(5px 0%, 100% 0%, calc(100% - 5px) 100%, 0% 100%);
          clip-path: polygon(5px 0%, 100% 0%, calc(100% - 5px) 100%, 0% 100%);
  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, .usados-pagination span:hover {
  color: white;
  text-decoration: none;
  background-color: var(--color-secondary);
}
.btn-white[disabled], .usados-pagination span[disabled] {
  opacity: .8;
  pointer-events: none;
}

.btn-blue.icon, .form-box--collapse.form-box--center .form-box footer .icon.form-box-button, .usados-pagination a.icon,
.btn-white.icon,
.usados-pagination span.icon {
  line-height: 1;
}
.btn-blue.icon i, .form-box--collapse.form-box--center .form-box footer .icon.form-box-button i, .usados-pagination a.icon i,
.btn-white.icon i,
.usados-pagination span.icon i {
  margin-left: 10px;
}

.btn-white-border {
  color: var(--color-primary);
  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: var(--color-primary);
}
.btn-white-border[disabled] {
  opacity: .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;
  -webkit-box-shadow: inset 0 0 0 1px var(--color-primary);
          box-shadow: inset 0 0 0 1px var(--color-primary);
  background: transparent;
  opacity: 1;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -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: var(--color-primary);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.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: .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: .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: .33;
}

.page-head {
  position: relative;
}
.page-head .swiper-wrapper {
  min-height: 360px;
}
.page-head .head-item {
  position: relative;
}
.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.full {
  min-height: auto;
}
.page-head .head-item.full img {
  position: relative;
  height: auto;
}
.page-head .head-item.full .head-item--text {
  min-height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@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%;
  background-color: #f2f2f2;
  border: 1px solid #999;
  min-height: 50px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMjMuODIyIDIwLjg4bC02LjM1My02LjM1NGMuOTMtMS40NjUgMS40NjctMy4yIDEuNDY3LTUuMDU5LjAwMS01LjIxOS00LjI0Ny05LjQ2Ny05LjQ2OC05LjQ2N3MtOS40NjggNC4yNDgtOS40NjggOS40NjhjMCA1LjIyMSA0LjI0NyA5LjQ2OSA5LjQ2OCA5LjQ2OSAxLjc2OCAwIDMuNDIxLS40ODcgNC44MzktMS4zMzNsNi4zOTYgNi4zOTYgMy4xMTktMy4xMnptLTIwLjI5NC0xMS40MTJjMC0zLjI3MyAyLjY2NS01LjkzOCA1LjkzOS01LjkzOCAzLjI3NSAwIDUuOTQgMi42NjQgNS45NCA1LjkzOCAwIDMuMjc1LTIuNjY1IDUuOTM5LTUuOTQgNS45MzktMy4yNzQgMC01LjkzOS0yLjY2NC01LjkzOS01LjkzOXoiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: 10px center;
  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 var(--color-primary);
          box-shadow: 0 0 4px var(--color-primary);
  border-color: var(--color-primary);
}
.busqueda-input input[type="text"].general:focus + .placeholder, .busqueda-input input[type="text"].general:active + .placeholder {
  display: none;
}
.busqueda-input .placeholder {
  font-size: 17px;
  position: absolute;
  top: 13px;
  left: 50px;
  pointer-events: none;
  white-space: nowrap;
}
.busqueda-input .btn-big--mobile {
  display: none;
}
.busqueda-input .btn-blue--mobile {
  display: none;
}
.busqueda-input .busqueda-input--content {
  background-color: white;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  border: 1px solid #ddd;
  padding: 50px;
  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-blue, .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 .usados-pagination a, .usados-pagination .busqueda-input a {
    display: none;
  }
  .busqueda-input .btn-blue--mobile {
    display: block;
    margin-left: 5px;
    padding: 0 20px;
  }
  .busqueda-input .btn-blue--mobile i {
    margin: 0;
  }
  .busqueda-input .placeholder {
    text-overflow: ellipsis;
    left: 50px;
    width: calc(100% - 140px);
    overflow: hidden;
  }
}

.card-car {
  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: 0;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #1a1a1a;
  text-decoration: none;
}
.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, .card-car .card-car--footer .form-box--collapse.form-box--center .form-box footer .form-box-button, .form-box--collapse.form-box--center .form-box footer .card-car .card-car--footer .form-box-button, .card-car .card-car--footer .usados-pagination a, .usados-pagination .card-car .card-car--footer a {
  padding: 0 25px;
  font-size: 13px;
  height: 45px;
}
@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: var(--color-primary);
  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: var(--color-secondary);
  text-decoration: none;
}

.card-modelo {
  background-color: white;
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 15px;
}

/* ↓↓↓======= PLAN OVALO ======= wp content plan */
.page-plan .plan-content {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  margin-bottom: 50px;
}
/* ↑↑↑======= PLAN OVALO ======= wp content plan */

.modal-consulta .modal-body, .modal-plan .modal-body {
  background-color: #efefef;
  border-radius: 0 0 5px 5px;
  padding: 25px;
}
.modal-consulta .modal-title, .modal-plan .modal-title {
  color: var(--color-primary);
  font-size: 22px;
  font-weight: 400;
}
.modal-consulta label, .modal-plan label {
  font-size: 13px;
}
.modal-consulta label input[type="checkbox"], .modal-plan label input[type="checkbox"] {
  vertical-align: -3px;
}
.modal-consulta input[type="text"], .modal-consulta input[type="email"], .modal-consulta select, .modal-consulta textarea, 
.modal-plan input[type="text"], .modal-plan input[type="email"], .modal-plan select, .modal-plan textarea {
  width: 100%;
  border: 0;
  margin-bottom: 5px;
  height: 40px;
  font-family: "Be Vietnam", "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-plan input[type="text"]::-webkit-input-placeholder, 
.modal-plan input[type="email"]::-webkit-input-placeholder, 
.modal-plan select::-webkit-input-placeholder, 
.modal-plan textarea::-webkit-input-placeholder {
  color: black;
  opacity: 1;
}
/* Firefox 18- */
.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-plan input[type="text"]:-moz-placeholder, 
.modal-plan input[type="email"]:-moz-placeholder, 
.modal-plan select:-moz-placeholder, 
.modal-plan textarea:-moz-placeholder {
  color: black;
  opacity: 1;
}
/* Firefox 19+ */
.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-plan input[type="text"]::-moz-placeholder, 
.modal-plan input[type="email"]::-moz-placeholder, 
.modal-plan select::-moz-placeholder, 
.modal-plan textarea::-moz-placeholder {
  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-plan input[type="text"]:-ms-input-placeholder, 
.modal-plan input[type="email"]:-ms-input-placeholder, 
.modal-plan select:-ms-input-placeholder, 
.modal-plan textarea:-ms-input-placeholder {
  color: black;
  opacity: 1;
}
.modal-consulta textarea, .modal-plan textarea {
  min-height: 100px;
  padding: 5px 10px;
}
.modal-consulta footer, .modal-plan footer {
  text-align: right;
}
.modal-consulta footer .form-box-button, .modal-plan footer .form-box-button {
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-primary);
  color: white;
  border-radius: 3px;
  min-height: 45px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
}

.modal-consulta footer .form-box-button i, .modal-plan footer .form-box-button i {
  margin-left: 15px;
  font-size: 12px;
}


.home-carousel {
  background-color: #eee;
}
.home-carousel img {
  width: 100%;
  display: block;
}
.home-carousel .swiper-pagination {
  display: none;
}
@media (max-width: 576px) {
  .home-carousel .swiper-pagination {
    display: block;
  }
  .home-carousel .swiper-button-prev,
  .home-carousel .swiper-button-next {
    display: none;
  }
}

.selector-autos {
  text-align: center;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .selector-autos .container {
    max-width: 100%;
    padding: 0;
  }
  .selector-autos .swiper-button-prev,
  .selector-autos .swiper-button-next {
    display: none;
  }
}
.selector-autos .selector-autos--nav {
  background-color: white;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 55px;
  padding: 0 20px;
  margin-bottom: 50px;
}
.selector-autos .selector-autos--nav button {
  height: 100%;
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  background: transparent;
  border: 0;
  padding: 0;
  padding: 0 10px;
  color: #2d2d3a;
  cursor: pointer;
  outline: none;
  font-size: 14px;
  font-weight: 600;
}
.selector-autos .selector-autos--nav button.active {
  color: var(--color-primary);
  -webkit-box-shadow: inset 0 -3px var(--color-primary);
          box-shadow: inset 0 -3px var(--color-primary);
}
@media (max-width: 450px) {
  .selector-autos .selector-autos--nav {
    background-color: transparent;
    padding: 0;
    margin-bottom: 30px;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .selector-autos .selector-autos--nav button {
    -webkit-transform: none;
            transform: none;
    height: 45px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.02em;
    padding: 0 5px;
  }
}
.selector-autos .card-vehicle {
  background-color: white;
  -webkit-transform: skew(-2deg);
          transform: skew(-2deg);
  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;
}
.selector-autos .card-vehicle img {
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 10px;
}
.selector-autos .card-vehicle figure,
.selector-autos .card-vehicle h3 {
  -webkit-transform: skew(2deg);
          transform: skew(2deg);
  display: block;
  margin: 0;
}
.selector-autos .card-vehicle h3 {
  color: #215190;
  font-size: 25px;
  letter-spacing: -0.04em;
  font-weight: 400;
}
.selector-autos .card-vehicle h3 span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0, #cce2f5));
  background-image: linear-gradient(180deg, transparent 60%, #cce2f5 0);
  -webkit-transition: 0.8s background-size;
  transition: 0.8s background-size;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 0% !important;
}
.selector-autos .card-vehicle:hover h3 span {
  background-size: 100% !important;
}
@media (max-width: 576px) {
  .selector-autos .card-vehicle {
    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 h2 {
  color: var(--color-primary);
  margin-bottom: 30px;
  letter-spacing: -0.03em;
}
.home-entradas .swiper-pagination {
  display: none;
}
.home-entradas .card-entrada {
  background-color: white;
  max-height: 60rem;
}
.home-entradas .card-entrada .card-entrada--container {
  padding: 35px 30px;
}
.home-entradas .card-entrada .card-entrada--date {
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 12px;
}
.home-entradas .card-entrada .card-entrada--title {
  min-height: 7rem; 
  color: #215190;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.03em;
}
.home-entradas .card-entrada .card-entrada--excerpt {
  color: #898f92;
  font-size: 15px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .home-entradas .swiper-pagination {
    display: block;
  }
}
@media (max-width: 768px) {
  .home-entradas {
    padding-top: 40px;
  }
  .home-entradas .container {
    padding-right: 0;
    max-width: 100%;
  }
  .home-entradas h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}

.home-links {
  padding: 60px 0;
}
.home-links .container {
  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-links .home-link {
  background-color: var(--color-primary);
  width: 25%;
  padding: 50px 40px;
  height: 250px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: skew(-4deg);
          transform: skew(-4deg);
  -webkit-transition: 0.2s background-color, 0.2s -webkit-transform;
  transition: 0.2s background-color, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s background-color;
  transition: 0.2s transform, 0.2s background-color, 0.2s -webkit-transform;
  -webkit-box-shadow: -2px 0 #187cd3;
          box-shadow: -2px 0 #187cd3;
}
.home-links .home-link:first-child {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.home-links .home-link:hover {
  -webkit-transform: skew(-4deg) scale(1.1);
          transform: skew(-4deg) scale(1.1);
  background-color: #0d304f;
  z-index: 10;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.home-links .home-link:hover svg {
  fill: #21acf4;
}
.home-links svg {
  height: 70px;
  width: 70px;
  fill: #fff;
  -webkit-transform: skew(4deg);
          transform: skew(4deg);
  -webkit-transition: 0.2s fill;
  transition: 0.2s fill;
}
.home-links .home-link--title {
  color: white;
  font-size: 30px;
  margin: 0;
  letter-spacing: -0.04em;
  -webkit-transform: skew(4deg);
          transform: skew(4deg);
}
.home-links .home-link--text {
  color: #4eb5fe;
  font-weight: 300;
  letter-spacing: -0.02em;
  -webkit-transform: skew(4deg);
          transform: skew(4deg);
}
@media (max-width: 992px) {
  .home-links .home-link {
    height: 220px;
    padding: 50px 20px;
  }
  .home-links svg {
    width: 50px;
    height: 50px;
  }
  .home-links .home-link--title {
    font-size: 22px;
  }
  .home-links .home-link--text {
    font-size: 13px;
  }
}
@media (max-width: 768px) {
  .home-links .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home-links svg {
    width: 70px;
    height: 70px;
  }
  .home-links .home-link--title {
    font-size: 24px;
  }
  .home-links .home-link--text {
    font-size: 15px;
  }
  .home-links .home-link {
    width: calc(50% - 10px);
    margin: 5px;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 450px) {
  .home-links .home-link {
    width: 90%;
    margin: 5px auto;
  }
  .home-links .home-link:hover {
    -webkit-transform: skew(-4deg) scale(1.03);
            transform: skew(-4deg) scale(1.03);
  }
}

.home-map {
  position: relative;
}
.home-map .home-map--over {
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  padding: 30px 40px;
  -webkit-transform: skew(-2deg);
          transform: skew(-2deg);
  z-index: 500;
  width: 350px;
}
.home-map .swiper-container {
  -webkit-transform: skew(2deg);
          transform: skew(2deg);
}
.home-map #map, .home-map #lea-map {
  width: 100%;
  height: 600px;
}
.home-map .card-sucursal {
  color: #898f92;
  font-size: 15px;
}
.home-map .card-sucursal .card-sucursal--title {
  color: var(--color-primary);
  letter-spacing: -0.02em;
  font-weight: 300;
  margin-bottom: 15px;
}
.home-map .card-sucursal .card-sucursal--title span {
  font-weight: 600;
}
.home-map .card-sucursal .card-sucursal--telefonos,
.home-map .card-sucursal .card-sucursal--atencion,
.home-map .card-sucursal .card-sucursal--direccion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}
.home-map .card-sucursal p {
  margin: 0;
}
.home-map .card-sucursal a {
  color: var(--color-primary);
  text-decoration: none;
  margin-left: 3px;
}
.home-map .card-sucursal img {
  width: 17px;
  height: 17px;
  margin-top: 5px;
  margin-right: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 768px) {
  .home-map {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-map .card-sucursal {
    font-size: 13px;
  }
  .home-map .card-sucursal .card-sucursal--title {
    font-size: 22px;
  }
  .home-map .home-map--over {
    padding: 30px;
    position: relative;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 90%;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-map #map, .home-map #lea-map {
    height: 400px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.main-slider {
  position: relative;
}

.home-cotizar .form-box--btn {
  position: absolute;
  right: 50px;
  bottom: 0;
  z-index: 50;
}
.home-cotizar .btn-blue, .home-cotizar .form-box--collapse.form-box--center .form-box footer .form-box-button, .form-box--collapse.form-box--center .form-box footer .home-cotizar .form-box-button, .home-cotizar .usados-pagination a, .usados-pagination .home-cotizar a {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}

/* promociones ===================== */
.page-promociones .card-promocion .card-promocion--content {
  padding: 0 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 .main-datos--title {
  line-height: 1;
  font-size: 25px;
}
.page-single--car .main-datos .main-datos--precio {
  line-height: 1;
  font-size: 40px;
  font-weight: 600;
}
.page-single--car .main-datos .btn-black-big {
  margin-top: 80px;
}

.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;
}
.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--footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.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-blue, .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 .usados-pagination a, .usados-pagination .page-autos .card-auto a {
  width: 100%;
  margin-top: 15px;
}
@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: 0;
  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 {
  background-color: white;
  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;
}
.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 grey;
  margin-bottom: 5px;
  height: 35px;
  font-family: "Be Vietnam", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 0 10px;
  font-size: 13px;
  background-color: transparent;
}
.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;
}

.page-contacto #map,
.page-contacto #lea-map {
  width: 100%;
  height: 600px;
}
@media (max-width: 768px) {
  .page-contacto #map,
  .page-contacto #lea-map {
    height: 400px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.page-vermodelo .showcase-galeria .section-title {
  margin-top: 20px;
  text-align: center;
  font-weight: 800;
  margin-bottom: 20px;
  color: var(--color-primary);
}
@media (max-width: 1024px) {
  .page-vermodelo .showcase-galeria {
    margin-bottom: 50px;
  }
}
.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 .modelo-badge {
  padding: 50px 0;
  text-align: center;
  background-color: var(--color-primary);
}
.page-vermodelo .modelo-badge .modelo-badge--title {
  font-weight: 800;
  font-size: 35px;
  margin-bottom: 20px;
  color: white;
}
@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: 50px 0;
}
.page-vermodelo .home-showcase .home-showcase--versiones {
  width: 100%;
  margin-bottom: 30px;
}
.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-color;
  transition: 0.2s border-color;
  text-decoration: none;
  cursor: pointer;
  background-color: white;
  -webkit-transform: skew(-2deg);
          transform: skew(-2deg);
  -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;
  -webkit-box-shadow: 0 0 0 4px transparent;
          box-shadow: 0 0 0 4px transparent;
  padding: 5px;
}
.page-vermodelo .home-showcase .home-showcase--versiones .card-vehiculos .card-vehiculos--figure {
  -webkit-transform: skew(2deg);
          transform: skew(2deg);
  padding: 5px;
  margin: 0;
}
.page-vermodelo .home-showcase .home-showcase--versiones .card-vehiculos .card-vehiculos--figure img {
  height: 150px;
  -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: 120px;
  }
}
.page-vermodelo .home-showcase .home-showcase--versiones .card-vehiculos .card-vehiculos--title {
  -webkit-transform: skew(2deg);
          transform: skew(2deg);
  margin: 5px 0 15px 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:hover {
  -webkit-box-shadow: 0 0 0 4px #d6d6d6;
          box-shadow: 0 0 0 4px #d6d6d6;
}
.page-vermodelo .home-showcase .home-showcase--versiones .card-vehiculos.active {
  -webkit-box-shadow: 0 0 0 4px var(--color-primary);
          box-shadow: 0 0 0 4px var(--color-primary);
}
.page-vermodelo .home-showcase .home-showcase--versiones .card-vehiculos.active .card-vehiculos--title {
  color: var(--color-primary);
}
.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: var(--color-secondary) !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;
}
.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 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 30px;
}
.page-vermodelo .home-showcase .tab-content p {
  font-size: 15px;
}
.page-vermodelo .home-showcase .color-selector {
  background-color: white;
  padding: 15px;
  margin-bottom: 10px;
}
.page-vermodelo .home-showcase .color-selector h2 {
  text-align: center;
  color: #1a1a1a;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  position: relative;
}
.page-vermodelo .home-showcase .color-selector ul {
  margin: 15px 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: 40px;
  height: 40px;
  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: var(--color-primary);
  width: 50%;
  font-weight: 700;
  font-size: 12px;
  color: white;
  border-color: #075ca7 !important;
}
.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;
}
.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: var(--color-primary);
  width: 50%;
  font-weight: 700;
  font-size: 12px;
  color: white;
  border-color: #075ca7 !important;
}
.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: 14px;
  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: var(--color-primary);
  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: var(--color-primary);
}
.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;
}

.usados-pagination {
  text-align: center;
  padding-top: 20px;
}
.usados-pagination span {
  height: 40px;
  padding: 0 15px;
}
.usados-pagination span:hover {
  background-color: white;
  color: var(--color-primary);
}
.usados-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 .swiper-button-prev,
.swiper-custom-arrows .swiper-button-next {
  height: 45px;
  width: 45px;
  background-color: var(--color-primary);
  /* -webkit-transform: skew(-10deg);
          transform: skew(-10deg); */
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
}
.swiper-custom-arrows .swiper-button-prev:hover,
.swiper-custom-arrows .swiper-button-next:hover {
  background-color: var(--color-secondary);
  border-radius: 0.3rem;
}
.swiper-custom-arrows .swiper-button-prev:after,
.swiper-custom-arrows .swiper-button-next:after {
  font-size: 12px;
  color: white;
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  font-weight: 900;
}
.swiper-custom-arrows .swiper-button-prev {
  padding-right: 15px;
  padding-left: 15px;
  margin-left: -15px;
}
.swiper-custom-arrows .swiper-button-next {
  padding-left: 15px;
  padding-right: 15px;
  margin-right: -15px;
}

.swiper-custom-arrows-2 .swiper-button-prev,
.swiper-custom-arrows-2 .swiper-button-next {
  height: 55px;
  width: 55px;
  border: 2px solid var(--color-primary);
  /* -webkit-transform: skew(-10deg);
          transform: skew(-10deg); */
  -webkit-transition: 0.2s background-color;
  transition: 0.2s background-color;
}
.swiper-custom-arrows-2 .swiper-button-prev:hover,
.swiper-custom-arrows-2 .swiper-button-next:hover {
  background-color: var(--color-primary);
}
.swiper-custom-arrows-2 .swiper-button-prev:hover:after,
.swiper-custom-arrows-2 .swiper-button-next:hover:after {
  color: white;
}
.swiper-custom-arrows-2 .swiper-button-prev:after,
.swiper-custom-arrows-2 .swiper-button-next:after {
  font-size: 12px;
  color: var(--color-primary);
  -webkit-transform: skew(10deg);
          transform: skew(10deg);
  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;
}

body {
  font-family: "Be Vietnam", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  background-color: #f5f5f5;
  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: 80px;
}
@media (max-width: 576px) {
  body {
    margin-top: 60px;
  }
}

body, html {
  height: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ↓↓↓==============PLAN OVALO======= INI: Page Plan Ovalo - Pasos */
#contenedor-plan-ovalo {
  max-width: 71.25rem;
  margin: 1.875rem auto;
  padding: 0 0 6.25rem 0;
}

#contenedor-plan-ovalo .grid-container {
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 2%;
    margin: 0 10px;
}

#contenedor-plan-ovalo #pasos-plan-ovalo figcaption {
  font-size: 1.25rem;
}

#contenedor-plan-ovalo img {
  width: 100%;
    border-radius: 2%;
    border: 2px solid #ccc;
    box-shadow: 0 5px 5px #ccc;
}

/* mobile plan ovalo*/
@media (max-width: 767px) {
  #contenedor-plan-ovalo .grid-container {
    margin: 0 1.2rem;
  }
  #contenedor-plan-ovalo #pasos-plan-ovalo figcaption {
    font-size: 1rem;
  }

  #contenedor-plan-ovalo .grid-container {
    grid-template-columns: 1fr;
  }
  /*page plan - wp content*/
  .page-plan .page-plan--content .plan-content {
    text-align: center;
  }
}
/* ↑↑↑==============PLAN OVALO======= END: Page Plan Ovalo - Pasos */

/* ↓↓↓============PLAN OVALO========== INI: Page Plan Ovalo - vehiculos & detalles */
.modelo-plan-detalles #modalCuotas .modal-body .card {
  border: none;
}
.modelo-plan-detalles #modalCuotas .modal-body .card .card-body {
  font-size: 0.8rem;
}
.modelo-plan-detalles #modalCuotas .modal-body .card .card-body table {
  width: 100%;
  margin: auto;
}
.modelo-plan-detalles #modalCuotas .modal-body .card .card-body table .even {
  background-color: var(--color-primary);
  border: thin solid var(--color-secondary);
  color: #ffff;
}
.modelo-plan-detalles #modalCuotas .modal-body .card .card-body table tr td {
  color: var(--color-primary);
}

#modalCuotas .legales-card {
  border: none;
}
#modalCuotas .legales-card .card-body {
  font-size: 0.8rem;
}

/*btnes modal detalle*/
.modelo-plan-detalles .card-modelo btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem var(--color-primary);
}
.modelo-plan-detalles .card-modelo .btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 .2rem var(--color-secondary);
}
/* mobile plan ovalo detalle vehiculos*/
@media (max-width: 767px) {
  .page-plan .page-plan--content  .modelo-plan-img {
    margin-top: 1.2rem;
  }
}
/* ↑↑↑============PLAN OVALO========== END: Page Plan Ovalo - vehiculos & detalles */

/* ↓↓↓============PLAN OVALO========== INI: Page Plan Ovalo - preguntas_acordion */
.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: #ffff;
  text-align: left;
  font-weight: 600;
  font-size: 20px;
  text-decoration: none;
  border-bottom: 2px solid var(--color-primary);
  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-accordion--header button:focus {
  border-bottom: 2px solid var(--color-secondary);
}
.page-modelos .page-modelos--accordion .card-accordion .card-body {
  background-color: #034487;
  color: #ffff;
}
.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: 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;
  }
}
@media (max-width: 992px) {
  .page-modelos .page-header .header-gradient--container {
    min-height: 50vw;
  }
}

/* ↓↓↓ =====PLAN OVALO===== form plan */
.page-plan .form-box--collapse .form-box {
  background: #ffff;
  border-radius: 1%;
  padding: 1rem;
  max-width: 370px;
  box-shadow: 15px -10rem 0rem 0px rgb(0 0 0 / 0%), 15px -13rem 0.8rem 0 rgb(0 0 0 / 12%), -3px 3px 0.1rem 0 rgb(0 0 0 / 56%);
}

.page-plan .form-box--collapse.form-box--center .form-box label {
  width: 100%;
}

.page-plan .form-box--collapse.form-box--center .form-box input[type="text"], 
.page-plan .form-box--collapse.form-box--center .form-box input[type="email"], 
.page-plan .form-box--collapse.form-box--center .form-box input[type="number"], 
.page-plan .form-box--collapse.form-box--center .form-box input[type="tel"], 
.page-plan .form-box--collapse.form-box--center .form-box select, 
.page-plan .form-box--collapse.form-box--center .form-box textarea {
  background: #fff;
}

.page-plan .wpcf7-form input[type=submit] {
  background-color: var(--color-primary) !important;
  color: white;
  height: 40px;
  width: 70%;
  margin: auto;
}
.page-plan .wpcf7-form input[type=submit]:hover{
  color: white;
  text-decoration: none;
  background-color: var(--color-secondary) !important;
  cursor: pointer;
  transform: scale(1.1);  
}
/* ↑↑↑ =====PLAN OVALO===== form plan */
/* ↑↑↑============PLAN OVALO========== END: Page Plan Ovalo - preguntas_acordion */

/* ↓↓↓============FORD PRO========= INI: Page Ford Pro */

/* ↓↓↓ Banner Ford Pro */
#page-pro--banner .container-fluid .btn-banner-pro {
    position: absolute; top: 30%; left: 15%; transform: translateX(-50%);
}

#page-pro--banner .container-fluid .btn-banner-pro a {
  background: #00095b; padding: 0 30px; height: 50px;
}

#page-pro--banner .container-fluid .btn-banner-pro a:hover {
  background: #1700f4;
}

@media (max-width: 767px) {
    .btn-banner-pro {
      top: 30% !important;
      left: 50% !important;
      transform: translateX(-50%);
      align-self: anchor-center;
    }
}
/* ↑↑↑ Banner Ford Pro */

/* ↓↓↓ Titutlo y descripcion Pal. Ford Pro - ini */
#page-pro--block .page-pro--block_title, .page-pro--block_text {
  color: var(--color-primary);
  line-height: 2rem;
  letter-spacing: 1px;
  margin-top: 2rem;
}
/* ↑↑↑ Titutlo y descripcion Pal. Ford Pro - ini */

/* Selector btn Tabs deslizador Azul ↓↓↓ */
.custom-tabs {
  position: relative;
  border: 1px solid #0000007a;
  border-radius: 999px;
  overflow: hidden;
  display: flex;
  justify-content: space-around;
  background-color: #fff;
  margin-bottom: 5px;
  box-shadow: -1px 4px 9px 0px rgb(0 0 0 / 51%);
}

.custom-tabs .nav-link {
  color: var(--color-primary);
  border: none;
  background: transparent;
  font-weight: 500;
  z-index: 2;
  transform: translateX(0%);
}

.custom-tabs .nav-link.active {
  color: #fff !important;
  background: var(--color-primary);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  transition: left 0.3s ease, width 0.3s ease;
  transform: translateX(0%);
  z-index: 1;
  position: relative;
  /* Para que el box-shadow se aplique correctamente */
  box-shadow: 0px 0px 14px 2px rgb(0 0 0 / 51%);
}

.tab-slider-pill {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 0;
  background: var(--color-primary);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
  transition: left 0.3s ease, width 0.3s ease;
  z-index: 1;
}
/*INI - ANIMACION BTN DESLIZADOR TABS FORD PRO ↓↓↓*/
.nav-link.transition-in-left {
  animation: slide-in-left 0.3s ease forwards;
}

.nav-link.transition-in-right {
  animation: slide-in-right 0.3s ease forwards;
}

@keyframes slide-in-left {
  0% {
      transform: translateX(5rem);
      opacity: 0.3;
  }
  100% {
      transform: translateX(0);
      opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
      transform: translateX(-5rem);
      opacity: 0.3;
  }
  100% {
      transform: translateX(0);
      opacity: 1;
  }
}
/*END - ANIMACION BTN DESLIZADOR TABS FORD PRO ↑↑↑*/

/* ↓↓↓ Section Carrusel TABS Ford Pro - ini */
#page-pro--tabs .page-pro--tabs_content .page-pro--tabs_title h3 {
  color: var(--color-primary);
  font-weight: 300;
}

#page-pro--tabs .page-pro--tabs_content .page-pro--tabs_image {
  width: 65%;
  margin: auto;
}

#page-pro--tabs .page-pro--tabs_content .page-pro--tabs_text {
  color: var(--color-primary);
  font-weight: 300;
}

.page-pro--tabs_content .nav-tabs {
  display: none;
}

.page-pro--tabs_content .card-header a,
.page-pro--tabs_content .nav-tabs .nav-link {
  color: var(--color-secondary);
  cursor: pointer !important;
}

.page-pro--tabs_content .card-header a {
    border-bottom: 3px solid #b5b5b5
}

.page-pro--tabs_content .card-body {
  padding:1.5em;
}

@media(min-width:768px) {

  .page-pro--tabs_content .nav-tabs {
      display: flex;
      justify-content: space-between;
  }

  .page-pro--tabs_content .nav-tabs .nav-item {
      width: 20%;
  }
  
  .page-pro--tabs_content .card {
      border: none;
  }

  .page-pro--tabs_content .card .card-header {
      display: none;
  }

  .page-pro--tabs_content .card .collapse{
      display: block;
  }

}

#modelos_fpro .card-body .card-title {
  color: var(--color-primary) !important;
  font-size: 1rem;
  font-weight: 900;
  margin-bottom: 2rem;
  text-align: center;
}


#modelos_fpro .card-body .card-text .btn-fpro-azul {
  background: #00095B; padding: 0 14px; height: 40px; font-size: 0.7rem;
}

#modelos_fpro .card-body .card-text .btn-fpro-azul:hover {
  background: #1700f4;
}

#modelos_fpro .card-body .card-text .btn-fpro-blanco {
  color: #00095B; border: 1px solid #00095B; background: #fff; padding: 0 14px; height: 40px;
}

/* ↓↓↓mobile */
@media (max-width: 767px) {
    .page-pro--tabs_content .tab-content > .tab-pane {
      display: block !important;
      opacity: 1;
  }

  .page-pro--tabs_content .card .card-header {
      background: var(--color-primary);
  }

  .page-pro--tabs_content .card .card-header a {
    color: #ffff;
  }

  .page-pro--tabs_content .card-header a {
    border: none;
  }

  .page-pro--tabs_content .card-header a:hover {
    text-decoration: none;
    position: relative;
    padding-top: 1px; /* Espacio para que la línea superior no se monte sobre el texto */

    &::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(to right, var(--color-primary), var(--color-secondary));
        border-radius: 50px;
    }
  }
}
/* ↑↑↑mobile */

/* ↑↑↑============FORD PRO========= END: Page Ford Pro */

/*INI Pickup & Delivery ============↓↓↓ */
#pickup-delivery .container .row .card-group .card-delivery {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
#pickup-delivery .container .row .card-group .card-delivery:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Sombra más pronunciada al pasar el mouse */
}

#pickup-delivery .container .row .card-group .card-delivery .card-footer-pdelivery {
  background: white;
  border-top: none;
  margin: auto;
}

#pickup-delivery .container .row .card-group .card-delivery .card-footer-pdelivery a {
  background: #00095b;
  padding: 0 14px;
  height: 40px;
  width: 100%;
  margin-bottom: 1rem;
}

#pickup-delivery .container .row .card-group .card-delivery .card-footer-pdelivery a:hover {
  background: #1700f4;
}
/*END Pickup & Delivery ============↑↑↑ */

/* ↓↓↓ Carrusel Tabs - Ford Pro */
.page-pro--carousel .page-pro--carousel_content {
  /*box-shadow: 0px 3px 7px 0px rgb(0 0 0 / 51%);*/
  box-shadow: -6px 0.3rem 0rem 0px rgb(0 0 0 / 0%), 0 0.8rem 0.8rem 0 rgb(0 0 0 / 12%), 0 0.1rem 0.1rem 0 rgb(0 0 0 / 56%);
  background-color: white !important;
  padding: 0px !important;
  display: flex;
  flex-direction: column;
  min-height: 36rem;
  border-radius: 0.5rem;
}

/* imagen carrusel tab */
.page-pro--carousel .page-pro--carousel_image {
  min-height: 13rem;
}

/* titulo carrusel tab */
.page-pro--carousel .page-pro--carousel_title {
  color: var(--color-primary);
  font-size: 1.7rem;
  font-weight: 600;
}

/* text carrusel tab */
.page-pro--carousel_text {
  text-align: justify;
  font-weight: 300;
  padding: 0 1.5rem;
  min-height: 17rem;
  color: var(--color-primary);
}

/* btn carrusel tab */
.page-pro--carousel .page-pro--carousel_content a {
    width: 60%;
    height: 2.5rem;
    margin: auto;
    margin-bottom: 1rem;
}

.page-pro--carousel .owl-nav {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Botones individuales */
.page-pro--carousel .owl-nav button.owl-prev,
.page-pro--carousel .owl-nav button.owl-next
{
  background-color: var(--color-primary) !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  pointer-events: all;
  transition: background 0.3s ease;
  z-index: 10;
}

.page-pro--carousel .owl-nav button.owl-prev:hover,
.page-pro--carousel .owl-nav button.owl-next:hover
{
  background-color: var(--color-secondary) !important;
  border: none !important;
}

/* mobile carrusel */
@media(max-width:767px) {
  .page-pro--carousel .page-pro--carousel_content {
    height: 100%;
  }
  .page-pro--carousel .page-pro--carousel_image {
    min-height: 9rem;
  }
  .page-pro--carousel .page-pro--carousel_title {
    margin-top: 2rem;
  }
  .page-pro--carousel_text {
    padding: 0 1rem;
  }
  .page-pro--carousel .page-pro--carousel_content a {
    width: 80%;
  }
  .page-pro--carousel .owl-nav {
    top: 34% !important;
  }

  .page-pro--tabs_content .card-body {
    padding:0em .5em 2em;
  }
}
/* ↑↑↑Carrusel Tabs - Ford Pro */