﻿  
   .ads-dir {
    width: 18%;
    margin: 15px 10px 10px 10px;
    padding: 5px;
    height: auto;
    float: right;  /* OK se não quer usar flexbox puro */
    /* flex-wrap: wrap;  /* Remova se usar float */
    /* align-items: center;  /* Só funciona com display:flex */
}

.ads-esq {
    width: 18%;
    border-radius: 5px;
    margin: 15px 10px 10px 10px;
    padding: 5px;
    height: auto;
    float: left;
    /* flex-wrap: wrap;  /* Remova se usar float */
    /* align-items: center;  /* Só funciona com display:flex */
    /* justify-content: center;  /* Só funciona com display:flex */
}

@media only screen and (max-width: 900px) {
    .ads-dir {
        display: none;
    }
    .ads-esq {
        display: none;
    }
}  

.anuncio-sticky {
    width: 98%;
    height: 600px;
    position: sticky;
    top: 20px;  /* Acompanha a rolagem */
    z-index: 9999;
}


.box-ads-top{
    
		width: 80%;				

	/*	box-shadow: 1px 2px 3px 2px rgba(12,12,12,0.2);*/
		padding:5px;
		text-align:center;
		min-height:150px;
		max-height:200px;
		display:flex;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
		margin-top:15px;
	
		
}


   /* ── ADS ── */
    .box-ads { text-align: center; margin: 20px auto; }

