

.banner-900x90{
    width: 100%;
    height: auto;
    margin: 10px auto;
    display: block;
}

.banner-250x250{
    width: 100%;
    height: auto;
    margin-top: 15px ;
    margin-bottom: 15px;
    display: block;
}

.anuncio-archive-aside{
    width: 100%;
    height: auto;
}

.img-publi{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}


/* Media Querie phone Landscape */
@media screen and (min-width:576px){

}


/* Media Querie Tablet */
@media screen and (min-width:768px){
  
}

/* Media Querie Tablet-desktop */
@media screen and (min-width:992px){
  .banner-250x250{
    /* margin-top: 90px; */
  }

  
}

/* Media Querie desktop */
@media screen and (min-width:1200px){
  
}

/* Media Querie desktop large*/
@media screen and (min-width:1366px){
   
}

@media screen and (min-width:1700px){
  
    
}   

@media screen and (min-width:1920px){
   
 .banner-900x90{
    width: 97%;
 }
    

}

@media screen and (min-width:2560px){

    .banner-900x90{
        width: 92%;
     }
   
    .banner-250x250{
        height: auto;
    }
    
    

}



