@font-face {
    font-family: 'trajan';
    src: url('../fonts/TrajanPro-Regular.ttf');
}
* {
    outline: none;
}
a {
    text-decoration: none!important;
    cursor: pointer!important;
}
p {
    line-height: 1.5;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
body {
    margin: 0;
    font-family: 'PT Sans', sans-serif;
}
.container {
    max-width: 1200px!important;
    width: 100%;
}
.titulo-geral {
    font-size: 64px;
    font-family: 'trajan';
    color: #caac7b;
}
.titulo-interno {
    font-size: 40px;
    font-family: 'trajan';
    color: #caac7b;
    margin: 0;
}
.p-interno {
    font-size: 16px;
    color: #919192;
    text-align: justify;
}
.titulo-noticia{
	font-family: 'trajan';
	color: #caac7b;
}
.titulo-noticia span {
    font-size: 12px;
}
.media-object{
    width: auto !important;
}
.media-body{
    vertical-align: middle;
}
header {
    position: relative;
    z-index: 2;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    height: 140px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.media-heading{
    font-size: 20px;
    font-family: 'trajan';
    color: #caac7b;
}
.det{
    color:#caac7b; 
    
}
.det-p{
    text-align: center;
}

a.navbar-brand {
    margin-top: -10px;
    padding: 0;
}
.navbar-nav {
    float: right;
    margin-right: -15px;
}
.navbar-nav>li>a {
    padding: 10px 10px;
    font-size: 16px;
    color: #caac7b!important;
    text-transform: uppercase;
}
header .hvr-underline-from-center:before {
    bottom: 7px;
    background: #caac7b;
    height: 2px;
}


.vitrine {
    margin-top: -140px;
}
.vitrine .content {
    position: absolute;
    z-index: 2;
    top: 50%;
}
.vitrine .content h4 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
}
.vitrine .content h1 {
    font-size: 94px;
    font-family: 'trajan';
    color: #caac7b;
    text-transform: uppercase;
}
.p-interno ul li{
    list-style-type: square;
}


.sobre {
    min-height: 700px;
    display: flex;
    align-items: center;
}
.sobre h2 {
    font-size: 65px;
    font-family: 'trajan';
    color: #caac7b;
    width: 670px;
    position: relative;
    z-index: 2;
    margin-top: 80px;
}
.sobre h2:before {
    content: "";
    border-bottom: 6px solid #caac7b;
    width: 70px;
    display: -webkit-inline-box;
    position: relative;
    top: 35px;
}
.sobre p {
    font-size: 18px;
    color: #24243f;
    margin-top: 50px;
    line-height: 2;
}
.sobre img {
    width: 100%;
}


.advogados {
    background: url(../images/advogados.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 730px;
    text-align: center;
    padding: 50px 0;
}
.advogados h1 {
    margin-bottom: 50px;
}
.advogados .content {
    width: 100%;
    height: 90px;
    background: #2a292a;
    margin-top: -10px;
}
.advogados .content h4 {
    font-size: 23px;
    font-family: 'trajan';
    color: #b2986f;
    text-transform: uppercase;
    padding-top: 20px;
    margin-bottom: 0;
}
.advogados .content p {
    font-size: 16px;
    color: #7f7f7f;
    text-transform: uppercase;
}
.advogados .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 45%;
    margin-left: -5px;
    display: block!important;
    border: 0px solid black;
}
.advogados .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 45%;
    right: -10px;
    display: block!important;
    border: 0px solid black;
}
.advogados .owl-prev i,
.advogados .owl-next i {
    transform: scale(5,5);
    color: #b2986f;
    background: #2a292a;
    width: 10px;
    height: 23px;
    padding-top: 4px;
}
.advogados .owl-prev i:hover,
.advogados .owl-next i:hover {
    color: #2a292a;
    background: #b2986f;
}


.depoimentos {
    min-height: 700px;
    display: flex;
    align-items: center;
}
.depoimentos h2 {
    font-size: 65px;
    font-family: 'trajan';
    color: #caac7b;
    width: 600px;
    position: absolute;
    z-index: 2;
    margin-top: 60px;
}
.depoimentos h2:before {
    content: "";
    border-bottom: 6px solid #caac7b;
    width: 70px;
    display: -webkit-inline-box;
    position: absolute;
    top: 155px;
}
.depoimentos p {
    font-size: 18px;
    color: #24243f;
    margin-top: 85px;
    line-height: 2;
}
.depoimentos img {
    width: 85%!important;
    float: right;
}
img.aspas {
    width: 73px!important;
    float: left;
}
.owl-dots {
    text-align: center;
    margin-top: 50px;
}
.owl-dots .owl-dot {
    display: inline-block;
}
.owl-dots .owl-dot span {
background: #caac7b;
    border-radius: 20px;
    display: block;
    width: 7px;
    height: 7px;
    margin: 5px 5px;
}


.rodape1 {
    width: 100%;
    min-height: 570px;
    background: #2a292a;
    display: flex;
    align-items: center;
    text-align: center;
}
.rodape1 .titulo-geral {
    margin-bottom: 50px;
}
.rodape1 input {
    width: 100%;
    height: 40px;
    color: #caac7b;
    border-bottom: 1px solid #caac7b;
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-bottom: 25px;
}
.rodape1 textarea {
    width: 100%;
    height: 30px;
    color: #caac7b;
    border-bottom: 1px solid #caac7b;
    border-top: none;
    border-left: none;
    border-right: none;
    background: transparent;
    border-radius: 0;
    padding: 0;
    margin-top: 10px;
}
.rodape1 ::-webkit-input-placeholder {
   color: #caac7b;
}
.rodape1 :-moz-placeholder {
   color: #caac7b;
}
.rodape1 ::-moz-placeholder {
   color: #caac7b;
}
.rodape1 :-ms-input-placeholder {
   color: #caac7b;
}
.botao2 {
    width: auto!important;
    height: auto!important;
    font-size: 14px!important;
    color: #2a292a!important;
    border: 1px solid #caac7b!important;
    background: #caac7b!important;
    padding: 5px 40px!important;
    border-radius: 50px!important;
    margin-top: 30px!important;
}
.botao2:hover {
    color: #caac7b!important;
    border: 1px solid #caac7b!important;
    background: #2a292a!important;
}

