@media (max-width: 767px) 
   {
html, * html {margin: 0 !important; -webkit-text-size-adjust: 100%; width: 100%; height: 100%;}
p, a, body, td, tr, div, section, article, aside, footer, iframe, img, input, h1, h2, h3, h4, h5, h6 {text-rendering: optimizeLegibility; box-sizing: border-box;}
input {-webkit-appearance: none; -webkit-border-radius: 0;}

body { margin: 0; -webkit-font-smoothing: subpixel-antialiased; overflow-x: hidden; text-rendering: optimizelegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; height: 100%; background-image: none;}

/* =========================
   HEADER
========================= */

.site-header {}
.site-header .logo {}
.site-header .menu {
    display: none;
}
.site-header .menu ul {}
.site-header .menu li {}
.site-header .menu a {}


/* =========================
   DESTAQUE PRINCIPAL
========================= */

.destaque-principal {
    width: 100%;
}
.destaque-principal .post-info {width: 100%;}
.destaque-principal article {}
.destaque-principal a {}
.destaque-principal img {
    width: 100%;
}
.destaque-principal h1 {}
.destaque-principal .meta {}


/* =========================
   DESTAQUES
========================= */

.destaques {}
.destaques h2 {}
.destaques h2 span {}

.destaques .grid {}

.destaques article {}

.destaques article.big {
    width: 100%;
}
.destaques article.big a {}
.destaques article.big img {}
.destaques article.big h3 {}
.destaques article.big p {}

.destaques article.small {
    width: 100%;
}
.destaques article.small a {}
.destaques article.small img {}
.destaques article.small h4 {}


/* =========================
   PERSONALIDADES
========================= */

.personalidades {}
.personalidades h2 {}
.personalidades h2 span {}

.personalidades .grid-6 {}

.personalidades article {}
.personalidades article a {}
.personalidades article img {}
.personalidades article h4 {}


/* =========================
   CURADORIA
========================= */

.curadoria {
    margin-bottom: 0px;
}
.curadoria h2 {}
.curadoria h2 span {}

.curadoria .grid {}

.curadoria article {}

.curadoria article.big {
    width: 100%;
}
.curadoria .parte2 {width: 100%;}
.curadoria article.big a {}
.curadoria article.big img {}
.curadoria article.big h3 {}
.curadoria article.big p {}

.curadoria article.small {
    width: 100%;
    margin-bottom: 30px;
}
.curadoria article.small a {}
.curadoria article.small img {}
.curadoria article.small h4 {}


/* =========================
   CRÔNICAS
========================= */

.cronicas {}
.cronicas h2 {}
.cronicas h2 span {}

.cronicas .grid-3 {}

.cronicas article {}
.cronicas article a {}
.cronicas article img {}
.cronicas article h4 {}


/* =========================
   FOOTER
========================= */

.site-footer {}

.site-footer .footer-logo {
    display: table;
    float: none;
    margin: 0px auto;
}

.site-footer .social {
    margin: 0px auto;
    margin-bottom: 20px;
    display: table;
    clear: both;
}

.site-footer .links {
    margin-bottom: 30px;
    display: table;
    float: none;
    margin: 0px auto;
    clear: both;
    /* margin-top: 30px; */
}
.site-footer .links a {}

.site-footer .menu-footer {}
.site-footer .menu-footer ul {}
.site-footer .menu-footer li {}
.site-footer .menu-footer a {}

.site-footer .search {}

.site-footer button {
    float: right;
}
/*MENU*/
#menum {display: block;margin: 0px auto;width: 100%;/* margin-bottom: 20px; */}
/*Make dropdown links appear inline*/
	#menum ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	#menum li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	#menum ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	#menum .show-menu {
		display:block;
	}


}





@media (min-width: 1024px) and (max-width: 1049px) {
}

@media (min-width: 1050px) and (max-width: 1365px) {

}