﻿body {
    background-color: #fdfdfd;
}

.card-status {
    background-color: #a7d2ff;
    padding: 0.12rem 0.3rem;
    color: #0088ff;
    border-radius: 0.3rem;
}

.brand-logo {
    width: 100px;
    height: 100px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    padding: 0.75rem;
    border-radius: 1rem;
}

.ul-custom li{
    font-size: 12px!important;
}

.avatar-depoiment {
    border:4px solid  #dbdbdb;
    border-radius: 50%;
    max-height: 120px;
    margin-bottom: 2rem;
}


.card-depoiment {
    padding: 1rem;
    background-color: white;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
}


.sec-sobrenos {
    border-radius: 16px;
    padding: 2rem;
    background-color: #bbedd6;
}

.nomeDepoimento {
    color: #00552e;
    font-weight: 600;
}

.sec-brand {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.sec-colab p {
    font-size: 19px;
}
    .sec-colab .descricao {
        font-style: italic;
    }




.card-vaga{
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}

.card-vaga p{
    font-weight:600
}

    .card-vaga .time {
        color: gray;
        font-size: 12px;
    }


