/*--------------------------- BANNERS--------------------------------------------*/
.content_section {margin-top: 0;}
#banner_home_1_container, #banner_home_3_container, #banner_home_5_container {
    max-height: 250px !important;
    
}
#banner_home_1,#banner_home_3,#banner_home_5{background-color: #f7f7f7;}
.banner-pub.banner-pub-container--visivel {
    width: 100%;
}
.banner-pub.visible-desktop {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-right: 2.25rem;
    padding-left: 2.25rem;
}
.banner-pub.visible-desktop3 {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;

}
.banner-pub.visible-mobile {
    margin-left: auto;
    margin-right: auto;
   /* max-width: 18.75rem;*/
   
}
.banner2-pub.visible-mobile {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
    padding-right: 0;
    padding-left: 0;
    display: flex;
}



.banner-pub {
    position: relative;
    background-clip: content-box;
}
.banner-pub-container--visivel {
    display: block;
}



#banner_home_1_container_t, #banner_home_3_container_m, #banner_home_5_container_m {display: none;}


#banner_home_2 {max-height: 300px; height: 250px; margin-top: 30px;}
#banner_home_3,#banner_home_5 {max-height: 250px; height: 250px;}
.banner_home_3_780,.banner_home_5_780  {max-height: 150px !important; height: 150px !important;}




#banner_home_2_container #banner_home_1_t, #banner_home_2_container_m {display: none;}
#banner_home_2_m {
    height: 250px;
}

#banner_home_3_container,#banner_home_5_container {float: left; width: 100%; margin: 48px 0;}
#banner_home_3,#banner_home_5 {display: flex;
    align-items: center;
    justify-content: center;}




@media(max-width:1199px){
    .banner-pub.visible-desktop  {padding: 0;} 
    #banner_home_2 {max-height: 260px; max-width: 300px;}
}
   

@media print, screen and (min-width: 1024px){
    .banner_home2_wrapper {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    }

@media(max-width:992px){
	.content_section {margin-top: 140px;}
    .banner-pub.visible-desktop  {padding: 20px 0;} 
    #banner_home_1_container, #banner_home_3_container, #banner_home_5_container {display: none;}
    #banner_home_1_container_t, #banner_home_3_container_m, #banner_home_5_container_m {display:contents; max-height: 250px !important;}

#banner_home_1_t,  #banner_home_3_m,  #banner_home_5_m{height: 250px;}





}   
   
   
 @media(max-width:480px){
        #banner_home_1_container_t {display: none;}
           #banner_home_2 {display: none;}
           #banner_home_2_container #banner_home_1_t {display: inherit;}   
           #banner_home_2_container_m {
           display: inherit;
           width: 100%;
           float: left;
       }

  }

/*--------------------------- BANNERS--------------------------------------------*/