/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

a[href^='tel'] {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea {
  font-family: inherit;
}

.nomargin {
  margin: 0;
  padding: 0;
}

p {
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.wrapper {
  width: 90%;
  margin: 0 auto;
  max-width: 78rem;
}

html,
body {
  height: 100%;
}

body {
  overflow-x: hidden;
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 400;
}

.full-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

main {
  padding: 4rem 0;
}

main h1 {
  margin-bottom: 1.7rem;
}

main h1.nomargin {
  margin-bottom: 1rem;
}

footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

header {
  background: #1e2325;
  -webkit-box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
}

header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-top {
  background: #14191b;
  color: #fff;
}

.header-top a {
  color: inherit;
  display: inline-block;
  padding: 10px 0;
  text-decoration: none;
}

.header-top .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-top .contact-info a {
  font-size: 14px;
  margin-right: 1.5rem;
}

.header-top .contact-info a i {
  width: 20px;
  text-align: center;
  display: inline-block;
  opacity: 0.7;
}

.header-top .social-networks a {
  padding: 10px 5px;
}

.pancake-menu {
  display: none;
}

header .logo img {
  height: 2.75rem;
  display: block;
  margin: 28px 0;
}

header nav {
  position: relative;
}

header nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

header nav > ul > li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-left: 2rem;
}

header nav > ul > li.active > a {
  color: #5db3a2;
  font-weight: bold;
}

header nav > ul > li.special:before {
  content: '';
  position: absolute;
  background-color: #fff;
  width: 120%;
  height: 35%;
  left: -10%;
  border-radius: 5px;
  z-index: 1;
}

header nav > ul {
  padding-right: 8px;
}

header nav > ul > li.special:hover:before {
  background-color: rgba(255, 255, 255, 0.8);
}

header nav > ul > li.special > a {
  font-weight: bold;
  color: #444;
}

header nav > ul > li.special > a:hover {
  color: #222;
}

header nav > ul > li > a {
  color: #fff;
  z-index: 2;
  position: relative;
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header nav > ul > li > a > i {
  margin-left: 0.5rem;
}

header nav > ul > li > a:hover {
  color: #5db3a2;
}

header nav > ul > li > ul {
  background-color: #222;
  position: absolute;
  top: calc(100% + 0.5rem);
  max-height: 10rem;
  overflow-y: auto;
  left: 0;
  z-index: 200;
  min-width: 8rem;
  max-width: 10rem;
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  visibility: hidden;
  -webkit-transform: translate3d(0, 1rem, 0);
  transform: translate3d(0, 1rem, 0);
}

header nav > ul > li > ul:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 0.5rem;
  background-color: transparent;
  top: -0.5rem;
}

header nav > ul > li:hover > ul {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

header nav > ul > li > ul > li {
  list-style: none;
}

header nav > ul > li > ul > li + li {
  border-top: 1px solid #444;
}

header nav > ul > li > ul > li > a {
  padding: 0.6rem;
  display: block;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

header nav > ul > li > ul > li > a:hover {
  background-color: #333;
}

.hero {
  color: #fff;
  text-align: center;
  position: relative;
}

.hero-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-slide {
  width: 100%;
}

.hero-slider-mobile {
  display: none;
}

.hero-slide:after {
  content: '';
  background-color: rgba(0, 52, 91, 0.862);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
}

.hero h1 {
  margin: 0;
  font-size: 2.6vw;
  font-weight: 400;
  letter-spacing: 12px; /* 5px */
}

.hero p.up {
  color: #5db3a2;
  font-weight: 300;
  font-size: 1.2vw;
  letter-spacing: 5px; /* 2px */
  margin-bottom: 6rem;
}

.hero p.down {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  font-size: 1.05rem;
  letter-spacing: 0.35vw; /* 2px */
  left: 0;
  font-weight: 300;
  right: 0;
  bottom: 2.5rem;
}

.hero a {
  color: #00345b;
  background-color: #fff;
  padding: 0.85rem 1.25rem;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  margin-top: 2rem;
  font-weight: bold;
}

/* WHATSAPP POP */

.whatsapp-opener {
  display: inline-block;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 200;
  background: #00345b;
  padding: 1.25rem 2rem;
  cursor: pointer;
  border-radius: 100rem;
  color: #fff;
  font-size: 0.875rem;
}

.whatsapp-opener i {
  margin-right: 0.5rem;
}

.whatsapp-container {
  width: 100%;
  z-index: 200;
  max-width: 20rem;
  position: fixed;
  bottom: 6.5rem;
  right: 2rem;
  display: none;
}

.whatsapp-container .top {
  color: #fff;
  background: #00345b;
  position: relative;
  padding: 1rem;
  border-radius: 5px 5px 0 0;
}

.whatsapp-container .top p {
  color: #fff;
  font-size: 0.875rem;
  max-width: 16rem;
  margin-bottom: 0;
}

.whatsapp-container .top i {
  opacity: 0.4;
  position: absolute;
  right: 0.625rem;
  cursor: pointer;
  top: 0.625rem;
}

.whatsapp-container .top i:hover {
  opacity: 0.7;
}

.whatsapp-container .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
  color: inherit;
  background: #fff;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.whatsapp-container .bottom i {
  font-size: 2.25rem;
  color: #49bd53;
  margin-right: 1rem;
}

.whatsapp-container .bottom span {
  font-size: 0.875rem;
  opacity: 0.6;
}

.whatsapp-container .bottom p {
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: bold;
}

footer {
  background-color: #1e2325;
  padding: 2rem 0;
}

footer .cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 2fr) minmax(0, 1fr);
}

footer .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .col-1 a {
  color: #fff;
  text-decoration: none;
}

footer .col-1 img {
  height: 3rem;
}

footer .col-1 .separator-bar {
  height: 2rem;
  width: 1px;
  background-color: #fff;
  margin: 0 1rem;
}

footer .col-2 {
  padding-left: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 4.5rem;
}

footer .col-2 img {
  border-radius: 5px;
  height: 5rem;
  margin-right: 3.5rem;
}

footer .col-2 .map-info {
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
}

footer .col-2 .map-info span {
  border-bottom: 1px solid #fff;
  display: inline-block;
  margin-bottom: 0.375rem;
}

footer .col-2 .map-info p {
  margin-bottom: 0;
}

footer .col-2 .map-info i {
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #5db3a2;
  margin-bottom: 0.25rem;
}

footer .col-2 a,
footer .col-3 a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
  cursor: pointer;
  text-decoration: none;
}

footer .col-2 a:hover,
footer .col-3 a:hover {
  color: #bbb;
}

footer .col-4 p {
  margin: 0;
  color: #fff;
}

footer .redes {
  margin-top: 1rem;
  margin-left: -0.375rem;
}

footer .redes a {
  color: #fff;
  padding: 0.5rem;
}

footer .redes a:hover {
  color: #00345b;
}

.under-footer {
  background-color: #14191b;
  padding: 0.5rem 0;
}

.under-footer .wrapper {
  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;
}

.under-footer p {
  margin-bottom: 0;
  color: #444;
}

.under-footer a {
  color: #444;
  font-weight: bold;
  font-size: 0.875rem;
}

.under-footer a span {
  color: #333;
  margin-right: 0.25rem;
  display: inline-block;
}

.home-section {
  padding: 3.5rem 0 0;
}

.all-credit-apt {
  color: #5db3a2;
  letter-spacing: 3px;
  margin: 1.5rem 0;
  font-size: 1.45rem;
  font-weight: bold;
  text-align: center;
}

