* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-size: 13px;
	position: relative;
}

body {
	font-family: Roboto, sans-serif;
	-webkit-font-smoothing: antialiased;
	vertical-align: baseline;
	text-size-adjust: 100%;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-wrap > div {
	min-width: 300px;
}

.flex {
	display: flex;
	align-items: center;
}

.flex > div {
	flex: 1;
}

.flex-center {
	justify-content: center !important;
	align-items: center !important;
}

.aling-top {
	align-items: flex-start;
}

.initial {
	flex: initial !important;
}

.main {
	width: calc(100%);
	max-width: 1200px;
	margin: 0 auto;
}

/* texto */
.lt-text {
	font-size: 11px !important;
}

.bold {
	font-weight: bold;
}

.center {
	text-align: center;
}

.minleng {
	opacity: 0.6;
}
.mr-10 {
	margin-right: 10px;
}
.ml-10 {
	margin-left: 10px;
}
.mb-20 {
	margin-bottom: 20px;
}

.mb-10 {
	margin-bottom: 10px;
}

.lb-10 {
	border-bottom: solid 1px #ddd;
}

a {
	text-decoration: none;
	color: inherit;
}

.span-bold {
	font-weight: inherit;
	color: orange;
	font-size: inherit !important;
}

ul li {
	list-style: none;
}

.m-block {
	display: none;
}

@media only screen and (max-width: 600px) {
	.m-block {
		display: block !important;
	}

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