* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  color: #fff;
  margin: 0;
  padding: 0;
  background-size: cover;
  object-fit: cover;
  backdrop-filter: blur(8px);
  position: relative;
  background-color: #000;
}

header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
    gap: 20px;
}

header > .titulo {
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
}


header > h3 {
    font-weight: normal;
    font-size: 1.2rem;
    letter-spacing: 1px;
    color: gainsboro;
}

header > .dados {
    display: flex;
    gap: 16px;
    margin-top: 8px;
}

.depoimentos {
    width: 100%;
    height: max-content;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 60px;
    justify-content: space-between;
}

.depoimentos > .depoimento {
    width: 380px;
    height: 300px;
    background-color: #18212F;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #575757;
    margin-bottom: 40px;
}

.depoimentos > .depoimento > .cabecalho {
    display: flex;
    gap: 12px;
}

.depoimentos > .depoimento > .cabecalho > .img {
    position: relative;
}

.depoimentos > .depoimento > .cabecalho > .img > img {
    width: 70px;
    border-radius: 50%;
    box-shadow: 0 0 10px #ffffff46;
}

.depoimentos > .depoimento > .cabecalho > .img > .verificado {
    width: 28px;
    height: 28px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: white;
    background-color: #0AA775;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.depoimentos > .depoimento > .cabecalho > .dados {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.depoimentos > .depoimento > .cabecalho > .dados > span.estado {
    width: fit-content;
    height: fit-content;
    padding: 6px;
    font-size: .75rem;
    border-radius: 20px;
    margin-left: 12px;
}

.depoimentos > .depoimento > .cabecalho > .dados > .avaliacao {
    display: flex;
    gap: 12px;
}

.depoimentos > .depoimento > .cabecalho > .dados > .avaliacao > .estrelas > i {
    color: #FBBF24;
}

.depoimentos > .depoimento > .cabecalho > .dados > .avaliacao > .verificado {
    color: gainsboro;
    font-size: .8rem;
}

.depoimentos > .depoimento > .texto {
    width: 100%;
    height: 150px;
    padding-top: 12px;
}

.depoimentos > .depoimento > .texto > p {
    color: gainsboro;
    font-size: .8rem;
    line-height: 21px;
}

.depoimentos > .depoimento > .rodape {
    width: 100%;
    margin-top: 12px;
}

.depoimentos > .depoimento > .rodape > .tempo-valor {
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: .8rem;
}

.depoimentos > .depoimento > .rodape > .tempo-valor > span {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
}

.depoimentos > .depoimento > .rodape > .tempo-valor > span.tempo {
    color: gainsboro;
}

.depoimentos > .depoimento > .rodape > .tempo-valor > span.valor {
    color: #4ac983;
}

.depoimentos > .carregarmais {
    width: 250px;
    height: 50px;
    background-color: #22C55E;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    letter-spacing: 1px;
    border-radius: 60px;
    margin: 0 auto 40px auto;
    cursor: pointer;
    transition: .4s all;
    border: none;
}

.depoimentos > .carregarmais:hover {
    transform: scale(110%);
    background: linear-gradient(to right,#7B23CE, #254BD7, #254BD7);
}

.confianca {
    width: 95%;
    min-height: 300px;
    height: auto;
    margin: 0 auto;
    background-color: #0F151E;
    border: 1px solid #2b2a2a;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.confianca > h2 {
    font-size: 1.8rem;
    margin-bottom: 12px;
}

.confianca > h4 {
    font-size: 1.1rem;
    font-weight: normal;
    color: gainsboro;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.confianca > .qualidades {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.confianca > .qualidades > .qualidade {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.confianca > .qualidades > .qualidade > .img > i{
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 1.5rem;
}

.confianca > .qualidades > .qualidade > p {
    color: gainsboro;
    font-size: .9rem;
}

footer {
    width: 100%;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

footer > h2 {
    font-size: 1.8rem;
}

footer > h4 {
    font-size: 1.1rem;
    font-weight: normal;
    color: gainsboro;
    letter-spacing: 1px;
}

footer > a {
    width: 250px;
    height: 50px;
    background-color: #22C55E;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    gap: 10px;
    font-size: 1.1rem;
    letter-spacing: 1px;
    border-radius: 60px;
    transition: .4s all;
    margin-bottom: 60px;
}

footer > a:hover {
    transform: scale(110%);
}

@media (max-width: 767px) {
    header > h3 {
        text-align: center;
    }

    .depoimentos {
        padding: 20px;
    }

    .confianca > h4 {
        text-align: center;
    }

    .qualidades {
        flex-direction: column;
        gap: 20px;
    }

    footer > h2, footer > h4 {
        text-align: center;
    }
}