.shadow-effect {
    background: #fff;
    /* padding: 20px; */
    border-radius: var(--borderRadius);
    text-align: center;
    border: 1px solid #ececec;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
    height: inherit;
    width: inherit;
    overflow: hidden;
}
#customers-testimonials {
    padding: 50px 0;
    width: 921px;
    /* width: 1020px; */
    margin: auto;
    transition: all 0.3s ease-in-out;
}
.testimonials .content-principal-title {
    margin-top: 50px;
}
#customers-testimonials .owl-stage-outer {
    width: 100%;
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #3190e7;
    padding: 9px 35px;
    border-radius: var(--borderRadius);
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}
#customers-testimonials .item {
    text-align: center;
    padding: 0px;
    margin-bottom: 80px;
    opacity: 0.2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 400px;
    width: 290px;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
#customers-testimonials.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    height: inherit;
    width: inherit;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-item a {
    height: inherit;
    width: inherit;
    display: block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    /* background: #3190e7; */
    background: var(--color-caribbean-current-hover);
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    /* background: #3190e7; */
    background: var(--color-moonstone);
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: var(--borderRadius);
}
#customers-testimonials .owl-nav .owl-prev, #customers-testimonials .owl-nav .owl-next {
    background: var(--color-caribbean-current);
    color: #fff;
    height: 40px;
    width: 40px;
    position: absolute;
    transform: translateY(-90%);
    top: 50%;
    border-radius: var(--borderRadius);
}
#customers-testimonials .owl-nav .owl-prev {
    left: -2%;
}
#customers-testimonials .owl-nav .owl-next {
    right: -2%;
}
@media screen and (max-width: 1536px) {}
@media screen and (max-width: 1280px) {
    
}
@media screen and (max-width: 1024px) {
    #customers-testimonials {
        width: 714px;
    }
}
@media screen and (max-width: 768px) {
    #customers-testimonials {
        width: 600px;
    }
}
@media screen and (max-width: 640px) {
    #customers-testimonials {
        width: 324px;
    }
}

/* dots personalize */
.personalize-dots.owl-carousel .owl-dots .owl-dot.active span,
.personalize-dots.owl-carousel .owl-dots .owl-dot:hover span {
    /* background: #3190e7; */
    background: var(--color-caribbean-current-hover);
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
.personalize-dots.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.personalize-dots.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
.personalize-dots.owl-carousel .owl-dots .owl-dot span {
    /* background: #3190e7; */
    background: var(--color-moonstone);
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: var(--borderRadius);
}
.personalize-dots .owl-nav .owl-prev, .customers-personalize-dots .owl-nav .owl-next {
    background: var(--color-caribbean-current);
    color: #fff;
    height: 40px;
    width: 40px;
    position: absolute;
    transform: translateY(-90%);
    top: 50%;
}
.personalize-dots .owl-nav .owl-prev {
    left: -2%;
}
.personalize-dots .owl-nav .owl-next {
    right: -2%;
}