* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Jost", sans-serif;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

.index-footer-flex-container, .index-header {
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-header {
  background-image: url(../img/Fiat.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 80vh;
  padding: 2rem;
  text-align: center;
}

.index-header-botones {
  background-color: #000;
  color: #fff;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.carousel-item img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

main .row img {
  display: block;
  margin: 0 auto;
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
main .row img:hover {
  transform: scale(1.02);
}

footer {
  background-color: #330101;
  padding: 2rem 1rem;
  text-align: center;
}

footer h2,
footer a {
  margin: 0 0.5rem;
}

.index-footer-flex-container {
  gap: 1rem;
  margin: 1rem 0;
}

.logosFooter {
  width: 4rem;
  height: auto;
  max-height: 4rem;
  object-fit: contain;
}

.main-card-contenedor {
  background-color: rgb(159, 1, 1);
  width: 100%;
  max-width: 25rem;
  border-radius: 10px;
}
.main-card-contenedor img {
  width: 100%;
  display: block;
  object-fit: cover;
}

/*# sourceMappingURL=styles.css.map */
