.bord-card-profile{
  padding: 4rem 5%;
}

.section-header .section-title{
  font-family: "Marko One", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.section-header .section-subtitle{
  font-family: "Archivo", sans-serif;
  color: #707070;
  font-size: 1.1rem;
  margin-top: 1rem;
  text-align: center;
  justify-content: center;
  align-items: center;
}

 .slide-container{
    max-width: 1120px;
    width: 100%;
    /*background-color: gray;*/
    padding: 40px 0 !important;
}

.slide-content{
    height: 100px;
    min-height: 400px;
    margin: 0 40px;
    overflow: hidden;
    border-radius: 25px;
}

.card-wrapper .card{
    width: 320px;
    border-radius: 25px;
    background-color: #FFF !important;
}

.image-content /*caja 1*/, 
.card-content /*caja 2*/{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.image-content{
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.overlay{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: var(--bg-color-dark);
    border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after{
    content: '';
    position: absolute;
    height: 40px;
    width: 40px;
    right: 0;
    bottom: -40px;
    background-color: var(--bg-color-dark);
}

.overlay::after{
    border-radius: 0 25px 0 0;
    background-color: #FFF;
}

.card-image{
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #fff;
    padding: 3px;
}

.card-image .card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid var(--bg-color-dark);
}

.name{
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.description{
    font-size: 14px;
    color: #707070;
    text-align: center;
}

/*
.button{
    border: none;
    font-size: 16px;
    color: #FFF;
    padding: 8px 16px;
    background-color: #4070F4;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.button:hover{
    background: #265DF2;
}*/

.swiper-navBtn{
    color: #cdd2d5 !important;
    transition: color 0.3s ease;
}

.swiper-navBtn:hover{
    color: #1e272e !important;
}

.swiper-navBtn::before,
.swiper-navBtn::after{
    font-size: 40px;
}

.swiper-button-next{
    margin-right: -10px;
}

.swiper-button-prev{
    margin-left: -10px;
}

.swiper-pagination-bullet{ 
    background: #3f434f !important;
    opacity: 1;
    
}

.swiper-pagination-bullet-active{
    background: #1e272e !important;
}

.rating{
  color: #ffd700;
}



@media screen and (max-width: 768px){
    .slide-content{
        height: 100px;     
        min-height: 450px;
        margin: 0 20px;
    }

    .swiper-button-next{
    margin-top: 50px;
}


.swiper-button-prev{
    margin-top: 50px;
}

.swiper-navBtn::before,
.swiper-navBtn::after{
    font-size: 25px;
}

    
}

