/*BANNER*/
.section_banner{
    position: relative;
    height: 765px;
    width: 100%;
    background-color: #000;
    /*z-index: -1;*/
}
.banner_container{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.banner_navigator{
    z-index: 8;
    bottom: 200px;
    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;
}

.logo img {
    /* margin-bottom: -21px; */
    position: absolute;
    bottom: 28px;
}


.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;
}



.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%;
}


.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{
    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_next{
    font-size: 0em;
    cursor: pointer;
    background: url('../imagens/header/icon_setabanner.png') center center no-repeat;
    width: 50px;
    height: 50px;
    float: right;
}
.banner_prev{
    float: left;
    font-size: 0em;
    cursor: pointer;
    background: url('../imagens/header/icon_setabanner.png') center center no-repeat;
    width: 50px;
    height: 50px;
    transform: rotate(180deg);
}

.banner_content {
    width: 520px;
    max-width: 100%;
    text-align: justify;
    text-align-last: center;
    margin: 330px auto 0 auto;
}
.banner_content h2{
    color: #FFF;
    font-size: 23px;
    margin-bottom: 25px;
    letter-spacing: 0.21em;
}
.banner_content p{
    color: #FFF;
    font-size: 15px;
}
/*BANNER*/