.lend-banner {
  margin-bottom: 1.75rem;
  position: relative;
}

.lend-banner img {
  height: 2.7rem;
  -webkit-transform: translate(40px, 0px) scale(2.85);
  -ms-transform: translate(40px, 0px) scale(2.85);
  transform: translate(40px, 0px) scale(2.85);
  margin-right: 42px;
}

.lend-banner h3,
.lend-banner p {
  color: #fff;
}

.lend-banner-container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lend-banner h3 {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 3px; /* 3px */
  transform: translateY(-2px);
}

.lend-banner p {
  margin-top: 0.25rem;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2px; /* 2px */
  transform: translateY(1px);
}

.lend-banner p span {
  color: #5db3a2;
}

.lend-text-container {
  margin-left: 5.75rem;
}

.lend-banner a {
  position: relative;
  text-transform: uppercase;
  color: #1e2325;
  right: 0;
  background: #5db3a2;
  letter-spacing: 2px;
  font-size: 1.25rem;
  padding: 16px 40px 16px 65px;
  border: none;
  font-weight: 500;
  border-radius: 15px 0 0 15px;
  text-decoration: none;
}

.lend-banner a span {
  font-weight: 600;
  margin-right: 5rem;
}

.small-wrapper {
  max-width: 1195px;
}

/* .small-wrapper:before {
  width: 100%;
  height: 3px;
  content: '';
  position: absolute;
  bottom: 20px;
  left: 0;
  background-color: #5db3a2;
}
 */
.lend-banner-container {
  z-index: 10;
  border-radius: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 0 1.5rem 4rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #1e2325;
}

/* POPUP OVERLAY */

.pop-overlay {
  padding: 4rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 15, 15, 0.8);
  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;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  overflow-y: auto;
  z-index: 50;
}

.pop-overlay.active {
  opacity: 1;
  visibility: visible;
}

