@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  font-family: sans-serif;
  font-size: 15px; }
  body.menu-active {
    overflow: hidden; }

a, button {
  color: inherit;
  text-decoration: none;
  transition: .3s;
  border: none;
  outline: none; }

img {
  display: block;
  max-width: 100%; }

.cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto; }

.img-holder {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden; }
  .img-holder.img-full {
    padding-bottom: 100%; }
  .img-holder.img-std {
    padding-bottom: 75%; }

.unstyled {
  list-style: none;
  margin: 0;
  padding: 0; }

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.flex-1 {
  flex: 1; }

.full-height {
  position: relative;
  height: 100%;
  padding-bottom: 0; }

.iframe-container {
  position: relative;
  padding-bottom: 56.25%; }

.container {
  max-width: 1200px;
  position: relative;
  padding-left: 30px;
  padding-right: 30px; }

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-size: 1em; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.25em; }

.filter-white {
  filter: brightness(0) invert(1); }

.cke_editable {
  padding: 15px;
  line-height: 1.25; }
  .cke_editable > *:not(:first-child) {
    margin-top: 1em; }

.relative {
  position: relative; }

.row-grid {
  margin: -15px; }
  .row-grid > * {
    padding: 15px; }

.row-grid-big {
  margin: -30px; }
  .row-grid-big > * {
    padding: 30px; }

.row-grid-small {
  margin: -7.5px; }
  .row-grid-small > * {
    padding: 7.5px; }

.animated {
  animation-duration: .3s; }

.text-uppercase {
  text-transform: uppercase; }

.wow {
  animation-duration: 1s; }

.slider {
  position: relative; }

section {
  position: relative; }

.img-fluid {
  width: 100%; }

.wrapper {
  position: relative; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

.text-justify {
  text-align: justify; }

input {
  font: inherit; }

.form-control, button {
  background: none;
  display: block;
  border: none;
  padding: 0;
  box-shadow: none;
  outline: none;
  font: inherit;
  color: inherit; }
  .form-control::placeholder, button::placeholder {
    color: inherit; }

.pagination {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0; }

button {
  transition: .3s; }

strong, b {
  font-weight: bold; }

body {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #2f2e24; }
  body.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.25; }

.header {
  padding: 30px 0;
  background: #fff;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05); }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header .logo {
    max-height: 100px; }
  .header .flex-1 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column; }
    .header .flex-1 .flex {
      margin: 0 1em; }
      .header .flex-1 .flex span {
        margin-left: 15px; }
    .header .flex-1 .fa, .header .flex-1 .fab {
      font-size: 1.5em;
      color: #2135f9; }
  .header .top {
    margin-top: 15px;
    display: flex;
    justify-content: flex-end; }
  .header .social a:not(:first-child) {
    margin-left: .5em; }

.nav {
  font-weight: 300;
  text-transform: uppercase; }
  .nav ul {
    display: flex;
    align-items: center;
    justify-content: center; }
    .nav ul li {
      margin-left: 1.5em; }
      .nav ul li:hover, .nav ul li.active {
        color: #2135f9; }

.content-html {
  line-height: 1.5; }
  .content-html > *:not(:first-child) {
    margin-top: 1em; }

.owl-carousel .zoom {
  position: absolute;
  z-index: 1;
  font-size: 6em;
  width: 1em;
  height: 1em;
  text-align: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
  color: #fff;
  text-shadow: 0 0 1px #000; }
.owl-carousel .item:hover .zoom {
  opacity: 1; }

.vehicle-slider {
  position: relative; }
  .vehicle-slider .item {
    padding-bottom: 40%;
    position: relative; }
  .vehicle-slider .owl-thumbs {
    display: flex;
    margin: 15px 10px 0;
    overflow-x: auto;
    justify-content: center; }
    .vehicle-slider .owl-thumbs .owl-thumb-item {
      transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
      filter: grayscale(100%);
      width: 160px;
      height: 90px;
      border: 2px solid transparent;
      margin: 0 5px;
      flex: 0 0 auto;
      cursor: pointer; }
      .vehicle-slider .owl-thumbs .owl-thumb-item img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .vehicle-slider .owl-thumbs .owl-thumb-item:hover, .vehicle-slider .owl-thumbs .owl-thumb-item.active {
        filter: grayscale(0);
        border-color: #2135f9; }

.home-slider .item {
  padding-bottom: 40%;
  position: relative; }
  .home-slider .item::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }
  .home-slider .item .container {
    z-index: 1;
    color: #fff;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    justify-content: flex-end;
    align-items: center;
    transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }
  .home-slider .item .inner-container {
    text-align: center; }
  .home-slider .item h1 {
    font-size: 6em;
    font-weight: bold;
    letter-spacing: -.05em; }
  .home-slider .item .content-html {
    font-size: 1.25em;
    text-transform: uppercase;
    margin: 1em auto;
    letter-spacing: .125em;
    font-weight: 300; }
  .home-slider .item h1, .home-slider .item .content-html, .home-slider .item .btn-container {
    opacity: 0;
    visibility: hidden; }
    .home-slider .item h1.animated, .home-slider .item .content-html.animated, .home-slider .item .btn-container.animated {
      opacity: 1;
      visibility: visible; }
.home-slider .owl-dots {
  position: absolute;
  bottom: 60px;
  right: 0;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  counter-reset: iteration;
  color: #fff; }
  .home-slider .owl-dots .owl-dot {
    counter-increment: iteration;
    transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
    color: #ccc;
    margin: 0 .25em;
    position: relative; }
    .home-slider .owl-dots .owl-dot::after {
      content: '';
      position: absolute;
      bottom: -.5em;
      height: 0;
      left: 0;
      right: 0;
      background: #2135f9;
      transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }
    .home-slider .owl-dots .owl-dot:hover, .home-slider .owl-dots .owl-dot.active {
      color: #fff;
      font-size: 1.5em; }
    .home-slider .owl-dots .owl-dot.active::after {
      height: 4px; }
    .home-slider .owl-dots .owl-dot::before {
      content: "0" counter(iteration); }

.btn {
  padding: 1em 3em;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-flex;
  justify-content: center;
  border: 1px solid transparent;
  background: #2135f9;
  color: #fff;
  letter-spacing: .125em;
  cursor: pointer;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }
  .btn.btn-outline {
    border: 1px solid;
    color: inherit;
    background: transparent; }
  .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15); }

section {
  padding: 45px 0;
  position: relative; }
  section h1 {
    text-align: center;
    font-weight: 300;
    font-size: 2em;
    margin-bottom: 2em; }
    section h1 b, section h1 strong {
      font-weight: bold;
      display: inline-block; }
  section.content h1 {
    margin-bottom: 1em; }

.sidebar {
  padding: 30px;
  background: #f8f8f8;
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.15);
  height: 100%; }
  .sidebar h2 {
    font-weight: 300;
    font-size: 1.25em;
    margin-bottom: 1em; }

#vehiculo .home-slider .item:hover::after, #vehiculo .home-slider .item:hover .container {
  opacity: 0;
  pointer-events: none; }

