@font-face {
  font-family: "Mazda Light";
  src: url("../fonts/InterstateMazda-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: lighter;
}

@font-face {
  font-family: "Mazda Regular";
  src: url("../fonts/InterstateMazda-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Mazda Bold";
  src: url("../fonts/InterstateMazda-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: bold;
}

@font-face {
  font-family: "Mazda CG";
  src: url("../fonts/Mazda_Rg_CGv2.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}


h1,
h2,
h3,
.inv--item-col1 h4 {
  font-family: "Mazda Regular", Verdana, sans-serif;
  letter-spacing: 2px;
}

h1.bold,
h2.bold,
h3.bold {
  font-family: "Mazda Bold", Verdana, sans-serif;
}
.bold {
  font-family: "Mazda Bold", Verdana, sans-serif!important;
}
/* Old STYLES */

.ui-button .ui-icon {
  display: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid black;
  background: #000;
  font-weight: normal;
  color: #ffffff;
}

.btn-media {
  width: 40px;
  height: 40px;
  background-color: #282e33;
  color: #ffffff;
  display: table;
}

.btn-media-red {
  background-color: #cd0033;
}

.btn-media-red-mg-20 {
  margin-left: 20px;
}

.btn-media i {
  display: table-cell;
  vertical-align: middle;
}

.btn-media:hover {
  width: 40px;
  height: 40px;
  background-color: #B4002D;
  color: #ffffff;
  display: table;
}

.btn-media:active {
  background-color: #999b9d;
}

/*Pop-Up*/

.fancybox-show-controls .fancybox-controls {
  height: 100% !important;
}

.fancybox-button {
  width: 50px !important;
  height: 60px !important;
}

.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 18px;
  width: 20px !important;
  height: 20px !important;
  background: transparent;
  border-top: 4px solid currentColor !important;
  border-right: 4px solid currentColor !important;
}

.fancybox-button--left {
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
}

.fancybox-button--right {
  position: absolute !important;
  right: 0 !important;
  top: 50% !important;
}

.fancybox-infobar__body {
  display: none !important;
}

.fancybox-slide>* {
  margin: 0 !important;
  background-color: #F9F9F9 !important;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.fancybox-close-small {
  background: #F9F9F9 !important;
}

.fancybox-close-small::after {
  background: #F9F9F9 !important;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999999999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */

.modal-content {
  position: relative;
  top: 10%;
  max-width: 700px;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */

@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}

/* The Close Button */

.close {
  color: #000000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/*Forms*/

ul.parsley-errors-list {
  background-color: #f2e791;
  color: #000000;
  list-style: none;
  font-size: 10px;
  border-radius: 0px 0px 4px 4px;
  margin-top: -5px;
}

ul li.parsley-required {
  padding: 0.6rem;
  font-size: 12px;
  text-align: center;
  font-weight: 900;
}

.icono-phone {
  max-width: 22px
}

.ph-m-top-23 {
  margin-top: 23px;
}

ul.check-mark li {
  list-style-type: none;
  background-image: url(../img/mark.svg);
  background-repeat: no-repeat;
  padding: 0 0 5px 27px;
  display: -moz-inline-box;
  position: 10px 11px;
  background-position: 3px 3px;
  background-size: 16px;
  margin: 0;
}

ul.check-list li {
  list-style-type: none;
  margin: 0px;
}

ul.check-list li:before {
  list-style-type: none;
  font-family: Flaticon;
  color: #cd0033;
  content: "\f105";
  background-repeat: no-repeat;
  display: -moz-inline-box;
  position: 10px 11px;
  background-position: 3px 3px;
  background-size: 16px;
  font-size: 9px;
  margin: 0px;
}

.m-left-46 {
  margin-left: 0px;
}

/*FORMULARIO*/

.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact input[type="url"],
.contact textarea,
.contact button[type="submit"] {
  font: 400 12px/16px "Mazda Light", Verdana, Arial, sans-serif;
}

.contact-general input[type="text"],
.contact-general input[type="email"],
.contact-general input[type="tel"],
.contact-general input[type="url"],
.contact-general textarea,
.contact-general button[type="submit"] {
  font: 400 12px/16px "Mazda Regular", Verdana, Arial, sans-serif;
}

.contact-general,
.contact {
  background: #fff;
  padding: 35px 50px;
}

.contact-general h3,
.contact h3 {
  display: block;
  margin-bottom: 10px;
}

.contact-general h4,
.contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  padding: 0;
}

.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact input[type="url"],
.contact textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

.contact-general input[type="text"],
.contact-general input[type="email"],
.contact-general input[type="tel"],
.contact-general input[type="url"],
.contact-general textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

.contact input[type="text"]:hover,
.contact input[type="email"]:hover,
.contact input[type="tel"]:hover,
.contact input[type="url"]:hover,
.contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

.contact-general input[type="text"]:hover,
.contact-general input[type="email"]:hover,
.contact-general input[type="tel"]:hover,
.contact-general input[type="url"]:hover,
.contact-general textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

.contact-general textarea .contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

.contact-general button[type="submit"],
.contact button[type="submit"], .mazda-button {
  cursor: pointer;
  border: none;
  background-color: #BF1C22;
  color: #FFF;
  margin: 0 0 5px;
  padding: 15px 20px;
  font-size: 15px;
  margin-top: 25px;
  letter-spacing: 2px;
  display: block;
  width: auto;
}

.contact-general button[type="submit"]:hover,
.contact button[type="submit"]:hover, .mazda-button:hover {
  background-color: #910a2d;
  color: white;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.contact-general button[type="submit"]:active,
.contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

.contact input:focus,
.contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

.contact-general input:focus,
.contact-general textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

input[type=date] {
  font-family: 'Mazda Regular', Verdana, Arial, sans-serif;
  font-size: 14px;
  border: thin solid #CCCCD1;
}

.ty-message {
  position: absolute;
  bottom: 2.2em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.41);
  padding: 4px 30px;
}

.bg-servicio, .bg-eventos {
  background-image: url(../img/servicio.jpg);
  background-position: 50% 10%;
  min-height: 350px;
  background-size: cover;
}

.bg-eventos {
  background-image: url(../img/eventos.jpg);
  background-position: 50% 60%;
}

.bg-interes {
  height: 100%;
  background-size: cover!important;
  background-position: 10% 90%!important;
}
.bg-contacto-white {
  background-color: rgba(255, 255, 255, 0.85);
}

.car-description {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.75em;
  max-width: 92%;
  font-size: 18px;
  line-height: 1.3;
  padding-bottom: 8px;
}

.car-desc-modelname {
  background: #f2f2f2;
  padding-left: 20px;
}

.item-counter-txt span,
.item-counter-txt p {
  font-size: 1.05em;
  color: #6b6b6b;
  margin-top: 1.3em;
  font-weight: 400;
}

/* New Styles 2018 */

html,
body {
  font-family: 'Mazda Regular', Verdana, sans-serif;
}

button {
  outline: none !important;
}

#header {
  /* border-bottom: 1px solid #e0e0e0; */
  padding: 1em 0;
  background: #151515;
}

.phone-contact {
  font-family: 'Mazda Regular', Verdana, sans-serif;
  font-size: 10px;
  margin-bottom: 0.7em;
  color: #d8d8d8;
  letter-spacing: 1px;
}

.phone-contact a {
  margin-left: 5px;
  font-size: 16px;
  color: #fff;
}

#main-nav-mob li.nav-item {
  border-bottom: 1px solid #dadada;
}

#main-nav-mob li.nav-item:last-child {
  border-bottom: unset;
}

.fa-phone {
  transform: rotate(90deg);
  font-size: 13px;

}

.navbar-toggler {
  color: white;
  border: none;
}

.navbar-brand {
  margin-top: -1.4em;
  align-items:center;
}

.logo-separator{
  height: 2.25em;
  width: 1.25em;
  margin-right: 0.8em;
  border-right: 1px solid #BF1C22;
}
.logo-dealer-name{
  color: #fff;
  letter-spacing: 2px;
  font-size: 14px;
  font-family: "Mazda Light";
  position: relative;
  font-weight: lighter;
}

.sublogo {
  color: rgb(177, 177, 177);
  position: relative;
  top: 50%;
  transform: translateY(-40%);
  font-family: "Mazda Light", Verdana, sans-serif;
  font-size: 21px;
}
ul.nav {
  display: inline-table;
  margin-left: 1.2em;
  height: 40px;
  position: relative;
  top: 10px;
}

ul.nav li {
  display: table-cell;
  list-style-type: none;
  margin: 0;
  padding: 0 2.5em;
  vertical-align: middle;
  padding-top: 0.55em;
}
ul.nav li:last-child {
  padding-right: 0;
}
ul.nav li a {
  color: #fff;
  letter-spacing: 2px;
  font-size: 12px !important;
  font-family: "Mazda Light";
  position: relative;
  font-weight: lighter;
}

ul.nav li a img {
  width: 15px;
  position: absolute;
  top: -2px;
  left: -22px;
}

ul.nav li a:hover,
ul.nav li a:active {
  color: #dadada;
  transition: 300ms;
}

.dealer-loc {
  position: relative;
  bottom: 2px;
  font-size: 20px;
  color: black;
}

.dealer-loc span.f-red {
  color: #cd0a31;
}

.dealer-loc,
.dealer-loc span {
  font-family: "Mazda Regular", Verdana, sans-serif;
  font-weight: 600;
}

.dealer-logo img {
  height: 36px;
  width: auto;
  float: right;
  position: relative;
  top: 10px;
}

.hero-banner {
  height: 430px;
  background: url('https://adpdev.com/landing/mazda/assets/img/mazda-banner.jpg');
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
}

.hero-banner.darker-top::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.hero-banner-text {
  position: relative;
  z-index: 33;
  top: 3em;
  left: 5%;
  display: inline-block;
  padding: 0.5em 1em;
}

.hero-banner-text h1 {
  font-size: 28px;
  letter-spacing: 2px;
  font-family: "Mazda Light", Verdana, sans-serif;
  margin-bottom: 20px;
}

.banner-cta {
  margin: 2em 0;
  position: relative;
  right: 18px;
}

.banner-cta .cta {
  text-align: center;
  margin: 0 8px;
  padding: 12px;
  font-family: 'Mazda Regular', Verdana, sans-serif;
  transition: 400ms;
  font-size: 14px;
}

.banner-cta .cta:hover {
  background: #000 !important;
  border: 2px solid #000 !important;
  color: #fff !important;
}

.banner-cta .cta.white {
  border: 2px solid #fff;
  background: #fff;
  color: #000;
}

.banner-cta .cta.alpha {
  border: 2px solid #fff;
  color: #fff;
}

#quicklinkcards {
  padding: 0 2em;
}

.card,
.card img {
  border-radius: 0;
  box-shadow: unset;
}

.card-body {
  text-align: center;
  letter-spacing: 2px;
  color: white;
  font-family: 'Mazda Light';
}

.card-body h4 {
  font-size: 16px;
  margin-bottom: 15px;
  letter-spacing: 3px;
}

.mazda-button {
  margin: 10px auto 0;
  font-size: 13px;
  padding: 10px 20px;
  text-align: center;
}

.section-cards {
  margin: 1.6em 0;
}

.section-cards .card {
  margin: 8px;
  background: #151515;
}

.section-cards .card .card-body p {
  font-size: 12px;
  line-height: 1.5;
  color: white;
  font-family: 'Mazda Light';
}

.filter-bar-title {
  text-align: left;
  background: #4c4c4c;
  position: relative;
  padding: 5px 0;
  padding-left: 15px;
  color: white;
  margin-bottom: 15px;
  font-size: 14px;
  cursor: pointer;
}

.filter-bar-title img {
  position: absolute;
  right: 15px;
  top: 6px;
}

.filter-item {
  margin: 0 1.4em;
}

.filter-item img {
  max-width: 180px;
  display: block;
}

.filter-item span {
  font-family: 'Mazda Bold', Verdana, sans-serif;
  color: black;
  font-size: 18px;
}

.filter-item .item-count {
  font-size: 12px;
  color: #b7b7b7;
  display: inline-block;
}

.filter-item.active span {
  color: #4c4c4c;
  display: inline-block;
  transform: scale(1.25);
}

.filter-item.active .item-count {
  color: #cd0a31;
}

.filter-item span:hover {
  color: #4c4c4c;
  display: inline-block;
  transform: scale(1.25);
}

.filter-item span:hover~.item-count {
  color: #cd0a31;
}

.remove-filters {
  background: #cd0a31;
  color: white;
  float: right;
  min-width: 75px;
  position: relative;
  border-radius: 5px;
}

.remove-filters:hover {
  color: white;
}

.remove-filters .remove-filter-btn {
  padding: 3px 0;
  padding-right: 5px;
  padding-left: 20px;
  display: inline-block;
}

.remove-filters .remove-icon {
  position: absolute;
  top: -2px;
  right: 8px;
}

#promo-container {
  margin-bottom: 3em;
}

