.content-carro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
}
body .imgaen-carro-max-650 img {
  max-width: 650px !important;
  width: 100%;
  display: block;
}
.nombreColor {
  font-size: 60px;
  margin: 10px 0;
}
@media (max-width: 767px) {
.nombreColor {
  font-size: 2.5em !important;
  margin: 10px 0;
}

}

.contentColores .row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.contentColores .col {
  margin: 5px 10px;
}
.fci-colors-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #f7f7f7;
  cursor: pointer;
  transition: transform 0.3s ease, border 0.3s ease;
}
.circle:hover {
  transform: scale(1.2);
}
.circle.active {
  border: 3px solid #f7f7f7;
}
.fade-in {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.fade-in.visible {
  opacity: 1;
}
@media (max-width: 768px) {
  .contentColores .row {
    flex-direction: column;
  }
}
