.swiper-button-prev .swiper-navigation-icon,
.swiper-button-next .swiper-navigation-icon {
  display: none;
}

.swiper {
  overflow: hidden;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  background-repeat: no-repeat;
}

/* Overrides de reglas que antes estaban en main.css apuntando a .swiper */
body.wrx .swiper {
  padding: 2px 0 !important;
}

body.wrx .swiper .swiper-pagination {
  position: relative;
  bottom: 0;
}

body.wrx .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #666666;
  height: 7px;
  width: 7px;
  margin: 0 5px !important;
  transition: 0.2s all ease;
  border-radius: 50%;
  opacity: 1;
}

body.wrx .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #325996;
  width: 18px;
  border-radius: 3rem;
}

body.wrx .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: none;
  border: 1px solid #325996;
  opacity: 1;
}

body.wrx .swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #325996;
}

.cont-cards.cont-spec .swiper {
  padding-top: 30px !important;
}

/* Override de style.css */
#historia .swiper {
  max-width: 1060px;
  margin: 0 auto;
}

/* Override de global_nuevo.css */
body.contraste .swiper {
  background: 0 0 !important;
}


.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #325996;
  width: 18px;
  border-radius: 3rem;
}
.swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: none;
  border: 1px solid #325996;
  opacity: 1;
}
.swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #325996;
}