.promo-title {
  font-weight: 800 !important;
}

.promo-content {
  padding: 2.5em 1em;
}

.promo-footer {
  margin-top: 0.6em;
}

.promo-footer .legales {
  font-size: 12px;
  color: grey;
}

.modal-body {
  padding: .5em;
}

.modalPromo {
  cursor: pointer;
  transition: all .4s;
}

.modalPromo:hover {
  transition: all .4s;
  filter: opacity(.8);
}

.modal-content {
  background: none !important;
}

.close_button {
  font-size: 14px;
}

.close_button:hover {
  text-decoration: underline !important;
  color: white !important;
}
.contact-form h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-family: "Mazda Bold", Verdana, sans-serif;
  margin-bottom: 35px;
}
fieldset p, .contact-form p {
  font-size: 14px;
  margin-bottom: 0.5rem;
}
#fecha_radioset, #hora_radioset {
  margin: 0px 0 15px;
}
#fecha_radioset label, #hora_radioset label {
  font-size: 14px;
  text-transform: uppercase;
}
.ui-button {
  padding: .5em 1em;
}
.select-agencia {
  width: 100%;
  -webkit-appearance: none;
  padding: 7px 10px 5px;
  font-size: 14px;
  border-radius: 0;
  text-align-last: center;
  position: relative;
  color: #626262;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-appearance: none;
  appearance: none;
  background: none;
  -moz-box-sizing: border-box;
}
.select-wrapper {
  position: relative;
}
.select-wrapper:before {
  content: '\f0d7';
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  position: absolute;
  color: #626262;
  right: 10px;
  top: 5px;
}
.ui.checkbox input {
  width: 20px;
  float: left;
  position: relative;
  top: 2px;
}
.ui.checkbox p {
  width: calc(100% - 20px);
}
.ubicacion .col-md-9 {
  height: calc(100vh - 200px);
}
.ubicacion .col-md-3 {
  border-left: 1px solid rgba(0,0,0,.125)
}
.ubicacion div iframe {
  width: 100%;
  height: 100%;
}
.oferta-servicio {
  padding: 25px 0;
  color: white;
  background: rgba(0, 0, 0, .6);
  position: absolute;
  padding-left: 20px;
  top: 19%;
  width: 103%;
  z-index: 1;
  left: 0;
}
.nav-link {
  font-size: 14px;
}
.formulario, .form-row  {
  min-height: calc(100vh - 300px);
}
.subtext-form {
  margin-top: -25px;
  margin-bottom: 25px!important;
}
.mazda-sub {
  font-size: 14px;
  font-family: "Mazda Light", Verdana, sans-serif;
  letter-spacing: 2px;
  position: relative;
}
.picacho-item.active, .sanangel-item.active {
  background: #910a2d;
  border: none;
}
.picacho-item.active a, .sanangel-item.active a {
  color: white!important;
}
.picacho-info, .sanangel-info {
  font-size: 14px;
  color: black;
  padding: 1.5rem 2rem;
}
.picacho-info p, .sanangel-info p {
  margin-bottom: 10px;
  font-size: 13px;
  font-family:  "Mazda Light", Verdana, sans-serif;
}
.picacho-info p.bold, .sanangel-info p.bold {
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: .025rem
}
.picacho-info a, .sanangel-info a {
  color: #797979;
  display: block;
  font-family:  "Mazda Light", Verdana, sans-serif;
  margin-bottom: 10px;
}
.picacho-info a:hover, .sanangel-info a:hover {
  color: black;
}
.l-30 {
  left: 30%;
}
.oferta-servicio h3 {
  letter-spacing: 2px;
  left: 30%;
  position: relative;
}
.oferta-servicio.campana-servicio h3 {
  letter-spacing: 2px;
  left: 0;
  position: relative;
}
.oferta-servicio a {
  margin-top: 25px;
  padding: 12px 25px;
  background: #BF1C22;
  color: white;
  display: inline-block;
}
footer {
  background: #151515;
}

