.bg-darkgray {
    background: #292929;
}
.bg-black {
    background: #000000;
}
.color-dourado {
    color: #d3b56c;
}
.color-white {
    color: #FFFFFF;
}

.barra-abaixo-banner {
    height: 10px;
    background-color: #C4C4C4;
}


.foto-home-artigo-destaque {
    text-align: center;
    background: url('img/fundo-grafismo-foto-artigos-home.png') no-repeat;
    position: relative;
    /*
    width: 330px;
    height: 180px;
    left: 50%;
    margin-left: -150px;    
    top: 30px;
    */    
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.foto-home-artigo-destaque img {
    
}

/*
.foto-destaque-home {
    top: auto;
}

.col-foto-expertise {
    padding-bottom: 0;
}
*/

.slick-arrow {
    z-index: 9;
    height: 30px;
    top: 50%;
    margin-top: -15px;    
}
.slick-slide img {
    display: inline-block;
}

.div-adv-nome {
    color: #AF8B3B;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 0.9em;
    margin-left: 10px;
    margin-right: 10px;    
    max-width: 166px;
}

.div-adv-representacao {
    color: #AF8B3B;
    text-align: center;
    font-family: 'Montserrat';
    font-size: 0.8em;
    margin-left: 10px;
    margin-right: 10px;    
    max-width: 166px;
}

.div-foto-advogado {
    margin-left: 10px;
    margin-right: 10px;
    max-width: 166px;
}

.titulo-destaq-news {
    text-transform: uppercase;
}

.leia-mais-expertise-home {
    text-align: right;
}
.leia-mais-expertise-home a {
    font-size: 0.9em;
}

.foto-destaque-home {
    background: url('img/fundo-grafismo-foto-artigos-home.png') no-repeat;
    position: relative;
    width: 330px;
    height: 180px;
    left: 50%;
    margin-left: -150px;    
    top: 30px;
    background-size: contain;
    background-repeat: no-repeat;    
    /*
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);    
    */
}

.foto-home-expertises {
    width: 260px;
    height: 170px;
}

.carreira-input {
    border: 0; border-bottom: 1px solid #E0E0E0;
}

.resumo-news-home {
    min-height: 85px;
}

.no-border {
    border: none;
}

.h-2rem {
    height: 2rem;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.article-paginacao {
    margin-left: 3em;
    margin-right: 3em;
    margin-top: 1em; 
    font-family: 'Montserrat'; 
    min-width: 70%;    
}

.sub-titulo-news {
    width: 100%;
}

.font-montserrat {
    font-family: 'Montserrat';
}

.text-ident-2 {
    padding-left: 1rem;
}