/*body {
    background: #fff;
    color: #2f3542;
    font-size: 13px;
    font-family: Arial;
}*/

.topo-ouvidoria {
    background: linear-gradient(135deg, #007bff, #1a428a);
    color: #fff;
    padding: 55px 0;
    border-radius: 0 0 35px 35px;
    margin-bottom: 35px;
}

.topo-ouvidoria h1 {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.topo-ouvidoria p {
    font-size: 14px;
    max-width: 850px;
    margin: 15px auto 0;
    opacity: .95;
}

.card-custom {
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    /*box-shadow: 0 8px 25px rgba(0,0,0,.08);*/
    font-size: 13px;
}

.card-custom .card-header {
    background: #fff;
    border-bottom: 1px solid #edf0f4;
    border-radius: 16px 16px 0 0;
    font-weight: 700;
    font-size: 16px;
}

.card-custom input{
    font-size: 13px;
}

.icone-circulo {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #007bff;
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    font-size: 16px;
}

.info-line {
    padding: 14px 0;
    border-bottom: 1px solid #e6e9ef;
    font-size: 13px;
}

.info-line:last-child {
    border-bottom: 0;
}

.btn-dark-custom {
    background: #2f3640;
    color: #fff;
    border-radius: 8px;
    padding: 13px;
    font-weight: 500;
    transition: .2s;
}

.btn-dark-custom:hover {
    background: #1e272e;
    color: #fff;
    transform: translateY(-2px);
}

.btn-blue-custom {
    background: #007bff;
    color: #fff;
    border-radius: 8px;
    padding: 13px;
    font-weight: 500;
    transition: .2s;
}

.btn-blue-custom:hover {
    background: #1a428a;
    color: #fff;
    transform: translateY(-2px);
}        

.btn-green-custom {
    background: #28a745;
    color: #fff;
    border-radius: 8px;
    padding: 13px;
    font-weight: 500;
    transition: .2s;
}

.btn-green-custom:hover {
    background: #218838;
    color: #fff;
    transform: translateY(-2px);
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-link {
    border: 0;
    border-radius: 10px 10px 0 0;
    margin-right: 8px;
    background: #007bff;
    color: #ffffff;
    font-weight: 500;
}

.nav-tabs .nav-link.active {
    background: #1a428a;
    color: #fff;
}

.tab-content {
    background: #fff;
    padding: 25px;
    border: 1px solid #edf0f4;
    border-radius: 0 0 16px 16px;
    /*box-shadow: 0 8px 25px rgba(0,0,0,.06);*/
}

.form-control {
    border-radius: 8px;
    min-height: 45px;
}

textarea.form-control {
    min-height: 130px;
}

.mini-card {
    background: #fff;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 8px 22px rgba(0,0,0,.06);
    height: 100%;
    transition: .2s;
}

.mini-card:hover {
    transform: translateY(-4px);
}

.mini-card i {
    color: #007bff;
    font-size: 28px;
    margin-bottom: 12px;
}

.rodape-box {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(0,0,0,.06);
    padding: 25px;
}

@media (max-width: 768px) {
    .topo-ouvidoria h1 {
        font-size: 25px;
    }

    .nav-tabs .nav-link {
        margin-bottom: 8px;
        width: 100%;
    }
}