.banner-container{
    background: #eee;
    margin-bottom: 40px;
    padding: 14px 0px;
    width:100%;
    max-width:100%;
    overflow:inherit;
}
.banner-container span{
    position:absolute;
    top:-10px;
    right:10px;
    font-size:60%;
}
.content_bottom_right .banner-container{
    float:left;
}
.header_bottom .banner-container{        
    float: left;
    height: fit-content !important;
    max-width: 100%;
    overflow: hidden;
    padding:0px;
    margin:0px;
}
@media(max-width:320px ) {

    .header_bottom .banner-container{        
        float: left;
        height: fit-content !important;
        max-width: 315px;
        width:315px;
        overflow: hidden;
        padding:0px;
        margin:0px;
    }    
}
@media (min-width:321px) and (max-width:375px) {

    .header_bottom .banner-container{        
        float: left;
        height: fit-content !important;
        max-width: 370px;
        width:370px;
        overflow: hidden;
        padding:0px;
        margin:0px;
    }    
}
@media (min-width:376px) and (max-width:480px) {

    .header_bottom .banner-container{        
        float: left;
        height: fit-content !important;
        max-width: 470px;
        width:470px;
        overflow: hidden;
        padding:0px;
        margin:0px;
    }    
}
@media (min-width:481px) and (max-width:767px) {

    .header_bottom .banner-container{        
        float: left;
        height: fit-content !important;
        max-width: 757px;
        width:757px;
        overflow: hidden;
        padding:0px;
        margin:0px;
    }    
}
.page .banner-container{
    overflow:hidden;
}

/* comprimentos maximos */
.banner-container .banner-CAB img{
    max-width:100%;
    max-height: 60px;
}
.banner-container .banner-CENC img{
    max-width:100%;
    max-height: 100px;
}
.banner-container .banner-ROD img{
    max-width:100%;    
}
.banner-container .banner-LSUP img,.banner-container .banner-LCEN img,.banner-container .banner-LINF img{
    max-width: 100%;
    height:-webkit-fill-available;
}
.banner-container .banner-ICON img,.banner-container .banner-FCON img{
    max-width: 100%;
    max-height:100px;
}
.banner-window .banner-POPUP img{
    max-width: 100%;
    max-height:600px;
}

#at-share-dock {
    max-width: 100vw;
}
#netkevin-overlay { width:100%; max-width:100vw; height:100%; position:fixed;  _position:absolute; top:0; left:0; z-index:1001; background-color:#000000; overflow: hidden;  }
#netkevin-popup { display: none; position:absolute; z-index:1002; }
.netkevin-popup-4 {
    height: auto;
    padding: 25px 20px 20px 20px;  
    background-color: transparent;  
    position: relative;  
    background-clip: padding-box;
}
.netkevin-popup-4 p { margin: 0; padding: 0;}
.netkevin-close { display: block; position: absolute; top: 1px; right: 7px; color: #aaa; font-size: 24px; text-decoration: none; }

.netkevin-close::after {
    font-family: 'lg';
    content: "\e070";
    font-weight: normal;
}


.netkevin-close{
    position: absolute; 
    top: -20px;
    right: 20px;
    font-weight: lighter;
    height: 40px;
    width: 40px;
    border:1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    font-family: 'lg';
    color: #fff;
}

.netkevin-close:hover{
    color: #fff
}

.netkevin-close:after{
    line-height: 1em;
}