html[data-theme="dark"] .gr_ad_300
{
	background-color: #141B26 !important;
	border: 0.5px solid #3E4857 !important;
}
.gr_block_300
{
	grid-column: span 12;
	display: flex;
	gap: 30px;
}
.gr_ad_300
{
	width: 300px;
	border: 0.5px solid #DBDBDB;
	background-color: #F5F6FA;
	padding: 15px 0 25px 0;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.gr_ad_300 .gr_texto_publicidad
{
	padding: 0px 0px 15px 0px;
}
.gr_img_ads_300
{
	width: 100%;
}
/*ESQUELAS EN BLOCK 300*/
.gr_block_300 .gr_esquelas_slot
{
	flex: 1;
}
@media (max-width: 850px)
{
	/*ESQUELAS EN BLOCK 300*/
	.gr_block_300 .gr_esquela_nombre
	{
		font: 400 30px / 120% var(--font-barlowcon);
	}
}
@media (max-width: 600px)
{
	.gr_block_300
	{
		flex-direction: column;
	}
	.gr_ad_300
	{
		width: 100%;
	}
	/*ESQUELAS EN BLOCK 300*/
	.gr_block_300 .gr_esquela_nombre
	{
		font: 400 35px / 120% var(--font-barlowcon);
	}
}
