/*BANNER*/
.section_banner{
    position: relative;
    height: 765px;
    width: 100%;
    background-color: #000;
}
.banner_container{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.banner_navigator{
    z-index: 8;
    bottom: 0;
    left: 0;
    position: absolute;
    /*background-color: #09f;*/
    width: 100%;
    /*height: 50px;*/
    display: block;
}
.first-box{height: 100%;}
.first-box li, .first-box a {
    height: 50% !important;
}
.first-box a {
    height: 100% !important;
}
.first-box a {
    padding: 27.5% 0;
}

.second-box{height: 100%;}
.second-box li, .second-box a {
    height: 100% !important;
}
.second-box a {
    padding: 65% 0;
}



.thrird-box{height: 100%;}
.thrird-box li, .thrird-box a {
    height: 50% !important;
}
.thrird-box a {
    height: 100% !important;
}
.thrird-box a {
    padding: 27.5% 0;
}

.main_nav {
    display: none; 
    position: fixed;
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    text-align: center;
}

.main_nav a{
    color: #FFF;
    font-family: 'Salopiot-Sans', sans-serif;
    font-size: 80px;
    border: 1px solid rgba(255,255,255,.2);
    width: 100%;
    display: block;
    /*padding: 100px 0;*/
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
}

.first-box{
    position: absolute;
    width: 33.33%;
    left: 0;
}
.second-box{
    position: absolute;
    width: 33.33%;
    left: 33.33%;
}
.thrird-box{
    position: absolute;
    width: 33.33%;
    right: 0;
}

.btn_middle{
    position: relative;
    height: 100%;
}
.main_nav a:hover{
    color: #c5ae79;
    background: rgba(255,255,255,.1);
}

.banner_navigator p{
    background: url('../img/detalhe_banner_title.png') top right no-repeat;
    padding-top: 30px;
    display: block;
    text-align: right;
    font-size: 48.89px;
    font-family: 'Salopiot-Sans', sans-serif;
    line-height: 57.31px;
    letter-spacing: 0.021em;
    color: #FFF;
    float: right;
    width: max-content;
}
.banner_navigator .content{
    border-bottom: 1px solid #FFF;
    margin-bottom: 28px;
}
.banner_navigator ul{
    width: max-content;
    float: left;
    margin-top: 140px;
}
.banner_navigator li{
    display: inline-block;
    width: 12px;
    height: 11px;
    background: url('../img/btn_banner_inativo.png') center center no-repeat;
    cursor: pointer;
}
.banner_navigator li.active{
    display: inline-block;
    background: url('../img/btn_banner_ativo.png') center center no-repeat;
}
/* BANNER */

/* BANNER - MEGA FLLEX */
.banner_content{
    position: relative;
    display: block;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}
.conteudo_banner {
    margin: 140px auto;
}
.conteudo_banner .tit_banner{
    text-align: right;
}
.conteudo_banner .tit_banner b{
    font-size: 44px;
}
.conteudo_banner .txt_banner {
    font-size: 15px;
    text-align: right;
    line-height: 21px;
    color: #fff;
    margin-top: 15px;
}
a.bt-banner{
    background-color: #F17016;
    padding: 10px 20px;
    color: #fff;
    margin: 10px auto 0;
    float: right;
    border-radius: 10px;
    font: 25px 'bebasneueregular', sans-serif;
    -webkit-box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 48px 0px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}
a.bt-banner:hover{
    background-color: #F38943;
}
.banner_navigator {
    bottom: 280px;
    right: calc(50% - 480px);
    left: auto;
    max-width: 700px;
}
.banner_navigator .content {
    border: none;
    /*border-top: 1px solid #f17016;*/
    margin-bottom: 28px;
}
.banner_navigator ul {
    float: right;
    margin-top: 25px;
}
.banner_navigator li{
    background: url(../imagens/inicial/banner/bg_pag.png) no-repeat top center;
    padding: 7px 6px 20px 11px;
    margin: 10px;
    font: 13px "opensans_regular", sans-serif;
    font-weight: bold;
    color: #fff;
    opacity: 0.3;
}
.banner_navigator li.active, .banner_navigator li:hover{
    background: url(../imagens/inicial/banner/bg_pag_hover.png) top center no-repeat;
    color: #2d2d2d;
    opacity: 1;
}