.titulo-usados h2 {
  background-color: var(--colorPrimario);
  padding: 1em;
  color: #fff;
  margin: 0;
  text-align: start;
  margin-bottom: 1em;
  font-size: 1.5rem;
}

a {
  text-decoration: none;
  color: inherit;
}

.usados-contenedor {
  display: flex;
  background-color: rgb(232, 232, 232);
  width: 80%;
  margin: auto;
  align-items: center;
  justify-content: center;
  align-content: center;
  margin-bottom: 1em;
  flex-direction: column;
}
.usados-contenedor img {
  object-fit: scale-down;
  width: 15%;
}
.usados-contenedor h3 {
  font-size: 1.2rem;
  color: var(--colorPrimario);
}

.usados-lista-contenedor {
  display: flex;
  width: 80%;
  gap: 1em;
  flex-wrap: wrap;
  margin-bottom: 1em;
  justify-content: center;
  padding: 0;
}

.usados-lista-contenedor li {
  display: flex;
  width: 15em;
  position: relative;
  text-align: center;
  border: 1px solid rgb(194, 185, 185);
  background-color: #fff;
  transition: 0.35s ease-in;
  margin-bottom: 1em;
}

.usados-img-conteiner {
  display: flex;
  width: 100%;
  object-fit: scale-down;
  justify-content: center;
  position: relative;
}
.usados-lista-contenedor a {
  width: 100%;
}
.usados-img-conteiner img {
  width: 100%;
  margin-top: 2em;
}
.vendido {
  background-color: rgb(4, 96, 72);
  position: relative;
  width: 100%;
  margin: 0;
  margin-top: 5px;
  border: 1px solid #fff;
}

.usados-info-contenedor {
  display: flex;
  padding: 1em;
  flex-direction: column;
  align-items: center;
}

.usados-info-contenedor h2 {
  text-transform: uppercase;
  margin-bottom: 0;
  color: #000;
  font-size: 1.5rem;
}
.usados-info-contenedor h3 {
  font-size: 1.1rem;
  color: #000;
}
.usados-info-contenedor h3::first-letter {
  text-transform: uppercase;
}

.usados-info-contenedor h4 {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 1rem;
}

.usados-lista-contenedor li:hover {
  background-color: rgb(232, 232, 232);
}

.modelos-usados {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
  flex-direction: column;
  align-items: center;
}

.modelos-usados > h3 {
  font-size: 1rem;
  color: var(--colorPrimario);
}
.modelos-usados img {
  object-fit: scale-down;
  width: 50%;
}
.modelos-usados-descripcion {
  width: 50%;
  display: flex;
  flex-direction: column;
  margin: auto;
  margin-top: 1em;
  border-top: 1px double #222;
}
.modelos-usados-descripcion p {
  color: #000;
  font-size: 1rem;
  text-align: start;
  margin: 0;
  padding: 1rem;
}

.modelos-usados-descripcion h2 {
  text-align: start;
  font-size: 1.5rem;
  text-transform: uppercase;
}

.usado-estado h3 {
  font-size: 2rem;
  color: #fff;
  background-color: var(--colorPrimario);
  padding: 1em;
}
.usados-galeria {
  width: 50%;
  display: flex;
  justify-content: center;
}

.usados-galeria ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  width: 90%;
  padding: 1em;
}
.usados-galeria ul li {
  border: 0.5px solid red;
  display: flex;
  width: 100%;
}

.usados-galeria ul li img {
  width: 100%;
  object-fit: cover;
}

.usados-galeria ul li:nth-child(1) {
  grid-column: 1 / 3;
  grid-row: 3/ 1;
  width: 100%;
}

.usados-pie {
  margin-top: 1em;
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-bottom: 2em;
  background-color: #fff;
}

.usados-pie p {
  color: #000;
  margin: 0;
  padding: 10px;
  font-size: 1.5rem;
}
.uct-contenedor {
  width: 90%;
  margin: auto;
  background-color: rgb(240, 240, 240);
  padding: 10px;
  align-items: center;
  justify-content: center;
  align-content: center;
}

#precio-uct::after {
  content: ".-";
}
#logo-uct {
  position: absolute;
  width: 40px;
  right: 0;
  bottom: 5%;
}

