/*  Variables de Color */
body {
  height: 100vh !important;
}
.content-wrapper {
  background-color: #ffffff;
  min-height: unset !important;
}
.content-wrapper .main-section {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .content-wrapper .main-section {
    position: relative;
  }
}
.content-wrapper .main-section .filtros {
  flex-basis: 18%;
  font-size: 14px;
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .content-wrapper .main-section .filtros {
    flex-basis: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    margin-top: 0;
    display: none;
  }
}
.content-wrapper .main-section .filtros .el-form-item {
  margin-bottom: 0px;
}
.content-wrapper .main-section .filtros .el-form-item__content {
  line-height: 10px;
}
.content-wrapper .main-section .filtros .seccionColor .el-radio-button__inner {
  padding: 0 0 0 0;
  border: 0px;
  background-color: transparent;
}
.content-wrapper .main-section .filtros .seccionColor .roundToColor {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #C3C3C3;
}
.content-wrapper .main-section .filtros .seccionColor .el-radio-group.botonesColor {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content-wrapper .main-section .filtros .seccionColor .el-radio-group.botonesColor label.el-radio-button {
  flex-basis: 48%;
}
.content-wrapper .main-section .filtros .seccionColor .el-radio-group.botonesColor label.el-radio-button span.el-radio-button__inner {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 11px;
  height: 31px;
}
.content-wrapper .main-section .filtros .seccionColor .el-radio-group.botonesColor label.el-radio-button span.el-radio-button__inner span {
  padding-left: 5px;
}
.content-wrapper .main-section .filtros .seccionColor label.el-radio-button.is-active {
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #C3C3C3;
  padding-left: 4px;
}
.content-wrapper .main-section .filtros .seccionColor label.el-radio-button.is-active span.el-radio-button__inner span {
  color: #D33A36;
}
.content-wrapper .main-section .filtros .seccionColor label.el-radio-button.is-active .el-radio-button__orig-radio:checked + .el-radio-button__inner {
  box-shadow: none;
}
.content-wrapper .main-section .filtros .filtrosCount {
  width: 80%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #C3C3C3;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
.content-wrapper .main-section .filtros .filtrosCount #closeMenu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .content-wrapper .main-section .filtros .filtrosCount #closeMenu {
    display: inline-block;
  }
}
.content-wrapper .main-section .filtros .filtrosLibre {
  width: 80%;
  margin: 0 auto;
  color: #C3C3C3;
  font-size: 12px;
  display: block;
}
.content-wrapper .main-section .filtros .el-collapse {
  width: 80%;
  margin: 0 auto;
}
.content-wrapper .main-section .filtros .el-collapse .el-collapse-item__header {
  background-color: #F8F8F8;
  color: #919191;
  font-weight: 700;
}
.content-wrapper .main-section .filtros .el-collapse .el-collapse-item__wrap {
  background-color: #f8f8f8;
}
.content-wrapper .main-section .filtros .el-collapse .flex2 {
  display: flex;
  justify-content: space-between;
}
.content-wrapper .main-section .filtros .el-collapse .el-checkbox__label {
  font-weight: 300;
}
.content-wrapper .main-section .filtros .title {
  background-color: #262626;
  color: #fff;
  text-align: center;
  padding: 10px 5px;
  border-radius: 0 8px 8px 0;
}
@media only screen and (max-width: 768px) {
  .content-wrapper .main-section .filtros .title {
    display: none;
  }
}
.content-wrapper .main-section .filtros .card {
  box-shadow: none;
  margin-bottom: 0px;
  border-radius: 0px;
  border: 0px;
}
.content-wrapper .main-section .filtros .card .card-header {
  padding: 0.65rem 0.45rem;
  position: relative;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.content-wrapper .main-section .filtros .card .card-header a {
  color: #1d1e1e;
}
.content-wrapper .main-section .filtros .card .card-header a:hover {
  color: #000;
}
.content-wrapper .main-section .filtros .card .card-header span.iconSmall {
  float: right;
}
.content-wrapper .main-section .filtros .card .card-header span.iconSmall .fas {
  color: #c5c4c4;
}
.content-wrapper .main-section .filtros .card .card-header .d-block[aria-expanded="true"] .fa-chevron-down::before {
  content: "\f077" !important;
}
.content-wrapper .main-section .filtros .card .card-body {
  padding: 10px;
}
.content-wrapper .main-section .filtros .filtroBox .el-collapse-item__header {
  padding-left: 5px;
}
.content-wrapper .main-section .filtros .filtroBox .el-collapse-item__content {
  padding-left: 5px;
  padding-right: 5px;
}
.content-wrapper .main-section .filtros .filtroBox .el-radio {
  width: 100%;
  font-weight: 300;
}
.content-wrapper .main-section .resultados {
  flex-basis: 81%;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .content-wrapper .main-section .resultados {
    flex-basis: 100%;
    margin-top: 0px;
  }
}
.content-wrapper .main-section .resultados .mapTalleres {
  width: 92%;
  margin: 0 auto;
}
.content-wrapper .main-section .resultados .filtrosComparar {
  width: 90%;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .content-wrapper .main-section .resultados .filtrosComparar {
    width: 100%;
    background-color: #262626;
    flex-wrap: wrap;
  }
}
.content-wrapper .main-section .resultados .filtrosComparar .breadcrumbs {
  flex-basis: 80%;
}
@media only screen and (max-width: 768px) {
  .content-wrapper .main-section .resultados .filtrosComparar .breadcrumbs {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.content-wrapper .main-section .resultados .filtrosComparar .breadcrumbs .contadorPaginacion {
  color: #919191;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .content-wrapper .main-section .resultados .filtrosComparar .breadcrumbs .contadorPaginacion {
    color: #fff;
  }
}
.content-wrapper .main-section .resultados .filtrosComparar .slideComparar {
  background-color: #f4f3f3;
  padding: 6px 5px;
  text-align: center;
  border-radius: 25px;
  width: 160px;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .content-wrapper .main-section .resultados .filtrosComparar .slideComparar {
    width: 130px;
    margin: inherit;
  }
}
.content-wrapper .main-section .resultados .filtrosComparar .botonComparar {
  flex-basis: 20%;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .content-wrapper .main-section .resultados .filtrosComparar .botonComparar {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
  }
}
.content-wrapper .main-section .resultados .filtrosComparar .botonComparar .menuFiltros {
  display: none;
}
@media only screen and (max-width: 768px) {
  .content-wrapper .main-section .resultados .filtrosComparar .botonComparar .menuFiltros {
    display: block;
  }
}
.content-wrapper .main-section .resultados .filtrosComparar .botonComparar .menuFiltros .el-button {
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #d33a36;
  background-color: #d33a36;
}
.content-wrapper .main-section .resultados .filtrosComparar .botonComparar .el-switch__label {
  color: #D33A36;
  font-size: 12px;
}
.content-wrapper .main-section .resultados .filtrosComparar .botonComparar .el-switch__label.is-active {
  color: #D33A36;
}
.content-wrapper .main-section .resultados .sectionCompararBoton {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}
.content-wrapper .main-section .resultados .carruselSection {
  flex-wrap: wrap;
  justify-content: start;
  column-gap: 16px;
}
@media only screen and (max-width: 768px) {
  .content-wrapper .main-section .resultados .carruselSection {
    justify-content: center;
    padding-top: 20px;
  }
}
.content-wrapper .main-section .resultados .carruselSection .el-link {
  display: block;
}
.content-wrapper .main-section .resultados .carruselSection .in {
  box-shadow: 0px 5px 30px #00000012;
  max-width: 310px;
  margin-bottom: 25px;
  overflow: none;
  transition: 0.3s;
}
@media only screen and (max-width: 768px) {
  .content-wrapper .main-section .resultados .carruselSection .in {
    max-width: 80%;
  }
}
.content-wrapper .main-section .resultados .carruselSection .in:hover {
  box-shadow: 0px 5px 30px #0000004D;
  transition: 0.3s;
}
.content-wrapper .main-section .resultados .el-row::after,
.content-wrapper .main-section .resultados .el-row::before {
  display: none;
}
.content-wrapper .main-section .resultados .compararSection {
  width: 90%;
  min-height: 240px;
  display: block;
  margin: 0 auto;
  padding-bottom: 20px;
}
.content-wrapper .main-section .resultados .compararSection .el-row {
  display: flex;
  justify-content: flex-start;
}
.content-wrapper .main-section .resultados .compararSection .el-row .el-col {
  flex-basis: 24%;
  min-height: 240px;
}
.content-wrapper .main-section .resultados .compararSection .el-row .el-col .el-card {
  min-height: 240px;
  width: 100%;
  overflow: visible;
}
.content-wrapper .main-section .resultados .compararSection .el-row .el-col .el-card .el-card__body {
  position: relative;
}
.content-wrapper .main-section .resultados .compararSection .el-row .el-col .el-card .el-card__body .iconClose {
  position: absolute;
  right: -11px;
  top: -19px;
  font-size: 24px;
  cursor: pointer;
}
.content-wrapper .main-section .resultados .compararSection .el-row .el-col .el-card .el-card__body .iconClose i {
  background-color: #fff;
  border-radius: 50%;
}
.content-wrapper .main-section .resultados .compararSection .el-row .el-col .el-card div.image {
  height: 150px;
  overflow: hidden;
}
.content-wrapper .main-section .resultados .compararSection .el-row .el-col .el-card div.image img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  object-position: center center;
}
.content-wrapper .main-section .resultados .compararSection .el-row .el-col .el-card .descripcion {
  margin: 0 auto;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 90%;
  position: relative;
}
.content-wrapper .main-section .resultados .compararSection .el-row .el-col .el-card .descripcion .boxMoney {
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border-radius: 7px;
  padding: 5px;
  margin-bottom: 7px;
  min-height: 37px;
}
.content-wrapper .main-section .resultados .compararSection .el-row .el-col .el-card .descripcion .boxMoney .operacion {
  font-size: 8px;
  text-transform: uppercase;
}
.content-wrapper .main-section .resultados .compararSection .el-row .el-col .el-card .descripcion .boxMoney .operacion .financiable {
  background: #4dcb4d 0% 0% no-repeat padding-box;
  border-radius: 2px;
  color: #fff;
  padding: 2px 3px;
  text-align: center;
}
.content-wrapper .main-section .resultados .compararSection .el-row .el-col .el-card .descripcion .boxMoney .operacion .permuta {
  background: #ffa326 0% 0% no-repeat padding-box;
  border-radius: 2px;
  color: #fff;
  padding: 2px 6px;
  text-align: center;
}
.content-wrapper .main-section .resultados .compararSection .el-row .el-col .el-card .descripcion .boxMoney span.precio {
  font-size: 16px;
  color: #262626;
  font-weight: bold;
}
.content-wrapper .main-section .resultados .compararSection .el-row .el-col .el-card .descripcion div.contentTitulo div.titulo {
  color: #262626;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 85%;
  padding-top: 0px;
}
.content-wrapper .main-section .resultados .compararSection .el-row .el-col .el-card .descripcion div.contentTitulo div.titulo p.ubicacion {
  font-size: 11px;
  font-weight: 200;
  margin-top: 0px;
  color: #262626;
}
.content-wrapper .main-section .resultados .compararSection .el-row .el-col .el-card .descripcion div.contentTitulo span.tipo_empresa.Empresa {
  background: #262626 0% 0% no-repeat padding-box;
  border-radius: 50px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 100;
}
.content-wrapper .main-section .resultados .compararSection .el-row .el-col .el-card .descripcion div.contentTitulo span.tipo_empresa.Concesionario {
  background: #d33a36 0% 0% no-repeat padding-box;
}
.content-wrapper .main-section .resultados .compararSection .el-row .el-col .el-card .descripcion div.contentTitulo span.anio {
  background: #262626 0% 0% no-repeat padding-box;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.content-wrapper .main-section .resultados .compararSection .el-row .el-col .el-card .descripcion div.contentTitulo .modelo {
  color: #919191;
  display: block;
  font-size: 13px;
  font-weight: 200;
  padding-bottom: 5px;
}
.content-wrapper .main-section .resultados .modalComparar .detallesFinanciable {
  margin-top: 25px;
  border: 1px solid #C3C3C3;
  border-radius: 7px;
  min-height: 40px;
  font-weight: 100;
  text-align: center;
  font-size: 10px;
}
.content-wrapper .main-section .resultados .modalComparar .btn-contactar {
  background: #262626 0% 0% no-repeat padding-box;
  border-radius: 16px;
  width: 100%;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 13px;
}
.content-wrapper .main-section .resultados .modalComparar .btn-contactar:hover {
  background: #d33a36 0% 0% no-repeat padding-box;
}
.content-wrapper .main-section .resultados .modalComparar .tituloComparar {
  background-color: #D33A36;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 0px;
  color: #FCFCFC;
  opacity: 1;
}
.content-wrapper .main-section .resultados .modalComparar .flex4 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.content-wrapper .main-section .resultados .modalComparar .inFlex4 {
  flex-basis: 24%;
  margin-left: 1%;
}
.content-wrapper .main-section .resultados .modalComparar .inFlex4 .inFicha i.el-icon-error {
  color: #D33A36;
}
.content-wrapper .main-section .resultados .modalComparar .inFlex4 .inFicha i.el-icon-success {
  color: #4DCB4D;
}
.content-wrapper .main-section .resultados .modalComparar .cuerpoComparar {
  padding-top: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
.content-wrapper .main-section .resultados .modalComparar .cuerpoComparar div.image {
  height: 170px;
  overflow: hidden;
}
.content-wrapper .main-section .resultados .modalComparar .cuerpoComparar div.image img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  object-position: center center;
}
.content-wrapper .main-section .resultados .modalComparar .cuerpoComparar .descripcion {
  margin: 0 auto;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 90%;
  position: relative;
}
.content-wrapper .main-section .resultados .modalComparar .cuerpoComparar .descripcion .boxMoney {
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border-radius: 7px;
  padding: 5px;
  margin-bottom: 7px;
  min-height: 37px;
}
.content-wrapper .main-section .resultados .modalComparar .cuerpoComparar .descripcion .boxMoney .operacion {
  font-size: 8px;
  text-transform: uppercase;
}
.content-wrapper .main-section .resultados .modalComparar .cuerpoComparar .descripcion .boxMoney .operacion .financiable {
  background: #4dcb4d 0% 0% no-repeat padding-box;
  border-radius: 2px;
  color: #fff;
  padding: 2px 3px;
  text-align: center;
}
.content-wrapper .main-section .resultados .modalComparar .cuerpoComparar .descripcion .boxMoney .operacion .permuta {
  background: #ffa326 0% 0% no-repeat padding-box;
  border-radius: 2px;
  color: #fff;
  padding: 2px 6px;
  text-align: center;
}
.content-wrapper .main-section .resultados .modalComparar .cuerpoComparar .descripcion .boxMoney span.precio {
  font-size: 16px;
  color: #262626;
  font-weight: bold;
}
.content-wrapper .main-section .resultados .modalComparar .cuerpoComparar .descripcion div.contentTitulo div.titulo {
  color: #262626;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 85%;
  padding-top: 0px;
}
.content-wrapper .main-section .resultados .modalComparar .cuerpoComparar .descripcion div.contentTitulo div.titulo p.ubicacion {
  font-size: 11px;
  font-weight: 200;
  margin-top: 0px;
  color: #262626;
}
.content-wrapper .main-section .resultados .modalComparar .cuerpoComparar .descripcion div.contentTitulo span.tipo_empresa {
  background: #262626 0% 0% no-repeat padding-box;
  border-radius: 50px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 100;
}
.content-wrapper .main-section .resultados .modalComparar .cuerpoComparar .descripcion div.contentTitulo span.anio {
  background: #262626 0% 0% no-repeat padding-box;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}
.content-wrapper .main-section .resultados .modalComparar .cuerpoComparar .descripcion div.contentTitulo .modelo {
  color: #919191;
  display: block;
  font-size: 13px;
  font-weight: 200;
  padding-bottom: 5px;
}
.content-wrapper .main-section .resultados .modalComparar .cuerpoComparar .sectionDetalles {
  width: 100%;
  display: block;
  margin: 10px 0 20px 0;
}
.content-wrapper .main-section .resultados .modalComparar .cuerpoComparar .sectionDetalles .titleSection {
  width: 100%;
  background-color: #F5F5F5;
  border-radius: 7px;
  color: #242424;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}
.content-wrapper .main-section .resultados .modalComparar .cuerpoComparar .sectionDetalles .contenido {
  margin-top: 5px;
  padding: 10px;
  font-size: 14px;
  font-weight: 100;
}
.content-wrapper .main-section .resultados .modalComparar .cuerpoComparar .sectionDetalles .contenido .inFicha span {
  display: flex;
  justify-content: space-between;
  padding-bottom: 2px;
}
