/* IMPORTS */

/* SECTIONS */
@import url("css/header.css");
@import url("css/nav.css");
@import url("css/footer.css");
@import url("css/ads.css");

/* CONTAINERS */
@import url("css/blocos/bloco-capa.css");
@import url("css/blocos/bloco-categoria-horizontal.css");

/* CARDS */
@import url("css/cards/news.css");
@import url("css/cards/card.css");
@import url("css/cards/card-news.css");

/* CLASSES PERSONALIZADAS */
@import url("css/variables.css");

/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0px;
    padding: 0;
    border: 0;
	box-sizing: 0;
    font-size: 100%;
  
    vertical-align: baseline;
	font-family: "Inter";
	text-decoration: inherit;
	list-style: none;
	color: inherit;
}




body {
	min-width: 300px;
	overflow-x: hidden;
	background-color: #f8f8f8;
}



.container {
	width: 90%;
	max-width: 1200px;
	min-width: 300px;
	margin: 0 auto;
	
}

.display-none {
	display: none !important;
}

.flex-row {
	display: flex;
	flex-direction: row;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

















	
	


