.contenedor__videos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-items: center;
}

@media (max-width: 768px) {
  .contenedor__curso {
    /* margin-top: 5rem !important; */
    height: 26rem !important;
  }

  .contenedor_toogle img {
    height: 5rem;
  }

  .contenedor_toogle{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1rem;
    margin-top: 110px;
    margin-bottom: 20px;
  }
}

@media (max-width: 370px ) {
  .contenedor__curso {
    height: 26rem !important;
  }

  .contenedor_toogle img {
    height: 5rem;
  }

  .contenedor_toogle{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1rem;
    margin-top: 110px;
    margin-bottom: 20px;
  }
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: auto;
  height: auto;
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: #bbbbbb4d;
  border-radius: 100%;
}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
  font-family: swiper-icons !important;
  font-size: 15px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-variant: initial !important;
  line-height: 1 !important;
  color: #fff !important;
}





