﻿.border-atuacao {
    border: 2px solid black;
    margin: 0;
    height: 200px;
}

.scroll-y {
    overflow-y: scroll;
}

    .scroll-y::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #f5f5f5;
    }

.panel-heading {
    background-color: #FDEEE0 !important;
    color: #FDEEE0 !important;
}

.texto-atuacao {
    text-align: justify;
    text-indent: 2.2em;
}

    /*.texto-atuacao:first-line {
    }*/