#site--footer {
  font-family: "Mazda Regular", Verdana, sans-serif;
}

#site--footer a:hover,
#site--footer a:active {
  opacity: 0.7;
  transition: 300ms;
}

.site--footer-bottom {
  padding: 1.6em 0 2.5em;
  border-top: 1px solid grey;
}

.site--footer-copyright {
  margin-top: 2em;
  font-size: 12px;
  color: grey;
  font-family: Arial, sans-serif;
  font-weight: 200;
}

.zoom {
  font-family: 'Mazda CG';
  color: gray;
}
.site--footer-copyright a {
  color: grey;
  text-decoration: underline;
}

.footer--nav-link {
  text-align: center;
  padding: 0.4em 2.7em;
  border-right: 1px solid grey;
}

.footer--nav-link:last-child {
  border-right: unset;
}

.footer--nav-icon {
  width: 90px;
}

.footer--nav-text {
  padding-top: 0.7em;
  color: #d6d6d6;
  font-size: 13px;
  font-weight: 400;
}

.site--footer-bottom {
  color: #fff;
}

.footer--bottom-address h5 {
  font-size: 16px;
  font-family: 'Mazda Bold', Verdana, sans-serif;
}

.footer--bottom-address p {
  font-size: 14px;
  font-family: 'Mazda Light', Verdana, sans-serif;
}

