body {
  margin: 0em;
}
.cover {
  height: 600px;

  color: white;
  background-size: cover;
  background-position: center;
  background-color: rgba(0, 0, 0, 0);
  background-blend-mode: darken;
}

.card-title {
  min-height: 3rem;
}

.card-text {
  min-height: 10rem;
}

.card {
  border: 0 !important;
  box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba)0,0,0,0.5;
}

.contacto {
  color: white;
  height: 800px;
}

.product-stripe,
.slider {
  overflow-x: scroll;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.stripe-container,
.slider-container {
  display: flex;
}

.stripe-container .card {
  width: 100px;
  flex-shrink: 0;
  margin-right: 1rem;
}

.responsive-iframe {
  position: relative;
  padding-top: 56.25%;
}

.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  background-color: white;
  height: 20%;
  color: black;
  padding: 3px;
}

.main1 {
  display: flex;
  margin: 0 auto;
}

a img:hover {
  color: black;
}

.slider {
  overflow-x: hidden;
}

.slider-container {
  transform: translatex(0);
  animation: slider 10s infinite;
}

.image-container {
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

@keyframes slider {
  0 {
    transform: translatex(0%);
  }

  20% {
    transform: translatex(0%);
  }

  25% {
    transform: translatex(-100%);
  }
  45% {
    transform: translatex(-100%);
  }

  50% {
    transform: translatex(-200%);
  }
  70% {
    transform: translatex(-200%);
  }
  75% {
    transform: translatex(-300%);
  }
  95% {
    transform: translatex(-300%);
  }
  100% {
    transform: translatex(0%);
  }
}
