<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.intro{    
    bottom: 80px;
    padding: 40px;
}

.gridDestacados &gt; .destacado{
    flex: 50%;
}

/**/

.gridEntidad &gt; .pic{
    flex: 50%;
}

.gridEntidad &gt; .desc{
    flex: 50%;
}

/**/

.gridCalendario .boxCalendario{
	width: 33.33%;
}</pre></body></html>