@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
.aliances {
  font-family: "Anton", sans-serif;
  border-bottom-style: solid;
  border-width: 3px;
  border-color: rgb(254, 206, 26);
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.aliances::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../images/NuestrasAlianzas/Background/Background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(50%);
}
.aliances h2 {
  font-weight: lighter;
  position: relative;
  width: 90%;
  color: rgb(254, 206, 26);
  letter-spacing: 1px;
  display: flex;
  font-size: 40px;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.aliances .contswp {
  position: relative;
  width: 80%;
  height: 30vh;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.aliances .contswp .swiper {
  border-radius: 30px;
  width: 80%;
  height: 120px;
  position: initial;
}
.aliances .contswp .swiper .swiper-pagination-bullet {
  background: #fff;
}
.aliances .contswp .swiper .swiper-pagination-bullet-active {
  color: #fff;
  background: rgb(254, 206, 26);
}
.aliances .contswp .swiper .swiper-button-next,
.aliances .contswp .swiper .swiper-button-prev {
  color: rgb(254, 206, 26);
}
.aliances .contswp .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}
.aliances .contswp .swiper .swiper-slide img {
  border-radius: 30px;
  margin: 10px;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1025px) {
  .aliances {
    height: 40vh;
  }
  .aliances h2 {
    font-size: 26px;
    font-weight: lighter;
  }
  .aliances .contswp {
    height: 20vh;
  }
  .aliances .contswp .swiper {
    height: 100px;
  }
}
@media screen and (max-width: 769px) {
  .aliances .contswp .swiper {
    height: 120px;
  }
}
@media screen and (max-width: 450px) {
  .aliances .contswp {
    width: 100%;
  }
  .aliances .contswp .swiper {
    height: 80px;
    width: 80%;
  }
}
@media screen and (max-width: 350px) {
  .aliances .contswp .swiper {
    height: 60px;
  }
}/*# sourceMappingURL=aliances.css.map */