/* section {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
} */
.swiper{
    width: 90%;
}
.swiper, swiper-container{
  padding: 0!important;
}
/* card editing */
section .card {
    /* background-color: #fff; */
    width: 280px;
    position: relative;
    z-index: 1;
    margin: 1rem auto;
}

section .card .card_content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


/* section .card::before {
    content: "";
    position: absolute;
    height: 45%;
    width: 100%;
    background-color: #782aed;
    border-radius: 20px 20px 0 0;
    z-index: -1;
} */
.swiper-slide .cont-planes{
  width: 90%;
}

/* image  */
/* section .card .image {
    height: 140px;
    width: 140px;
    border-radius: 50%;
    background: #782aed;
    padding: 3px;

} */

section .card .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  content: ''!important;
}
