/*  Variables de Color */
.content-wrapper {
  background-color: #fff;
}
.content-wrapper .boxDetails {
  display: block;
  height: auto;
  min-height: 450px;
  margin: 0 auto;
  max-width: 1100px;
  width: 90%;
}
.content-wrapper .boxDetails .sliderSection {
  float: left;
  text-align: center;
  width: 60%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .content-wrapper .boxDetails .sliderSection {
    width: 100%;
    float: none;
  }
}
.content-wrapper .boxDetails .sliderSection .slick-prev:before,
.content-wrapper .boxDetails .sliderSection .slick-next:before {
  color: #5e5e5e;
}
.content-wrapper .boxDetails .sliderSection .slider-for {
  display: block;
  height: 375px;
  background-color: #f1f1f1;
  overflow: hidden;
}
.content-wrapper .boxDetails .sliderSection .slider-for .slick-slide div {
  height: 375px;
  overflow: hidden;
}
.content-wrapper .boxDetails .sliderSection .slider-for .slick-slide div img {
  display: block;
  height: 100%;
  margin: 0 auto;
  object-fit: contain;
  width: 100%;
}
.content-wrapper .boxDetails .sliderSection .slider-nav {
  width: 100%;
}
.content-wrapper .boxDetails .sliderSection .slider-nav div {
  height: 100px;
}
.content-wrapper .boxDetails .sliderSection .slider-nav div img {
  height: 100%;
  object-fit: cover;
  width: 160px;
}
.content-wrapper .boxDetails .detallesSmall {
  color: #b6b6b5;
  display: flex;
  flex-wrap: nowrap;
  font-size: 13px;
  font-weight: 500;
  justify-content: space-between;
  max-width: 200px;
  padding-bottom: 10px;
  width: 100%;
}
.content-wrapper .boxDetails .detallesSmall span.kilometros {
  border-left: 1px solid #b6b6b5;
  border-right: 1px solid #b6b6b5;
  padding: 0px 12px;
}
.content-wrapper .boxDetails .detallesSmall .autor,
.content-wrapper .boxDetails .detallesSmall .fecha {
  font-size: 12px;
}
.content-wrapper .boxDetails .detalles {
  background-color: #fff;
  float: right;
  height: 366px;
  padding: 17px;
  width: 36%;
}
@media only screen and (max-width: 768px) {
  .content-wrapper .boxDetails .detalles {
    width: 100%;
    float: none;
  }
}
.content-wrapper .boxDetails .detalles p.anio {
  background: #262626 0% 0% no-repeat padding-box;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  display: inline;
}
.content-wrapper .boxDetails .detalles p.ficha_titulo {
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
  padding-bottom: 1px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 95%;
  margin-bottom: -7px;
  margin-top: 5px;
}
.content-wrapper .boxDetails .detalles p.ficha_modelo {
  color: #919191;
  font-size: 13px;
  font-weight: 100;
  margin-bottom: 0px;
}
.content-wrapper .boxDetails .detalles .moneyBox {
  background: #f5f5f5 0% 0% no-repeat padding-box;
  border-radius: 7px;
  display: flex;
  justify-content: space-between;
  padding: 8px 15px;
}
.content-wrapper .boxDetails .detalles .moneyBox .tipoOperacion {
  font-size: 10px;
  text-transform: uppercase;
  flex-basis: 45%;
}
.content-wrapper .boxDetails .detalles .moneyBox .tipoOperacion .financiable {
  background: #4dcb4d 0% 0% no-repeat padding-box;
  border-radius: 2px;
  color: #fff;
  padding: 2px 3px;
  text-align: center;
}
.content-wrapper .boxDetails .detalles .moneyBox .tipoOperacion .permuta {
  background: #ffa326 0% 0% no-repeat padding-box;
  border-radius: 2px;
  color: #fff;
  padding: 2px 6px;
  text-align: center;
}
.content-wrapper .boxDetails .detalles .moneyBox .ficha_precio {
  color: #262626;
  font-weight: bold;
  font-size: 23px;
  text-align: left;
  flex-basis: 45%;
}
.content-wrapper .boxDetails .detalles .detallesFinanciable {
  margin-top: 25px;
  border: 1px solid #C3C3C3;
  border-radius: 7px;
  font-size: 13px;
  min-height: 40px;
  font-weight: 100;
  text-align: center;
}
.content-wrapper .boxDetails .detalles .detallesComprador {
  margin-top: 25px;
  border: 1px solid #C3C3C3;
  border-radius: 7px;
  font-size: 13px;
  padding: 20px;
}
.content-wrapper .boxDetails .detalles .detallesComprador .contactar {
  margin-top: 15px;
}
.content-wrapper .boxDetails .detalles .detallesComprador .contactar .topContactar {
  display: flex;
  justify-content: space-between;
}
.content-wrapper .boxDetails .detalles .detallesComprador .contactar .topContactar .logo {
  flex-basis: 25%;
  display: block;
  height: 70px;
  width: 70px;
}
.content-wrapper .boxDetails .detalles .detallesComprador .contactar .topContactar .logo img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.content-wrapper .boxDetails .detalles .detallesComprador .contactar .topContactar .datos {
  flex-basis: 74%;
}
.content-wrapper .boxDetails .detalles .detallesComprador .contactar .topContactar .datos .tipoCliente {
  color: #fff;
  background: #bc4dcb 0% 0% no-repeat padding-box;
  border-radius: 23px;
  opacity: 1;
  display: inline-block;
  text-align: center;
  padding: 2px 5px;
  font-size: 10px;
  margin-bottom: 0px;
}
.content-wrapper .boxDetails .detalles .detallesComprador .contactar .topContactar .datos p.contactar {
  color: #242424;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}
.content-wrapper .boxDetails .detalles .detallesComprador .contactar .topContactar .datos p.nombre {
  color: #606060;
  font-size: 15px;
  margin-bottom: 0px;
}
.content-wrapper .boxDetails .detalles .detallesComprador .contactar .topContactar .datos p.datosUbicacion {
  font-size: 11px;
  font-weight: 200;
  color: #262626;
}
.content-wrapper .boxDetails .detalles .detallesComprador .contactar .topContactar .datos p.telefono {
  color: #606060;
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 2px;
}
.content-wrapper .boxDetails .detalles .detallesComprador .contactar .topContactar .datos p.mail {
  color: #606060;
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 5px;
}
.content-wrapper .boxDetails .detalles .detallesComprador .contactar .datosVendedor p.titulo {
  font-weight: 700;
  font-size: 16px;
}
.content-wrapper .boxDetails .detalles .detallesComprador .contactar .datosVendedor p.contenido {
  font-weight: 100;
  font-size: 12px;
  text-align: left;
}
.content-wrapper .boxDetails .detalles .detallesComprador .contactar .datosVendedor .btn.contactar {
  background-color: #4DCB4D;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
}
.detallesAuto {
  background-color: #fff;
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
.detallesAuto .sectionDetalles {
  width: 100%;
  display: block;
  margin: 10px 0 20px 0;
}
.detallesAuto .sectionDetalles .titleSection {
  width: 100%;
  background-color: #242424;
  border-radius: 7px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}
.detallesAuto .sectionDetalles .contenido {
  margin-top: 5px;
  padding: 10px;
  font-size: 14px;
  font-weight: 100;
}
.fichaTecnica {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fichaTecnica .inFicha {
  flex-basis: 30%;
}
.otrasPublicaciones .in {
  width: 95%;
  max-width: 1100px;
  margin: 0 auto;
}
.otrasPublicaciones .in h3 {
  text-align: left;
  color: #052c3c;
  text-transform: capitalize;
}
.publicaciones .contenido .carruselSection {
  flex-wrap: wrap;
  justify-content: space-between;
}
.publicaciones .contenido .carruselSection .el-link {
  display: block;
}
.publicaciones .contenido .carruselSection .in {
  box-shadow: 0px 5px 30px #00000012;
  max-width: 295px;
  margin-bottom: 25px;
  overflow: none;
  transition: 0.3s;
}
.publicaciones .contenido .carruselSection .in:hover {
  box-shadow: 0px 5px 30px #0000004D;
  transition: 0.3s;
}
div#autosPublicadosConcesionaria .slick-track:first-child {
  margin-left: 0;
}
div#autosPublicadosConcesionaria .in {
  box-shadow: 0px 5px 30px #00000012;
  margin-bottom: 25px;
  overflow: none;
  transition: 0.3s;
}
div#autosPublicadosConcesionaria .in:hover {
  box-shadow: 0px 5px 30px #0000004D;
  transition: 0.3s;
}
