.feature-card10-feature-card {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.feature-card10-icon {
  width: 50px;
  height: 50px;
  margin-bottom: var(--dl-space-space-unit);
}
.feature-card10-text {
  font-weight: 600;
  margin-bottom: var(--dl-space-space-unit);
}
.feature-card10-text1 {
  color: var(--dl-color-gray-700);
}
@media(max-width: 1600px) {
  .feature-card10-icon {
    width: 50px;
    height: 50px;
    margin-bottom: var(--dl-space-space-unit);
  }
}
@media(max-width: 479px) {
  .feature-card10-text {
    font-style: normal;
    font-weight: 600;
  }
}

.feature-card11-feature-card {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.feature-card11-icon {
  width: 50px;
  height: 50px;
  margin-bottom: var(--dl-space-space-unit);
}
.feature-card11-text {
  font-weight: 600;
  margin-bottom: var(--dl-space-space-unit);
}
.feature-card11-text1 {
  color: var(--dl-color-gray-700);
}
.feature-card11-root-class-name {
  margin-bottom: 0px;
}
@media(max-width: 1600px) {
  .feature-card11-icon {
    width: 50px;
    height: 50px;
    margin-bottom: var(--dl-space-space-unit);
  }
}
@media(max-width: 479px) {
  .feature-card11-text {
    font-style: normal;
    font-weight: 600;
  }
}

.feature-card12-feature-card {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.feature-card12-icon {
  width: 50px;
  height: 50px;
  margin-bottom: var(--dl-space-space-unit);
}
.feature-card12-text {
  font-weight: 600;
  margin-bottom: var(--dl-space-space-unit);
}
.feature-card12-text1 {
  color: var(--dl-color-gray-700);
}
@media(max-width: 1600px) {
  .feature-card12-icon {
    width: 50px;
    height: 50px;
    margin-bottom: var(--dl-space-space-unit);
  }
}
@media(max-width: 479px) {
  .feature-card12-text {
    font-style: normal;
    font-weight: 600;
  }
}

.feature-card13-feature-card {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.feature-card13-icon {
  width: 50px;
  height: 50px;
  margin-bottom: var(--dl-space-space-unit);
}
.feature-card13-text {
  font-weight: 600;
  margin-bottom: var(--dl-space-space-unit);
}
.feature-card13-text1 {
  color: var(--dl-color-gray-700);
}
@media(max-width: 1600px) {
  .feature-card13-icon {
    width: 50px;
    height: 50px;
    margin-bottom: var(--dl-space-space-unit);
  }
}
@media(max-width: 479px) {
  .feature-card13-text {
    font-style: normal;
    font-weight: 600;
  }
}

.chery-feature-card {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 5px 5px 10px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.chery-feature-card:hover {
  transform: scale(1.02);
}
.chery-image {
  width: 200px;
  align-self: center;
  object-fit: cover;
}
.chery-root-class-name {
  width: 100%;
  height: auto;
  max-width: var(--dl-size-size-maxwidth);
}
@media(max-width: 1600px) {
  .chery-image {
    width: 196px;
    height: 108px;
    align-self: center;
    margin-right: 0px;
  }
  .chery-root-class-name {
    width: 100%;
    height: var(--dl-size-size-large);
    max-width: var(--dl-size-size-maxwidth);
  }
}
@media(max-width: 1200px) {
  .chery-root-class-name {
    width: 100%;
    height: var(--dl-size-size-large);
    max-width: var(--dl-size-size-maxwidth);
  }
}

.faw-faw {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 5px 5px 10px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.faw-faw:hover {
  transform: scale(1.02);
}
.faw-image {
  width: 200px;
  object-fit: cover;
}
.faw-root-class-name {
  height: var(--dl-size-size-large);
}
@media(max-width: 1600px) {
  .faw-faw {
    height: 135px;
  }
  .faw-image {
    width: 252px;
    height: 88px;
  }
  .faw-root-class-name {
    width: 100%;
    height: var(--dl-size-size-large);
    max-width: var(--dl-size-size-maxwidth);
  }
}
@media(max-width: 1200px) {
  .faw-root-class-name {
    width: 100%;
    height: var(--dl-size-size-large);
    max-width: var(--dl-size-size-maxwidth);
  }
}
@media(max-width: 479px) {
  .faw-root-class-name {
    top: 0px;
    right: -139px;
    position: static;
  }
}

.great-wall-feature-card {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 5px 5px 10px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.great-wall-feature-card:hover {
  transform: scale(1.02);
}
.great-wall-image {
  width: 200px;
  object-fit: cover;
}
.great-wall-root-class-name {
  height: var(--dl-size-size-large);
}
@media(max-width: 1600px) {
  .great-wall-image {
    width: 258px;
    height: 69px;
  }
  .great-wall-root-class-name {
    width: 100%;
    height: var(--dl-size-size-large);
    max-width: var(--dl-size-size-maxwidth);
  }
}
@media(max-width: 1200px) {
  .great-wall-root-class-name {
    width: 100%;
    height: var(--dl-size-size-large);
    max-width: var(--dl-size-size-maxwidth);
  }
}
@media(max-width: 479px) {
  .great-wall-root-class-name {
    top: 0px;
    right: -87px;
    position: static;
  }
}

.jac-feature-card {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 5px 5px 10px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.jac-feature-card:hover {
  transform: scale(1.02);
}
.jac-image {
  width: 200px;
  object-fit: cover;
}
.jac-root-class-name {
  height: var(--dl-size-size-large);
}
@media(max-width: 1600px) {
  .jac-root-class-name {
    width: 100%;
    height: var(--dl-size-size-large);
    max-width: var(--dl-size-size-maxwidth);
  }
}
@media(max-width: 1200px) {
  .jac-root-class-name {
    width: 100%;
    height: var(--dl-size-size-large);
    max-width: var(--dl-size-size-maxwidth);
  }
}

.dong-feng-feature-card {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 5px 5px 10px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.dong-feng-feature-card:hover {
  transform: scale(1.02);
}
.dong-feng-image {
  width: 200px;
  object-fit: cover;
}
.dong-feng-root-class-name {
  height: var(--dl-size-size-large);
}
@media(max-width: 1600px) {
  .dong-feng-root-class-name {
    width: 100%;
    height: var(--dl-size-size-large);
    max-width: var(--dl-size-size-maxwidth);
  }
}
@media(max-width: 1200px) {
  .dong-feng-root-class-name {
    max-width: var(--dl-size-size-maxwidth);
  }
}

.hyundai-feature-card {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 5px 5px 10px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.hyundai-feature-card:hover {
  transform: scale(1.02);
}
.hyundai-image {
  width: 174px;
  height: 107px;
  object-fit: cover;
}
.hyundai-root-class-name {
  height: var(--dl-size-size-large);
}
@media(max-width: 1600px) {
  .hyundai-image {
    width: 184px;
    height: 109px;
  }
  .hyundai-root-class-name {
    width: 100%;
    height: var(--dl-size-size-large);
    max-width: var(--dl-size-size-maxwidth);
  }
}

.chevrolet-feature-card {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 5px 5px 10px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.chevrolet-feature-card:hover {
  transform: scale(1.02);
}
.chevrolet-image {
  width: 200px;
  object-fit: cover;
}

@media(max-width: 1600px) {
  .chevrolet-root-class-name {
    height: var(--dl-size-size-large);
  }
}

.shineray-feature-card {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 5px 5px 10px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.shineray-feature-card:hover {
  transform: scale(1.02);
}
.shineray-image {
  width: 200px;
  object-fit: cover;
}
.shineray-root-class-name {
  height: var(--dl-size-size-large);
}
@media(max-width: 1600px) {
  .shineray-image {
    width: 242px;
    height: 59px;
  }
  .shineray-root-class-name {
    height: var(--dl-size-size-large);
  }
}

.feature-card1-feature-card {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 5px 5px 10px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.feature-card1-feature-card:hover {
  transform: scale(1.02);
}
.feature-card1-text {
  align-self: center;
  margin-bottom: 0px;
}
.feature-card1-image {
  width: 200px;
  align-self: center;
  object-fit: cover;
}
.feature-card1-root-class-name {
  height: 225px;
}
@media(max-width: 1600px) {
  .feature-card1-text {
    align-self: center;
  }
  .feature-card1-image {
    width: 199px;
    height: 128px;
    align-self: center;
  }
  .feature-card1-root-class-name {
    height: 225px;
  }
}
@media(max-width: 1200px) {
  .feature-card1-text {
    margin-bottom: var(--dl-space-space-unit);
  }
  .feature-card1-root-class-name {
    width: 267px;
    height: 225px;
  }
}
@media(max-width: 991px) {
  .feature-card1-root-class-name {
    width: auto;
  }
}

.feature-card2-feature-card2 {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 5px 5px 10px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.feature-card2-feature-card2:hover {
  transform: scale(1.02);
}
.feature-card2-text {
  align-self: center;
  margin-bottom: var(--dl-space-space-twounits);
}
.feature-card2-image {
  width: 200px;
  align-self: center;
  object-fit: cover;
}
.feature-card2-root-class-name {
  height: 225px;
}
@media(max-width: 1600px) {
  .feature-card2-text {
    align-self: center;
    margin-bottom: var(--dl-space-space-unit);
  }
  .feature-card2-image {
    width: 203px;
    height: 129px;
    align-self: center;
  }
  .feature-card2-root-class-name {
    height: 225px;
  }
}
@media(max-width: 1200px) {
  .feature-card2-text {
    margin-bottom: var(--dl-space-space-unit);
  }
  .feature-card2-image {
    align-self: center;
  }
  .feature-card2-root-class-name {
    width: 267px;
    height: 225px;
  }
}
@media(max-width: 991px) {
  .feature-card2-root-class-name {
    width: auto;
  }
}

.feature-card3-feature-card {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 5px 5px 10px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.feature-card3-feature-card:hover {
  transform: scale(1.02);
}
.feature-card3-text {
  align-self: center;
  margin-bottom: 0px;
}
.feature-card3-image {
  width: 200px;
  align-self: center;
  object-fit: cover;
}
.feature-card3-root-class-name {
  height: 225px;
}
@media(max-width: 1600px) {
  .feature-card3-text {
    align-self: center;
    margin-bottom: var(--dl-space-space-unit);
  }
  .feature-card3-image {
    width: 146px;
    height: 123px;
    align-self: center;
  }
  .feature-card3-root-class-name {
    height: 225px;
  }
}
@media(max-width: 1200px) {
  .feature-card3-text {
    text-align: center;
    margin-bottom: var(--dl-space-space-unit);
  }
  .feature-card3-root-class-name {
    width: 267px;
    height: 225px;
  }
}
@media(max-width: 991px) {
  .feature-card3-root-class-name {
    width: auto;
  }
}

.feature-card5-feature-card {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 5px 5px 10px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.feature-card5-feature-card:hover {
  transform: scale(1.02);
}
.feature-card5-text {
  align-self: center;
  margin-bottom: var(--dl-space-space-twounits);
}
.feature-card5-image {
  width: 200px;
  align-self: center;
  object-fit: cover;
}
.feature-card5-root-class-name {
  height: 225px;
}
@media(max-width: 1600px) {
  .feature-card5-text {
    align-self: center;
    margin-bottom: var(--dl-space-space-unit);
  }
  .feature-card5-image {
    align-self: center;
  }
  .feature-card5-root-class-name {
    height: 225px;
  }
}
@media(max-width: 1200px) {
  .feature-card5-text {
    margin-bottom: var(--dl-space-space-unit);
  }
  .feature-card5-root-class-name {
    width: 267px;
    height: 225px;
  }
}
@media(max-width: 991px) {
  .feature-card5-root-class-name {
    width: auto;
  }
}

.feature-card6-feature-card {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 5px 5px 10px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.feature-card6-feature-card:hover {
  transform: scale(1.02);
}
.feature-card6-text {
  align-self: center;
  margin-bottom: var(--dl-space-space-twounits);
}
.feature-card6-image {
  width: 200px;
  align-self: center;
  object-fit: cover;
}
.feature-card6-root-class-name {
  height: 225px;
}
@media(max-width: 1600px) {
  .feature-card6-text {
    align-self: center;
    margin-bottom: var(--dl-space-space-unit);
  }
  .feature-card6-image {
    align-self: center;
  }
  .feature-card6-root-class-name {
    height: 225px;
  }
}
@media(max-width: 1200px) {
  .feature-card6-text {
    margin-bottom: var(--dl-space-space-unit);
  }
  .feature-card6-root-class-name {
    width: 267px;
    height: 225px;
  }
}
@media(max-width: 991px) {
  .feature-card6-root-class-name {
    width: auto;
  }
}

.feature-card7-feature-card {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 5px 5px 10px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.feature-card7-feature-card:hover {
  transform: scale(1.02);
}
.feature-card7-text {
  align-self: center;
  margin-bottom: var(--dl-space-space-twounits);
}
.feature-card7-image {
  width: 200px;
  align-self: center;
  object-fit: cover;
}
.feature-card7-root-class-name {
  height: 225px;
}
@media(max-width: 1600px) {
  .feature-card7-text {
    align-self: center;
    margin-bottom: var(--dl-space-space-unit);
  }
  .feature-card7-image {
    align-self: center;
  }
}
@media(max-width: 1200px) {
  .feature-card7-text {
    margin-bottom: var(--dl-space-space-unit);
  }
  .feature-card7-root-class-name {
    width: 267px;
    height: 225px;
  }
}
@media(max-width: 991px) {
  .feature-card7-root-class-name {
    width: auto;
  }
}

.feature-card8-feature-card {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 5px 5px 10px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.feature-card8-feature-card:hover {
  transform: scale(1.02);
}
.feature-card8-text {
  align-self: center;
  text-align: center;
  margin-bottom: var(--dl-space-space-halfunit);
}
.feature-card8-image {
  width: 200px;
  align-self: center;
  object-fit: cover;
}
.feature-card8-root-class-name {
  height: 225px;
}
@media(max-width: 1600px) {
  .feature-card8-text {
    align-self: center;
    text-align: center;
    margin-bottom: var(--dl-space-space-unit);
  }
  .feature-card8-image {
    align-self: center;
  }
  .feature-card8-root-class-name {
    height: 225px;
  }
}
@media(max-width: 1200px) {
  .feature-card8-text {
    margin-bottom: var(--dl-space-space-unit);
  }
  .feature-card8-root-class-name {
    width: 267px;
    height: 225px;
  }
}
@media(max-width: 991px) {
  .feature-card8-root-class-name {
    width: auto;
  }
}

.feature-card9-feature-card {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  box-shadow: 5px 5px 10px 0px rgba(18, 18, 18, 0.1);
  transition: 0.3s;
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
}
.feature-card9-feature-card:hover {
  transform: scale(1.02);
}
.feature-card9-text {
  align-self: center;
  margin-bottom: var(--dl-space-space-unit);
}
.feature-card9-image {
  width: 183px;
  height: 165px;
  align-self: center;
  object-fit: cover;
}
.feature-card9-root-class-name {
  height: 225px;
}
@media(max-width: 1600px) {
  .feature-card9-text {
    align-self: center;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .feature-card9-image {
    width: 174px;
    height: 160px;
    align-self: center;
  }
  .feature-card9-root-class-name {
    height: 225px;
  }
}
@media(max-width: 1200px) {
  .feature-card9-text {
    text-align: center;
    margin-bottom: var(--dl-space-space-unit);
  }
  .feature-card9-root-class-name {
    width: 267px;
    height: 225px;
  }
}
@media(max-width: 991px) {
  .feature-card9-root-class-name {
    width: auto;
  }
}

.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: flex-start;
  background-image: url("public/Imagenes/fondo-1500w.jpg");
}
.home-cabecera {
  width: 100%;
  height: 122px;
  display: flex;
  position: relative;
  max-width: auto;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: center;
  background-color: #fdfdfd;
}
.home-navbar-interactive {
  width: var(--dl-size-size-maxwidth);
  height: 122px;
  display: flex;
  padding: var(--dl-space-space-unit);
  align-items: center;
}
.home-image {
  width: 400px;
  object-fit: cover;
}
.home-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.home-links {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
.home-sobre-nosotros {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}
.home-marcas {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-repuestos {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-porque-nosotros {
  font-size: 20px;
  font-weight: 700;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-contacto {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  margin-left: var(--dl-space-space-twounits);
  text-decoration: none;
}
.home-burger-menu {
  display: none;
}
.home-icon {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  padding: 32px;
  z-index: 100;
  position: absolute;
  transform: translateX(100%);
  transition: 0.5s;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
}
.home-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.home-image1 {
  width: 200px;
  object-fit: cover;
}
.home-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-icon02 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-links1 {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.home-sobre-nosotros1 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-text {
  margin-bottom: var(--dl-space-space-unit);
}
.home-marcas1 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-repuestos1 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-porque-nosotros1 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-contacto1 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-icon04 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
  margin-right: var(--dl-space-space-twounits);
}
.home-icon06 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.home-banner-principal {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.home-banner {
  width: 100%;
  height: 619px;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: space-between;
  background-image: url("public/Imagenes/depositphotos_23712041_xl-1500w.jpg");
}
.home-text02 {
  width: 854px;
  height: 113px;
  font-size: 3rem;
  text-align: center;
  font-family: "Audiowide-Regular";
  margin-bottom: 0px;
}
.home-separator {
  width: 150px;
  height: 5px;
  align-self: center;
  margin-top: var(--dl-space-space-unit);
  margin-bottom: var(--dl-space-space-unit);
  background-color: #ec1010;
}
.home-text03 {
  font-size: 22px;
  text-align: center;
}
.home-container1 {
  width: 950px;
  height: 282px;
  display: flex;
  position: relative;
  background-size: cover;
  background-image: url("public/Imagenes/recurso%201-1000w.png");
  background-position: center;
}
.home-sobre-nostros {
  width: 100%;
  height: 748px;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  flex-direction: column;
}
.home-text13 {
  font-size: 3rem;
  margin-bottom: var(--dl-space-space-twounits);
}
.home-separator1 {
  width: 100px;
  height: 2px;
  background-color: var(--dl-color-gray-500);
}
.home-container2 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  margin-top: var(--dl-space-space-twounits);
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-container3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.home-container4 {
  width: 450px;
  height: 450px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: var(--dl-space-space-fourunits);
  border-radius: var(--dl-radius-radius-round);
  background-size: cover;
  justify-content: center;
  background-image: url("public/Imagenes/depositphotos-500h.png");
  background-position: center;
}
.home-nuestras-marcas {
  width: 100%;
  height: 590px;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  flex-direction: column;
}
.home-text14 {
  font-size: 3rem;
  margin-bottom: var(--dl-space-space-threeunits);
}
.home-container5 {
  flex: 0 0 auto;
  width: 100%;
  display: grid;
  grid-gap: var(--dl-space-space-twounits);
  align-items: flex-start;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.home-que-ofrecemos {
  width: 100%;
  height: 746px;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  max-width: var(--dl-size-size-maxwidth);
  flex-direction: column;
}
.home-text15 {
  font-size: 3rem;
  margin-bottom: var(--dl-space-space-threeunits);
}
.home-container6 {
  flex: 0 0 auto;
  width: 100%;
  display: grid;
  grid-gap: var(--dl-space-space-twounits);
  align-items: flex-start;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.home-por-que-elegirnos {
  height: 526px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-porque-elegirnos {
  width: 100%;
  height: 720px;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  flex-direction: column;
}
.home-text18 {
  color: var(--dl-color-gray-black);
  height: 121px;
  font-size: 3rem;
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.home-container7 {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.home-step {
  width: 350px;
  height: 250px;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-items: center;
  flex-direction: column;
}
.home-icon08 {
  width: 70px;
  height: 70px;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text21 {
  font-size: 1.15rem;
  font-weight: 500;
}
.home-text22 {
  color: var(--dl-color-gray-500);
  font-size: 1rem;
  margin-top: var(--dl-space-space-oneandhalfunits);
  text-align: center;
}
.home-step1 {
  width: 350px;
  height: 250px;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-items: center;
  flex-direction: column;
}
.home-icon10 {
  width: 70px;
  height: 70px;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text25 {
  font-size: 1.15rem;
  font-weight: 500;
}
.home-text29 {
  color: var(--dl-color-gray-500);
  font-size: 1rem;
  margin-top: var(--dl-space-space-oneandhalfunits);
  text-align: center;
}
.home-step2 {
  width: 350px;
  height: 250px;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-items: center;
  flex-direction: column;
}
.home-icon12 {
  width: 70px;
  height: 70px;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text30 {
  font-size: 1.15rem;
  font-weight: 500;
}
.home-text33 {
  color: var(--dl-color-gray-500);
  font-size: 1rem;
  margin-top: var(--dl-space-space-oneandhalfunits);
  text-align: center;
}
.home-step3 {
  width: 350px;
  height: 250px;
  display: flex;
  padding: var(--dl-space-space-oneandhalfunits);
  align-items: center;
  flex-direction: column;
}
.home-icon14 {
  width: 70px;
  height: 70px;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text36 {
  font-size: 1.15rem;
  font-weight: 500;
}
.home-text37 {
  color: var(--dl-color-gray-500);
  font-size: 1rem;
  margin-top: var(--dl-space-space-oneandhalfunits);
  text-align: center;
}
.home-contacto2 {
  width: 100%;
  height: 513px;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  position: relative;
  align-self: center;
  min-height: auto;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
  background-image: linear-gradient(45deg, rgba(255, 76, 92, 0.8) 7.00%,rgba(255, 0, 0, 0.56) 79.00%),url('https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?ixid=Mnw5MTMyMXwwfDF8c2VhcmNofDIzfHx3b3JrJTIwbGFwdG9wfGVufDB8fHx8MTYyNjE3NjkzMA&ixlib=rb-1.2.1&w=1500');
}
.home-text40 {
  color: var(--dl-color-gray-white);
  font-size: 3rem;
}
.home-text43 {
  color: var(--dl-color-gray-white);
  margin-top: var(--dl-space-space-twounits);
  margin-bottom: var(--dl-space-space-twounits);
}
.home-btn-group {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.home-link {
  flex: 1;
  color: var(--dl-color-gray-black);
  width: var(--dl-size-size-xlarge);
  height: var(--dl-size-size-medium);
  display: flex;
  font-size: 1.5rem;
  align-self: center;
  box-shadow: 5px 5px 10px 0px #020202;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  border-width: 0px;
  padding-left: var(--dl-space-space-twounits);
  padding-right: var(--dl-space-space-twounits);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-unit);
  text-transform: uppercase;
  text-decoration: none;
}
.home-link:hover {
  transform: scale(1.02);
}
.home-icon17 {
  flex: 1;
  width: 52px;
  height: 69px;
}
.home-pie-de-pag {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #141414;
}
.home-footer {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxwidth);
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.home-image2 {
  width: 200px;
  object-fit: cover;
}
.home-text50 {
  color: #ffffff;
  font-size: 17px;
}
.home-icon-group1 {
  width: 200px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-icon19 {
  fill: #ffffff;
  width: 70px;
  height: 70px;
  margin-right: var(--dl-space-space-twounits);
}
.home-icon21 {
  fill: #ffffff;
  width: 70px;
  height: 70px;
}
@media(max-width: 1600px) {
  .home-container {
    background-image: url("public/Imagenes/fondo-1500w.jpg");
  }
  .home-cabecera {
    width: 100%;
    height: 122px;
    max-width: auto;
    background-color: transparent;
  }
  .home-navbar-interactive {
    flex: 1;
    width: auto;
    height: 122px;
    padding: var(--dl-space-space-unit);
    align-items: center;
    justify-content: space-between;
  }
  .home-image {
    width: 400px;
  }
  .home-links {
    justify-content: flex-end;
  }
  .home-sobre-nosotros {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
  }
  .home-marcas {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  .home-repuestos {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
  }
  .home-porque-nosotros {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  .home-contacto {
    font-size: 20px;
  }
  .home-image1 {
    width: 519px;
    height: 131px;
  }
  .home-sobre-nosotros1 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  .home-marcas1 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  .home-repuestos1 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  .home-porque-nosotros1 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  .home-contacto1 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
  }
  .home-icon04 {
    width: 70px;
    height: 70px;
  }
  .home-icon06 {
    width: 70px;
    height: 70px;
  }
  .home-banner {
    width: 100%;
    height: 619px;
    position: relative;
    background-color: transparent;
  }
  .home-text02 {
    height: 116px;
    font-size: 3rem;
  }
  .home-separator {
    position: static;
    margin-top: var(--dl-space-space-unit);
    margin-bottom: var(--dl-space-space-unit);
    background-color: #ec1010;
  }
  .home-text03 {
    font-size: 22px;
  }
  .home-container1 {
    width: 950px;
    height: var(--dl-size-size-xxlarge);
  }
  .home-container4 {
    border-color: #ffffff;
    background-image: url("public/Imagenes/depositphotos-500h.png");
    background-position: center;
  }
  .home-nuestras-marcas {
    height: 619px;
  }
  .home-porque-elegirnos {
    flex: 1;
    width: 100%;
    height: 487px;
    max-width: var(--dl-size-size-maxwidth);
    min-width: 0px;
    max-height: var(--dl-size-size-maxwidth);
    min-height: 0px;
    justify-content: flex-start;
  }
  .home-step {
    width: 350px;
    height: 250px;
  }
  .home-icon08 {
    width: 70px;
    height: 70px;
    margin-top: var(--dl-space-space-unit);
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text21 {
    font-size: 1.15rem;
    font-weight: 500;
    text-transform: uppercase;
  }
  .home-text22 {
    color: var(--dl-color-gray-500);
    font-size: 1rem;
    margin-top: var(--dl-space-space-unit);
    line-height: 1.5;
  }
  .home-step1 {
    width: 350px;
    height: 250px;
  }
  .home-icon10 {
    width: 70px;
    height: 70px;
    margin-top: var(--dl-space-space-unit);
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text25 {
    font-size: 1.15rem;
    text-transform: capitalize;
  }
  .home-text29 {
    color: var(--dl-color-gray-500);
    font-size: 1rem;
    margin-top: var(--dl-space-space-unit);
  }
  .home-step2 {
    width: 350px;
    height: 250px;
  }
  .home-icon12 {
    width: 70px;
    height: 70px;
    margin-top: var(--dl-space-space-unit);
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text30 {
    font-size: 1.15rem;
  }
  .home-text33 {
    color: var(--dl-color-gray-500);
    font-size: 1rem;
    margin-top: var(--dl-space-space-unit);
  }
  .home-step3 {
    width: 350px;
    height: 250px;
  }
  .home-icon14 {
    width: 70px;
    height: 70px;
    margin-top: var(--dl-space-space-unit);
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text36 {
    font-size: 1.15rem;
    font-weight: 500;
  }
  .home-text37 {
    color: var(--dl-color-gray-500);
    font-size: 0.75rem;
  }
  .home-text38 {
    font-size: 1rem;
  }
  .home-contacto2 {
    height: 513px;
  }
  .home-pie-de-pag {
    height: 272px;
    background-color: #141414;
  }
  .home-footer {
    height: 268px;
    flex-wrap: wrap;
    align-self: center;
    align-items: center;
    justify-content: space-between;
  }
  .home-text50 {
    color: rgb(255, 255, 255);
  }
  .home-link1 {
    text-decoration: underline;
  }
  .home-icon-group1 {
    width: 200px;
  }
  .home-icon19 {
    fill: #ffffff;
    width: 70px;
    height: 70px;
  }
  .home-icon21 {
    fill: #ffffff;
    width: 70px;
    height: 70px;
  }
}
@media(max-width: 1200px) {
  .home-cabecera {
    width: 100%;
    height: 122px;
    max-width: auto;
  }
  .home-navbar-interactive {
    height: 122px;
    padding: var(--dl-space-space-unit);
    align-items: center;
    justify-content: space-between;
  }
  .home-image {
    width: 400px;
  }
  .home-desktop-menu {
    display: none;
  }
  .home-links {
    justify-content: flex-end;
  }
  .home-burger-menu {
    display: flex;
  }
  .home-icon {
    width: var(--dl-size-size-small);
    height: var(--dl-size-size-small);
  }
  .home-nav {
    animation-name: none;
    animation-delay: 0s;
    animation-duration: 300ms;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease;
  }
  .home-image1 {
    width: 426px;
    height: 100px;
  }
  .home-icon02 {
    width: 70px;
    height: 70px;
  }
  .home-sobre-nosotros1 {
    z-index: 100;
    animation-name: none;
    animation-delay: 0s;
    animation-duration: 300ms;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease;
  }
  .home-banner-principal {
    height: 646px;
  }
  .home-banner {
    flex: 1;
  }
  .home-text02 {
    width: auto;
    font-size: 3rem;
    font-family: Audiowide-Regular;
  }
  .home-text03 {
    font-size: 22px;
  }
  .home-container1 {
    width: 950px;
    height: var(--dl-size-size-xxlarge);
    z-index: 100;
    position: 0px;
    align-self: center;
    border-color: rgba(0, 0, 0, 0);
    border-width: 1px;
    animation-name: none;
    animation-delay: 0s;
    animation-duration: 300ms;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease;
  }
  .home-text13 {
    font-size: 3rem;
  }
  .home-nuestras-marcas {
    position: relative;
    padding-top: var(--dl-space-space-threeunits);
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
    padding-bottom: var(--dl-space-space-threeunits);
  }
  .home-text14 {
    font-size: 3rem;
  }
  .home-container5 {
    flex: 1;
    width: auto;
    height: auto;
    align-self: center;
    margin-right: 0px;
  }
  .home-que-ofrecemos {
    height: 715px;
    padding: var(--dl-space-space-unit);
    margin-top: 0px;
  }
  .home-porque-elegirnos {
    width: 1186px;
    height: 509px;
  }
  .home-text18 {
    align-self: center;
  }
  .home-container7 {
    width: 1110px;
  }
  .home-step {
    padding-top: 24px;
  }
  .home-contacto2 {
    height: 513px;
  }
  .home-pie-de-pag {
    background-color: #141414;
  }
  .home-text50 {
    color: #ffffff;
  }
  .home-icon19 {
    fill: #ffffff;
  }
  .home-icon21 {
    fill: #ffffff;
  }
}
@media(max-width: 991px) {
  .home-cabecera {
    width: 100%;
    height: 122px;
    max-width: auto;
    justify-content: space-between;
  }
  .home-navbar-interactive {
    width: auto;
    height: 122px;
    justify-content: space-between;
  }
  .home-image {
    width: 400px;
  }
  .home-links {
    justify-content: space-between;
  }
  .home-icon {
    width: var(--dl-size-size-small);
    height: var(--dl-size-size-small);
  }
  .home-banner-principal {
    height: 670px;
  }
  .home-banner {
    flex: 0;
    height: 100%;
  }
  .home-text02 {
    height: 119px;
    font-size: 3rem;
    align-self: center;
    font-family: Audiowide-Regular;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-separator {
    margin-top: var(--dl-space-space-unit);
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text03 {
    font-size: 22px;
    margin-top: var(--dl-space-space-unit);
  }
  .home-container1 {
    height: 373px;
  }
  .home-sobre-nostros {
    height: 939px;
    align-items: center;
  }
  .home-container2 {
    flex-direction: column;
  }
  .home-container4 {
    width: 300px;
    height: 300px;
    margin-top: var(--dl-space-space-twounits);
    margin-left: 0px;
  }
  .home-nuestras-marcas {
    height: 912px;
  }
  .home-text14 {
    align-self: center;
  }
  .home-container5 {
    width: 888px;
    height: 681px;
    align-self: center;
    grid-template-columns: 1fr 1fr;
  }
  .home-que-ofrecemos {
    height: 1143px;
  }
  .home-text15 {
    align-self: center;
    box-shadow: 0px 0px 0px 0px #d4d4d4;
  }
  .home-text16 {
    align-self: center;
    box-shadow: 0px 0px 0px 0px #d4d4d4;
  }
  .home-container6 {
    height: 890px;
    grid-template-columns: 1fr 1fr;
  }
  .home-por-que-elegirnos {
    width: 986px;
    height: 466px;
    justify-content: center;
  }
  .home-porque-elegirnos {
    width: 991px;
    height: 584px;
  }
  .home-text18 {
    text-align: center;
  }
  .home-container7 {
    width: 919px;
  }
  .home-text21 {
    text-align: center;
  }
  .home-text25 {
    text-align: center;
  }
  .home-text30 {
    text-align: center;
  }
  .home-text36 {
    text-align: center;
  }
  .home-contacto2 {
    flex-direction: column;
  }
  .home-text40 {
    text-align: center;
  }
  .home-text41 {
    text-align: center;
  }
  .home-text43 {
    text-align: center;
  }
}
@media(max-width: 767px) {
  .home-cabecera {
    width: 100%;
    height: 122px;
    max-width: auto;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
    justify-content: flex-start;
  }
  .home-navbar-interactive {
    height: 122px;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
    justify-content: space-between;
  }
  .home-image {
    width: 300px;
  }
  .home-burger-menu {
    align-items: center;
    justify-content: center;
  }
  .home-icon {
    width: var(--dl-size-size-small);
    height: var(--dl-size-size-small);
  }
  .home-sobre-nosotros1 {
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-text {
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-marcas1 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-repuestos1 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-porque-nosotros1 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-contacto1 {
    margin-left: 0;
    margin-bottom: var(--dl-space-space-unit);
  }
  .home-banner-principal {
    height: 735px;
  }
  .home-banner {
    flex: 1;
    width: 767px;
    height: 578px;
    padding: var(--dl-space-space-twounits);
  }
  .home-text02 {
    height: 173px;
    text-align: center;
    margin-bottom: 0px;
  }
  .home-separator {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .home-text03 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .home-container1 {
    width: 767px;
    height: 274px;
  }
  .home-sobre-nostros {
    height: 949px;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-text13 {
    text-align: center;
  }
  .home-container2 {
    flex-direction: column;
  }
  .home-nuestras-marcas {
    width: 748px;
    height: 980px;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-container5 {
    width: 100%;
    height: 723px;
    align-self: center;
  }
  .home-que-ofrecemos {
    height: 1156px;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-container6 {
    height: 1002px;
  }
  .home-por-que-elegirnos {
    height: 1117px;
  }
  .home-porque-elegirnos {
    width: 767px;
    height: 1184px;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-container7 {
    width: 749px;
    height: 866px;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
  }
  .home-step {
    height: 239px;
    padding: var(--dl-space-space-unit);
    flex-direction: column;
  }
  .home-step1 {
    padding: var(--dl-space-space-unit);
  }
  .home-step2 {
    padding: var(--dl-space-space-unit);
  }
  .home-step3 {
    padding: var(--dl-space-space-unit);
  }
  .home-contacto2 {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-pie-de-pag {
    height: 417px;
    flex-direction: row;
  }
  .home-footer {
    width: 766px;
    height: 409px;
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
    flex-direction: column;
  }
  .home-text50 {
    text-align: center;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
}
@media(max-width: 479px) {
  .home-cabecera {
    width: 100%;
    height: 122px;
    padding: var(--dl-space-space-unit);
    max-width: auto;
    justify-content: space-between;
  }
  .home-navbar-interactive {
    height: 122px;
    padding: var(--dl-space-space-unit);
    justify-content: space-between;
  }
  .home-image {
    width: 300px;
  }
  .home-mobile-menu {
    padding: 16px;
  }
  .home-banner {
    width: 479px;
    height: 683px;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-text02 {
    width: 479px;
    height: 175px;
  }
  .home-container1 {
    width: 479px;
    height: 239px;
  }
  .home-sobre-nostros {
    height: 1208px;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-container2 {
    height: 955px;
  }
  .home-container3 {
    grid-template-columns: 1fr;
  }
  .home-container4 {
    width: 250px;
    height: 250px;
  }
  .home-nuestras-marcas {
    width: 100%;
    height: 796px;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-container5 {
    width: auto;
    height: auto;
    grid-gap: var(--dl-space-space-halfunit);
    position: relative;
    margin-bottom: 0px;
  }
  .home-que-ofrecemos {
    height: 1107px;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-container6 {
    height: 864px;
    grid-gap: var(--dl-space-space-halfunit);
  }
  .home-por-que-elegirnos {
    width: 459px;
    height: 1192px;
  }
  .home-porque-elegirnos {
    width: 100%;
    height: 1354px;
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-text18 {
    height: 206px;
    align-self: center;
  }
  .home-container7 {
    width: 353px;
    height: 898px;
    margin: var(--dl-space-space-twounits);
  }
  .home-contacto2 {
    width: 100%;
    padding: var(--dl-space-space-twounits);
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .home-btn-group {
    flex-direction: column;
  }
  .home-footer {
    padding: var(--dl-space-space-unit);
    flex-direction: column;
  }
  .home-text50 {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-unit);
  }
}
