.dn, .vehica-button.dn {
  display: none;
}
.ficha-tecnica {
  
}
.ficha-tecnica .titulo {
  margin-right: 32px;
  margin-top: 32px;
}
.ficha-tecnica .titulo h3 {
  color: #222732;
  font-size: 22px;
  font-weight: 900;
  line-height: 28px;
}
.footer-ficha button {
  background: var(--primary-light);
  color: var(--primary);
  border: 1px solid var(--primary);
}
.footer-ficha button:hover {
  background: var(--primary);
  color: #fff;
}
.item {
  float: left;
  width: 100%;
  margin-bottom: 12px;
  padding-right: 32px;
}
.item .name {
  width: 50%;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding-right: 6px;
  float: left;
}
.item .value {
  width: 50%;
  font-size: 16px;
  line-height: 20px;
  float: left;
}
.cotizacion,
.lineas-credito,
.presupuesto {
  background-color: #F2F5FB;
  border-radius: 10px 10px 10px 10px;
  padding: 35px;
}
#linea_credito {
  margin-bottom: 16px;
}
.cotizacion .titulo,
.lineas-credito .titulo,
.presupuesto .titulo {
  color: #222732;
  font-weight: 900;
  font-size: 34px;
  text-align: center;
  margin-bottom: 6px;
}
.cotizacion .loader,
.lineas-credito .loader {
  position: absolute;
  top: 10%;
}
.cotizacion label,
.lineas-credito label,
.label {
  font-size: 12px;
  font-weight: 900;
  padding-left: 20px;
}
.label:not(:first-child) {
  padding-left: 0;
}
.label.primera-cuota-mensual {
  padding-left: 20px;
}
.credito-solo input[type="text"] {
  border-radius: 10px;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  box-shadow: 1px 1px 0 0 rgba(196, 196, 196, 0.24);
  border: 1px solid #e7edf3;
  font-weight: bold;
}
.credito-solo input[type="text"] {
  margin-bottom: 16px;
}
.cotizacion select,
.lineas-credito select {
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  padding: 10px;
  box-shadow: 1px 1px 0 0 rgba(196, 196, 196, 0.24);
  border: 1px solid #e7edf3;
  border-radius: 10px;
  font-family: 'Muli', Arial,Helvetica,sans-serif !important;
  background: none;
  background-color: #FFFFFF;
  color: #222732;
  font-weight: bold;
}
.cotizacion .select-wrapper:after
.lineas-credito .select-wrapper:after {
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f00;
  position: relative;
  float: right;
  top: -22px;
  right: 5px;
  content: "";
  z-index: 98;
}
#presupuesto input {
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  padding: 10px;
  box-shadow: 1px 1px 0 0 rgba(196, 196, 196, 0.24);
  border: 1px solid #e7edf3;
  border-radius: 10px;
  font-family: 'Muli', Arial,Helvetica,sans-serif !important;
  background: none;
  background-color: #FFFFFF;
  color: #222732;
  font-weight: bold;
}
.cotizacion #seleccion .badge:not(:empty):before {
  content: "/ ";
  color: var(--primary);
}
.cotizacion #seleccion .badge:first-child:before {
  content: "";
}
.cotizacion button {
  overflow: hidden;
  display: inline-block;
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  border: 0 solid transparent;
  box-shadow: none;
  cursor: pointer;
  padding: 10px 25px 10px 25px;
  vertical-align: top;
  border-radius: 10px;
  background-color: var(--primary);
  transition: all 0.2s ease-in-out;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: linear;
  transition-delay: 0s;
  align-items: center;
  transform: translateZ(0);
  text-decoration: none;
  float: right;
  width: 40%;
  margin-top: 24px;
}
.clear {
  clear: both;
}
.dialog-message .contenido {
  background-color: #FFFFFF;
  padding: 20px;
  margin-top: 50px;
}
.dialog-message .error {
  color: #d0140d;
}
.cotizacion .notas {
  font-size: 12px;
  font-weight: 900;
  float: right;
  margin-top: 10px;
}
.cotizacion .senalador {
  color: #d0140d;
}
.loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader {
  position: fixed;
  left: 50%;
  top: 35%;
  z-index: 1000;
}
.slidecontainer {
  width: 100%;
}
.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 3px;
  border-radius: 1px;  
  background: #222732;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%; 
  background: var(--primary);
  cursor: pointer;
}
.slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--primary);
  cursor: pointer;
}
.rango_cuotas {
  width: 100%;
}
.rango_cuotas .slidecontainer {
  padding: 0 8%;
  position: relative;
  z-index: 100;
  left: -2px;
}
.puntos_cuotas {
  position: relative;
  top: -27px;
}
.bullet {
  font-size: 28px;
  line-height: 30px;
}
.valores_cuotas {
  position: relative;
  top: -32px;
}
.cuota {
  float: left;
  width: 20%;
  text-align: center;
}
.info_cuota {
  width: 60%;
  float: left;
}
.info_cuota:nth-child(even) {
  width: 40%;
}
.info_cuota.right {
  text-align: right;
}
.info_cuota.completo {
  width: 100%;
  text-align: center;
}
.info_cuota.left .label {
  padding-left: 0;
  padding-right: 20px;
}
.footer-presupuesto {

}
.vehica-button.finalizar-presupuesto {
  width: 100%;
  margin-top: 20px;
  font-size: 12px;
  line-height: 12px;
}
.dialog-type-lightbox .dialog-widget-content {
  margin: auto;
  width: 600px;
  top: 25%;
}
.vehica-car-card__info {
  margin-right: 40px;
}
.vehica-carousel-v1 .vehica-car-card {
  margin-bottom: 0;
}
.vehica-carousel-v1 .vehica-car-card__inner {
  height: inherit !important;
}
.logo-marca {
  float: right;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  z-index: 1;
  margin: 10px;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat-y;
  background-attachment: scroll;
  background-size: 50px;
  background-origin: padding-box;
  background-clip: border-box;
}
.marca-alfa-romeo {
  /*background-image: url('../../../uploads/2021/08/alfa-romeo-100x100.png');*/
}
.marca-audi {
  background-image: url('../../../uploads/2021/11/audi-m-100x100.png');
}
.marca-bmw {
  background-image: url('../../../uploads/2021/11/bmw-m-100x100.png');
}
.marca-citroen {
  background-image: url('../../../uploads/2025/09/citroen.jpg');
}
.marca-chevrolet {
  background-image: url('../../../uploads/2025/09/chevrolet.jpg');
}
.marca-fiat {
  background-image: url('../../../uploads/2025/09/fiat.jpg');
}
.marca-ford {
  background-image: url('../../../uploads/2025/09/ford.jpg');
}
.marca-honda {
  background-image: url('../../../uploads/2021/11/honda-m-100x100.png');
}
.marca-hyundai {
  background-image: url('../../../uploads/2021/11/hyundai-m-100x100.png');
}
.marca-jeep {
  background-image: url('../../../uploads/2025/09/jeep.jpg');
}
.marca-kia {
  background-image: url('../../../uploads/2023/02/kia-m-2023-100x100.png');
}
.marca-land-rover {
  /*background-image: url('../../../uploads/2021/08/land-rover-100x100.png');*/
}
.marca-mercedes-benz {
  background-image: url('../../../uploads/2021/11/mercedes-benz-m-100x100.png');
}
.marca-mini {
  /*background-image: url('../../../uploads/2021/08/mini-100x100.png');*/
}
.marca-mitsubishi {
  background-image: url('../../../uploads/2023/02/mitsubishi-m-100x100.png');
}
.marca-nissan {
  background-image: url('../../../uploads/2021/11/nissan-m-100x100.png');
}
.marca-peugeot {
  background-image: url('../../../uploads/2021/11/peugeot-m-100x100.png');
}
.marca-renault {
  background-image: url('../../../uploads/2021/11/renault-m-100x100.png');
}
.marca-toyota {
  background-image: url('../../../uploads/2025/09/toyota.jpg');
}
.marca-volkswagen {
  background-image: url('../../../uploads/2025/09/vw.jpg');
}
https://sacurautos.com/storage/2025/09/vw.jpg
https://sacurautos.com/storage/2025/09/toyota.jpg
https://sacurautos.com/storage/2025/09/fiat.jpg
https://sacurautos.com/storage/2025/09/citroen.jpg
https://sacurautos.com/storage/2025/09/ford.jpg
https://sacurautos.com/storage/2025/09/chevrolet.jpg
https://sacurautos.com/storage/2025/09/jeep.jpg

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #d0140d, 1.8em -1.8em 0 0em rgba(208,20,13, 0.2), 2.5em 0em 0 0em rgba(208,20,13, 0.2), 1.75em 1.75em 0 0em rgba(208,20,13, 0.2), 0em 2.5em 0 0em rgba(208,20,13, 0.2), -1.8em 1.8em 0 0em rgba(208,20,13, 0.2), -2.6em 0em 0 0em rgba(208,20,13, 0.5), -1.8em -1.8em 0 0em rgba(208,20,13, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(208,20,13, 0.7), 1.8em -1.8em 0 0em #d0140d, 2.5em 0em 0 0em rgba(208,20,13, 0.2), 1.75em 1.75em 0 0em rgba(208,20,13, 0.2), 0em 2.5em 0 0em rgba(208,20,13, 0.2), -1.8em 1.8em 0 0em rgba(208,20,13, 0.2), -2.6em 0em 0 0em rgba(208,20,13, 0.2), -1.8em -1.8em 0 0em rgba(208,20,13, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(208,20,13, 0.5), 1.8em -1.8em 0 0em rgba(208,20,13, 0.7), 2.5em 0em 0 0em #d0140d, 1.75em 1.75em 0 0em rgba(208,20,13, 0.2), 0em 2.5em 0 0em rgba(208,20,13, 0.2), -1.8em 1.8em 0 0em rgba(208,20,13, 0.2), -2.6em 0em 0 0em rgba(208,20,13, 0.2), -1.8em -1.8em 0 0em rgba(208,20,13, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(208,20,13, 0.2), 1.8em -1.8em 0 0em rgba(208,20,13, 0.5), 2.5em 0em 0 0em rgba(208,20,13, 0.7), 1.75em 1.75em 0 0em #d0140d, 0em 2.5em 0 0em rgba(208,20,13, 0.2), -1.8em 1.8em 0 0em rgba(208,20,13, 0.2), -2.6em 0em 0 0em rgba(208,20,13, 0.2), -1.8em -1.8em 0 0em rgba(208,20,13, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(208,20,13, 0.2), 1.8em -1.8em 0 0em rgba(208,20,13, 0.2), 2.5em 0em 0 0em rgba(208,20,13, 0.5), 1.75em 1.75em 0 0em rgba(208,20,13, 0.7), 0em 2.5em 0 0em #d0140d, -1.8em 1.8em 0 0em rgba(208,20,13, 0.2), -2.6em 0em 0 0em rgba(208,20,13, 0.2), -1.8em -1.8em 0 0em rgba(208,20,13, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(208,20,13, 0.2), 1.8em -1.8em 0 0em rgba(208,20,13, 0.2), 2.5em 0em 0 0em rgba(208,20,13, 0.2), 1.75em 1.75em 0 0em rgba(208,20,13, 0.5), 0em 2.5em 0 0em rgba(208,20,13, 0.7), -1.8em 1.8em 0 0em #d0140d, -2.6em 0em 0 0em rgba(208,20,13, 0.2), -1.8em -1.8em 0 0em rgba(208,20,13, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(208,20,13, 0.2), 1.8em -1.8em 0 0em rgba(208,20,13, 0.2), 2.5em 0em 0 0em rgba(208,20,13, 0.2), 1.75em 1.75em 0 0em rgba(208,20,13, 0.2), 0em 2.5em 0 0em rgba(208,20,13, 0.5), -1.8em 1.8em 0 0em rgba(208,20,13, 0.7), -2.6em 0em 0 0em #d0140d, -1.8em -1.8em 0 0em rgba(208,20,13, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(208,20,13, 0.2), 1.8em -1.8em 0 0em rgba(208,20,13, 0.2), 2.5em 0em 0 0em rgba(208,20,13, 0.2), 1.75em 1.75em 0 0em rgba(208,20,13, 0.2), 0em 2.5em 0 0em rgba(208,20,13, 0.2), -1.8em 1.8em 0 0em rgba(208,20,13, 0.5), -2.6em 0em 0 0em rgba(208,20,13, 0.7), -1.8em -1.8em 0 0em #d0140d;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #d0140d, 1.8em -1.8em 0 0em rgba(208,20,13, 0.2), 2.5em 0em 0 0em rgba(208,20,13, 0.2), 1.75em 1.75em 0 0em rgba(208,20,13, 0.2), 0em 2.5em 0 0em rgba(208,20,13, 0.2), -1.8em 1.8em 0 0em rgba(208,20,13, 0.2), -2.6em 0em 0 0em rgba(208,20,13, 0.5), -1.8em -1.8em 0 0em rgba(208,20,13, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(208,20,13, 0.7), 1.8em -1.8em 0 0em #d0140d, 2.5em 0em 0 0em rgba(208,20,13, 0.2), 1.75em 1.75em 0 0em rgba(208,20,13, 0.2), 0em 2.5em 0 0em rgba(208,20,13, 0.2), -1.8em 1.8em 0 0em rgba(208,20,13, 0.2), -2.6em 0em 0 0em rgba(208,20,13, 0.2), -1.8em -1.8em 0 0em rgba(208,20,13, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(208,20,13, 0.5), 1.8em -1.8em 0 0em rgba(208,20,13, 0.7), 2.5em 0em 0 0em #d0140d, 1.75em 1.75em 0 0em rgba(208,20,13, 0.2), 0em 2.5em 0 0em rgba(208,20,13, 0.2), -1.8em 1.8em 0 0em rgba(208,20,13, 0.2), -2.6em 0em 0 0em rgba(208,20,13, 0.2), -1.8em -1.8em 0 0em rgba(208,20,13, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(208,20,13, 0.2), 1.8em -1.8em 0 0em rgba(208,20,13, 0.5), 2.5em 0em 0 0em rgba(208,20,13, 0.7), 1.75em 1.75em 0 0em #d0140d, 0em 2.5em 0 0em rgba(208,20,13, 0.2), -1.8em 1.8em 0 0em rgba(208,20,13, 0.2), -2.6em 0em 0 0em rgba(208,20,13, 0.2), -1.8em -1.8em 0 0em rgba(208,20,13, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(208,20,13, 0.2), 1.8em -1.8em 0 0em rgba(208,20,13, 0.2), 2.5em 0em 0 0em rgba(208,20,13, 0.5), 1.75em 1.75em 0 0em rgba(208,20,13, 0.7), 0em 2.5em 0 0em #d0140d, -1.8em 1.8em 0 0em rgba(208,20,13, 0.2), -2.6em 0em 0 0em rgba(208,20,13, 0.2), -1.8em -1.8em 0 0em rgba(208,20,13, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(208,20,13, 0.2), 1.8em -1.8em 0 0em rgba(208,20,13, 0.2), 2.5em 0em 0 0em rgba(208,20,13, 0.2), 1.75em 1.75em 0 0em rgba(208,20,13, 0.5), 0em 2.5em 0 0em rgba(208,20,13, 0.7), -1.8em 1.8em 0 0em #d0140d, -2.6em 0em 0 0em rgba(208,20,13, 0.2), -1.8em -1.8em 0 0em rgba(208,20,13, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(208,20,13, 0.2), 1.8em -1.8em 0 0em rgba(208,20,13, 0.2), 2.5em 0em 0 0em rgba(208,20,13, 0.2), 1.75em 1.75em 0 0em rgba(208,20,13, 0.2), 0em 2.5em 0 0em rgba(208,20,13, 0.5), -1.8em 1.8em 0 0em rgba(208,20,13, 0.7), -2.6em 0em 0 0em #d0140d, -1.8em -1.8em 0 0em rgba(208,20,13, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(208,20,13, 0.2), 1.8em -1.8em 0 0em rgba(208,20,13, 0.2), 2.5em 0em 0 0em rgba(208,20,13, 0.2), 1.75em 1.75em 0 0em rgba(208,20,13, 0.2), 0em 2.5em 0 0em rgba(208,20,13, 0.2), -1.8em 1.8em 0 0em rgba(208,20,13, 0.5), -2.6em 0em 0 0em rgba(208,20,13, 0.7), -1.8em -1.8em 0 0em #d0140d;
  }
}
 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  float: right;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slide {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slide:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slide {
  background-color: var(--primary);
}

input:focus + .slide {
  box-shadow: 0 0 1px var(--primary);
}

input:checked + .slide:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.slide.round {
  border-radius: 24px;
}

.slide.round:before {
  border-radius: 50%;
} 


@media (min-width: 1184px) {
  .ficha-tecnica {
    margin-right: -32px;
  }
  .item {
    float: left;
    width: 50%;
  }
  .logo-marca {
    bottom: 60px;
  }
}
