.main-clubes .ban {
  background-image: url(../img/BANNER_CLUBES_WEB_SUZUKI.jpg);
  background-position: center;
  background-size: cover;
  height: 240px;
}

.main-clubes .ban h1 {
  color: #fff;
  font-size: 170px;
  line-height: 1;
  margin: 0;
  letter-spacing: 20px;

  margin-left: -20px;
  font-weight: 600;
  font-family: 'suzuki-head';
}

.main-clubes .clubes .way-life {
  background: #003145;
  color: #fff;
  padding: 60px 0 80px 0;
}

.main-clubes .clubes .way-life h2 {
  margin: 0;
  font-weight: 700;
  font-style: italic;
  font-size: 40px;
}

.main-clubes .clubes .way-life p {
  margin: 0;
  font-size: 15px;
}

.main-clubes .clubes .way-life p span {
  font-weight: 500;
}

.main-clubes .clubes .par,
.main-clubes .clubes .impar {
  margin-bottom: 50px;
}

.main-clubes .clubes .par::after {
  content: "";
  position: absolute;
  height: 90%;
  left: 0;
  width: 20px;
  top: -15%;
  background: #ee211f;
}

.main-clubes .clubes .impar::after {
  content: "";
  position: absolute;
  height: 120%;
  right: 0;
  width: 20px;
  top: -5%;
  background: #003145;
}

.main-clubes .clubes .par .arrows::after {
  content: "";
  position: absolute;
  right: 0;
  height: 140%;
  top: 40%;
  width: 1px;
  background: #000;
  z-index: 2;
}

.main-clubes .clubes .impar .arrows::after {
  content: "";
  position: absolute;
  left: 0;
  height: 140%;
  top: 40%;
  width: 1px;
  background: #000;
  z-index: 2;
}

/* par */
.main-clubes .clubes .img img {
  width: 100%;
}

.main-clubes .clubes .par .info {
  padding-left: 45px;
  padding-top: 20px;
}

.main-clubes .clubes .info .des h2 {
  color: #5d5d5f;
}

.main-clubes .clubes .info img {
  max-height: 180px;
  width: auto;
}

.main-clubes .clubes .info .des time {
  color: #003145
}

.main-clubes .clubes .info .des .mas {
  padding-top: 20px;
}

.main-clubes .clubes .info .des .mas .btn {
  border-radius: 0;
  border: 2px solid #ee211f;
  color: #ee211f;
}

.main-clubes .clubes .par .carousel-indicators-numbers {
  position: relative;
  left: auto;
  height: auto;
  width: 70px;
  margin-left: 8px;
  right: 2%;
  bottom: 0;
  margin-bottom: 0;
}

.main-clubes .clubes .par .carousel-indicators-numbers li {
  text-indent: 0;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100%;
  line-height: 30px;
  color: #5d5d5f;
  background-color: transparent;
  transition: all 0.25s ease;
  display: block;
}

.main-clubes .clubes .par .carousel-indicators-numbers li.active,
.main-clubes .clubes .par .carousel-indicators-numbers li:hover {
  margin: 0 2px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  color: red;
  position: relative;
}

.main-clubes .clubes .par .carousel-indicators-numbers li.active::after {
  content: ' ';
  width: 40px;
  height: 3px;
  background-color: red;
  display: block;
  position: absolute;
  top: 14px;
  left: 30px;
}

.main-clubes .clubes .par .carousel-control.left,
.main-clubes .clubes .par .carousel-control.right {
  background-image: none;
  position: relative;
  float: left;
  top: auto;
  left: auto;
  right: auto;
  width: auto;
}

.main-clubes .clubes .par .carousel-control.left {
  margin-right: 30px;
}

/* impar */
.main-clubes .clubes .impar .carousel-indicators-numbers {
  position: relative;
  left: auto;
  height: auto;
  width: 70px;
  margin-left: 44px;
  right: 2%;
  bottom: 0;
  margin-bottom: 0;
}

.main-clubes .clubes .impar .carousel-indicators-numbers li {
  text-indent: 0;
  margin: 0 2px;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 100%;
  line-height: 30px;
  color: #5d5d5f;
  background-color: transparent;
  transition: all 0.25s ease;
  display: block;
}

.main-clubes .clubes .impar .carousel-indicators-numbers li.active,
.main-clubes .clubes .impar .carousel-indicators-numbers li:hover {
  margin: 0 2px;
  width: 30px;
  height: 30px;
  background-color: transparent;
  color: red;
  position: relative;
}

.main-clubes .clubes .impar .carousel-indicators-numbers li.active::after {
  content: ' ';
  width: 40px;
  height: 3px;
  background-color: red;
  display: block;
  position: absolute;
  top: 14px;
  left: -38px;
}

.main-clubes .clubes .impar .carousel-control.left,
.main-clubes .clubes .impar .carousel-control.right {
  background-image: none;
  position: relative;
  float: left;
  top: auto;
  left: auto;
  right: auto;
  width: auto;
}

.main-clubes .clubes .impar .carousel-control.left {
  margin-right: 30px;
}

.main-clubes .clubes .impar .info {
  padding-right: 45px;
  padding-top: 20px;
}

.main-clubes .pager li a {
  background: none;
  color: #5d5d5f;
  border: none;
  padding: 6px;
  font-weight: 700;
  font-size: 16px;
}

.main-clubes .pager li.is-active a {
  background: none;
  color: #003145;
  border: none;
  font-size: 28px;
  font-weight: 600;
  margin: 0 5px;
}

.main-clubes .pager li a:hover {
  background: none;
}

.main-clubes .pager-p .pager__items {
  display: flex;
  align-items: center;
}

.main-clubes .pager-p .sigue {
  color: #003145;
  font-style: italic;
}

@media only screen and (max-width:768px) {
  .main-clubes .ban h1 {
    font-size: 12vw;
    margin-left: -2vw;
  }

  .main-clubes .clubes .par .info {
    padding: 20px 30px;
  }

  .main-clubes .clubes .impar .info {
    padding: 20px 45px;
  }

  .main-clubes .clubes .indica {
    padding: 15px 0;
  }
}
