.layout-top-nav .wrapper .main-header .brand-image {
  height: 50px;
  margin-right: 0;
  margin-top: 1px;
  width: 139px;
}
.layout-top-nav .wrapper .main-header .accessTop ul {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding-left: 0px;
}
.layout-top-nav .wrapper .content-wrapper #sliderHome {
  display: block;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .layout-top-nav .wrapper .content-wrapper #sliderHome .w-100 {
    width: auto!important;
  }
}
.layout-top-nav .wrapper .content-wrapper #sliderHome .formularioBusquedaHome {
  position: absolute;
  z-index: 99;
  bottom: 43%;
  left: 11%;
  color: #262626;
  font-size: 35px;
  width: 50%;
  max-width: 500px;
}
@media only screen and (max-width: 768px) {
  .layout-top-nav .wrapper .content-wrapper #sliderHome .formularioBusquedaHome {
    width: 80%;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .layout-top-nav .wrapper .content-wrapper #sliderHome .formularioBusquedaHome .formSearch {
    display: none;
  }
}
.layout-top-nav .wrapper .content-wrapper #sliderHome .formularioBusquedaHome .input-group-text {
  background-color: #fff;
  border-radius: 15px 0 0 15px;
  border: 0px;
}
.layout-top-nav .wrapper .content-wrapper #sliderHome .formularioBusquedaHome input#search {
  border: 0px;
}
.layout-top-nav .wrapper .content-wrapper #sliderHome .formularioBusquedaHome .btn-search {
  color: #fff;
  background-color: #D33A36;
  border-color: #D33A36;
  box-shadow: none;
  width: 100px;
  border-radius: 0 37px 37px 0;
}
.layout-top-nav .wrapper .content-wrapper #sliderHome .formularioBusquedaHome .btn-search:hover {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
  box-shadow: none;
  width: 100px;
  border-radius: 0 37px 37px 0;
}
.layout-top-nav .wrapper .content-wrapper #sliderHome .formularioBusquedaHome p.light {
  font-weight: 100;
  line-height: 35px;
  margin-bottom: 5px;
}
.layout-top-nav .wrapper .content-wrapper #sliderHome .formularioBusquedaHome p.bold {
  font-weight: 800;
  line-height: 35px;
  margin-bottom: 5px;
}
.layout-top-nav .wrapper .content-wrapper #sliderHome .formularioBusquedaHome p.descripcion {
  font-size: 20px;
  font-weight: 100;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .layout-top-nav .wrapper .content-wrapper #sliderHome .formularioBusquedaHome p.descripcion {
    display: none;
  }
}
.layout-top-nav .wrapper .content-wrapper #sliderHome .boxPublicar {
  border-radius: 12px;
  position: absolute;
  z-index: 99;
  width: 300px;
  bottom: -2px;
  padding: 11px 20px;
  right: 8px;
  color: #fff;
  text-align: center;
  background: #d33a36 0% 0% no-repeat padding-box;
  border: 3px solid #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .layout-top-nav .wrapper .content-wrapper #sliderHome .boxPublicar {
    width: 90%;
    text-align: center;
    margin: 0 auto;
    right: 20px;
    bottom: 36px;
  }
}
.layout-top-nav .wrapper .content-wrapper #sliderHome .boxPublicar p.title {
  font-size: 17px;
  font-weight: bold;
  width: 60%;
  margin: 0 auto;
  line-height: 20px;
}
.layout-top-nav .wrapper .content-wrapper #sliderHome .boxPublicar p.contenido {
  font-size: 14px;
  line-height: 15px;
  font-weight: 100;
  padding-top: 7px;
}
.layout-top-nav .wrapper .content-wrapper #sliderHome .boxPublicar .btn-publicar {
  background: #ffffff 0% 0% no-repeat padding-box;
  color: #D33A36;
  border-color: #D33A36;
  box-shadow: none;
  width: 145px;
  border-radius: 5px;
  font-size: 12px;
  text-transform: uppercase;
}
.layout-top-nav .wrapper .content-wrapper #sliderHome .carousel {
  position: relative;
  height: 76vh;
}
@media only screen and (max-width: 768px) {
  .layout-top-nav .wrapper .content-wrapper #sliderHome .carousel {
    height: 56vh;
  }
}
.layout-top-nav .wrapper .content-wrapper #queOfrecemos {
  text-align: center;
  position: relative;
}
.layout-top-nav .wrapper .content-wrapper #queOfrecemos h2 {
  color: #262626;
  width: 40%;
  max-width: 450px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .layout-top-nav .wrapper .content-wrapper #queOfrecemos h2 {
    width: 90%;
  }
}
.layout-top-nav .wrapper .content-wrapper #queOfrecemos .circleRed {
  text-align: center;
  position: absolute;
  font-size: 40px;
  top: -31px;
  color: #d33a36;
}
.layout-top-nav .wrapper .content-wrapper #queOfrecemos .servicios {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 50px 0;
  max-width: 900px;
  vertical-align: middle;
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .layout-top-nav .wrapper .content-wrapper #queOfrecemos .servicios {
    flex-wrap: wrap;
  }
}
.layout-top-nav .wrapper .content-wrapper #queOfrecemos .servicios .box {
  flex-basis: 47%;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 50px #00000015;
  border: 1px solid #C3C3C3;
  border-radius: 12px;
  padding: 35px 35px 35px 35px;
  text-align: left;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .layout-top-nav .wrapper .content-wrapper #queOfrecemos .servicios .box {
    flex-basis: 100%;
    margin-bottom: 60px;
  }
}
.layout-top-nav .wrapper .content-wrapper #queOfrecemos .servicios .box h3 {
  text-align: left;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 25px;
}
.layout-top-nav .wrapper .content-wrapper #queOfrecemos .servicios .box .descripcion {
  text-align: left;
}
.layout-top-nav .wrapper .content-wrapper #queOfrecemos .servicios .box ul {
  list-style: none;
  padding-left: 0px;
  margin-block-start: 0em;
  padding-inline-start: 0px;
  margin-bottom: 30px;
}
.layout-top-nav .wrapper .content-wrapper #queOfrecemos .servicios .box ul li {
  text-align: left;
}
.layout-top-nav .wrapper .content-wrapper #queOfrecemos .servicios .box ul li i {
  color: #d33a36;
}
.layout-top-nav .wrapper .content-wrapper #queOfrecemos .servicios .box a {
  color: #d33a36;
}
.layout-top-nav .wrapper .content-wrapper #queOfrecemos .servicios .box a:hover {
  color: #1d1e1e;
}
.layout-top-nav .wrapper .content-wrapper #queOfrecemos .servicios .box .boxImageServicio {
  width: 150px;
  height: auto;
  position: absolute;
  right: 7px;
  bottom: -52px;
}
.layout-top-nav .wrapper .content-wrapper #queOfrecemos .servicios .box .boxImageServicio img {
  width: 100%;
  height: auto;
}
.layout-top-nav .wrapper .content-wrapper #talleresConcesionarios {
  padding: 40px 0;
}
.layout-top-nav .wrapper .content-wrapper #talleresConcesionarios .talleres {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 900px;
  vertical-align: middle;
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .layout-top-nav .wrapper .content-wrapper #talleresConcesionarios .talleres {
    flex-wrap: wrap;
  }
}
.layout-top-nav .wrapper .content-wrapper #talleresConcesionarios .talleres .box {
  flex-basis: 47%;
  text-align: right;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .layout-top-nav .wrapper .content-wrapper #talleresConcesionarios .talleres .box {
    flex-basis: 100%;
    text-align: center;
  }
}
.layout-top-nav .wrapper .content-wrapper #talleresConcesionarios .talleres .box h3 {
  text-align: right;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 25px;
}
@media only screen and (max-width: 768px) {
  .layout-top-nav .wrapper .content-wrapper #talleresConcesionarios .talleres .box h3 {
    text-align: center;
  }
}
.layout-top-nav .wrapper .content-wrapper #talleresConcesionarios .talleres .box .descripcion {
  text-align: left;
}
.layout-top-nav .wrapper .content-wrapper #talleresConcesionarios .talleres .box .tallerImage {
  width: 100%;
  height: auto;
  position: absolute;
  top: -120px;
}
@media only screen and (max-width: 768px) {
  .layout-top-nav .wrapper .content-wrapper #talleresConcesionarios .talleres .box .tallerImage {
    display: none;
  }
}
.layout-top-nav .wrapper .content-wrapper #talleresConcesionarios .talleres .box .tallerImage img {
  width: 100%;
  height: auto;
}
.layout-top-nav .wrapper .content-wrapper #talleresConcesionarios .talleres .box .callToAction {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.layout-top-nav .wrapper .content-wrapper #talleresConcesionarios .talleres .box .callToAction .action {
  flex-basis: 46%;
  text-align: center;
}
.layout-top-nav .wrapper .content-wrapper #talleresConcesionarios .talleres .box .callToAction .action .btn-taller {
  background-color: #242424;
  color: #fff;
  text-align: center;
  font-size: 14px;
  width: 100%;
}
.layout-top-nav .wrapper .content-wrapper #talleresConcesionarios .talleres .box .callToAction .action .btn-concesionaria {
  background-color: #d33a36;
  color: #fff;
  text-align: center;
  font-size: 14px;
  width: 100%;
}
.layout-top-nav .wrapper .content-wrapper #talleresConcesionarios .talleres .box a {
  color: #d33a36;
}
.layout-top-nav .wrapper .content-wrapper #talleresConcesionarios .talleres .box a:hover {
  color: #1d1e1e;
}
.layout-top-nav .wrapper .content-wrapper #talleresConcesionarios .talleres .box .boxImageServicio {
  width: 150px;
  height: auto;
  position: absolute;
  right: 7px;
  bottom: -52px;
}
.layout-top-nav .wrapper .content-wrapper #talleresConcesionarios .talleres .box .boxImageServicio img {
  width: 100%;
  height: auto;
}
.layout-top-nav .wrapper .content-wrapper #talleresConcesionarios .logos {
  display: flex;
  justify-content: space-around;
  vertical-align: middle;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
