/*Propios del develop*/

@media screen and (max-width: 900px) {
  .hidden-xs {
    display: none;
  }

  .pedido-centro {
    text-align: center !important;
  }

  .j-btn-prd-search {
    width: 100% !important;
    margin-top: 10px !important;
  }
}

@media screen and (min-width: 900px) {
  .visible-xs {
    display: none;
  }

  .pedido-right {
    text-align: right !important;
  }

  .mt-10-cart {
    margin-top: 10px !important;
  }
}

.select2-container--default .select2-selection--single {
  background-color: #fff !important;
}

.select2-container,
.select2-dropdown,
.select2-search,
.select2-results {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.descuento-monto {
  color: green;
}

.descuento-precio {
  text-decoration: line-through;
  color: red;
  font-size: 12px;
}

/*////////////////////////////////////////////////////////////////////////////*/

.product-wrap {
  height: 200px;
  margin-bottom: 20px;
}

.bottom-left,
.bottom-right {
  bottom: 10px;
  left: 5px;
  position: absolute;
}

.bottom-right {
  left: auto;
  right: 5px;
}

.product-item-container {
  height: 364px !important;
  background: #282828 !important;
}

.products-list.grid .product-item-container:before,
.products-list .product-grid .product-item-container:before {
  background: #282828 !important;
}

[data-notify="progressbar"] {
  margin-bottom: 0px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 5px;
}

@media screen and (max-width: 1200px) {
  #filters {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background: #fff;
    padding-bottom: 100px;
  }

  #filters #close {
    display: inline-block;
  }

  .namePayment {
    font-size: 15px !important;
  }
}

.btn-naranja {
  color: #fff;
  background: #ff6619;
}

/* The container */

