﻿.separator-depoimentos .el-divider__text {
    background: #F7F7F7;
}

.separator-depoimentos i {
    font-size: 1.5rem;
}

.div-depoimentos .div-left {
    text-align: right;
}

.div-depoimentos .div-right {
    padding-left: 20px !important;
    padding-right: 65px !important;
    text-align: right;
}

.container-depoimentos .swiper-slide {
    padding: 35px 10px 10px 15px;
}

.container-depoimentos .ph-avatar {
    width: 200px;
}

.img-skeleton-depoimento-loading {
    float: right;
    height: 200px !important;
    border-radius: 200px !important;
    width: 200px !important;
}

@media (max-width: 991px) {
    .div-depoimentos .div-left {
        text-align: center;
    }

    .div-depoimentos .div-right {
        padding-left: 35px !important;
        padding-right: 45px !important;
        text-align: center;
        margin-top: 5px;
    }

    .div-content-img-loading {
        padding: 20px;
        text-align: center;
    }

    .img-skeleton-depoimento-loading {
        float: none;
        height: 200px !important;
        border-radius: 200px !important;
        display: inline-flex !important;
    }
}

.overlay-swiper-loading {
    background: #f7f7f7;
    z-index: 999999;
    position: absolute;
    left: 0;
    height: 250px;
    width: 100%;
}

/*card depoimentos layout 2*/
.h2-titulo-depoimentos-2 {
    color: #1a2b48;
    font-size: 36px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
    margin-bottom: 30px;
}

.h2-titulo-depoimentos {
    font-size: 1.5rem;
    text-decoration: none;
    display: inline-block;
    position: relative;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.mobile-slider-2 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none; /* para Firefox */
    -ms-overflow-style: none; /* para Internet Explorer e Edge */
}

