body {
	background: #f5f5f5;
	color: rgba(0, 0, 0, 0.75);
	font-size: 14px;
	font-weight: 300;
	text-rendering: optimizeLegibility;
	font-family: 'Roboto', 'Open Sans', 'Museo Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', 'Open Sans', 'Museo Sans', 'Droid Sans', 'Helvetica Neue', Helvetica, Roboto, Arial, sans-serif;
}

h2 {
	color: black;
	margin-top: 20px;
	font-size: 32px;
	font-weight: 600;
}

h3 {
	color: black;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
}

.menu-lateral {
	max-width: 350px;
	border-right: 1px solid rgb(222, 226, 230);
}

.menu-ul {
	margin: 0;
	list-style: none;
}

.menu-ul li {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}

.menu-item {
	color: black;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1.3px;
}
.menu-ul a {
	color: rgba(0, 0, 0, 0.9);
	text-decoration: none;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	position: relative;
	padding: 10px 10px;
	letter-spacing: .1em;
	font-family: "Roboto", Arial, sans-serif;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.menu-ul a:hover {
	text-decoration: none;
	color: black;
}
.menu-ul a:after {
	content: "";
	position: absolute;
	height: 2px;
	bottom: 7px;
	left: 10px;
	right: 10px;
	background-color: #228896;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-ms-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-o-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.menu-ul a:hover:after {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
.menu-ul li.active a {
	color: black;
}
.menu-ul li.active > a:after {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1);
}
.button {
	background: #47a5af;
}

.footer a, .footer a:active {
	color: #555;
	font-size: 13px;
}


.feature .text h3, .jmm-title {
    font-weight: 500;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.feature .icon, .jmm-icon.custom {
    width: 100px;
    height: 100px;
    display: table;
    text-align: center;
    background: rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
}

.feature {
	margin-top: 40px;
}

.feature .icon i, .jmm-icon.custom span {
    display: table-cell;
    vertical-align: middle;
    color: #228896;
    font-size: 40px;
    height: 100px;
}


@media screen and (max-width: 80em) {
    .menu-lateral button.button{
        max-width:45%;
        margin-right: 5%;
    }

    .menu-lateral .hdr h4 {
        display: none;
    }
}