.content {
    padding-top: 227px;
}

@media (max-width: 992px) {
    .content {
        padding-top: 137px;
    }
}

.section-contato{
    padding-top: 50px;
}

.section-contato-title{
    font-size: 28px;
    color: #00625b;
    font-weight: bold;
}

/*card-contato*/

.card-contato{
    background-color: #f5f5f5;
    padding: 25px 35px;
    border-left: 4px solid #006b68;
    /*border-bottom: 1px solid #006b68;*/
    margin-bottom: 40px;
    box-shadow: 3px 3px 5px 0px rgba(0,107,104,0.5);
    /*box-shadow: 0px 0px 5px 0px rgba(0,107,104,0.5);*/
}

.card-contato a{
    color: #006b68;
}


.card-gestao{
    text-align: center;
}

.card-gestao-nome{
    font-size: 18px;
    font-weight: bold;
    color: #008f83;
    margin-top: 15px;
    margin-bottom: 5px;
}

.card-gestao-nome a{
    font-size: 18px;
    font-weight: bold;
    color: #008f83;
    margin-top: 15px;
    margin-bottom: 5px;
    text-decoration: none;
}

.card-gestao-cargo{
    font-size: 16px;
    color: #5e5e5e;
    font-weight: bold;
}
.card-gestao-img img{
    width: 150px;
    height: 150px;
    color: #5e5e5e;
    font-weight: bold;
    border-radius: 75px;
    object-fit: cover; /* Isso garante que a imagem se ajuste ao contêiner circular */
    border: 2px solid #fff; /* Adiciona uma borda branca ao redor da imagem */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Adiciona uma sombra leve */
}