.pop-box * {
  opacity: 0;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.pop-overlay.active .pop-box * {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.pop-overlay .pop-box {
  background: #fff;
  width: calc(100% - 2.5rem);
  margin: auto;
  max-width: 32rem;
  padding: 1.5rem;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}

.pop-overlay i {
  font-size: 1.5rem;
  position: absolute;
  padding: 1.5rem;
  color: #fff;
  right: 0;
  top: 0;
  cursor: pointer;
}

.pop-overlay i:hover {
  opacity: 0.7;
}

.pop-overlay ul li {
  margin-left: 1rem;
}

/* VISTA CATEGORIAS */
.vehicle-search-container {
}

.vehicle-search {
  width: 100%;
  background-color: transparent;
  border: 1px solid #1e2325;
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
  padding: 5px;
  margin-bottom: 1.5rem;
}

.vehicle-search input {
  flex: 1;
  padding: 8px;
  border-radius: 5px;
  border: none;
  background: transparent;
  font-size: 13px;
  font-weight: 500;
}

.vehicle-search input::placeholder {
  color: #111;
}

.vehicle-search input:focus {
  outline: 0;
}

.vehicle-search i {
  width: 2rem;
  color: #444;
  display: inline-block;
  text-align: center;
}

.vehicles-car-financing {
  color: #1e2325;
  margin-bottom: -16px;
}

.vehicles-car-financing h2 {
  font-size: 53px;
}

.vehicles-car-financing p {
  font-weight: 500;
  font-size: 40px;
}

.vehicle-mod .vehicle-car-block-container h3 {
  position: absolute;
  bottom: 10px;
  left: 28px;
  font-weight: 400;
}

.vehicle-search-label {
  color: #fff;
}

.main-mixed .cols {
  margin-top: -24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.main-mixed .cols .col {
  border-radius: 5px;
  background: #fff;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.22s;
  -o-transition: all 0.22s;
  transition: all 0.22s;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
}

.main-mixed .cols.cols-cats .col {
  width: 120px;
  display: inline-block;
  margin-right: 0.5rem;
}

.main-mixed .cols.cols-cats {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  display: block;
  margin-bottom: 1rem;
}

.main-mixed .cols .col:hover {
  -webkit-transform: translate3d(0, -0.25rem, 0);
  transform: translate3d(0, -0.25rem, 0);
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}

.main-mixed .cols .col img {
  width: 100%;
  border-bottom: 1px solid #eee;
}

/* FILTROS */

.mix-filtros-toggle {
  background: transparent;
  font-weight: bold;
  border: none;
  cursor: pointer;
}

.mix-filtros-toggle .fa-caret-up {
  display: none;
}

.mix-filtros-toggle.active .fa-caret-up {
  display: inline-block;
}

.mix-filtros-toggle.active .fa-caret-down {
  display: none;
}

.mix-filtros-toggle:hover {
  color: #555;
}

.mix-filtros {
  margin: 0.25rem 0 1rem;
}

.mix-filtro {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.mix-filtro:not(.mix-filtro-parent) {
}

.mix-filtro:not(.mix-filtro-parent).active {
  display: flex;
}

.mix-filtro span {
  font-weight: 600;
  font-size: 13px;
  display: inline-block;
}

.mix-filtro label {
  font-size: 14px;
  font-weight: bold;
}

.mix-filtro select,
.mix-filtro input[type='number'] {
  background: transparent;
  width: auto;
  font-size: 13px;
  width: 80px;
  font-weight: 500;
  padding: 3px;
  margin-left: 6px;
  margin-right: 10px;
  border: 1px solid #1e2325;
  height: 26px;
  border-radius: 3px;
}

.mix-filtro select[name='modelo-desde'],
.mix-filtro select[name='modelo-hasta'] {
  border: 1px solid #1e2325;
}

.mix-filtro select {
  border: none;
}

.mix-filtros-container button {
  color: #fff;
  background: #14191b;
  padding: 5px 24px;
  border-radius: 5px;
  margin-top: 16px;
  border: none;
  cursor: pointer;
}

.mix-filtros-container button:active {
  background: #000000;
}

.mix-filtros-container {
  padding: 6px 0;
  border-radius: 5px;
  margin-top: 5px;
}

.filter-error {
  color: #c45959;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin: 18px 0 10px;
  display: none;
}

.filter-error.show {
  display: block;
}

.no-results-filters {
  font-size: 1.25rem;
  color: #666;
  display: none;
}

/* VISTA PRODUCTOS */

.zero-products {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.zero-products {
  width: calc(100% - 2rem);
  margin-left: 1rem;
}

.zero-products i {
  color: #00345b;
  font-size: 1.5rem;
  margin-right: 1rem;
  margin-bottom: 1rem;
  display: block;
}

.home-products h2 {
  color: #00345b;
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 2rem;
  margin-bottom: 2rem;
  margin-top: 3.5rem;
}

.main-product {
  border-top: 2px solid #c4c69f;
}

.home-products .cols,
.main-products .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 2rem);
  margin-left: -1rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-products .cols .col,
.main-products .cols .col {
  width: calc((100% / 4) - 2rem);
  margin: 1rem;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.22s;
  -o-transition: all 0.22s;
  transition: all 0.22s;
  border-radius: 5px;
}

.home-products .cols .col:hover,
.main-products .cols .col:hover {
  border-radius: 5px;
  -webkit-transform: translate3d(0, -0.25rem, 0);
  transform: translate3d(0, -0.25rem, 0);
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
}

.main-mixed .bottom-part .price,
.home-products .bottom-part .price,
.main-products .bottom-part .price {
  margin-bottom: 0;
}

.car-title {
  font-size: 19px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2rem;
}

.main-mixed .bottom-part .price.price.no-discount,
.home-products .bottom-part .price.no-discount,
.main-products .bottom-part .price.no-discount {
}

.main-mixed .top-part,
.main-products .top-part,
.home-products .top-part {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.main-mixed .top-part div,
.main-products .top-part div,
.home-products .top-part div {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center;
  top: 0;
  left: 0;
  border-radius: 5px 5px 0 0;
}

.main-mixed .bottom-part,
.home-products .bottom-part,
.main-products .bottom-part {
  padding: 1rem 2rem;
  text-align: left;
  border-radius: 0 0 5px 5px;
}

.main-mixed .bottom-part .price-after,
.home-products .bottom-part .price-after,
.main-products .bottom-part .price-after {
  font-size: 1.54rem;
  font-weight: 500;
}

.main-mixed .bottom-part .price-before,
.home-products .bottom-part .price-before,
.main-products .bottom-part .price-before {
  font-size: 1.275rem;
  text-decoration: line-through;
  color: #888;
  font-weight: 500;
  margin-left: 0.5rem;
}

.home-products .cols img,
.main-products .cols img {
  width: 100%;
  border-bottom: 1px solid #eee;
}

.main-mixed .bottom-part .discount,
.home-products .bottom-part .discount,
.main-products .bottom-part .discount {
  background: #c4c69f;
  color: #fff;
  display: inline-block;
  padding: 6px 14px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumb a {
  color: #444;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #222;
}

.breadcrumb a.on {
}

.breadcrumb i {
  color: #888;
  margin: 0 1rem;
  display: inline-block;
}

.product-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
  padding-top: 1.5rem;
  background-color: #fff;
}

.slider-set {
  width: calc(50% - 1px);
  background: #fff;
}

.slider-set .product-thumbnail {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.slider-set .product-slider {
  width: 100%;
}

.slider-set .product-slider .item {
  height: 438px;
  width: 100%;
  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;
  background: #fff;
}

.slider-set .product-slider .item img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.slider-set .product-thumbnail {
  background: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
}

.slider-set .product-thumbnail .thumbnail {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.slider-set .product-thumbnail .thumbnail img {
  height: 72px;
  padding: 2px;
  display: block;
  -webkit-transition: all 0.22s;
  -o-transition: all 0.22s;
  transition: all 0.22s;
}

.slider-set .product-thumbnail .thumbnail .bg-fill {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  border: 3px solid #c84e21;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.slider-set .product-thumbnail .thumbnail .thumbs-left {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  color: #c84e21;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 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;
  font-size: 1.75rem;
  font-weight: bold;
  -webkit-transition: all 0.22s;
  -o-transition: all 0.22s;
  transition: all 0.22s;
}

.slider-set .product-thumbnail .thumbnail:hover .thumbs-left {
  font-size: 1.5rem;
}

.slider-set .product-thumbnail .thumbnail:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.slider-set .product-thumbnail .thumbnail.active .bg-fill {
  opacity: 1;
}

.product-slider:hover .slick-prev,
.product-slider:hover .slick-next {
  opacity: 1;
}

.slick-initialized .slide-wrap:not(.slide-number-1) {
  display: block;
}

.slide-wrap:not(.slide-number-1) {
  display: none;
}

.slide-wrap .item img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.product-info {
  padding: 2.5rem;
  width: calc(50% - 1px);
  background: #fff;
}

.product-info > h2 {
  margin-bottom: 1.6rem;
  letter-spacing: 2px;
  color: #1e2325;
  font-weight: 600;
}

.bottom-part p.maxima-financia,
.main-mixed .cols .col p.maxima-financia {
  color: #5db3a2;
  font-size: 15px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.bottom-part p.maxima-financia {
}

.product-info .price {
  font-size: 2rem;
  margin-bottom: 0;
}

.main-mixed .cols .col p.agency,
.agency-field,
.agency {
  text-transform: uppercase;
  color: #666;
  font-size: 13px;
  margin-bottom: 0;
}

.agency-field {
  font-size: 15px;
}

.product-info .price.no-discount {
}

.product-info .model {
  font-weight: 500;
  margin-bottom: 0.25rem;
  text-align: right;
  font-size: 14px;
  color: #888;
}

.product-info-price-label {
  color: #5db3a2;
  font-weight: 300;
  font-size: 1rem;
}

.product-separator {
  width: 100%;
  height: 2px;
  background-color: #666;
  margin-bottom: 2rem;
}

.discount-label {
  margin-bottom: 2rem;
  color: #888;
  font-size: 0.875rem;
}

.product-info .price {
  letter-spacing: 2px;
}

.product-info .price-before {
  font-size: 2rem;
  color: #888;
  text-decoration: line-through;
}

.product-info .discount {
  font-size: 1.25rem;
  color: #fff;
  padding: 0.5rem;
  display: inline-block;
  background: #c4c69f;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.hay-stock {
  color: #c4c69f;
}

.description-block {
  width: 100%;
  display: inline-block;
}

.description-block label {
  font-size: 1.4rem;
  text-decoration: underline;
  margin-bottom: 1.5rem;
  display: inline-block;
}

.product-info .add-to-cart {
  display: inline-block;
}

.product-info .add-to-cart i {
  margin-right: 0.5rem;
}

.product-info-block {
  border-radius: 15px;
  background-color: #fff;
  border: 2px solid #00345b;
}

.slider-set form {
  width: 100%;
}

.slider-set .button {
  color: #00345b;
  background-color: #fff;
}

.slider-set .button:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.slider-set form input:invalid {
  border: 1px solid #c4c69f;
  color: #c4c69f;
}

.vehicle-contact .vehicle-form-input-group label {
  font-size: 12px;
  font-weight: 400;
}

.slider-set label span {
  color: rgba(255, 255, 255, 0.4);
}

.slider-set form select,
.slider-set form input:not([type='radio']) {
  width: 100%;
  height: 2.25rem;
  padding: 0 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  background-color: #5db3a2;
  border: none;
  color: #00345b;
  font-weight: bold;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.slider-set form input::-webkit-input-placeholder {
  color: rgba(0, 52, 91, 0.5);
}

.slider-set form input::-moz-placeholder {
  color: rgba(0, 52, 91, 0.5);
}

.slider-set form input:-ms-input-placeholder {
  color: rgba(0, 52, 91, 0.5);
}

.slider-set form input::-ms-input-placeholder {
  color: rgba(0, 52, 91, 0.5);
}

.slider-set form input::placeholder {
  color: rgba(0, 52, 91, 0.5);
}

.vehicle-contact > label {
  margin-bottom: 1rem;
  display: block;
  font-weight: 600;
  font-size: 15px;
  color: #1e2325;
}

.vehicle-form-checkbox label {
  margin-bottom: 0;
}

.text-hero-container {
  top: -4rem;
  display: inline-block;
  position: relative;
}

.text-hero-container p {
  position: absolute;
  left: 0;
  right: 0;
  top: 3vw;
}

.vehicle-form-title {
  color: #fff;
  background-color: #00345b;
  width: 260px;
  padding: 10px 0;
  text-align: center;
  font-size: 21px;
  border-radius: 0 0 10px 10px;
  font-weight: 500;
  margin-bottom: 1.1rem;
  position: relative;
  margin: 0 auto;
}

.vehicle-form-subtitle {
  display: block;
  text-align: center;
  color: #5db3a2;
  font-size: 13px;
}

.slider-set form input[type='radio'] {
  width: auto;
  height: auto;
  padding: 0;
}

.slider-set .login-label {
  margin-top: 1.5rem;
}

/* PRODUCT IMAGE LIGHTBOX */

.lightbox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  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;
}

.lightbox.on {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.lightbox .metadata {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 0.5rem;
  color: #fff;
  top: 4rem;
  left: 4rem;
}

.lightbox .metadata .middle-bar {
  margin: 0 0.325rem;
  display: inline-block;
}

.lightbox img {
  max-width: calc(100% - 2rem);
  max-height: calc(100% - 4rem);
}

.lightbox .close-lightbox,
.lightbox .prev-slide,
.lightbox .next-slide {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  padding: 0.5rem;
  color: #fff;
  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;
  cursor: pointer;
}

.lightbox .close-lightbox {
  height: 2rem;
  width: 2rem;
  top: 4rem;
  right: 4rem;
}

.lightbox .prev-slide,
.lightbox .next-slide {
  height: 3rem;
  width: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
}

.lightbox .close-lightbox:hover,
.lightbox .prev-slide:hover,
.lightbox .next-slide:hover {
  background: rgba(0, 0, 0, 0.6);
}

.lightbox .prev-slide {
  left: 4rem;
}

.lightbox .next-slide {
  right: 4rem;
}

/* ADD TO CART BUTTON */

.add-to-cart .doing,
.add-to-cart i.fa-pulse {
  display: none;
}

.add-to-cart.loading .doing,
.add-to-cart.loading i.fa-pulse {
  display: inline-block;
}

.add-to-cart.loading .to,
.add-to-cart.loading i.fa-cart-plus {
  display: none;
}

.vehicle-form-inputs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}

.vehicle-form-input-group + .vehicle-form-input-group {
  margin-left: 1rem;
}

.vfip-big + .vfip-big {
  margin-left: 4.5rem;
}

.vehicle-form-input-group.vehicle-form-margin.nomargin {
  margin-left: 0;
}

/* .vehicle-form-inputs-ctc .vehicle-form-input-group + .vehicle-form-input-group {
  margin-left: 0;
} */

.vehicle-form-input-group {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.vehicle-form-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}

.product-info form .vehicle-form-checkbox input {
  width: auto;
  margin: 0;
  margin-right: 0.5rem;
}

.product-info form .vehicle-form-checkbox label {
  font-weight: 600;
  font-size: 12px;
  color: #1e2325;
}

.cuota-final {
  color: #1e2325;
  border: 1px solid #00345b;
  padding: 6px;
  border-radius: 5px;
  display: none;
  margin-top: 8px;
}

.cuota-final span {
  font-weight: 500;
}

.cuota-final-warning {
  font-size: 14px;
  color: #bd2d2d;
  margin-top: 1.5rem;
  font-weight: 500;
}

.vehicle-contact {
  border-top: 1px solid #00345b;
  border-radius: 10px;
  padding: 1rem 2rem;
}

.vehicle-form-input-group[data-id='email'] {
  display: none;
}

.button {
  background: #00345b;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  padding: 0.625rem 1.5rem;
  display: inline-block;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.22s;
  -o-transition: all 0.22s;
  transition: all 0.22s;
}

.button:hover {
  background: #222;
}

.button.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.main-cotizador .cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-cotizador .cols form {
  width: 100%;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  max-width: 900px;
  border-radius: 15px 15px 0 0;
  position: relative;
  z-index: 3;
  background: #f1f1f1;
}

.main-cotizador .cols {
  position: relative;
}

.main-cotizador .cols:before {
  content: '';
  width: 100%;
  height: 3px;
  background: #1e2325;
  position: absolute;
  left: 0;
  bottom: 15rem;
  z-index: 0;
}

.main-cotizador {
  background-color: #f1f1f1;
  background-size: cover;
  position: relative;
  padding: 3rem 0 1rem;
}

.cotizador-standalone-title {
  color: #1e2325;
  font-weight: 600;
  font-size: 22px;
}

.main-cotizador .wrapper {
  position: relative;
  z-index: 10;
}

.main-cotizador .vehicle-form-checkbox {
  color: #1e2325;
  display: flex;
  margin-right: 0;
  margin-bottom: 0;
  padding: 12px 0;
}

.main-cotizador .vehicle-form-checkbox:nth-child(odd) {
  border-right: 1px solid #aaa;
  padding-right: 1rem;
}

.main-cotizador .vehicle-form-checkbox input {
  width: 30px;
  transform: scale(1.2);
}

.main-cotizador .vehicle-form-checkbox label {
  cursor: pointer;
  flex-grow: 1;
}

.main-cotizador .vehicle-form-checkbox label {
  font-weight: 500;
  font-size: 14px;
}

.main-cotizador input[type='text'],
.main-cotizador input[type='tel'],
.main-cotizador input[type='email'],
.main-cotizador input[type='number'],
.main-cotizador select {
  width: 100%;
  display: block;
  padding: 8px;
  border: none;
  height: 2.5rem;
  font-size: 14px;
  background: transparent;
  border: 1px solid #1e2325;
}

.cantidad-cuotas {
  text-align: center;
}

.main-cotizador label {
  color: #1e2325;
  display: inline-block;
}

.main-cotizador .loan-types {
  padding-bottom: 1.5rem;
  display: grid;
  column-gap: 24px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.main-cotizador .vehicle-form-inputs-ctc label,
.main-cotizador .main-fields label {
  margin-bottom: 0.25rem;
  display: block;
  font-size: 14px;
}

.main-cotizador .contact-options {
  margin: 0.75rem 0 0.25rem;
}

.main-cotizador .button {
  background-color: #fff;
  color: #00345b;
}

.main-cotizador-contact {
  margin-top: 44px;
}

.main-cotizador .cuota-final {
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid #1e2325;
  margin: 1.5rem 0;
  color: #1e2325;
}

.main-cotizador .vehicle-year-selector.disabled {
  display: none;
}

/* CONTACTO */

.main-contacto .color-bg {
  display: inline-block;
  background-color: #00345b;
  padding: 3.2rem 2rem;
  border-radius: 5px;
  color: #fff;
}

.contact-main-img {
  width: 100%;
  border-radius: 5px;
  margin-top: 1rem;
}

.main-contacto .cols {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.5fr);
  gap: 4rem;
}

.ctc-input-row {
  display: flex;
}

.ctc-input-group {
  flex-grow: 1;
}

.ctc-input-group + .ctc-input-group {
  margin-left: 1rem;
}

.main-contacto form label {
  font-weight: 500;
  margin-bottom: 0.25rem;
  display: block;
  font-size: 0.875rem;
}

.main-contacto form select,
.main-contacto form input,
.main-contacto form textarea {
  width: 100%;
  display: block;
  box-shadow: 0 0px 3px 1px rgba(0, 0, 0, 0.2);
  border: none;
  font-size: 14px;
  padding: 0.75rem;
  margin-bottom: 1.25rem;
  border: 1px solid #1e2325;
  background-color: transparent;
}

.main-contacto form select,
.main-contacto form input {
  height: 43px;
}

.main-contacto button.button {
  background-color: #1e2325;
  border-radius: 0;
  padding: 1rem 2rem;
  margin-bottom: 4px;
}

.ctc-bottom-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.main-contacto form textarea {
  height: 6rem;
  resize: vertical;
}

.main-contacto .button {
  margin-top: 1.5rem;
}

.main-contacto .button i {
  margin-right: 0.5rem;
}

.main-contacto .contact-social {
  margin-top: 2rem;
}

.main-contacto .contact-social a {
  color: #5db3a2;
  font-size: 2rem;
  margin: 1rem;
}

.main-contacto .contact-social a:hover {
  color: #fff;
}

.ctc-text {
  font-size: 26px;
  font-weight: 600;
}

.main-about .cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 5rem auto;
  grid-template-columns: auto auto;
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
}

.main-about .col-1 h1 {
  color: #00345b;
  font-weight: 400;
  font-size: 2.5rem;
}

.main-about .col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 5.6rem;
}

.main-about .cols img {
  width: 100%;
  border-radius: 5px;
}

.main-about .cols p {
  line-height: 1.5;
  font-size: 17px;
}

.product-table {
  background-color: #fcfcfc;
  margin-top: 2.25rem;
}

.product-table div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
}

.product-table div:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}

.product-table div span {
  width: 50%;
  display: block;
  padding: 0 10px;
  font-weight: 500;
  color: #222;
}

.product-table div span:nth-child(2) {
  text-align: center;
}

.product-table div:nth-child(even) span + span {
  border-left: 1px solid rgba(0, 0, 0, 0.8);
}

.pancake-menu {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  padding: 4px 17px 4px 10px;
  border-radius: 100rem;
  -webkit-transition: all 0.22s;
  -o-transition: all 0.22s;
  transition: all 0.22s;
}

.pancake-menu > span {
  font-weight: 600;
}

.pancake-menu .pm-lvl-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2.5rem;
  width: 3.2rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.5rem;
}

.pancake-menu .pm-lvl-2 {
  width: 70%;
  margin: 0 auto;
}

.pancake-menu .pm-lvl-2 span {
  height: 3px;
  margin: 8px 0;
  width: 100%;
  background: #fff;
  display: block;
  -webkit-transition: all 0.22s;
  -o-transition: all 0.22s;
  transition: all 0.22s;
}

header.active .pancake-menu .pm-lvl-2 span:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(7px, 8px);
  -ms-transform: rotate(45deg) translate(7px, 8px);
  transform: rotate(45deg) translate(7px, 8px);
}

header.active .pancake-menu .pm-lvl-2 span:nth-child(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}

header.active .pancake-menu .pm-lvl-2 span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(7px, -8px);
  -ms-transform: rotate(-45deg) translate(7px, -8px);
  transform: rotate(-45deg) translate(7px, -8px);
}

.mid-icons {
  display: flex;
  margin: 1rem 0;
}

.mid-icons div {
  display: flex;
  align-items: center;
  width: 33.333333%;
  justify-content: center;
}

.mid-icons p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #00345b;
  display: inline-block;
  line-height: 1.2;
  margin-bottom: 0;
  max-width: 200px;
}

