/* #megabanner {
    width: 980px;
    height: 250px;
    margin: 0 auto 20px;
    overflow: hidden;
    display: block;
    position: relative;
} */

#megabanner {
    width: 980px;
    height: 240px;
    margin: 0 auto 10px;
    overflow: hidden;
    display: block;
    position: relative;
}

#superbannercns {
    height: 200px;
    overflow: hidden;
    position: relative;
    display: block;
    display: block;
    background-color: #fff;
}

#superbannercns img,
#superbannercns iframe {
    display: none;
    position: absolute;
    cursor: pointer;
}

#megabanner #progress_bar {
    height: 3px;
    opacity: 0.8;
    background-color: #FFF;
    position: absolute;
    width: 0px;
    z-index: 10;
    color: #FFFFFF;
}

#megabanner .banner_lista_cliente {
    padding: 0px;
    margin: 0px;
    bottom: 0;
    position: absolute;
    width: 95%;
    display: flex;
    justify-content: center;
}

/* #megabanner .banner_lista_cliente li {
    display: inline-block;
    list-style: none;
    cursor: pointer;
    padding: 5px 0;
    color: #000;
    transition: all .2s ease-in;
    font-size: 15px;
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
} */

#megabanner .banner_lista_cliente li {
    display: inline-block;
    list-style: none;
    cursor: pointer;
    padding: 5px 0 5px 5px;
    color: #000;
    transition: all .2s ease-in;
    font-size: 15px;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#megabanner .banner_lista_cliente li:hover,
#megabanner .banner_lista_cliente_hover {
    background-color: rgba(190, 190, 190, 0.6);
}

#megabanner .banner_lista_cliente li div{
    padding: 0 5px;
    border-right: 1px solid #111;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal;
}

#megabanner .banner_lista_cliente li:last-child div{
    border-right: none;
}

#megabanner .dots {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin: 3px;
    display: inline-block;
    cursor: pointer;
    transition: all .1s linear;
    border: 2px solid #378174;
}

#megabanner .dots:hover,
#megabanner .dots_hover {
    background-color: #378174;
    color: #FFF;
}

#megabanner .dot_area_cliente {
    width: auto;
    text-align: center;
    display: none;
    margin-top: 4px;
    margin-right: 10px;
    z-index: 10;
    position: absolute;
    bottom: 0;
    right: 0
}

.superbanner-responsive {
    width: 980px;
    height: 200px;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

#usuariodir * {
    z-index: 9000;
}

.banner-capa-carros iframe,
.banner-capa-motos iframe,
.banner-capa-caminhoes iframe,
.banner-capa-antigos iframe,
.banner iframe {
    width: 225px;
    height: 260px;
    cursor: pointer;
}

.iframe-responsive.banner-LDT {
    width: 225px;
    height: 200px;
}

.banner-lateral-esquerda {
    overflow: hidden;
    position: relative;
    height: 500px;
}

.banner-lateral-esquerda iframe, .banner-lateral-esquerda a {
    width: 158px;
    height: 500px;
    cursor: pointer;
}

.banner-lateral-esquerda a {
    z-index: 900;
    position: absolute;
    top: 0;
    display: block;
}