@media only screen and (max-width: 768px) {
  .layout-top-nav .wrapper .content-wrapper #talleresConcesionarios .logos {
    display: none;
  }
}
.layout-top-nav .wrapper .content-wrapper #talleresConcesionarios .logos .slick-slide {
  text-align: center;
}
.layout-top-nav .wrapper .content-wrapper #talleresConcesionarios .logos .logo {
  flex-basis: 15%;
  width: 150px !important;
  height: auto;
  overflow: hidden;
  text-align: cebter;
}
.layout-top-nav .wrapper .content-wrapper #talleresConcesionarios .logos .logo img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  object-fit: cover;
  object-position: center center;
  filter: grayscale(100%);
}
.layout-top-nav .wrapper .content-wrapper #quieresVender {
  background-color: #d33a36;
  color: #fff;
  width: 100%;
  padding: 50px 0;
}
.layout-top-nav .wrapper .content-wrapper #quieresVender h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  padding-bottom: 0px;
}
.layout-top-nav .wrapper .content-wrapper #quieresVender .text {
  font-size: 20px;
  text-align: center;
  max-width: 462px;
  width: 80%;
  margin: 0 auto;
  display: block;
  font-weight: 100;
}
.layout-top-nav .wrapper .content-wrapper #quieresVender .action {
  display: block;
  padding-top: 10px;
  text-align: center;
}
.layout-top-nav .wrapper .content-wrapper #quieresVender .action .publicaAhora {
  border: #fff 2px solid;
  background-color: #d33a36;
  border-radius: 4px;
  color: #fff;
  padding: 5px 30px;
}
.layout-top-nav .wrapper .content-wrapper #quieresVender .action .publicaAhora:hover {
  background-color: #000;
}
.layout-top-nav .wrapper .content-wrapper #ultimasNoticias {
  background-color: #F5F5F5;
}
.layout-top-nav .wrapper .content-wrapper #ultimasNoticias #noticias {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .layout-top-nav .wrapper .content-wrapper #ultimasNoticias #noticias {
    width: 90%;
    margin: 0 auto;
  }
}
.layout-top-nav .wrapper .content-wrapper #ultimasNoticias #noticias .in {
  max-width: 280px;
  overflow: hidden;
  background: #ffffff 0% 0% no-repeat padding-box;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