.mid-icons div img {
  width: 6rem;
  height: 6rem;
}

.hero p.down br {
  display: none;
}

.cotizador-toggle {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  background-color: transparent;
  border: none;
  display: none;
  margin-top: 1rem;
  color: #fff;
}

.cotizador-toggle.active {
  margin-bottom: 1.5rem;
}

.cotizador-toggle .fa-caret-up,
.cotizador-toggle.active .fa-caret-down {
  display: none;
}

.cotizador-toggle.active .fa-caret-up {
  display: inline-block;
}

.cotizador-toggler {
  margin-top: 1.5rem;
  display: block;
}

.cotizador-toggler.active {
  display: block;
}

.autos-sec-2 {
  display: none;
}

.see-more-home {
  text-align: center;
  font-weight: 500;
  margin-top: 1rem;
}

.see-more-home a {
  display: inline-block;
  color: #fff;
  background-color: #1e2325;
  text-decoration: none;
  padding: 10px 22px;
  border-radius: 5px 5px 0 0;
}

.home-services {
  background-color: #1e2325;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.5fr) minmax(0, 1fr);
  padding: 2.65rem 2rem;
  color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.7);
}

.home-services-wrapper {
  padding: 0 5rem;
}

.home-services-col {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
  position: relative;
}

.home-services-col p {
  margin-bottom: 0;
  font-size: 19px;
}

