.depoimentos {
    width: 1200px;
    height: 950px;
    padding: 100px 0;
    margin: 0 auto;
    position: relative;
}

.fundo-depo {
    background: url(../imgs/fundo-depo.png);
    width: 100%;
    height: 950px;
    left: 0;
    position: relative;
    top: 0;
}

.titulo-depoimento {
    position: relative;
    display: block;
    margin: 0 auto;
    width: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 52px;
    color: #202020;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0px 0 40px 0;
    line-height: 60px;
    padding: -7px 0 0 0;
}

.titulo-depoimento span {
    background: linear-gradient(90deg, #722e77 0%, #fc7002 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 1.2em;
    letter-spacing: -0.03em;
}

.tudo.wellhub {
    width: 100%;
    height: 100%;
    background-color: #722e77;
    display: flex;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 9999;
    border-radius: 22px;
    opacity: 0;
    transition: 0.4s;
    padding: 350px 0 0 0;
    justify-content: center;
    font-weight: 300;
}

.tudo {
    width: 100%;
    height: 150px;
    background-color: #722e77;
    display: flex;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 9999;
    border-radius: 22px;
    opacity: 0;
    transition: 0.4s;
    padding: 350px 0 0 0;
    justify-content: center;
    font-weight: 300;
}

.tudo a {
    color: #fff;
}

.foto-depo {
    display: block;
    width: 90%;
    height: 50%;
    object-fit: cover;
    border-radius: 22px;
    left: 5%;
    position: relative;
    top: 20px;
    z-index: 99999;
}

.estrelas {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 225px;
    height: 20px;
    display: inline-flex;
    background: #ffffffd9;
    padding: 5px;
    border-radius: 11px;
}

.txt-depoimento {
    font-size: 13px;
    line-height: 1.3em;
    padding: 15px 24px;
    position: relative;
    height: 95px;
}

.nome-depoimento {
    font-size: 22px;
    position: relative;
    color: #722e77;
    top: 30px;
    font-weight: 900;
}

.cidade-depoimento {
    position: relative;
    margin-top: 36px;
    font-size: 10px;
    background: #fc7002;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
    color: #fff;
}

.sete-dias-gratis-depo {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    bottom: 50px;
    background: rgb(114, 46, 119);
    background: linear-gradient(
        125deg,
        rgba(114, 46, 119, 1) 0%,
        rgba(252, 112, 2, 1) 100%
    );
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    padding: 20px 95px;
    border-radius: 36px;
    z-index: 9999;
}

.sete-dias-gratis-depo:hover {
    background: linear-gradient(
        225deg,
        rgba(114, 46, 119, 1) 0%,
        rgba(252, 112, 2, 1) 100%
    );
    box-shadow: 5px 5px 10px 0px #0000004d;
}

@media screen and (max-width: 970px) {
    .fundo-depo {
        background: url(../imgs/fundo-depo.png);
        width: 100%;
        height: auto;
        left: 0;
        position: relative;
        top: 0;
    }

    .depoimentos {
        width: 100%;
        height: auto;
        padding: 60px 0;
        margin: 0 auto;
        position: relative;
    }

    .depoimentos {
        width: 100%;
        height: auto;
        padding: 100px 0 50px 0;
        margin: 0 auto;
        position: relative;
    }

    .titulo-depoimento {
        position: relative;
        display: block;
        margin: 0 auto;
        width: auto;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 37px;
        color: #202020;
        flex-direction: column;
        flex-wrap: wrap;
        margin: 0px 0 40px 0;
        line-height: 40px;
        padding: -7px 0 0 0;
    }

    .titulo-depoimento span {
        background: linear-gradient(90deg, #722e77 0%, #fc7002 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 1em;
        letter-spacing: -0.03em;
    }

    .sete-dias-gratis-depo {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0px);
        bottom: 85px;
        background: rgb(114, 46, 119);
        background: linear-gradient(
            125deg,
            rgba(114, 46, 119, 1) 0%,
            rgba(252, 112, 2, 1) 100%
        );
        font-size: 1em;
        font-weight: 900;
        color: #fff;
        padding: 20px 0px;
        border-radius: 36px;
        z-index: 9999;
        width: 94%;
        text-align: center;
    }
}
