@charset 'utf-8';

html {
	font-size: 10px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-size: 10px;
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

* {
	box-sizing: border-box;
	outline: none !important;
}

*:before,
*:after {
	box-sizing: border-box;
}

.container:before,
.container:after,
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.container:after,
.clearfix:after {
	clear: both;
}

.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
	display: none !important;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
	text-decoration: none;
}

button {
	cursor: pointer;
}

p {
	padding-top: 0;
	margin-top: 0;
}

.img-responsive {
	max-width: 100%;
	height: auto;
	display: block;
}

.text-limit {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

textarea {
	overflow: auto;
	resize: none;
}




@media (min-width: 1200px) {

	.visible-lg {
		display: block !important;
	}

	.hidden-lg {
		display: none !important;
	}

}

@media (max-width: 1199px) {

	.visible-md {
		display: block !important;
	}

	.hidden-md {
		display: none !important;
	}

}

@media (max-width: 991px) {

	.visible-sm {
		display: block !important;
	}

	.hidden-sm {
		display: none !important;
	}

}

@media (max-width: 767px) {

	.visible-xs {
		display: block !important;
	}

	.hidden-xs {
		display: none !important;
	}

}

/* Pré-visualização de post em rascunho (link com token no site público) */
.site-draft-preview-banner {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 10px 16px;
	font-size: 1.3rem;
	line-height: 1.45;
	text-align: center;
	color: #f8f4e8;
	background: #6b4c1a;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}