.container-ch {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */

.container-ch input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */

.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */

.container-ch:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.container-ch input:checked ~ .checkmark {
  background-color: #eeeeee;
}

/* Create the checkmark/indicator (hidden when not checked) */

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */

.container-ch input:checked ~ .checkmark:after {
  display: block;
}

.input-group-addon {
  border-bottom-right-radius: 1.25rem !important;
  border-top-right-radius: 1.25rem !important;
}

/* Style the checkmark/indicator */

.container-ch .checkmark:after {
  left: 7px;
  top: -5px;
  width: 7px;
  height: 15px;
  border: solid #ffc107;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.whatsapp {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 14px;
  left: 28px;
  background-color: #25d366;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.whatsapp:hover,
.messenger:hover,
.whatsapp:focus,
.messenger:focus {
  color: #fff;
  opacity: 0.8;
  text-decoration: none !important;
}

.messenger {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 14px;
  left: 85px;
  background-color: #218bd3;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-footer {
  margin-top: 13px;
}

.paginador {
  border-color: white !important;
  background-color: #a62635 !important;
  color: white !important;
}

.btn-custom {
  color: white !important;
  background-color: #a62635;
  border-color: #a62635;
  padding: 5px !important;
}

.btn-custom:hover {
  color: white !important;
  background-color: #a62635;
  border-color: #a62635;
}

.btn-delete {
  color: white !important;
  background-color: #a62635;
  border-color: #a62635;
  padding: 5px !important;
}

.btn-delete:hover {
  color: white !important;
  background-color: #a62635;
  border-color: #a62635;
}

.btn-custom-sesion-active {
  color: #343a40 !important;
  background-color: #d8d8d8;
  border-color: #d8d8d8;
}

.sesion-btn:hover {
  color: white !important;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default.active {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.carousel-control.right {
  background: none !important;
}

.carousel-control.left {
  background: none !important;
}

.product_bar {
  max-height: 50vh;
  overflow: hidden;
  overflow-y: auto;
}

.product_bar::-webkit-scrollbar {
  width: 10px;
}

.product_bar::-webkit-scrollbar-track {
  background: #ffffff;
}

.product_bar::-webkit-scrollbar-thumb {
  background: #565b70;
}

.product_bar_fav {
  max-height: 67vh;
  overflow: hidden;
  overflow-y: auto;
}

.product_bar_fav::-webkit-scrollbar {
  width: 10px;
}

.product_bar_fav::-webkit-scrollbar-track {
  background: #ffffff;
}

.product_bar_fav::-webkit-scrollbar-thumb {
  background: #565b70;
}

.center {
  margin: auto;
  width: 82%;
  padding: 0px;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  td.visible-xs,
  th.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  td.visible-sm,
  th.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  td.visible-print,
  th.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 543px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

@media (min-width: 900px) {
  .padding-custom {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
    background-color: #f6f6f6;
  }
}

@media (max-width: 899px) {
  .padding-custom {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
    background-color: #f6f6f6;
  }
}

.selection {
  width: 100%;
}

/* .slick-slider {
  background-color: #fff !important;
} */

.btnSearch {
  border-radius: 5px;
  color: white;
  margin-bottom: 20px;
  padding: 7px;
  width: 70px;
  background-color: #ff5235 !important;
  border-color: white !important;
}

.btn-filter-options {
  border-radius: 5px;
  color: white;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #ff5235 !important;
  border-color: white !important;
}

.btn-filter {
  margin-bottom: 50px;
  padding: 20px;
  width: 100% !important;
  background-color: #ff5235 !important;
  border-color: white !important;
}

.color-white {
  color: #fff !important;
}

.btn-product-add {
  color: #ffffff;
  border-color: #ff5235;
  background-color: #ff5235;
}

.btn-product-add:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-cart {
  background-color: rgb(255, 82, 53);
  line-height: 18px;
  font-size: 14px;
  color: #fefefe !important;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border: 1px solid rgb(255, 82, 53);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  padding: 11px;
}

.btn-cart:hover {
  background-color: #fff;
  color: #666 !important;
}

.fav-product {
  display: inline-flex;
  width: 27px;
  height: 27px;
  text-align: center;
  background: #3a3a43;
  border-radius: 50%;
  line-height: 27px;
  color: #fff;
  font-size: 12px;
  place-content: center;
  place-items: center;
  position: absolute;
  top: 42px;
  left: 4px;
  z-index: 2;
}

.collapse-favoritos {
  position: absolute;
  top: 36px;
  left: 27px;
  width: 400px;
  background: #fff;
  border-radius: 15px;
  padding: 25px;
}

.collapse-cart {
  position: absolute;
  top: 36px;
  left: -275px;
  width: 400px;
  background: #fff;
  border-radius: 15px;
  padding: 25px;
}

.collapse-user {
  position: absolute;
  top: 23px;
  left: 216px;
  width: 150px;
  background: #fff;
  border-radius: 15px;
  padding: 25px;
}

@media (max-width: 990px) {
  .collapse-cart {
    left: -225px;
    top: 55px;
    width: 302px;
  }

  .collapse-favoritos {
    left: -194px !important;
    top: 55px;
    width: 302px;
  }

  .collapse-user {
    left: -50px;
    top: 55px;
  }
}

.upper-page-mini {
  height: 75% !important;
}

h1.home-page-title {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #fff;
  margin: -13px auto 0 auto;
  width: 100%;
  line-height: 100%;
  z-index: 1;
  opacity: 1;
}

.home-page-subtitle-carousel {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 1;
}

h2.home-page-title {
  font-family: "Dosis", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.65em;
  color: #fff;
  margin: 0 0 0 12px;
}

.home-page-subtitle-carousel h2.home-page-title {
  font-weight: bold;
}

@media only screen and (max-width: 425px) {
  h1.home-page-title {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 640px) {
  h2.home-page-title {
    font-size: 10px;
    margin: 0 0 0 9px;
  }
}

.main-navigation .navbar-nav li a:hover {
  color: #e30613;
}

.container-novedades .image-grid .item-folio {
  width: 100%;
}

.container-novedades {
  margin-top: 80px;
}

.dropdown-menu li a {
  color: black !important;
}

.dropdown-menu li:last-child {
  margin-bottom: 5px;
}

.nav .open > a {
  background-color: transparent !important;
}

.img-responsive {
  height: 100%;
  width: auto;
}

.titulo-noticia h2 {
  color: #e30613;
  font-size: 25px;
}

.titulo-noticia {
  display: flex;
  justify-content: left;
  margin-left: 0px;
}

.imagen-noticia {
  max-width: 876px;
}

.noticia {
  margin-top: 180px;
}

.noticia .row {
  display: flex;
  justify-content: center;
  text-align: justify;
}

.service-img img {
  width: 550px;
  height: auto;
  object-fit: cover;
}

@media (max-width: 450px) {
  .service-img img {
    width: 100%;
  }
}

.service-title h4 {
  font-size: 25px;
  color: #e30613;
}

/* @media (min-width:450px) { */
.fondo-performance {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.titulo-performance {
  color: #e30613;
  font-weight: 700;
  font-size: 32px;
  text-align: left;
}
.titulo-personalizar {
  color: #e30613;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
}

.card {
  height: 200px;
  width: 400px;
}

.car-features {
  display: flex;
  justify-content: center;
  margin-top: 250px;
  margin-bottom: 80px;
}

/* } */

.btn-show-info {
  background: #333;
  color: white;
  border: 1px solid #fff;
  font-size: 16px;
  padding: 5px 24px;
}

.btn-show-info:hover,
.btn-show-info:focus {
  color: #e30613;
  outline: 0px;
  border-color: #e30613;
}

.news-content img {
  object-fit: cover;
  min-height: 210px;
}

@media (max-width: 450px) {
  .performance-info .layout-column {
    width: 100% !important;
  }
}

/* ESTILOS TEMPORALES PARA SVG */
.feature-icon svg {
  width: 50px;
  height: 50px;
  padding: 5px;
}

.feature-icon svg path {
  fill-opacity: 0;
  fill: #fff;
  stroke: #fff;
  stroke-width: 16px;
}

.cars-container {
  margin: 40px auto;
  display: flex;
}

.cars-container .row .col-md-6:first-child {
  margin-top: 20px;
}

.car_detail__subtitulo {
  /* font-size: 26px;
  color: #e30613; */
}

.car_detail__titulo {
  font-size: 26px;
  color: #e30613;
}

.car_detail__contenido {
  text-align: left;
}

.carrousel-auto .draggable {
  max-width: 75vw;
}

@media (max-width: 768px) {
  .carrousel-auto .slick-slide {
    max-width: 100vw;
  }

  .cars-container .row {
    max-width: 100vw;
  }

  .carrousel-auto .draggable {
    max-width: 100vw;
  }
}

@media (min-width: 992px) {
  .carrousel-auto .draggable {
    max-width: 50vw;
  }
}

.slick-dots li button:before {
  color: white;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #e30613;
}

@media (max-width: 768px) {
  .btgrid .row {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  .btgrid .row:nth-of-type(odd) {
    display: flex;
    flex-flow: row-reverse;
  }
}

.btgrid .row {
  display: flex;
  align-items: center;
}

.btgrid .row .col .content img {
  width: 100% !important;
  height: auto !important;
}

.service-title h4 {
  font-weight: bold;
}

.services-wrapper .row:nth-of-type(odd) {
  display: flex;
  flex-flow: row-reverse;
}

@media (max-width: 768px) {
  .services-wrapper .row {
    display: flex;
    flex-flow: column-reverse !important;
  }
  .facts {
    top: -73px;
  }
  .titulo-performance {
    text-align: center;
  }
  .subtitulo-auto {
    width: 100% !important;
    padding: 15px;
  }
  .subtitulo-auto p {
    text-align: center;
  }
}

#works-img-grid .owl-stage-outer .owl-stage {
  display: inline-flex;
}

#works-img-grid .owl-stage-outer .owl-stage .owl-item .item-folio {
  width: 100% !important;
}

.banner-numeros {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  bottom: -9px;
  letter-spacing: -0.02em;
}

.service-text {
  text-align: justify;
}

.service-text ul {
  list-style-type: disc;
}

.dropdown-menu .hidden-xs {
  display: none;
}

@media (max-width: 767px) {
  .navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .dropdown-menu li a {
    color: #fff !important;
  }

  .navbar-nav li a {
    text-align: left;
  }
}

.config__titulo {
  font-size: 18px;
  font-weight: 800;
  color: #e30613;
  margin: 15px;
}
#especificaciones .text-right p {
 
    text-align: left;

}
