
.depoimentos-title{
    text-align: center;
    color:var(--cor-principal);
    font-size: 2rem;
    padding-top: 10px;
}
.depoimento-box{
    cursor: auto;
    margin-top: 4rem;
}
.depoimento-page{
    margin-top: 30px;
    max-width: 100%;
    
    width: 100%;
}

.depoimento-page .texto p{
    font-size: 0.9rem;
    margin-left: 10px;
    padding-bottom: .5rem;
}

.depoimento-page .texto{
    padding-bottom: 1rem;
}

.depoimento-page .depoente p{
    font-size: 0.9rem;
}
.depoimento-page .depoente{
    height: 100%;
}
.depoimento-body-mob .texto-depoente{
    text-align: left;
}

.depoimento-body-mob  .legenda-depoente{
    text-align: center;
}

.depoimentos .card-footer{
    background-color: #EFF4F6;
}
.depoimentos .depoimento-box{
    border-radius: 20px;
}
.depoimentos  .depoimento-box .card-footer{
    border-radius: 0px 0px 20px 20px;
}

.profile-depoimento {
    margin: 0 auto;
    width: 100px;
    padding: 1px;
    border: 3px solid var(--cor-secundaria);
  }

  .legenda-depoente p{
    margin-top:0;
    margin-bottom:0;
    font-weight: normal;
  }
  .coluna-foto-depoimento{
    padding-right: 0px;
    text-align: right;
  }
  .coluna-texto-depoimento{
    padding-left: 15px;
  }

  .quote{
    background-color: var(--cor-terciaria);
    position: absolute;
    top:-20px;
    width: 50px !important;
    left:-20px;
    padding: 10px;
    padding-right: 6px;
    padding-bottom: 12px;
    border-radius: 50%;
  }
  .depoimentos .quote img{
    max-width: 80%;
  }

  .depoimentos .title{
    font-size: 2.5rem;
    padding-bottom: 2rem;
}

.btn-insta{
    margin-top: 0.5rem;
}
.depoimentos-pc{
    max-width: 600px;
    margin: auto;
}
@media (max-width:768px) {
    .depoimentos .title{
        padding-left: 20%;
        padding-right: 20%;
    }
    .depoimentos .title{
        font-size: 1.5rem;
        padding-bottom: 0rem;
    }
    .depoimento-box{
        margin-left: 10%;
        margin-right: 10%;
    }
    .coluna-texto-depoimento{
        padding-left: 0px;
    }
    .btn-insta button{
        font-size: 0.9rem;
    }
}

@media(max-width:500px){
    .profile-depoimento {
        width:70px;
    }
    .legenda-depoente p{
        font-size: 0.8rem;
    }
    .col-8{
        padding-left: 10px;
        padding-right: 0;
    }
    .btn-insta button{
        font-size: 0.7rem;
    }
}

