@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Gabarito:wght@400..900&display=swap');

* {
	vertical-align: baseline;
	font-family: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	font-family: "Gabarito", sans-serif;
	text-rendering: optimizeLegibility;
	color: #999999;
	font-size: 15px;
	font-weight: 400;
}

h1 {
	font-family: "Gabarito", sans-serif;
	font-size: 38px;
	font-weight: 600;
	color: #76BC21;
    line-height: 48px;
    margin-bottom: 20px;
}

h1 b {
    font-weight: 800;
    color: #000;
}

h2 {
	font-family: "Gabarito", sans-serif;
	font-size: 28px;
	font-weight: 500;
	color: #007934;
	margin-bottom: 30px;
}

h3 {
	font-family: "Gabarito", sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #007934;
	margin-bottom: 30px;
}

h4 {
	font-family: "Gabarito", sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: 700;
	margin-bottom: 20px;
}

h5 {
	font-family: "Gabarito", sans-serif;
	font-size: 24px;
	font-weight: 500;
	color: #000;
    line-height: 28px;
	margin-bottom: 30px;
}

h5 b {
    font-weight: 200;
    color: #666666;
}

h6 {
	font-family: "Gabarito", sans-serif;
    font-size: 18px;
	font-weight: 300;
	color: #999;
    line-height: 24px;
    margin-bottom: 0px;
}

p {
	line-height: 20px;
	text-align: justify;
}

p b,
p strong {
	color: #4D4D4D;
}

a {
	color: #0087DD;
}

a:hover {
	
}

ul,
ol {
	padding: 0 0 0 20px;
}

li {
	
}

input {
	border: solid 2px #f1f1f1;
	border-radius: 4px;
	padding: 8px;
}

textarea {
	border: solid 2px #f1f1f1;
	border-radius: 4px;
	padding: 8px;
	min-height: 100px;
}

select {
	
}

option {
	
}

button,
.button {
	font-family: 'Lato', sans-serif;
	background: #e1e1e1;
	color: #333;
	font-size: 14px;
	display: block;
	padding: 16px 30px;
	text-align: center;
	border-radius: 3px;
	max-width: 200px;
	font-weight: 700;
	box-sizing: border-box;
	margin: 8px auto;
	text-decoration: none;
	border: none;
}

section,
div,
nav {
	box-sizing: border-box;
}

table {
	border: 0;
    border-top: 1px dotted rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%;
}

th {
	width: 150px;
    font-weight: 700;
    padding: 8px 10px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5;
    background: rgba(0,0,0,.025);
}

td {
    padding: 10px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5;
}

footer {
	padding: 40px 0;
}

input.mk_icon {
	border: none;
}

a img.mk_icon {
	cursor: pointer;
}

.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mk_icon {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin: 0 5px;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.mk_align_right {
	float: right;
}

.mk_align_left {
	float: left;
}

div.vc_row.vc_column-gap-30 {
    margin-left: 0;
    margin-right: 0;
}