.buscar {
  z-index: 1;
  background: #968e8d;
  padding: 45px 0; }
  .buscar .form-control {
    font-size: 1.25em; }
  .buscar label {
    color: #fff; }
  .buscar .title {
    display: inline-block;
    padding: .5em;
    line-height: 1;
    font-size: 2em;
    position: absolute;
    bottom: calc(100% + 30px);
    background: #2135f9;
    color: #fff; }

label {
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 1em; }

.form-group + .form-group {
  margin-top: 15px; }

.banners img {
  margin: auto; }

#sucursales h2 {
  font-weight: 500; }
#sucursales h3 {
  font-weight: 500; }
#sucursales .list li {
  padding: 1em 0; }
  #sucursales .list li:not(:first-child) {
    border-top: 1px solid #ccc; }
#sucursales .content-html > *:not(:first-child) {
  margin: auto; }

.marker-box h3 {
  margin-bottom: .5em;
  font-size: 1.25em; }

#map {
  padding-bottom: 100%; }

.form-control {
  border: 1px solid #968e8d;
  display: block;
  font-weight: 300;
  padding: .5em 1em;
  line-height: 1;
  color: #968e8d;
  background: #fff;
  width: 100%;
  resize: none; }

.alert {
  margin-bottom: 1em;
  line-height: 1.25em;
  padding: 1em;
  border: 2px solid;
  font-weight: 500;
  text-align: center;
  color: #da2a09; }

.ventajas {
  background: #f0f2f4; }
  .ventajas .inner-container {
    text-align: center;
    background: #fff;
    transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1);
    padding: 30px;
    height: 100%; }
    .ventajas .inner-container img {
      transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }
    .ventajas .inner-container .img-wrapper {
      max-width: 90px;
      margin: auto; }
    .ventajas .inner-container h3 {
      font-weight: 500;
      margin-top: 1em;
      height: 100%; }
    .ventajas .inner-container:hover {
      background: #2135f9;
      color: #fff; }
      .ventajas .inner-container:hover img {
        filter: brightness(0) invert(1); }

.footer {
  padding: 30px 0 90px; }
  .footer .content-html {
    font-size: .8em;
    color: #666;
    margin: 30px auto; }
  .footer .newsletter {
    font-size: .8em; }
    .footer .newsletter form {
      display: flex; }
      .footer .newsletter form input {
        flex: 1;
        color: #666;
        background: #ccc;
        padding: .5em 1em;
        font: inherit;
        border: none;
        outline: none; }
      .footer .newsletter form button {
        background: #2135f9;
        color: #fff;
        cursor: pointer;
        transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }
        .footer .newsletter form button:hover {
          background: #da2a09; }
        .footer .newsletter form button i {
          font-size: 1.25em;
          width: 2em;
          line-height: 2; }
  .footer h3 {
    font-weight: normal;
    display: flex;
    align-items: center;
    margin-bottom: 2em; }
    .footer h3 i {
      font-size: 1.5em;
      color: #2135f9; }
    .footer h3 span {
      margin-left: 15px; }
  .footer .list li:not(:first-child) {
    margin-top: .5em; }

.card {
  background: #f8f8f8;
  height: 100%;
  transition: 0.3s cubic-bezier(0.5, 0.5, 0.5, 1); }
  .card:hover {
    box-shadow: 0 0 2em rgba(0, 0, 0, 0.15); }
  .card .card-body {
    padding: 20px;
    text-align: center; }
  .card h3 {
    font-size: 1.25em;
    font-weight: 500; }
  .card h4 {
    font-weight: 300;
    margin: 1em auto; }
    .card h4 b, .card h4 strong {
      font-weight: bold; }
  .card ul {
    display: flex;
    justify-content: center;
    font-size: .66666666em;
    text-transform: uppercase; }
    .card ul li:not(:first-child) {
      margin-left: 1em; }

.novedades h3 {
  margin-top: 1em;
  font-weight: 300;
  padding-left: 1em;
  border-left: 2px solid #ffd000; }

.reciente {
  background: #f0f2f4; }
  .reciente .flex {
    align-items: center; }
  .reciente .img-wrapper {
    flex-basis: 120px;
    margin-right: 20px; }
  .reciente h3, .reciente h4 {
    font-weight: 500;
    font-size: 1em; }
  .reciente h4 {
    color: #666; }

#vehiculo h1 b {
  color: #da2a09; }
#vehiculo .table {
  width: 100%; }
  #vehiculo .table td {
    padding: 1em 0 1em 1em;
    text-align: right;
    font-weight: 500; }
    #vehiculo .table td:first-child {
      text-align: left;
      padding-left: 0;
      font-weight: normal; }
  #vehiculo .table tr:not(:first-child) {
    border-top: 1px solid #968e8d; }

#buscar .buscar .title {
  position: static;
  margin-bottom: 30px; }

.fixed-button {
  position: fixed;
  bottom: 30px;
  right: 20px;
  border-radius: 50%;
  z-index: 10000; }
  .fixed-button a {
    background: #2135f9;
    color: #fff;
    width: 1.75em;
    line-height: 1.75;
    text-align: center;
    font-size: 2em;
    border-radius: 50%;
    position: relative; }
  .fixed-button .message {
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto .5em auto auto;
    white-space: nowrap;
    background: #fff;
    padding: .5em;
    border: 2px solid #2135f9;
    height: 2.5em;
    line-height: 1.25;
    pointer-events: none;
    visibility: hidden;
    transition: .3s;
    opacity: 0;
    transform: translateX(3em); }
  .fixed-button:hover .message {
    visibility: visible;
    opacity: 1;
    transform: translateX(0); }
  .fixed-button:hover::before {
    opacity: 0; }
  .fixed-button::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #2135f9;
    opacity: .5;
    border-radius: 50%;
    animation: infiniteScale 3s infinite; }

.pagination {
  margin-top: 30px;
  display: flex;
  justify-content: center; }
  .pagination li > * {
    width: 2em;
    height: 2em;
    line-height: 2;
    text-align: center;
    display: block; }
  .pagination li.active > *, .pagination li.page-item:hover > * {
    background: #2135f9;
    color: #fff; }

@keyframes infiniteScale {
  0%, 100% {
    transform: scale(1); }
  50% {
    transform: scale(1.25); } }

/*# sourceMappingURL=style.css.map */
