


/***************************CSS CARTAS FIN************************/


section
{
    position: relative;
    width: 100%; 
    display: flex;
    justify-content: center;
    align-items: center;   
    overflow: hidden;
}

.swiper-container {
    width: 100%;
    padding-top: 1px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 320px;
    /* height: 300px; */
    /* background-image: url("../images/images-7.jpg"); */
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
    filter:blur(4px);
    background: #8e4747;
    border-radius: 10px;
}

.swiper-slide-active {
    filter:blur(0px);
    background: #fff;
}

.testimonialBox {
    position: relative;
    width: 100%;
    padding: 40px;
    padding-top: 90px;
    color: #999;
}

.testimonialBox .quote {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 20px;
    right: 30px;
    opacity: 0.2;
}

.testimonialBox .details {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.testimonialBox .details .imgBx {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.testimonialBox .details .imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonialBox .details h3 {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    color: black;
    line-height: 1.1em;
}

.testimonialBox .details h3 span {
    font-size: 12px;
    color: #8D3225;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right {
    /* background-image: linear-gradient(to left,rgba(21, 66, 214, 0.5),rgba(57, 68, 219, 0)); */
    background-image: none;
}


