body,
* {
  font-family: "Montserrat", sans-serif;
}
#mynav{
  max-width: 100vw;
}
.navbar {
  background-color: rgba(0, 0, 0, 0) !important;
}

.negative__margin {
  margin-top: -50px;
}

.customSelect, #idsport {
  text-align: center;
  align-self: center;
  width: 100%;
  height: 35px;
  background-color: #222834 !important;
  color: #fff !important;
  margin-bottom: 15px;
  text-indent: 43%;
}
@-moz-document url-prefix() {
    .customSelect, #idsport {
        text-indent: 0;
      }
}

.customOption, #idsport option{
    color: #fff !important;
    background-color: #222834 !important;
    width: 100%;
}

.bg-dark {
  background-color: #222834 !important;
  color: white;
}
.mynav {
  background-color: transparent;
}
.nav-link {
  color: white !important;
  text-transform: uppercase;
}
.nav-link:hover,
.nav-link:active {
  color: #d96e79 !important;
}
.carousel-caption {
  top: 30% !important;
  right: 50%;
  text-align: left;
}
.title1 {
  font-size: 60px;
  text-transform: uppercase;
  color: #d96e79;
  font-weight: bolder;
}
.title2 {
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bolder;
}
.btn-primary {
  background-color: #d96e79 !important;
  border-color: #d96e79 !important;
  font-weight: bold !important;
  padding: 10px 20px !important;
}
.card {
  border: none;
}

.card-body {
  padding: 35px;
}
.card-subtitle {
  color: #d96e79;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}
.card-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
}
.divider {
  height: 1px;
  width: 30px;
  background-color: #d96e79;
  margin: 15px 0;
}

.title-art {
  text-transform: uppercase;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

.categories,
.link {
  text-transform: uppercase;
  color: #aaaaaa;
}
.link:hover {
  text-decoration: none;
  color: #d96e79;
}

.card-description {
  color: black;
  text-align: justify;
}

.card-name {
  text-transform: uppercase;
  font-weight: bold;
}
.card-price {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 25px;
}
.card-stars {
  color: #fcbd3b;
}

.parallax2 {
  background-image: url("../img/Parallaxconcolor01.png");
  background-size: cover;
  background-attachment: fixed;
}

.title-white {
  color: #fff;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.text-grey {
  color: #9e9e9f;
  text-align: center;
}
.circle-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.circle {
  border: 15px solid #d96e79;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-circle {
  font-size: 30px;
  color: #fff;
}

.parallax5 {
  background-image: url("../img/Parallaxconcolor02.png");
  background-size: cover;
  background-attachment: fixed;
}
.parallax3 {
  background-image: url("../img/Parallaxconcolor02.png");
  background-size: cover;
  background-attachment: fixed;
  height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.form-control {
  background-color: transparent;
  border: none;
  border-bottom: 1px #4b4f55 solid;
  color: #fff;
}
.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

footer {
  background-color: #222834;
  color: #959ba7;
}

.title-footer {
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 15px;
}
.list-footer {
  list-style: none;
  padding-left: 0;
}

.register_box {
  display: flex;
  justify-content: center;
  height: 100vh;
  align-content: center;
  align-items: center;
  flex-direction: column;
  width: 30vw;
  margin: 0 auto;
}

/* Cambios 1.1 */

.active_bar {
  background-color: #222834 !important;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

  pointer-events: all;
}

.logo-box {
  width: 100%;
  text-align: center;
}
.logo {
  height: 75px;
  margin: 15px 0;
}

.link-hover {
  color: #d96e79 !important;
}

.link-hover:hover {
  color: white !important;
}

.img-modal-product {
  max-width: 100%;
  object-fit: contain;
}
.btn_product {
  cursor: pointer;
}
/* Modal Product Description */

.modal-header {
  border: 0;
  color: #e5e5e5;
  border-radius: 0;
}
.modal-header button {
  text-align: right;
}
.modal-header button span {
  color: #e5e5e5;
}
.amount {
  display: flex;
  width: 100%;
  justify-content: start;
  align-items: center;
  padding-bottom: 15px;
  padding-top: 15px;
}
.amountMinus,
.amountNumber,
.amountPlus {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 50px;
  width: 50px;
  border: 1px solid gainsboro;
}

.amountMinus,
.amountPlus {
  background-color: #d96e79;
  color: white;
  font-weight: bold;
}

.amountMinus:hover,
.amountPlus:hover {
  cursor: pointer;
}

.amountNumber {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.title-product {
  text-transform: uppercase;
  font-size: 25px;
  font-weight: bold;
}

/* Shop CSS */

.categories {
  list-style: none;
  border-bottom: 1px solid #e5e5e5;
  margin: 10px 0;
}

/* Media Querys  */

@media (max-width: 780px) {
  .negative__margin {
    margin-top: 25px;
  }

  .card {
    margin-bottom: 25px;
  }

  .circle-box {
    margin-bottom: 35px;
  }

  .img-modal-product {
    margin-bottom: 25px;
  }

  #carouselExampleCaptions > div > div > img {
    height: 100vh;
    object-fit: cover;
  }

  .carousel-caption {
    display: block !important;
    width: 75%;
    text-align: center;
  }

  .title1,
  .title2 {
    font-size: 30px;
  }

  .parallax2,
  .parallax3,
  .parallax5 {
    background-attachment: local;
    margin-left: -2px;
  }

  .pago {
    margin: 35px 0;
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

/* Cambios Finales */

.car_count {
  color: white;
}
.car_count:hover {
  color: #d96e79;
}
.pago {
}
.banner04 {
  min-height: 30vh;
  width: 100%;
}

.history {
  padding: 0;
  margin: 0;
}
.history__img {
  object-fit: cover;
  width: 100%;
}

.history__box {
  color: white;
  opacity: 0;
  display: block;
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  height: 100%;
  background: rgba(52, 55, 64, 0.9);
  transition: all 0.35s ease 0s;
}
.history__box-content {
  width: 100%;
  text-align: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 15px;
}
.history__box:hover {
  opacity: 1;
}
.history-name {
  font-size: calc(24px + 46 * (100vw - 100px) / 1900);
}
.history-sport {
  font-size: calc(18px + 4 * (100vw - 100px) / 1900);
}
.banner05 {
  background-image: url("../img/banner05.jpg");
  background-position: center;
  background-size: cover;
  height: 30vh;
}
.img_history {
  object-fit: cover;
  width: 100%;
}

.box-history {
  justify-content: center;
  align-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}

.title-patch {
  color: transparent;
}
.img-box-modal{
  display: flex;
  justify-content: center;
  align-items: center;
}