.footer--social-link {
  margin: 0.8em;
}

.footer-phone {
  color: white;
  font-family: 'Mazda Regular', Verdana, sans-serif;
  font-size: 20px;
}

.footer-phone:hover,
.footer-phone:active {
  color: #fff;
  opacity: 0.7;
}

.sticky--navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 15px;
  background: black;
  padding-bottom: 8px;
}

.inv--item {
  margin: 2em 0em;
  border: 1px solid #ececec;
}

.inv--item-col1 {
  background: #f2f2f2;
  padding: 0;
}

.terms {
  font-family: 'Mazda Light';
  padding: 0 15px 1em;
}

.terms a {
  color: #ededed;
  font-size: 11px;
  letter-spacing: 2px;
  margin: 0 5px;
}

.inv--title {
  padding: 1em;
}

.inv--item-col1 h4 {
  float: left;
}

.inv--item-col1 span.f_75 {
  font-size: 10px;
  color: #cd0a31;
}

.performance-info {
  font-family: "Mazda Regular";
  font-size: 14px;
}

.aui-icon-engine-large {
  font-weight: bold !important;
  font-size: 21px;
  margin-right: 5px;
  position: relative;
  top: 5px;
}

.aui-icon-engine-large:before {
  font-weight: bold !important;
  -webkit-font-smoothing: unset !important;
}