#precio-uct {
  font-size: 1.5rem;
  margin-top: 1em;
  color: var(--colorPrimario);
}
.precio-usados {
  font-size: 1.3rem;
  margin-top: 1em;
  color: var(--colorPrimario);
}

.valor {
  font-size: 2rem;
  padding: 1em;
  border-bottom: 1px solid red;
  color: #eee;
  margin-bottom: 1em;
}

.valor::after {
  content: ".-";
}
.beneficios-uct li {
  list-style-type: disc;
}

.uct-info {
  width: 80%;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #222;
  align-items: center;
  margin: auto;
  padding: 1em;
  border: 1px solid rgb(162, 154, 154);
}

.uct-info img {
  width: 10%;
  object-fit: scale-down;
}
.uct-info h2,
h3 {
  color: var(--colorPrimario);
}
.uct-info p {
  color: #000;
  font-size: 1.5rem;
}
.uct-info li {
  list-style-type: disc;
}

.top-modelo {
  display: flex;
  width: 90%;
  margin: auto;
  justify-content: center;
}

.top-modelo-img-contenedor {
  width: 50%;
  display: flex;
  justify-content: center;
}

.top-modelo-img-contenedor img {
  width: 100%;
  object-fit: scale-down;
}

.top-modelo-info {
  width: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.top-modelo-info h2 {
  font-size: 3rem;
  padding: 0;
}
.top-modelo-info h3 {
  margin-bottom: 0;
}

.datos-auto {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.datos-auto h2,
h3,
h4 {
  color: #000;
  font-size: 4rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 750px) {
  .modelos-usados-descripcion {
    width: 100%;
    margin-bottom: 2em;
  }

  .modelos-usados-descripcion h2 {
    font-size: 1.1rem;
  }

  .usados-contenedor {
    width: 100%;
  }

  .usados-lista-contenedor {
    width: 100%;
    padding: 0;
    gap: 10px;
  }
  .usados-lista-contenedor li {
    width: 90%;
    margin: auto;
  }
  .usados-lista-contenedor a {
    display: flex;
    width: 100%;
    color: #fff;
    justify-content: center;
  }
  .usados-img-conteiner {
    width: 10em;
  }
  .usados-img-conteiner img {
    width: 100%;
    object-fit: scale-down;
  }

  .usados-info-contenedor {
    width: 50%;
    text-align: start;
  }
  .usados-info-contenedor h2 {
    font-size: 0.9em;
  }
  .usados-info-contenedor h3 {
    font-size: 0.7em;
  }
  .usados-info-contenedor h4 {
    font-size: 0.6em;
  }
  .vendido {
    width: 100%;
    margin-top: 10px;
    padding: 2px;
    border: none;
    background-color: rgb(68, 65, 65);
    color: rgb(255, 255, 255);
  }
  .modelos-usados {
    width: 100%;
    padding: 0.5em;
  }
  /* .modelos-usados h2{
    font-size: 2rem;
   } */
  .modelos-usados img {
    width: 100%;
  }
  .usados-galeria {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .usados-galeria ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 0px;
    width: 100%;
    padding: 0;
  }
  .usados-galeria ul li {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .usados-galeria ul li img {
    width: 100%;
  }
  .usados-pie p {
    font-size: 1rem;
    margin: 0;
  }
  .uct-contenedor {
    width: 100%;
  }
  .top-modelo {
    flex-direction: column;
    width: 100%;
  }
  .top-modelo-img-contenedor {
    width: 100%;
    justify-content: center;
  }
  .top-modelo-img-contenedor img {
    width: 100%;
  }
  .top-modelo-info {
    width: 100%;
  }
  .top-modelo-info h2 {
    margin-bottom: 0;
  }
  .top-modelo-info .button {
    width: 90%;
  }
  .uct-info {
    width: 100%;
    align-items: center;
    justify-content: center;
    align-content: center;
  }
  .uct-info img {
    width: 100%;
  }
  .uct-info h2,
  h3 {
    font-size: 1.2rem;
    text-align: center;
  }
  .uct-info p {
    font-size: 1rem;
    text-align: start;
    margin: 0;
    padding: 0;
  }
  .modelos-usados .datos-auto h2,
  h3,
  h4 {
    font-size: 1rem;
    text-transform: uppercase;
  }
}
