/* CSS files add styling rules to your content */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Space Mono", monospace;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Audiowide", cursive;
  color: #008BD2;
}

nav {
  padding:0 1rem !important;
}

.cover {
  height: 400px;
  background-image: url(../images/portada.jpg);
  color: #fff;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.5);
  background-blend-mode: darken;
  background-attachment: fixed;
}

.cover-small {
  height: 200px;
  background-blend-mode: normal;
  background-attachment: scroll;
}

.cover-clientes {
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.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.06);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.card:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

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

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

.stripe-container {
  display: flex;
}

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

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

.product-stripe::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.product-stripe::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.product-stripe::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #007BFF;
}

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

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

.footer {
  background-color: #343A40;
  color: white;
  text-align: center;
  height: 50px;
  line-height: 50px;
}