.home-services-col h3 {
  font-weight: 600;
  font-size: 30px;
}

.home-services-col a {
  font-weight: 500;
  color: #fff;
  background-color: #5db3a2;
  text-transform: uppercase;
  text-decoration: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 300px;
  font-size: 24px;
  text-align: center;
  padding: 9px 0;
  margin: 0 auto;
  bottom: -69px;
  border-radius: 2px;
}

.home-services-col + .home-services-col {
  border-left: 1px solid #fff;
}

.home-90 {
  display: flex;
  margin: 5rem 0 3rem;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.7);
}

.home-90-text {
  padding: 2rem 1.5rem 2rem 3rem;
  flex: 1.9;
  display: flex;
  background-color: #1e2325;
  align-items: center;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.home-90-text-arrow {
  position: absolute;
  width: 3rem;
  height: 3rem;
  background-color: #1e2325;
  right: -7px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}

.home-90-text-arrow i {
  display: block;
  transform: scaleX(1.5) translateX(2px);
}

.home-90-text h2 {
  font-weight: bold;
  color: inherit;
  letter-spacing: initial;
  margin-bottom: 5.5rem;
}

.home-90-text h2 span.big {
  font-size: 6.9rem;
  display: block;
}

.home-90-text h2 span.small {
  font-weight: 500;
  font-size: 2.4rem;
}

.home-90-image {
  flex: 5.5;
  background: url(images/90.jpg) no-repeat center;
  background-size: cover;
  min-height: 26rem;
}

.home-car-financing {
  max-width: 60%;
  color: #1e2325;
}

.home-car-financing h2 {
  color: inherit;
  font-size: 74px;
  font-weight: bold;
  letter-spacing: 0px;
  margin-bottom: 0;
}

.home-car-financing p {
  font-size: 44px;
}

.home-car-blocks .wrapper {
}

.home-car-blocks-container {
  display: flex;
  width: 420px;
  justify-content: space-between;
  margin-top: -52px;
  z-index: 3;
}

.home-car-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-car-block p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: center;
  margin-top: 3px;
}

.home-car-block-img {
  background-color: #5db3a2;
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-car-block-img img {
  width: 67px;
}

.home-car-blocks-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
}

.home-car-blocks.vehicle-mod {
  height: 180px;
}

.vehicle-car-block-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
  gap: 32px;
}

.vehicle-mod .home-car-blocks-car-image {
  height: 280px;
  top: -140px;
  right: 1rem;
}

.vehicle-mod .home-car-block-img {
  height: 4.25rem;
  width: 4.25rem;
}

.vehicle-mod .home-car-blocks-container {
  margin-top: -39px;
  width: 340px;
}

.vehicle-mod .home-car-block-img img {
  width: 57px;
}

.home-car-blocks-wrapper:before {
  content: '';
  width: calc(100% - 150px);
  height: 8px;
  left: 40px;
  background-color: red;
  position: absolute;
  z-index: 2;
  top: -8px;
  background-color: #5db3a2;
}

.home-car-blocks {
  height: 270px;
  position: relative;
  margin-top: 96px;
  width: 100%;
  background-color: #1e2325;
}

.home-car-blocks-car-image {
  position: absolute;
  height: 400px;
  top: -200px;
  right: 0;
  z-index: 3;
}

.autos-sec-1 {
  margin-top: -60px;
}

.car-info {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  margin-bottom: 1.5rem;
}

.contact-info-block {
  background-color: #1e2325;
  width: 80%;
  margin: -30px auto 0;
  z-index: 4;
  border-radius: 10px;
  position: relative;
  padding: 16px;
  color: #fff;
}

.contact-info-block > p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}

.contact-info-block-data {
  display: flex;
  align-items: center;
}