.div-depoimentos-2 {
    border-radius: 12px !important;
    background: var(--neutrals, #FFF);
    position: relative;
}

    .div-depoimentos-2 .card-with-bg {
        position: relative;
        overflow: hidden;
    }

        .div-depoimentos-2 .card-with-bg::after {
            content: '';
            position: absolute;
            top: 0;
            right: -20px; /* Ajuste conforme necessário */
            width: 100px; /* Ajuste conforme necessário */
            height: 100%;
            background: green;
            transform: skew(-20deg); /* Ajuste o ângulo conforme necessário */
            z-index: -1;
        }


    .div-depoimentos-2 .depoimentos-title {
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .div-depoimentos-2 .depoimentos-descricao {
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 15px;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        height: 136px;
    }

    .div-depoimentos-2 .rate-depoimentos {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        margin: 10px 0 10px 0;
    }

    .div-depoimentos-2 .depoimentos-img {
        border-radius: 8px;
        background: lightgray 50%;
        width: 100%;
        height: 200px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .div-depoimentos-2 .depoimentos-img img {
        width: 100%;
        height: 200px;
    }

@media (max-width: 768px) {
    .mobile-slider-2 .el-col {
        flex: 0 0 auto;
    }
    .mobile-slider {
        display: flex;
        flex-direction: row;
        overflow-x: auto;
        scrollbar-width: none; /* para Firefox */
        -ms-overflow-style: none; /* para Internet Explorer e Edge */
    }

        .mobile-slider::-webkit-scrollbar { /* para Chrome, Safari e Opera */
            display: none;
        }

        .mobile-slider .el-col {
            flex: 0 0 auto;
            max-width: 100%;
        }
}

/*card depoimentos layout 3*/
.container-depoimentos-3 {
    background: var(--secondary-background-color);
}

.h2-titulo-depoimentos-3 {
    color: #FFFFFF;
    font-size: 36px;
    font-weight: 700;
    font-style: normal;
    line-height: 60px;
    text-align: center;
}

.div-depoimentos-3 {
}

    .div-depoimentos-3 .depoimentos-title {
        font-style: normal;
        line-height: normal;
        max-height: 336px;
        overflow: hidden; 
        text-overflow: ellipsis;
        padding-top: 10px;
    }

    .div-depoimentos-3 .el-avatar {
        background: lightgray 50%;
        height: 115px;
        width: 115px;
        position: absolute;
        top: 1px;
        z-index: 99;
    }

    .div-depoimentos-3 .depoimentos-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .div-depoimentos-3 .el-card__body, .el-main {
        padding: 100px 10px 10px 10px;
    }

@media (max-width: 768px) {
    .container-depoimentos-3 .el-carousel__container {
        width: 350px !important;
        height: 400px !important;
    }

    .div-depoimentos-3 .el-card__body, .el-main {
        padding: 10px 60px 10px 60px;
    }

    .div-depoimentos-3 .depoimentos-title {
        max-height: 372px !important;
    }

    .div-depoimentos-3 .el-avatar {
        position: unset;
        margin-bottom: 5px;
    }
}

/* ====== card depoimentos layout 4 ======== */

.container-card-depoimentos-4 {
    position: relative;
    display: flex;
    background-color: var(--secondary-background-color);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    height: 490px;
    box-shadow: 0px 1px 96px -16px #0000005e;
}

    .container-card-depoimentos-4 .img-fundo {
        position: absolute;
        right: 0;
        width: 325px;
        flex-shrink: 0;
    }

    .container-card-depoimentos-4 .swiper-img-fundo {
        position: absolute;
        width: 325px;
        right: 0;
    }

        .container-card-depoimentos-4 .swiper-img-fundo .swiper-slide img {
            width: 325px;
            flex-shrink: 0;
        }

.row-card-depoimentos-4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .row-card-depoimentos-4 h2 {
        text-decoration: none;
        color: var(--secondary-contrast-color);
        font-weight: 700;
        line-height: 50px;
        letter-spacing: 0.20px;
        word-wrap: break-word;
        margin-bottom: 60px;
    }

swiper-card-depoimentos-4 {
    width: 100%;
    height: 100%;
}

.swiper-card-depoimentos-4 .setas {
    color: var(--secondary-contrast-color);
}


.slides-card-depoimentos-4 .swiper-slide {
    width: 82%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 23px;
}
    .slides-card-depoimentos-4 .swiper-slide .swipe-row {
        display: flex;
        justify-content: center;
    }

    .slides-card-depoimentos-4 .swiper-slide .img {
        width: 60px;
        height: 60px;
        flex-shrink: 0;
        border-radius: 9999px;
        border: 0.50px #BDBDBD solid
    }

    .slides-card-depoimentos-4 .swiper-slide h6 {
        color: var(--secondary-contrast-color);
        display: flex;
        flex-direction: column;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 0.2px;
        margin-top: 10px;
    }

    .slides-card-depoimentos-4 .swiper-slide .paragrafo {
        height: 200px;
        overflow: hidden;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    .slides-card-depoimentos-4 .swiper-slide p {
        color: var(--secondary-contrast-color);
        display: flex;
        flex-direction: column;
        font-size: 15px;
        font-style: italic;
        font-weight: 400;
        line-height: 17px;
        letter-spacing: 0.2px;
    }

/* ====== Ajustes de responsividade ============= */
/* ====== Smartphones (retrato e paisagem) ====== */
@media only screen and (min-device-width: 280px) and (max-device-width: 540px) {
    .swiper-card-depoimentos-4 .setas {
        display: none !important;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .hide-on-desktop {
        display: unset;
    }

    .row-card-depoimentos-4 {
        width: 100%;
    }

        .row-card-depoimentos-4 h2 {
            text-align: center;
            font-size: 30px;
        }

    .slides-card-depoimentos-4 .swiper-slide h6 {
        width: 210px;
    }

    .slides-card-depoimentos-4 .swiper-slide p {
        width: 210px;
    }
}

/* ====== Tablets (retrato) ====== */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* Insira os estilos para tablets retrato aqui */
    .hide-on-mobile {
        display: none !important;
    }

    .hide-on-desktop {
        display: unset;
    }

    .row-card-depoimentos-4 {
        width: 100%;
    }

        .row-card-depoimentos-4 h2 {
            font-size: 36px;
            text-align: center;
        }

    .slides-card-depoimentos-4 .swiper-slide h6 {
        width: 225px;
    }

    .slides-card-depoimentos-4 .swiper-slide p {
        width: 225px;
    }
}

/* ====== Tablets (paisagem) ====== */
@media only screen and (min-device-width: 768px) and (max-device-width: 1023px) and (orientation: landscape) {
    /* Insira os estilos para tablets paisagem aqui */
    .hide-on-mobile {
        display: none !important;
    }

    .hide-on-desktop {
        display: unset;
    }

    .row-card-depoimentos-4 {
        width: 100%;
    }

        .row-card-depoimentos-4 h2 {
            font-size: 40px;
            text-align: center;
        }

    .slides-card-depoimentos-4 .swiper-slide h6 {
        width: 225px;
    }

    .slides-card-depoimentos-4 .swiper-slide p {
        width: 225px;
    }
}

/* ====== Desktops e laptops ====== */
@media only screen and (min-width: 1024px) {
    /* Insira os estilos para desktops e laptops aqui */
    .hide-on-desktop {
        display: none !important;
    }

    .hide-on-mobile {
        display: unset;
    }

    .row-card-depoimentos-4 {
        width: 980px;
    }

        .row-card-depoimentos-4 h2 {
            font-size: 40px;
        }

    .slides-card-depoimentos-4 .swiper-slide h6 {
        width: 250px;
    }
}

/* ====== Monitores grandes ====== */
@media only screen and (min-width: 1824px) {
    /* Insira os estilos para monitores grandes aqui */
    .hide-on-desktop {
        display: none !important;
    }

    .hide-on-mobile {
        display: unset;
    }

    .row-card-depoimentos-4 {
        width: 980px;
    }

        .row-card-depoimentos-4 h2 {
            font-size: 40px;
        }

    .slides-card-depoimentos-4 .swiper-slide h6 {
        width: 250px;
    }
}


/*card depoimentos layout 5*/
.container-depoimentos-5 {
    background: var(--primary-background-color);
}

.h2-titulo-depoimentos-5 {
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    margin: 20px;
}

.div-depoimentos-5 p {
    color: #051036 !important;
    font-weight: 500;
    line-height: 1.8 !important;
    font-size: 16px;
}

.div-depoimentos-5 .depoimentos-title h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    margin-top: 10px;
    margin-left: 10px;
}

.div-depoimentos-5 .depoimentos-description {
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 20px; /* Reduzido de 26px para 20px */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.avatar-title {
    height: 90px;

}

    .div-depoimentos-5 .el-avatar {
        background: lightgray 50%;
        height: 70px;
        width: 70px;
    }

@media (max-width: 768px) {

    .div-depoimentos-5 .el-card__body, .el-main {
        padding: 100px 60px 60px 60px;
    }

    .div-depoimentos-5 .depoimentos-title {
        max-height: 372px !important;
    }
}

/*card depoimentos layout 6*/

.div-depoimentos-6 {
    border-radius: 12px !important;
    background: var(--neutrals, #FFF);
    position: relative;
}

    .div-depoimentos-6 .card-with-bg {
        position: relative;
        overflow: hidden;
    }

        .div-depoimentos-6 .card-with-bg::after {
            content: '';
            position: absolute;
            top: 0;
            right: -20px; /* Ajuste conforme necessário */
            width: 100px; /* Ajuste conforme necessário */
            height: 100%;
            background: green;
            transform: skew(-20deg); /* Ajuste o ângulo conforme necessário */
            z-index: -1;
        }


    .div-depoimentos-6 .depoimentos-title {
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    .div-depoimentos-6 .depoimentos-descricao {
        height: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 10px;
    }

    .div-depoimentos-6 .rate-depoimentos {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        align-self: stretch;
        margin: 10px 0 10px 0;
    }

    .div-depoimentos-6 .depoimentos-img {
        border-radius: 8px;
        background: lightgray 50%;
        width: 100%;
        height: 260px;
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

@media (max-width: 768px) {

    .div-depoimentos-6 .depoimentos-img {
        height: 100px;
    }
}