.exterior-img {
  position: relative;
}

.exterior-img img {
  top: -60px;
}

.gallery-icon {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: #000;
  width: 40px;
  text-align: center;
  color: white !important;
}

.interior-icon {
  width: 45px;
  height: 40px;
  left: 15px;
  bottom: 15px;
  display: inline-block;
  position: absolute;
  overflow: hidden;
  transition: all .4s;
  border: 2px solid white
}

.interior-icon:not(.no-hover):hover {
  width: 240px;
  height: 130px;
  transition: all .4s;
}

.interior-icon img {
  width: 400px;
  position: relative;
  top: -30px !important;
  transition: all .4s;
}

.interior-icon:not(.no-hover):hover img {
  top: 0 !important;
  transition: all .4s;
}

.gallery-icon:hover {
  background: #444;
  color: white;
}

.gallery-icon i,
.interior-icon i {
  position: relative;
  top: 3px;
  font-size: 24px;
  left: 1px;
}

.display-button-area {
  padding: 1em 0 .5em;
}

.display-equipment {
  color: black !important;
  line-height: 35px;
  text-align: center;
  font-size: 24px;
  font-size: 16px;
  font-family: "Mazda Regular";
}

#display-details-button {
  width: 30px;
  height: 30px;
  color: white;
  position: relative;
  background: #cd0a31;
  display: inline-block;
  line-height: 30px;
  margin-left: 5px;
}