.contact-qr {
  width: 110px;
  height: 110px;
  border: 3px solid #5db3a2;
}

.contacto-info-block-text {
  padding-left: 10px;
  border-left: 2px solid #5db3a2;
  margin-left: 1rem;
  flex-grow: 1;
}

.contact-info-block-social {
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 26px;
  align-self: flex-end;
}

.contact-info-block-social a {
  color: #fff;
}

.contact-info-block-social a img {
  width: 24px;
}

.contacto-info-block-text i {
  color: #5db3a2;
  width: 28px;
  font-size: 18px;
  display: inline-block;
  text-align: center;
}

.contacto-info-block-text i.fa-phone {
  transform: scaleX(-1);
}

.contacto-info-block-text i.hidden {
  opacity: 0;
}

.contacto-info-block-text p {
  font-size: 13px;
  margin-bottom: 10px;
}

.contacto-info-block-text p.nomargin {
  margin-bottom: 0;
}

.contact-info-floating-icon {
  height: 4.5rem;
  position: absolute;
  right: -30px;
  top: -30px;
}

.tienda-go-back {
  text-decoration: none;
  color: #222;
  font-size: 18px;
  font-weight: 500;
}

.tienda-go-back i {
  transform: scaleX(1.5);
  margin-right: 5px;
}

.product-info-price-block {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.installments-up-to {
  color: #5db3a2;
  font-weight: 600;
  font-size: 23px;
  line-height: 1.2;
  max-width: 55%;
  margin-left: 1.5rem;
}

.description-block {
  padding: 2rem 5rem;
}

.description-block-label {
  font-size: 18px;
  font-weight: 600;
}

.description {
  font-size: 14px;
}

.product-info-block .vehicle-form-input-group label {
  font-size: 14px;
  margin-bottom: 4px;
  display: block;
}

.product-info-block .vehicle-form-input-group input,
.product-info-block .vehicle-form-input-group select {
  border: 1px solid #1e2325;
  border-radius: 4px;
  font-size: 13px;
  padding: 5px 10px;
  width: 100%;
  font-weight: 500;
  height: 35px;
}

.product-info-block .vehicle-form-input-group input::placeholder {
  color: #14191b;
}

.product-info-block .vehicle-form-input-group select {
  text-align: center;
}

.product-info-block .vehicle-form-input-group label span {
  font-size: 10px;
}

.vehicle-form-installments {
  margin-top: 1rem;
}

.vehicle-form-installments label {
  margin-right: 12px;
}

.vehicle-form-installments input {
  transform: scale(1.2);
  display: inline-block;
}

.avg-installment {
  padding: 0 20%;
  margin: 10px 0 20px;
}

.avg-installment label {
  color: #1e2325;
  font-weight: 600;
  font-size: 14px;
}

.cotizador-toggler {
  padding: 0 2rem 0.5rem;
}

.cotizador-bottom-bar {
  display: flex;
  align-items: flex-end;
}

.cotizador-bottom-bar-links {
  flex: 1;
  display: flex;
}

.cotizador-bar-link {
  background: #1e2325;
  color: #fff;
  flex: 1;
  padding: 15px 20px;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  align-items: center;
  position: relative;
}

.cotizador-bar-link:nth-child(2) {
  padding-left: 1.5rem;
  flex: 0.6;
}

.cotizador-bar-link:nth-child(2):before {
  content: '';
  position: absolute;
  top: 20%;
  bottom: 0;
  left: 0;
  height: 60%;
  width: 1px;
  background: #5db3a2;
}

.cotizador-bar-link i {
  font-size: 20px;
  display: block;
  margin-right: 8px;
}

.main-cotizador-submit {
  flex: 0.7;
  background: #5db3a2;
  color: #fff;
  align-self: flex-start;
  height: 4.5rem;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 600;
}

.main-cotizador-submit i {
  margin-right: 14px;
}

.cotizador-padding {
  padding: 2.5rem;
}

.comm-us-cotizador {
  text-align: center;
  color: #666;
  margin-top: 2rem;
  font-style: italic;
}

.show-on-mobile {
  display: none;
}

.description-block-mobile {
  display: none;
}

.vehicle-list-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 3fr);
  gap: 32px;
}

.vehicle-list-filters {
  padding-left: 28px;
  margin-top: 12px;
  position: sticky;
  top: 32px;
  max-height: 90vh;
}

.vehicle-sponsors {
  position: relative;
  margin: 20px 0;
  padding: 20px 0;
}

.vehicle-sponsors:after,
.vehicle-sponsors:before {
  content: '';
  display: block;
  position: absolute;
  width: calc(100%);
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1px;
  background: #1e2325;
  top: 0;
}

.vehicle-sponsors:after {
  top: unset;
  bottom: 0;
}

.vehicle-sponsors p {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}

.vehicle-sponsors img {
  width: 100%;
  display: block;
  margin-bottom: 24px;
}

.vehicle-sponsors a {
  width: 80%;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  font-size: 13px;
  border-radius: 3px;
  border: 1px solid #1e2325;
  color: #1e2325;
  display: flex;
  padding: 5px;
  align-items: center;
  justify-content: center;
}

.vehicle-sponsors a i {
  margin-left: 10px;
  display: inline-block;
  transform: scaleX(1.5);
}

.home-car-blocks-icon {
  width: 120px;
  position: absolute;
  bottom: -90px;
  right: 0;
}

.vehicle-forms-wrap-flex {
  display: flex;
  flex-wrap: wrap;
}

.vfig-small {
  width: calc(33.333% - 1rem);
}

.vehicle-form-input-group + .vehicle-form-input-group.vfig-big {
  margin-left: 0;
}

.vfig-big {
  width: 100%;
  margin-left: 0;
  margin-top: 1rem;
}

.vehicle-search-container h3 {
  font-weight: 600;
}

@media screen and (max-width: 1358px) {
  .vehicles-car-financing h2 {
    font-size: 43px;
  }

  .vehicles-car-financing p {
    font-size: 32px;
  }

  .vehicle-mod .home-car-blocks-car-image {
    height: 220px;
    top: -110px;
  }
}

@media screen and (max-width: 1280px) {
  .installments-up-to {
    font-size: 18px;
  }

  .product-info .price {
    font-size: 1.5rem;
  }

  .home-car-blocks-car-image {
    height: 200px;
    top: -100px;
    right: 4rem;
  }

  .home-car-financing h2 {
    font-size: 48px;
  }

  .home-car-financing p {
    font-size: 32px;
  }

  .main-mixed .cols .col p {
    font-size: 1rem;
    font-weight: 500;
  }

  footer .col-1 img {
    height: 2rem;
  }
}

@media screen and (max-width: 1180px) {
  .vehicle-list-filters {
    padding-left: 0;
  }

  .vehicle-car-block-container {
    display: block;
  }

  .main-mixed .cols {
    margin-top: 0;
  }

  .vehicle-list-container {
    display: block;
  }

  .vehicle-list-filters {
    position: static;
  }

  .vehicle-sponsors {
    display: none;
  }

  .vehicle-mod .home-car-blocks-car-image {
    height: 160px;
    top: -80px;
  }

  .contact-info-floating-icon {
    display: none;
  }

  .ctc-bottom-row .g-recaptcha {
    transform: scale(0.77);
    transform-origin: 0% 50%;
  }

  .contact-info-block {
    margin-top: -80px;
  }

  .contact-info-block-data {
    display: block;
    text-align: center;
  }

  .contacto-info-block-text {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin: 1rem 0;
    padding: 1rem 0;
  }

  .contact-info-block-social {
    flex-direction: row;
    justify-content: center;
    margin-top: 12px;
  }

  .contact-info-block-social a {
    margin: 0 10px;
  }
}

