/* -----------------------------carroussel */
.carroussel .item{
    height: 400px;
    /*background-color: #f2f2f2;*/
    background-repeat: no-repeat;
    background-position: center;
}
.carroussel .item .slider-txt{
    padding: 30px;
}
.carroussel .item .slider-txt h2{
    font-weight: 500;
    padding-bottom: 10px;
    font-weight: 600;
}
.carroussel .item .slider-txt h2::after{
    display: block;
    content: '';
    width: 100px;
    height: 4px;
    background-color: #c8a165;
    margin-top: 10px;
}
.carroussel .item .slider-txt span{
    font-size: 20px;
    line-height: 1.6;
}
.carroussel .item .slider-txt span i{
    font-size: 28px;
    font-weight: 500;
}

.carroussel .carousel-indicators .active {
     background-color: #c8a165;
     width: 25px;
    height: 5px;
    border: none;
    margin: 0;
}
.carroussel .carousel-indicators li {
    border-radius: 0;
    width: 25px;
    border: none;
    height: 5px;
    background-color: #444444;
    border-radius: 2px;
    margin: 0;
}

/* -----------------------------news*/
.main-news{
    background-color: #f2f2f2;
    overflow: hidden;
}
.main-news .carousel-indicators .active {
    background-color: #c8a165;
}

.main-news .item{
    height: 360px;
}
.main-news .item a .carousel-caption-txt{
    width: 100%;
    position: absolute;
    background-color: rgba(68, 68, 68, 0.9);
    bottom: 0;
    top: 0;
    opacity: 0;
    padding: 50px;
    color: #fff;
}
.carousel-caption-txt h3{
    padding-top: 15px;
}
.main-news .item a:hover >.carousel-caption-txt{
    opacity: 1;
}
.carousel-caption-txt span{
    padding: 10px;
}
.main-news .item a:hover >.carousel-caption-txt span{
    background-color: #c8a165;  
}

.main-news .leftRight{
    position: absolute;
    top: 50%;
    color: #c8a165;
    background-color: #444;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 5px;
}
.main-news .leftRight i{
    font-size: 30px;
}
.main-news .leftRight:hover{
    color: #444;
    background-color: #c8a165;
}
.main-news .esq{
    left: 0;
}
.main-news .dir{
    right: 0;
}
.main-news .news-small-box{
    max-width: 98%;
    height: 178px;
    overflow: hidden;
    margin-bottom: 5px;
    position: relative;
}
.main-news .news-small-box a:hover>.news-small-box-capt{
    background-color:  rgba(200, 161, 101,0.9);
    padding-bottom: 30px
}
.main-news .news-small-box a:hover> img{
    -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.main-news .news-small-box a:hover> .news-small-box-capt i{
    color: #444;
}
.main-news .news-small-box img{
    width: 100%;
}
.main-news .news-small-box i{
    color: #c8a165;
    font-size: 16px;
    font-weight: 500;
}
.main-news .news-small-box .news-small-box-capt{
    width: 100%;
    background-color: rgba(68, 68, 68, 0.8);
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding: 5px;
}
.main-news .news-small-box .news-small-box-capt span{
    font-size: 14px;
    font-weight: 100;
}

/* -----------------------------home juizes*/
.extrato {
    padding-top: 55px;
}
.extrato h3{
    margin-bottom: 30px;
}
.extrato p{
    font-size: 16px;
    line-height: 1.6;
    text-align: justify;
    font-weight: 100;
}
.extrato .fa{
    color: #c8a165;
}
.juizes-box{  
    margin-bottom: 60px;
    overflow: hidden;
    width: 100%;
}
.juizes-box img{
    height: 350px;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
.juizes-box .juizes-box-capt{
    border-radius: 3px;
    position: absolute;
    width: 70%;
    left: 43px;
    margin-top: -50px;
    background-color: #444;
}
.juizes-box .juizes-box-capt span{
    display: block;
    text-align: center;
    padding: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #bfbfbf;
}
.juizes-box .juizes-box-capt span:first-child{
    border-bottom: 1px solid #333333;
}
.juizes-box .juizes-box-capt span:last-child{
    color: #c8a165;
}
.saiba-que-e-quem{
    text-align:center;
    position: relative;
}
.saiba-que-e-quem .nr-content{
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-top: 25px;
}
.saiba-que-e-quem-bg-box{
    width: 100%;
}
.saiba-que-e-quem-bg-box span{
    font-size: 190px;
    color: #f2f2f2;
    margin-top: -50px;
    display: block;
}
.saiba-que-e-quem-capt{
    position: absolute;
    bottom: 40px;
    width: 100%;
}
.saiba-que-e-quem-capt h4{
    font-size: 25px;
    font-weight: 600;
}
.saiba-que-e-quem .txt-content p{
    color: #8c8c8c;
    margin-bottom: 10px;
}
.saiba-que-e-quem .txt-content a{
    border: 3px solid #c8a165;
    padding: 8px 10px;
    color: #c8a165;
    display: block;
}
.saiba-que-e-quem .txt-content a:hover{
    border: 3px solid #444;
    background-color: #444;
}
/*------------------- home other files*/

.home-ohter-files {
    background-color: #f2f2f2;
}
.home-ohter-files-transpa {
   border-right: 1px solid #cccccc;
    padding-right: 15px;
}
.home-ohter-files h3{
    margin-bottom: 10px;
}
.home-ohter-files .transpa-box{
    position: relative;
    margin-bottom: 10px;
    
}

.home-ohter-files .transpa-box a:hover >img:last-child{
    opacity: 1;
}
.home-ohter-files .transpa-box img:last-child{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.seAll{
    border: 3px solid #c8a165;
    padding: 8px 10px;
    color: #c8a165;
    display: block;
    text-align: center;
}
.seAll:hover{
    border: 3px solid #444;
    background-color: #444;
    color: #c8a165;
}
.home-files-box h4 a{
    color: #c8a165; 
}
.home-files-box h4 a:hover{
    text-decoration: underline;
}

.home-files-box ul{
    list-style:none;
    padding-left: 0;
    margin-bottom: 30px;
}
.home-files-box ul li{
    margin-bottom: 5px;
}
.home-files-box ul li a{
    font-size: 14px;
    color: #444;
}
.home-files-box ul li a:hover{
    color: #c8a165;
}
.home-files-box ul li a i{
    margin-right: 10px;
}