.color-specs p {
  display: inline-block;
  width: 50%;
  color: #626262;
  padding: 1em;
  margin: 0;
  border-right: 1px solid #ececec;
  font-family: "Mazda Regular";
  font-size: 13px;
}

.inv--item-col2,
.inv--item-col3 {
  padding: 1em;
}

.feature-list ul {
  list-style: none;
  padding-left: 5px;
}

.feature-list ul li {
  padding: 3px 0;
  font-size: 12px;
  font-family: "Mazda Regular"
}

.feature-list ul li:before {
  content: "\EA2B";
  position: relative;
  color: gray;
  font-family: "audi-iconfont";
  display: inline-block;
  transform: rotate(90deg);
  padding-left: 5px;
  font-size: 18px;
}

.pre-price-text {
  font-family: "Mazda Regular";
  margin-right: 5px;
  font-size: 13px !important;
  margin-bottom: 0;
}

.final-price {
  font-family: "Mazda Bold";
}

.last-price {
  position: absolute;
  left: 60px;
  top: 37px;
  font-size: 17px;
  transform: translateX(50%);
  text-decoration: line-through;
}

.myBtn {
  background: #000;
  color: white;
  display: block;
  padding: 15px 0;
  border: none;
  width: 100%;
  margin-top: 25px;
  font-family: "Mazda Regular";
  cursor: pointer;
}

.myBtn:hover {
  background: #444444;
}

#inventario {
  padding: 2.5em;
}

.pag-item {
  margin: 0 0.5em;
  text-align: center;
  line-height: 2.4;
}

.pag-item:last-child div.btn-media {
  width: 100px !important;
}

.phone-links {
  display: block;
  margin-top: -3px;
  color: white;
}
.footer-img {
  max-width: 100px;
}

.developed img {
  width: 75px;
  margin-right: 12.5px;
}

.developed {
  color: rgb(226, 226, 226)!important;
  font-size: 12px!important;
  font-weight: 400;
}

.developed p {
  font-size: 10px;
  margin-bottom: .05rem;
}

.developed a {
  color: rgb(226, 226, 226)!important;
  text-decoration: underline;
}

.service-campaign--desc{
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 2em !important;
}

section.scampaign-listing{
  min-height : 62vh;
}
section.scampaign-listing h3{
  color: #fff;
}
section.scampaign-listing ul{
  list-style-type:none;
}
section.scampaign-listing ul>li{
  padding: 2.2em;
  border-bottom: 1px solid #dadada;
}
section.scampaign-listing .cs-title{
  font-size:1.4em;
}
section.scampaign-listing .sc-banner {
  height: 360px;
  background: url(../img/banners/service-campaign.jpg);
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.4em 0;
}

/* Responsive Queries */

@media screen and (max-width:30em) {
  #inventario {
    padding: 0 15px;
  }
  .inv--item {
    margin: 2em 0;
  }
  #quicklinkcards {
    padding: 0;
  }
  .dealer-loc {
    position: relative;
    bottom: 0;
    font-size: 16px;
    color: black;
  }
  .dealer-logo img {
    height: 28px;
    position: relative;
    top: 5px;
  }
  .phone-contact img {
    width: 25px;
    top: -2px;
    margin-right: 4px;
  }
  .hero-banner {
    height: 50vh;
  }
  #site--footer {
    padding: 3em 0;
  }
  .footer--nav-link {
    padding: 0 18px;
    max-width: 32.99%;
  }
  .footer--nav-icon {
    width: 100%;
  }
  .footer-phone {
    display: block;
    text-align: center;
    float: unset !important;
    margin-top: 2em;
  }
  .sticky--navbar {
    position: fixed;
    top: 0;
    left: 15px;
    width: 100%;
    padding-bottom: 0!important;
    background: black;
  }
}

@media (min-width: 1024px) {
  .last-price {
    left: 70px;
  }
}

@media (min-width: 992px) {
  .inv--item-col2,
  .inv--item-col3 {
    padding-top: 2.5em;
  }
}