@media screen and (max-width: 1100px) {
  .main-contacto .cols {
    display: block;
  }

  .contact-info-block {
    margin-top: 14px;
    width: 100%;
  }

  .contact-main-img {
    display: none;
  }

  .home-services-col:nth-child(3) {
    display: none;
  }

  .home-services {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2fr);
    padding: 2rem 1.75rem;
  }

  .home-services-col a {
    bottom: -52px;
  }

  .main-mixed .cols.cols-cats {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    display: block;
  }

  .main-mixed .cols.cols-cats .col {
    width: 120px;
    display: inline-block;
    margin-right: 0.5rem;
  }
}

@media screen and (max-width: 1064px) {
  .product-info-price-block {
    display: block;
    text-align: left;
  }

  .bottom-part p.maxima-financia,
  .main-mixed .cols .col p.maxima-financia {
    max-width: 100%;
  }

  .installments-up-to {
    margin-left: 0;
    max-width: 100%;
  }

  .lend-banner-container {
    display: block;
    padding: 1.5rem;
  }

  .lend-text-container {
    margin-left: 0;
  }

  .lend-banner img {
    margin-right: 0;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
    height: 6rem;
    margin-bottom: 1rem;
  }

  .lend-banner a {
    padding: 12px 18px;
    border-radius: 10px;
    display: inline-block;
    font-size: 1rem;
    margin-top: 1rem;
  }

  .lend-banner a span {
    margin-right: 0;
  }

  .lend-banner-container > div {
    display: block;
    text-align: center;
  }

  footer .col-2 {
    padding-left: 0;
    margin-right: 0;
    border: none;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 2.5rem 0;
  }

  footer .col-2 a,
  footer .col-3 a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer .cols {
    display: block;
    text-align: center;
  }

  footer {
    padding: 0;
  }

  .under-footer .wrapper {
    display: block;
    text-align: center;
  }

  footer .col {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin: 2rem 0;
  }

  .header-top .wrapper {
    display: block;
    text-align: center;
  }

  .hero h1,
  .hero p.up {
    max-width: 100%;
  }

  .pancake-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  header {
    position: relative;
  }

  header nav {
    position: absolute;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transform: translate3d(0, 1.5rem, 0);
    transform: translate3d(0, 1.5rem, 0);
    top: calc(100% + 1.5rem);
    background-color: #222;
    text-align: center;
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 1.5rem;
    z-index: 2000;
  }

  header.active nav {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  header nav > ul {
    display: block;
    text-align: center;
    padding-right: 0;
  }

  header nav > ul > li {
    display: block;
    text-align: center;
    margin-left: 0;
  }

  header nav > ul > li + li {
    border-top: 1px solid #1b1b1b;
  }

  header nav > ul > li > a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0.5rem 0;
  }

  header nav > ul > li.special:before {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
  }

  header nav > ul > li > a > i {
    display: none !important;
  }

  header nav > ul > li > ul {
    position: static;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #333;
    visibility: visible;
    width: 100%;
    height: auto;
    max-width: initial;
    min-width: initial;
    margin-bottom: 1.5rem;
    display: none;
  }

  .main-about .cols {
    -ms-grid-columns: auto;
    grid-template-columns: auto;
  }
}

