.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  background: none;
}

.cardS1 {
  background: #ffffff;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  text-align: start;
  padding: 2vw;
  margin-top: 50px;
  margin-bottom: 50px;
}

.contentidoS1 {
  font-family: Karla;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.4px;
  color: #70799f;
  margin-bottom: 25px;
}
.nombres1 {
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #1e1e1e;
}
.subnombres1 {
  font-family: Karla;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 25px;
  color: #70799f;
}
.b1 {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  width: 90%;
  height: 50px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 40px);
  z-index: -1;
}
.b2 {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 5px;
  width: 80%;
  height: 50px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 30px);
  z-index: -1;
}


/* @media (max-width:1399px) {
    .b1{
      width: 530px;
    }
    .b2{
      width: 490px;
    }
}

@media (max-width:1140px) {
  .b1{
    width: 95%;
  }
  .b2{
    width: 90%;
  }
} */