@media (min-width: 992px) {
  .modal-dialog {
    width: 90%;
    max-width: 600px;
  }
}

@media (max-width: 1300px) {
  .container {
    max-width: unset !important;
    width: 100%;
  }
}

@media (max-width: 1200px) {
  ul.nav {
    border: none;
    margin-left: 0;
  }
}

@media (min-width: 992px) and (max-width: 1160px) {
  .exterior-img img {
    top: -40px;
  }
}

@media (max-width: 991.8px) {
  .nav-link {
    width: 100%!important;
    font-family: "Mazda Light", Verdana, sans-serif;
  }
  .dealer-logo img {
    height: 28px;
  }
  .navbar-brand {
    padding-top: .7em;
  }
  .navbar-brand .logo-separator{
    margin-right: 0.4em;
    height:1em;
    padding-left:4px;
  }
  .navbar-brand .logo-dealer-name{
    font-size:12px;
    letter-spacing: unset;
  }
  .card {
    min-width: 46%;
  }
  #header {
    padding: .2em !important;
    padding-top: .4em;
  }
  .phone-contact {
    margin-bottom: 0;
  }
  .phone-contact a {
    padding-top: 6px;
    display: inline-block;
    margin-bottom: 0;
  }
  .navbar-brand {
    margin-top: -6px;
  }
  .navbar-toggler {
    padding-left: 0;
  }
  .feature-list ul {
    padding-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .row {
    position: relative;
  }
  .exterior-img img {
    top: -40px;
  }
  .color-specs {
    border-bottom: 1px solid #ececec;
    margin: 0 -15px;
  }
  .color-specs p:last-child {
    border-right: none;
  }
  .inv--item-col2 {
    border-bottom: 1px solid #ececec;
  }
  .last-price {
    left: 60px;
    right: unset;
    top: -5px;
  }
  .display-equipment {
    color: white !important;
    line-height: 28px;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 16px;
    font-family: "Mazda Regular";
    position: absolute;
    right: 15px;
    top: 265px;
    background: #cd0a31;
  }
  .detail-button {
    right: 60px;
    top: 275px;
    font-size: 13px;
    position: absolute;
    font-family: "Mazda Regular";
  }
}

@media (max-width: 767.68px) {
  .dealer-logo img {
    height: 28px;
  }
  /* .navbar-brand {
    padding-top: .2em;
    padding-bottom: 0em;
  }
  .sticky-top {
    padding: 3px 0;
  }
  */
  .sticky-top {
    max-width: 100vw;
  }
  .phone-contact {
    margin-top: 0;
  }
  .color-specs p {
    border-bottom: 1px solid #ececec;
  }
  .last-price {
    left: 75px;
    right: unset;
  }
}

@media (min-width: 620px) and (max-width: 768px) {
  .exterior-img {
    max-height: 250px !important;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .last-price {
    top: 12px;
  }
  .display-equipment {
    color: white !important;
    line-height: 28px;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 16px;
    font-family: "Mazda Regular";
    position: absolute;
    right: 15px;
    top: 265px;
    background: #cd0a31;
  }
  .detail-button {
    right: 60px;
    top: 275px;
    font-size: 13px;
    position: absolute;
    font-family: "Mazda Regular";
  }
}

@media (max-width: 576px) {
  section.scampaign-listing{
    min-height : unset;
  }
  section.scampaign-listing ul{
    padding-left:0;
  }
  section.scampaign-listing h3 {
      font-size: 1.6em;
      margin-bottom: 0.5em;
  }
  .card {
    min-width: unset !important;
  }
  .phone-contact a {
    font-size: 17px;
  }
  .dealer-loc {
    font-size: 15px;
  }
  .inv--item-col1 h4 {
    float: none;
  }
  .dealer-loc {
    font-size: 13.5px;
  }
  .exterior-img img {
    top: -40px;
  }
  .last-price {
    top: 13px;
  }
  .feature-list ul {
    padding-bottom: 25px;
    border-bottom: 1px solid #ececec;
  }
  .pag-item {
    margin: 0.5em 0.5em;
  }
}
@media (max-width: 374px) {
  .sublogo {
    display: none!important;
  }
}