.swiper{
    width: 100%;
    height: 400px;
}

.swiper img {
    width: 100%;
    height: 85%;
    object-fit: cover;
    border-radius: 7px;
  }

  .swiper-pagination .swiper-pagination-bullet{
    background-color: #00a7b5;
    padding: 5px;
    opacity: 50%;
    cursor: pointer;
    margin-right: 12px !important;
  }
  .swiper-pagination .swiper-pagination-bullet-active{
    opacity: 1;
  }

  .detalles_que_importan .swiper{
    height: 450px;
  }