/* Importing Google Font - Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.slider-wrapper, .slider-wrapper2 {
  overflow: hidden;
  margin: 0 70px 55px;
}
.swiper-wrapper { height:auto !important; }
.card-list .card-item {
  height: auto;
  color: #fff;
  user-select: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.fondoAmarillo { background-color:#ffcd2b }
.fondoAzul { background-color:#074fb1 }
.contTituloSlider { padding:
10px;
  display: block;
  width: 100%; }
.contTituloSlider span { font-size: 16px;
  font-weight: initial;
  color: #000;
  width: 100%;
  padding:
0; }
.contTituloSlider h2 { color: #000; margin: 0;
  font-size: 1.2rem;
  font-weight: 600 }
.contTituloSlider.fondoAzul span { font-size: 16px;
  font-weight: initial;
  color: #fff;
  width: 100%;
  padding:
0; }
.contTituloSlider.fondoAzul h2 { color: #fff; margin: 0;
  font-size: 1.2rem;
  font-weight: 600 }
.card-list .card-item .fondoAzul img { width:100%; }
.card-list .card-item .user-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 40px;
  border: 3px solid #fff;
  padding: 4px;
}
.card-list .card-item .user-profession {
  font-size: 12px;
  color: #000;
  font-weight: lighter;
  margin:0;
}
.contTituloSlider.fondoAzul .user-profession {
  font-size: 12px;
  color: #fff;
  font-weight: lighter;
  margin:0;
}
.card-list .card-item .message-button {
  font-size: 1.25rem;
  padding: 10px 35px;
  color: #030728;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  background: #fff;
  border: 1px solid transparent;
  transition: 0.2s ease;
}
.card-list .card-item .message-button:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  color: #fff;
}
.slider-wrapper .swiper-pagination-bullet, .slider-wrapper2 .swiper-pagination-bullet,  {
  background: #fff;
  height: 13px;
  width: 13px;
  opacity: 0.5;
}
.slider-wrapper .swiper-pagination-bullet-active, .slider-wrapper2 .swiper-pagination-bullet-active {
  opacity: 1;
}
.slider-wrapper .swiper-slide-button, .slider-wrapper2 .swiper-slide-button {
  color: #ffcd2b;
  margin-top: -55px;
  transition: 0.2s ease;
}
.slider-wrapper .swiper-slide-button:hover, .slider-wrapper2 .swiper-slide-button:hover {
  color: #4658ff;
}
@media (max-width: 768px) {
  .slider-wrapper, .slider-wrapper2 {
    margin: 0 10px 40px;
  }
  .slider-wrapper .swiper-slide-button, .slider-wrapper2 .swiper-slide-button {
    display: none;
  }
}