.rodape2 {
    width: 100%;
    min-height: 90px;
    background: #2a292a;
    border-top: 1px solid #737373;
}
.rodape2 address {
    margin-bottom: 0;
}
.rodape2 address span {
    font-size: 14px;
    color: #737373;
    display: inline-flex;
    height: 90px;
    align-items: center;
}


header.interna {
    height: 155px;
    background: #2f2b2c;
}
.pag-interna {
    padding-bottom: 50px;
}
.topo {
    padding: 50px 0;
    border-bottom: 1px solid #caac7b;
    margin-bottom: 50px;
}
.breadcrumb {
    float: right;
    margin: 0;
    background-color: transparent;
    border-radius: 0;
    padding: 8px 0;
    position: relative;
    top: -40px;
}
.breadcrumb>li>a {
    font-size: 14px;
    color: #caac7b;
    text-transform: uppercase;
}
.breadcrumb>li.active {
    color: #caac7b;
    text-transform: uppercase;
}
.breadcrumb>li+li:before {
    padding: 0 3px;
    color: #caac7b;
    content: "\003e";
}
.pag-interna img {
    width: 100%;
    margin-bottom: 60px;
}

.pag-interna .equipe {
    margin-top: 6px;
    margin-right: 16px;
    position: relative;
    min-height: 520px;
}

.pag-interna .equipe img {
    width: 40%!important;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}

.pag-interna .p-interno {
    margin-bottom: 30px;
    line-height: 25px;
}


.sidebar ul>li {
    margin-bottom: 20px;
    padding-left: 20px;
}
.sidebar ul>li>a {
    font-size: 16px;
    color: #838384;
}

.sidebar ul>li:hover a {
    color: #cdb285;
}
.selected{
	border-left: 4px solid #cdb285;
    padding-left: 16px;
    color: #cdb285 !important;
}

.pagination>li>a{
	color: #caac7b;
}
.pagination>li>a:hover{
	color: #caac7b;
}
.pagination>.active>a{
	background-color: #caac7b;
	border-color: #caac7b;
}
.pagination>.active>a:hover{
	background-color: #caac7b;
	border-color: #caac7b;
}


.media {
    border-bottom: 1px solid rgba(202,172,123,0.5);
}
.media img {
    width: 100%;
    margin-bottom: 40px;
    margin-top: 25px;
    margin-right: 30px;
}


.item-imprensa {
    height: 155px;
    border-bottom: 1px solid rgba(202,172,123,0.5);
    margin: 15px 0;
}


.legenda {
    font-size: 12px;
    font-family: 'trajan';
    color: #caac7b;
    margin-top: -45px;
    display: block;
}



/* --- MOBILE --- */
@media (max-width: 767px) {
    img.logo {
        width: 180px;
        margin-top: 25px;
    }
    .navbar-toggle {
        padding: 15px 15px;
        margin-top: 20px;
    }
    .navbar-default {
        display: block;
        height: 90px;
    }
    .navbar-toggle {
        margin-top: 20px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        background: #2a292a;
        z-index: 100;
        position: relative;
        min-height: 350px;
        padding: 10px 30px;
    }
    #menu ul.nav.navbar-nav {
        float: none;
        display: block;
        text-align: center;
    }
    #menu ul.nav.navbar-nav>li {
        margin-bottom: 20px;
    }
    .navbar-nav {
        float: none;
        text-align: center;
    }
    .navbar-nav>li>a {
        padding: 15px 10px;
    }
    .vitrine .owl-carousel .owl-item img {
        height: 400px;
        object-fit: cover;
    }
    .vitrine .content h1 {
        font-size: 44px;
        margin-top: 0;
    }
    .sobre h2 {
        font-size: 28px;
        width: auto;
        position: initial;
        margin-top: 0;
    }
    .sobre h2:before {
        width: 30px;
        display: -webkit-inline-box;
        position: relative;
        top: 25px;
    }
    .titulo-geral {
        font-size: 44px;
    }
    .depoimentos h2 {
        font-size: 28px;
        width: auto;
        position: initial;
        margin-top: 0;
    }
    .depoimentos h2:before {
        width: 40px;
        top: 40px;
    }
    .depoimentos img {
        width: 100%!important;
        margin-top: 20px;
    }
    img.aspas {
        width: 35px!important;
    }
    .depoimentos p {
        margin-top: 0;
        display: -webkit-inline-box;
    }
    .advogados .owl-prev {
        margin-left: -2px;
    }
    .advogados .owl-next {
        right: -7px;
    }
    .advogados .owl-prev i, .advogados .owl-next i {
        transform: scale(3,3);
    }
    .media-middle {
        vertical-align: top;
    }
    .media-body {
        vertical-align: top;
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .item-imprensa {
        height: 235px;
    }
}
@media (min-width: 768px) and (max-width: 1000px) {
    img.logo {
        width: 150px;
    }
    .navbar-nav>li>a {
        padding: 10px 5px;
        font-size: 13px;
    }
    .sobre h2 {
        margin-top: 0;
    }
    .depoimentos img {
        width: 80%!important;
    }
}