* {
  padding: 0;
  max-width: 1440px;
}

header a {
  font-size: 12px;
  font-weight: 500;
  color: #00095b !important;
}
header a:hover {
  color: #1700f4 !important;
}

#carousel .carousel-control-prev {
  width: 20px;
  height: 20px;
  top: 83%;
  left: 45%;
  z-index: 20;
}
#carousel .carousel-control-next {
  width: 20px;
  height: 20px;
  top: 83%;
  right: 45%;
  z-index: 20;
}
#carousel ol {
  bottom: 10%;
  width: 12%;
  margin: auto;
  height: 10%;
  border-radius: 50px;
  background-color: rgba(0, 20, 46, 0.7);
}
#carousel ol li {
  margin-top: 10%;
}
#carousel .carousel-caption {
  text-align: start;
  top: 2rem;
  left: 3rem;
  width: 100%;
  height: 40%;
}
#carousel .carousel-caption a span:hover {
  text-decoration: underline;
  cursor: pointer;
}

#perceptions {
  padding: 6rem 0;
}

#shop img {
  cursor: pointer;
}

#bronco ul {
  margin-top: 6rem;
  border: 1px solid #00095b;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 6rem auto;
  border-radius: 50px;
}
#bronco ul li button {
  padding: 0.5rem 2rem;
  transform: scale(1.1);
  border-radius: 50px;
}
#bronco ul li button.active {
  background-color: #00095b;
}
#bronco .tab-content {
  margin-top: 6rem;
}

#overlay {
  margin-top: 6rem;
}
#overlay .card {
  margin: 2rem;
}
#overlay .card .card-img-overlay {
  color: #00095b;
  top: 2rem;
  left: 1rem;
}
#overlay .card .card-img-overlay p {
  font-size: 20px;
}
#overlay .card .card-img-overlay a {
  cursor: pointer;
}
#overlay .card .card-img-overlay a:hover {
  color: #1700f4;
}

.title {
  padding-top: 2rem;
}
.title h1 {
  color: #00095b;
}
.title p {
  font-size: 24px;
}

.btn {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 3rem;
  transition: all 0.5s;
}
.btn:hover {
  transform: scale(1.1);
  color: #fff;
}

.btn--blue {
  background-color: #00095b;
  transition: all 0.5s;
}
.btn--blue:hover {
  background-color: #1700f4;
}

.btn--shadow {
  transition: all 0.5s;
}
.btn--shadow:hover {
  box-shadow: 0 5px 10px #00095b;
}/*# sourceMappingURL=style.css.map */