@media screen and (max-width: 960px) {
  .home-90-image {
    background-position-x: 78%;
  }

  .home-90-text h2 span.big {
    font-size: 4.5rem;
  }

  .home-90-image {
    min-height: 15rem;
  }

  .home-services-col h3 {
    font-size: 20px;
  }

  .home-services-col p {
    font-size: 14px;
    line-height: 1.2;
  }

  .home-services-col {
    padding: 0;
  }

  .home-services-col:nth-child(1) {
    padding-right: 1rem;
  }

  .home-car-blocks-icon {
    display: none;
  }

  .vehicles-car-financing h2 {
    font-size: 32px;
  }

  .vehicles-car-financing p {
    font-size: 24px;
  }

  .home-car-blocks.vehicle-mod {
    height: 120px;
  }

  .vehicle-mod .home-car-blocks-wrapper {
    justify-content: center;
  }

  .vehicle-mod .home-car-blocks-container {
    width: 100%;
  }

  .hero-slider-mobile {
    display: block;
  }

  .hero-slider-pc {
    display: none;
  }

  .slider-set,
  .product-info,
  .description-block {
    padding: 2rem;
  }

  .contact-qr {
    margin: 0 auto;
    width: 80px;
    border: none;
    height: auto;
  }

  .hide-on-mobile {
    display: none;
  }

  .show-on-mobile {
    display: block;
  }

  .ctc-text {
    font-size: 18px;
    line-height: 1.3;
  }

  .home-car-financing {
    max-width: 100%;
  }
  .home-car-blocks-car-image {
    display: none;
  }

  .home-car-blocks {
    height: 170px;
  }

  .home-car-blocks-wrapper:before {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 72%;
  }

  .home-car-blocks-container {
    width: 100%;
  }

  .home-90-text h2 {
    margin: 1.5rem 0 2rem;
  }

  .mid-icons {
    display: block;
  }

  .mid-icons div {
    width: 100%;
  }

  .mid-icons p {
    max-width: 100%;
  }

  .main-mixed .cols.cols-prods {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-featured .cols .col {
    width: calc((100% / 2) - 2rem);
  }

  .home-featured-2 .cols,
  .home-featured .cols {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .home-products .cols .col,
  .main-products .cols .col {
    width: calc((100% / 2) - 2rem);
  }

  body {
    overflow-x: hidden;
  }
}

@media screen and (max-width: 860px) {
  .home-90-image {
    background-position-x: 70%;
  }

  .car-title {
    font-size: 16px;
    height: 3.2rem;
  }

  .cotizador-bar-link:nth-child(1) {
    display: none;
  }

  .cotizador-bottom-bar {
    align-items: initial;
    margin-top: 20px;
  }

  .cotizador-bar-link:nth-child(2) {
    flex: 1;
    justify-content: center;
  }

  .main-cotizador-submit {
    height: 4.25rem;
    flex: 1;
    font-size: 14px;
    background: #1e2325;
    border-left: 1px solid #fff;
  }

  .cotizador-padding {
    padding: 0;
  }

  .main-cotizador .cols form {
    box-shadow: none;
  }

  .description-block {
    display: none;
  }

  .description-block.description-block-mobile {
    display: block;
  }

  .home-services {
  }

  .home-services-wrapper {
    padding: 0;
  }

  .home-services-col {
  }

  .home-services-col a {
    bottom: -64px;
  }

  .cotizador-toggler {
    margin-top: 0;
  }

  .cotizador-toggle {
    display: block;
  }

  .main-mixed .cols.cols-cats .col {
    width: 120px;
  }

  .lend-banner {
    display: block;
    text-align: center;
  }

  .lend-text-container {
    margin-left: 0;
  }

  .lend-banner > div {
    display: block;
  }

  .lend-banner a {
    display: inline-block;
    margin-top: 1.5rem;
  }

  main {
    padding: 2rem 0;
  }

  .main-contacto .cols {
    width: 100%;
    margin-left: 0;
  }

  .main-contacto .cols .col {
    margin: 0;
  }

  .main-contacto .cols .col-1 {
    margin-bottom: 1.5rem;
  }

  .main-contacto .color-bg {
    width: 100%;
  }

  .main-contacto .cols .col-1,
  .main-contacto .cols .col-2 {
    width: 100%;
  }

  .main-cotizador {
    padding: 2rem 0;
  }

  .slider-set,
  .product-info {
    width: 100%;
  }

  .product-info form {
    margin: 0 auto 4rem;
  }

  .product-info {
    text-align: center;
  }

  .product-set {
    display: block;
  }

  .product-info label {
    text-align: left;
  }
}

@media screen and (max-width: 700px) {
  .home-90-text h2 {
    margin: 0 0 0.5rem;
  }

  .home-90-text h2 span.big {
    font-size: 3rem;
  }

  .home-90-text h2 span.small {
    font-size: 1.25rem;
    letter-spacing: 0;
    line-height: 0.5;
  }

  .home-90-text p {
    font-size: 10px;
  }

  .home-services-col h3 {
    font-size: 14px;
  }

  .home-services-col a {
    font-size: 14px;
    width: 160px;
    bottom: -50px;
  }

  .home-services-col p {
    font-size: 10px;
  }

  .home-car-financing h2 {
    font-size: 2rem;
  }

  .home-car-blocks {
    height: 125px;
  }

  .home-car-block-img {
    width: 4rem;
    height: 4rem;
  }

  .home-car-block-img img {
    width: 48px;
  }

  .home-car-block p {
    font-size: 1rem;
  }

  .home-car-financing p {
    font-size: 1.25rem;
  }

  .home-products h2 {
    letter-spacing: 2px;
  }

  .g-recaptcha {
    transform-origin: 0% 50%;
    transform: scale(0.77);
  }

  .product-info-block {
    margin: 0.5rem;
  }

  .mid-icons div {
    justify-content: center;
  }

  .mid-icons p {
    font-size: 1.25rem;
  }

  .mid-icons div img {
    height: 4rem;
    width: 4rem;
  }

  .mix-filtro:not(.mix-filtro-parent).active,
  .mix-filtro {
  }

  .mix-filtro span {
    display: block;
  }

  .mix-filtro div {
  }

  .mix-filtro select {
    padding-left: 1rem;
    margin-top: 4px;
  }

  .mix-filtro label {
    width: 100px;
    display: inline-block;
  }

  header .logo img {
    height: 2rem;
  }

  .pancake-menu .pm-lvl-2 {
    width: 60%;
  }

  .pancake-menu > span {
    font-size: 14px;
  }

  .pancake-menu .pm-lvl-1 {
    margin-right: 0;
  }

  .main-cotizador .vehicle-form-checkbox {
    width: 100%;
  }

  .vehicle-form-design-adjuster-mobile {
    display: none;
  }

  .hero h1 {
    font-size: 2.6rem;
  }

  .text-hero-container {
    top: 7rem;
  }

  .text-hero-container p {
    position: static;
    font-size: 1rem;
  }

  .hero p.up {
    margin-bottom: 0;
  }

  .hero p.down {
    margin-top: 14rem;
    font-size: 14px;
    position: static;
  }

  .vehicle-form-inputs {
    display: grid;
    gap: 20px;
    grid-template-columns: 1.4fr 1fr;
  }

  .main-cotizador .loan-types {
    padding-bottom: 0.25rem;
    margin-bottom: 1.25rem;
  }

  .vehicle-form-input-group + .vehicle-form-input-group {
    margin-top: 0;
    margin-left: 0;
  }

  .vfig-small {
    width: 100%;
  }

  .vehicle-form-input-group + .vehicle-form-input-group.vfig-big {
    margin-left: 0;
  }

  .vfig-big {
    margin-left: 0;
    margin-top: 0;
  }
}

@media screen and (max-width: 600px) {
  .home-90-image {
    background-position-x: 75%;
  }

  .home-services {
    padding: 10px 16px;
  }

  .home-products .cols,
  .main-products .cols {
    width: calc(100% + 1rem);
    margin-left: -0.5rem;
  }

  .home-90 {
    margin: 3rem 0;
  }

  .home-90-text h2 span.small {
    font-size: 1rem;
  }

  .home-90-text h2 span.big {
    margin: 10px 0;
  }

  .home-90-text h2 {
    line-height: 0.7;
    margin-top: 50px;
  }

  .home-90-text {
    padding: 12px;
  }

  .home-90-text-arrow {
    width: 24px;
    height: 24px;
    font-size: 10px;
    right: -12px;
  }

  .home-90-image {
    min-height: 0;
  }

  .home-90-text-arrow i {
    transform: scaleX(1.5) translateX(0);
  }

  .main-cotizador .loan-types {
    display: block;
  }

  .main-cotizador .vehicle-form-checkbox:nth-child(odd) {
    padding-right: 0;
    border-right: none;
  }

  .main-cotizador .vehicle-form-checkbox label {
    font-size: 13px;
    font-weight: 600;
  }

  .slider-set,
  .product-info,
  .description-block {
    padding: 1.5rem 1rem;
  }

  .autos-sec-2 {
    display: block;
  }

  .autos-sec-1 {
  }

  .main-mixed .cols.cols-prods {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lend-banner h3 {
    font-size: 1.15rem;
  }

  footer .col-2 {
    display: block;
  }

  footer .col-2 img {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }

  .header-top a {
    padding: 4px 0;
  }

  .home-featured .cols .col {
    width: calc((100% / 1) - 1rem);
  }

  .home-products .cols .col,
  .main-products .cols .col {
    width: calc((100% / 2) - 1rem);
    margin: 0.5rem;
  }

  .hero {
    height: auto;
  }

  .hero a {
    padding: 0.5rem 1rem;
  }

  .vehicle-search {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
  }

  .vehicle-search-container {
    margin-bottom: 0rem;
  }

  .mix-filtros {
    margin-top: 0.25rem;
  }
}

@media screen and (max-width: 500px) {
  .home-90 {
    margin: 2.5rem 0 3rem;
  }

  .home-90-text h2 span.small {
    vertical-align: 8px;
  }

  .home-90-text h2 {
    margin-bottom: 20px;
  }

  .home-section {
    padding: 1rem 0 0;
  }

  .home-services-col a {
    font-size: 12px;
    width: 130px;
    bottom: -27px;
    padding: 5px 0;
  }

  .ctc-bottom-row {
    display: block;
  }

  .vehicle-search {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .vehicle-search input {
    flex: 1;
  }

  .hero p.down br {
    display: block;
  }

  .hero p.down span {
    display: none;
  }

  .mix-filtro label {
    width: 80px;
  }

  .mix-filtro select,
  .mix-filtro input[type='number'] {
    margin-right: 0;
  }

  .mix-filtros-container button {
    margin-top: 1rem;
  }

  .main-mixed .cols.cols-prods {
    /*grid-template-columns: repeat(1, minmax(0, 1fr));*/
  }

  .main-mixed .bottom-part,
  .home-products .bottom-part,
  .main-products .bottom-part {
    padding: 1rem 0.5rem;
  }

  .bottom-part p.maxima-financia,
  .main-mixed .cols .col p.maxima-financia {
    font-size: 15px;
  }

  .main-mixed .bottom-part .price-after,
  .home-products .bottom-part .price-after,
  .main-products .bottom-part .price-after {
    font-size: 1.35rem;
  }

  .lend-banner h3 {
    font-size: 0.9rem;
  }

  .hero h1 {
    font-size: 1.43rem;
    font-weight: 600;
    letter-spacing: 2px;
  }

  .hero p.up {
    font-size: 14px;
    letter-spacing: 3px;
  }

  .hero p.down {
    margin-top: 14rem;
  }
}
