.banner {
    z-index: 1 !important;
    width: 82%;
    padding-bottom: 31.5%;
    position: relative;
    height: 0;
    overflow: hidden;
    background-color: #ccc;
    left: 9%;
    z-index: -1;
    background-position: center top;
    background-size: 100%;
    min-width: 500px;
}

.banner_secundarias {
    z-index: 1 !important;
    width: 82%;
    padding-bottom: 18.8%;
    position: relative;
    height: 0;
    overflow: hidden;
    background-color: #ccc;
    left: 9%;
    z-index: -1;
    background-position: center top;
    background-size: cover;
    min-width: 500px;
}

.container_banner {
    z-index: 1 !important;
    width: 100%;
    padding-bottom: 37.7%;
    position: relative;
    height: 0;
    overflow-y: hidden;
    left: 0;
    z-index: -1;
    margin-bottom: 2%;
}

.banner_home {
    width: 82%;
    height: 0;
    padding-bottom: 37.7%;
    position: absolute;
    top: 0;
    left: 9%;
    background-position: center top;
    background-size: 100%;
    min-width: 500px;
}

.banner_home ul {
    overflow: hidden;
    width: 100%;
    display: none;
}

.banner_home a {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    float: left;
    background-position: center top;
    background-size: 100%;
    background-repeat: no-repeat;
}

.banner_home a:hover {
    opacity: 1
}

.banner_padrao {
    width: 25%;
    padding: 5% 5% 25% 5%;
    float: left;
    background-image: url(img/banner_padrao.jpg);
    background-size: cover;
}

.banner_padrao p {
    font-size: 34px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    line-height: 42px;
}

.banner_padrao .bt_saibamais {
    background-color: #fff;
    color: #005372;
    font-family: 'Din';
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 3px;
    padding: 4% 10%;
    display: inline-block;
}

.home {
    padding-bottom: 36.9%;
}

body.responsivo .banner {
    padding-bottom: 45%
}

.banner_nav {
    margin: 0 auto 5% auto;
    display: table;
}

#index .banner_nav li {
    width: 130px;
    height: 4px;
    cursor: pointer;
    float: left;
    list-style: none;
    background-color: #ddd;
    margin-right: 5px;
    text-align: right;
}

#index .banner_nav li p {
    margin-top: 5px;
}

#index .banner_nav li:last-child {
    margin-right: 0;
}

#index .banner_nav li.active {
    background-color: #000
}

.banner_left {
    left: 5%
}

.banner_right {
    right: 5%
}

.banner_left,
.banner_right {
    position: absolute;
    top: 45%;
    z-index: 90;
    cursor: pointer;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    opacity: .7;
    display: none
}

.banner_left:hover,
.banner_right:hover {
    opacity: 1;
    transform: scale(1.1)
}

body.responsivo .banner_left,
body.responsivo .banner_right {
    top: 15%
}

body.responsivo .banner {
    margin-bottom: 0;
}

.banner_arrow_left:hover {
    opacity: .8;
}

.banner_arrow_right:hover {
    opacity: .8;
}

.banner .arrow {
    background-color: #949077;
    padding: 15px 7px;
    width: 30px
}

.banner .arrow_left {
    left: 0;
    position: absolute
}

.banner .arrow_right {
    left: 0;
    position: absolute
}

.banner_arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #fff;
    overflow: hidden;
    padding: 30px 40px;
    text-align: center
}

.banner_arrow>img {
    float: left;
    cursor: pointer
}

.banner_arrow>img:hover {
    opacity: .5
}

.banner_arrow_left {
    display: none;
    position: absolute;
    left: 7.92%;
    cursor: pointer;
    padding-bottom: 17%;
    background-color: #aece52;
    width: 1.1%;
    top: 27%;
    background-image: url(https://upload.madnezz.com.br/3df96f3b9513fc9685992ab74bc73724);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.banner_arrow_right {
    display: none;
    position: absolute;
    right: 7.92%;
    cursor: pointer;
    padding-bottom: 17%;
    background-color: #aece52;
    width: 1.1%;
    top: 27%;
    background-image: url(https://upload.madnezz.com.br/1a83b1bd6d810890b6c23c166d342b58);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.banner_secundarias .titulo {
    position: absolute;
    right: 8%;
    text-align: right;
    top: 20%;
    max-width: 50%;
}

.banner_secundarias .titulo h1 {
    text-transform: uppercase;
    color: #fff;
    font-size: 90px;
    line-height: 90px;
    padding-bottom: 20px;
    position: relative;
    display: initial;
}

.banner_secundarias .titulo p {
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}

.banner_secundarias .titulo h1:before {
    content: '';
    width: 150px;
    height: 3px;
    position: absolute;
    left: -170px;
    top: 30px;
    background-color: #fff;
    margin: 0;
}

.banner_secundarias .titulo p:after {
    content: '';
    width: 150px;
    height: 3px;
    position: absolute;
    right: -125px;
    bottom: 20px;
    background-color: #fff;
    margin: 0;
}

@media only screen and (max-width:1300px) {
    .banner_secundarias .titulo h1 {
        font-size: 60px;
        line-height: 60px;
    }
}

@media only screen and (max-width:990px) {
    .container_banner {
        width: 100%;
        padding-bottom: 48%;
    }

    .banner_home {
        width: 100%;
        min-width: 0;
        left: 0;
    }

    .banner_home ul {
        width: 100%;
    }

    .banner_nav {
        margin-bottom: 10%;
    }

    .banner_secundarias {
        left: 0;
        width: 100%;
        padding-bottom: 35%;
        background-position: right;
    }

    .banner_arrow_left {
        left: 0;
        width: 4%;
        height: 15%;
        top: 20%;
    }

    .banner_arrow_right {
        right: 0;
        width: 4%;
        height: 15%;
        top: 20%;
    }

    .banner_secundarias .titulo {
        max-width: 100%;
    }

    .banner_secundarias .titulo h1 {
        font-size: 40px;
        letter-spacing: -1px;
        line-height: 45px;
    }

    .banner_secundarias .titulo p {
        max-width: 90%;
        min-width: 80%;
        float: right;
    }

    .banner_secundarias .titulo h1:before {
        width: 80px;
        left: -90px;
        top: 12px;
    }

    .banner_secundarias .titulo h1:after {
        display: none;
    }

    #index .banner_nav li {
        width: 50px;
    }
}