* {
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-o-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

._ff-os {
	font-family: 'Open Sans';
}

._fwb {
	font-weight: bold;
}

._fw100 {
	font-weight: 100;
}

._fw200 {
	font-weight: 200;
}

._fw300 {
	font-weight: 300;
}

._fw400 {
	font-weight: 400;
}

._fw500 {
	font-weight: 500;
}

._fw600 {
	font-weight: 600;
}

._fw700 {
	font-weight: 700;
}

._fw800 {
	font-weight: 800;
}

._fw900 {
	font-weight: 900;
}

._ls1 {
	letter-spacing: 1px;
}
@media(min-width:992px){
	._d-ls1 {
		letter-spacing: 1px;
	}	
}
@media(max-width:991px){
	._m-ls1 {
		letter-spacing: 1px;
	}	
}

._ls2 {
	letter-spacing: 2px;
}
@media(min-width:992px){
	._d-ls2 {
		letter-spacing: 2px;
	}	
}
@media(max-width:991px){
	._m-ls2 {
		letter-spacing: 2px;
	}	
}

._ls3 {
	letter-spacing: 3px;
}
@media(min-width:992px){
	._d-ls3 {
		letter-spacing: 3px;
	}	
}
@media(max-width:991px){
	._m-ls3 {
		letter-spacing: 3px;
	}	
}

._ls4 {
	letter-spacing: 4px;
}
@media(min-width:992px){
	._d-ls4 {
		letter-spacing: 4px;
	}	
}
@media(max-width:991px){
	._m-ls4 {
		letter-spacing: 4px;
	}	
}

._ls5 {
	letter-spacing: 5px;
}
@media(min-width:992px){
	._d-ls5 {
		letter-spacing: 5px;
	}	
}
@media(max-width:991px){
	._m-ls5 {
		letter-spacing: 5px;
	}	
}

._bn {
	border: none !important;
}
@media(min-width:992px){
	._d-bn {
		border: none !important;
	}
}
@media(max-width:991px){
	._m-bn {
		border: none !important;
	}	
}

._br0 {
	border-radius: 0 !important;
}
@media(min-width:992px){
	._d-br0 {
		border-radius: 0 !important;
	}
}
@media(max-width:991px){
	._m-br0 {
		border-radius: 0 !important;
	}
}

img {
	max-width: 100%;
}

a:visited,
a:focus,
a:active,
a:hover {
	text-decoration: none;
}

._pr {
	position: relative !important;
}
@media(min-width:992px){
	._d-pr {
		position: relative !important;
	}
}
@media(max-width:991px){
	._m-pr {
		position: relative !important;
	}
}

._z1 {
	z-index: 1 !important;
}

._z2 {
	z-index: 2 !important;
}

._z3 {
	z-index: 3 !important;
}

.carousel-control {
	text-shadow: none;
}

.carousel-control.left,
.carousel-control.right {
	background: none;
	white: 30px;
}

.carousel-control ._left, 
.carousel-control ._right, 
.carousel-control ._next, 
.carousel-control ._prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}

.error {
	font-weight: normal;
	color: red;
	font-size: 13px;
}

body {
	background: #fff;
}

header {
	border-top: 9px solid #88AC2E;
}

header h1 {
	margin: 0;
	display: inline-block;
	width: 204px;
	height: 96px;
	background: url('../../img/frontend/fmz.png') no-repeat center center;
}

header h1 a {
	display: inline-block;
	width: 204px;
	height: 96px;
	opacity: 0;
}

.rede {
	display: inline-block;
	background-color: #c7c7c7;
	width: 32px;
	height: 32px;
	border-radius: 30px;
	color: #fff;
	text-align: center;
	padding: 5px 0;
	margin: 0 2px;
	border: 1px solid #c7c7c7;
}

.rede:hover {
	color: #c7c7c7;
	background-color: #fff;
}

.menu {
	background-color: #0064A3;
	padding: 15px 0;
}

.menu a {
	color: #fff;
	font-size: 18px;
}

.a1 {
	color: #EF7D00;
}

.cp {
	cursor: pointer;
}

.a2 {
	color: #fff;
}

@media(max-width: 991px){
	.linha .col-md-6 {
		margin-bottom: 50px;
	}
}

@media(min-width: 992px){
	.setinha {
		position: absolute;
		top: 50%;
		right: 50px;
		margin-top: -15px;
	}
	.setinha.setinha2 {
		right: initial;
		left: 50px;
	}
}
@media(max-width: 991px){
	.setinha {
		display: block;
	}	
}