@media only screen and (max-width: 768px) {
  .layout-top-nav .wrapper .content-wrapper #ultimasNoticias #noticias .in {
    max-width: 100%;
  }
}
.layout-top-nav .wrapper .content-wrapper #ultimasNoticias h2 {
  font-size: 22px;
  color: #052c3c;
  line-height: 32px;
  padding-bottom: 20px;
  font-weight: bold;
}
.layout-top-nav .wrapper .content-wrapper #ultimasNoticias .descripcion {
  width: 85%;
}
.layout-top-nav .wrapper .content-wrapper #ultimasNoticias .descripcion .etiquetas {
  font-size: 12px;
  display: inline-block;
  width: 100%;
  min-height: 40px;
}
.layout-top-nav .wrapper .content-wrapper #ultimasNoticias .descripcion .etiquetas ul {
  list-style: none;
  padding-left: 0px;
}
.layout-top-nav .wrapper .content-wrapper #ultimasNoticias .descripcion .etiquetas ul li {
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
  word-break: normal;
  background-color: #d33a36;
  color: #fff;
  font-weight: bold;
  padding: 2px 4px;
  text-align: center;
  font-size: 9px;
  text-transform: uppercase;
}
.layout-top-nav .wrapper .content-wrapper #ultimasNoticias .descripcion .etiquetas ul li a {
  color: #fff;
}
.layout-top-nav .wrapper .content-wrapper #ultimasNoticias .descripcion .fechaPublicacion {
  color: #919191;
  font-size: 12px;
}
.layout-top-nav .wrapper .content-wrapper #ultimasNoticias .descripcion .title {
  color: #262626;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 7px;
  padding-top: 7px;
  line-height: 17px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
  height: 42px;
}
.layout-top-nav .wrapper .content-wrapper #ultimasNoticias .descripcion .texto {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  color: #242424;
  display: -webkit-box;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .layout-top-nav .wrapper .content-wrapper #testimonios {
    width: 90%;
    margin: 0 auto;
  }
}
.layout-top-nav .wrapper .content-wrapper #testimonios .contenedorTestimonios {
  widows: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.layout-top-nav .wrapper .content-wrapper #testimonios .contenedorTestimonios h2 {
  color: #242424;
  text-align: left;
}
.layout-top-nav .wrapper .content-wrapper #testimonios #testimonials {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1000px;
  width: 90%;
}
.layout-top-nav .wrapper .content-wrapper #testimonios #testimonials .in {
  max-width: 270px;
  justify-content: space-between;
}
.layout-top-nav .wrapper .content-wrapper #testimonios #testimonials .in .topTestimonio {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.layout-top-nav .wrapper .content-wrapper #testimonios #testimonials .in .topTestimonio .foto {
  border-radius: 50%;
  display: flex;
  flex-basis: 30%;
  height: 80px;
  justify-content: center;
  max-width: 80px;
  overflow: hidden;
  vertical-align: middle;
}
.layout-top-nav .wrapper .content-wrapper #testimonios #testimonials .in .topTestimonio .datosPersonales {
  flex-basis: 68%;
}
.layout-top-nav .wrapper .content-wrapper #testimonios #testimonials .in .topTestimonio .datosPersonales .nombre {
  font-size: 14px;
  font-weight: 600;
  color: #262626;
}
.layout-top-nav .wrapper .content-wrapper #testimonios #testimonials .in .topTestimonio .datosPersonales .tipoUsuario {
  color: #919191;
  font-size: 12px;
}
.layout-top-nav .wrapper .content-wrapper #testimonios #testimonials .in .datos {
  flex-basis: 100%;
}
.layout-top-nav .wrapper .content-wrapper #testimonios #testimonials .in .datos .raiting {
  color: #D33A36;
  font-size: 11px;
  margin: 12px 0px;
}
.layout-top-nav .wrapper .content-wrapper #testimonios #testimonials .in .datos .comentario {
  color: #000;
  font-size: 13px;
  line-height: 17px;
  font-weight: 100;
}
.layout-top-nav .navbar-light .navbar-nav .nav-link {
  color: #242424;
}
.layout-top-nav .navbar-light .navbar-nav .nav-link:hover {
  color: #D33A36;
  font-weight: 600;
}
