﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline
}

html {
	line-height: 1
}

ol,
ul {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,
th,
td {
	text-align: left;
	font-weight: normal;
	vertical-align: middle
}

q,
blockquote {
	quotes: none
}

q:before,
q:after,
blockquote:before,
blockquote:after {
	content: "";
	content: none
}

a img {
	border: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body {
	font-family: sans-serif;
	color: #000000
}

a {
	color: #222222;
	text-decoration: none;
	cursor: pointer
}

.botao,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	display: inline-block;
	padding: 20px 20px;
	color: #000;
	text-align: center;
	line-height: 1;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: none;
	cursor: pointer;
	margin: 0;
	font-size: 1.8rem;
	font-family: "Ubuntu", sans-serif
}

.botao:hover,
.botao:focus,
button:hover,
button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"]:hover,
input[type="button"]:focus {
	outline: 0;
	background: #00a8a1
}

.botao.primario,
button.primario,
input[type="submit"].primario,
input[type="reset"].primario,
input[type="button"].primario {
	color: #FFFFFF;
	background-color: #FF6600;
	border-color: #FF6600
}

.botao.primario:hover,
.botao.primario:focus,
button.primario:hover,
button.primario:focus,
input[type="submit"].primario:hover,
input[type="submit"].primario:focus,
input[type="reset"].primario:hover,
input[type="reset"].primario:focus,
input[type="button"].primario:hover,
input[type="button"].primario:focus {
	color: #FFFFFF;
	background-color: #E55B00;
	border-color: #E55B00
}

.campo,
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
	line-height: 42px;
	height: 42px;
	display: inline-block;
	padding: 0 10px;
	background-color: #fff;
	border: none;
	border-radius: 0;
	font-family: "Ubuntu", sans-serif;
	color: #5b5b5f;
	font-size: 1.5rem;
	font-weight: 400
}

.campo:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
	color: inherit;
	opacity: 1
}

.campo::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
	color: inherit;
	opacity: 1
}

.campo:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
	color: inherit;
	opacity: 1
}

.campo::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: inherit;
	opacity: 1
}

.campo[size],
input[type="email"][size],
input[type="number"][size],
input[type="search"][size],
input[type="text"][size],
input[type="tel"][size],
input[type="url"][size],
input[type="password"][size],
textarea[size],
select[size] {
	height: auto
}

.campo.focus,
.campo:focus,
input[type="email"].focus,
input[type="email"]:focus,
input[type="number"].focus,
input[type="number"]:focus,
input[type="search"].focus,
input[type="search"]:focus,
input[type="text"].focus,
input[type="text"]:focus,
input[type="tel"].focus,
input[type="tel"]:focus,
input[type="url"].focus,
input[type="url"]:focus,
input[type="password"].focus,
input[type="password"]:focus,
textarea.focus,
textarea:focus,
select.focus,
select:focus {
	background: #d6d6d6;
	outline: 0
}

.campo.disabled,
.campo:disabled,
input[type="email"].disabled,
input[type="email"]:disabled,
input[type="number"].disabled,
input[type="number"]:disabled,
input[type="search"].disabled,
input[type="search"]:disabled,
input[type="text"].disabled,
input[type="text"]:disabled,
input[type="tel"].disabled,
input[type="tel"]:disabled,
input[type="url"].disabled,
input[type="url"]:disabled,
input[type="password"].disabled,
input[type="password"]:disabled,
textarea.disabled,
textarea:disabled,
select.disabled,
select:disabled {
	background-color: #F1F1F1;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

.campo,
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.campo {
	overflow-x: hidden;
	overflow-y: auto;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none
}

textarea {
	min-height: 65px;
	padding-top: 10px;
	padding-bottom: 10px;
	resize: none;
	line-height: 1.2
}

input[type="file"] {
	font-size: 14px
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 1.7rem
}

fieldset {
	padding: 15px;
	border: 1px solid #D1D1D1;
	border-radius: 4px;
	background-color: #F1F1F1
}

legend {
	font-weight: 600;
	padding: 1px 10px;
	color: #FFFFFF;
	background-color: #424242;
	border-radius: 4px
}

input[type="checkbox"],
input[type="radio"] {
	display: inline;
	vertical-align: middle;
	margin: 4px
}

label>span {
	display: inline;
	margin-right: 5px;
	font-weight: normal
}

button,
.botao {
	margin-bottom: 10px
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
	margin-bottom: 0
}

code {
	padding: 2px 5px;
	margin: 0 2px;
	font-size: 90%;
	white-space: nowrap;
	background: #F1F1F1;
	border: 1px solid #E1E1E1;
	border-radius: 4px
}

pre>code {
	display: block;
	padding: 10px 15px;
	white-space: pre
}

hr {
	margin-top: 10px;
	margin-bottom: 20px;
	border-width: 0;
	border-top: 1px solid #E1E1E1
}

tr th,
tr td {
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #E1E1E1
}

tr th:first-child,
tr td:first-child {
	padding-left: 0
}

tr th:last-child,
tr td:last-child {
	padding-right: 0
}

.colunas {
	width: 100%;
	float: left
}

.colunas.uma {
	width: 6.5%;
	margin-left: 2%
}

.colunas.duas {
	width: 15.0%;
	margin-left: 2%
}

.colunas.tres {
	width: 23.5%;
	margin-left: 2%
}

.colunas.quatro {
	width: 32.0%;
	margin-left: 2%
}

.colunas.cinco {
	width: 40.5%;
	margin-left: 2%
}

.colunas.seis {
	width: 49.0%;
	margin-left: 2%
}

.colunas.sete {
	width: 57.5%;
	margin-left: 2%
}

.colunas.oito {
	width: 66.0%;
	margin-left: 2%
}

.colunas.nove {
	width: 74.5%;
	margin-left: 2%
}

.colunas.dez {
	width: 83.0%;
	margin-left: 2%
}

.colunas.onze {
	width: 91.5%;
	margin-left: 2%
}

.colunas.doze {
	width: 100%;
	margin-left: 0
}

@media screen and (min-width: 400px) {
	.colunas.mobile-uma {
		width: 6.5%;
		margin-left: 2%
	}
	.colunas.mobile-duas {
		width: 15.0%;
		margin-left: 2%
	}
	.colunas.mobile-tres {
		width: 23.5%;
		margin-left: 2%
	}
	.colunas.mobile-quatro {
		width: 32.0%;
		margin-left: 2%
	}
	.colunas.mobile-cinco {
		width: 40.5%;
		margin-left: 2%
	}
	.colunas.mobile-seis {
		width: 49.0%;
		margin-left: 2%
	}
	.colunas.mobile-sete {
		width: 57.5%;
		margin-left: 2%
	}
	.colunas.mobile-oito {
		width: 66.0%;
		margin-left: 2%
	}
	.colunas.mobile-nove {
		width: 74.5%;
		margin-left: 2%
	}
	.colunas.mobile-dez {
		width: 83.0%;
		margin-left: 2%
	}
	.colunas.mobile-onze {
		width: 91.5%;
		margin-left: 2%
	}
	.colunas.mobile-doze {
		width: 100%;
		margin-left: 0
	}
}

@media screen and (min-width: 550px) {
	.colunas.phablet-uma {
		width: 6.5%;
		margin-left: 2%
	}
	.colunas.phablet-duas {
		width: 15.0%;
		margin-left: 2%
	}
	.colunas.phablet-tres {
		width: 23.5%;
		margin-left: 2%
	}
	.colunas.phablet-quatro {
		width: 32.0%;
		margin-left: 2%
	}
	.colunas.phablet-cinco {
		width: 40.5%;
		margin-left: 2%
	}
	.colunas.phablet-seis {
		width: 49.0%;
		margin-left: 2%
	}
	.colunas.phablet-sete {
		width: 57.5%;
		margin-left: 2%
	}
	.colunas.phablet-oito {
		width: 66.0%;
		margin-left: 2%
	}
	.colunas.phablet-nove {
		width: 74.5%;
		margin-left: 2%
	}
	.colunas.phablet-dez {
		width: 83.0%;
		margin-left: 2%
	}
	.colunas.phablet-onze {
		width: 91.5%;
		margin-left: 2%
	}
	.colunas.phablet-doze {
		width: 100%;
		margin-left: 0
	}
}

@media screen and (min-width: 768px) {
	.colunas.tablet-uma {
		width: 6.5%;
		margin-left: 2%
	}
	.colunas.tablet-duas {
		width: 15.0%;
		margin-left: 2%
	}
	.colunas.tablet-tres {
		width: 23.5%;
		margin-left: 2%
	}
	.colunas.tablet-quatro {
		width: 32.0%;
		margin-left: 2%
	}
	.colunas.tablet-cinco {
		width: 40.5%;
		margin-left: 2%
	}
	.colunas.tablet-seis {
		width: 49.0%;
		margin-left: 2%
	}
	.colunas.tablet-sete {
		width: 57.5%;
		margin-left: 2%
	}
	.colunas.tablet-oito {
		width: 66.0%;
		margin-left: 2%
	}
	.colunas.tablet-nove {
		width: 74.5%;
		margin-left: 2%
	}
	.colunas.tablet-dez {
		width: 83.0%;
		margin-left: 2%
	}
	.colunas.tablet-onze {
		width: 91.5%;
		margin-left: 2%
	}
	.colunas.tablet-doze {
		width: 100%;
		margin-left: 0
	}
}

@media screen and (min-width: 1024px) {
	.colunas.desktop-uma {
		width: 6.5%;
		margin-left: 2%
	}
	.colunas.desktop-duas {
		width: 15.0%;
		margin-left: 2%
	}
	.colunas.desktop-tres {
		width: 23.5%;
		margin-left: 2%
	}
	.colunas.desktop-quatro {
		width: 32.0%;
		margin-left: 2%
	}
	.colunas.desktop-cinco {
		width: 40.5%;
		margin-left: 2%
	}
	.colunas.desktop-seis {
		width: 49.0%;
		margin-left: 2%
	}
	.colunas.desktop-sete {
		width: 57.5%;
		margin-left: 2%
	}
	.colunas.desktop-oito {
		width: 66.0%;
		margin-left: 2%
	}
	.colunas.desktop-nove {
		width: 74.5%;
		margin-left: 2%
	}
	.colunas.desktop-dez {
		width: 83.0%;
		margin-left: 2%
	}
	.colunas.desktop-onze {
		width: 91.5%;
		margin-left: 2%
	}
	.colunas.desktop-doze {
		width: 100%;
		margin-left: 0
	}
}

@media screen and (min-width: 1200px) {
	.colunas.desktop-hd-uma {
		width: 6.5%;
		margin-left: 2%
	}
	.colunas.desktop-hd-duas {
		width: 15.0%;
		margin-left: 2%
	}
	.colunas.desktop-hd-tres {
		width: 23.5%;
		margin-left: 2%
	}
	.colunas.desktop-hd-quatro {
		width: 32.0%;
		margin-left: 2%
	}
	.colunas.desktop-hd-cinco {
		width: 40.5%;
		margin-left: 2%
	}
	.colunas.desktop-hd-seis {
		width: 49.0%;
		margin-left: 2%
	}
	.colunas.desktop-hd-sete {
		width: 57.5%;
		margin-left: 2%
	}
	.colunas.desktop-hd-oito {
		width: 66.0%;
		margin-left: 2%
	}
	.colunas.desktop-hd-nove {
		width: 74.5%;
		margin-left: 2%
	}
	.colunas.desktop-hd-dez {
		width: 83.0%;
		margin-left: 2%
	}
	.colunas.desktop-hd-onze {
		width: 91.5%;
		margin-left: 2%
	}
	.colunas.desktop-hd-doze {
		width: 100%;
		margin-left: 0
	}
}

.colunas:first-child {
	margin-left: 0
}

.colunas.centralizadas {
	float: none;
	margin: 0 auto
}

.linha,
.clf {
	*zoom: 1
}

.linha:before,
.linha:after,
.clf:before,
.clf:after {
	content: "";
	display: table
}

.linha:after,
.clf:after {
	clear: both
}

.animado {
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-moz-transition-duration: .18s;
	-o-transition-duration: .18s;
	-webkit-transition-duration: .18s;
	transition-duration: .18s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}

.container {
	*zoom: 1;
	width: 100%;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px
}

.container:before,
.container:after {
	content: "";
	display: table
}

.container:after {
	clear: both
}

@media screen and (min-width: 550px) {
	.container {
		width: 85%;
		padding-left: 0;
		padding-right: 0
	}
}

@media screen and (min-width: 1024px) {
	.container {
		width: 992px
	}
}

@media screen and (min-width: 1200px) {
	.container {
		width: 1144px
	}
}

.texto-editavel {
	line-height: 1.2;
	*zoom: 1
}

.texto-editavel:before,
.texto-editavel:after {
	content: "";
	display: table
}

.texto-editavel:after {
	clear: both
}

.texto-editavel p {
	margin-bottom: 10px
}

.texto-editavel ol,
.texto-editavel ul {
	margin-bottom: 10px
}

.texto-editavel ol ol,
.texto-editavel ol ul,
.texto-editavel ul ol,
.texto-editavel ul ul {
	padding-left: 15px
}

.texto-editavel ol li,
.texto-editavel ul li {
	list-style-position: inside
}

.texto-editavel ul li {
	list-style-type: disc
}

.texto-editavel ol li {
	list-style-type: decimal
}

.texto-editavel strong {
	font-weight: bold
}

.texto-editavel h1,
.texto-editavel h2,
.texto-editavel h3,
.texto-editavel h4,
.texto-editavel h5,
.texto-editavel h6 {
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 20px
}

.texto-editavel h1:first-child,
.texto-editavel h2:first-child,
.texto-editavel h3:first-child,
.texto-editavel h4:first-child,
.texto-editavel h5:first-child,
.texto-editavel h6:first-child {
	padding-top: 0
}

.texto-editavel h1 {
	font-size: 26px
}

.texto-editavel h2 {
	font-size: 24px
}

.texto-editavel h3 {
	font-size: 22px
}

.texto-editavel h4 {
	font-size: 20px
}

.texto-editavel h5 {
	font-size: 18px
}

.texto-editavel h6 {
	font-size: 16px
}

.texto-editavel table {
	max-width: 100%
}

.texto-editavel table tr th {
	font-weight: bold
}

.texto-editavel table tr th,
.texto-editavel table tr td {
	padding: 2px 5px;
	text-align: left;
	border: 1px solid #cccccc
}

.texto-editavel img {
	max-width: 100%;
	height: auto
}

.full-width {
	width: 100%
}

.max-full-width {
	max-width: 100%
}

.float-left {
	float: left
}

.float-right {
	float: right
}

@media screen and (min-width: 400px) {
	.mobile-float-left {
		float: left
	}
	.mobile-float-right {
		float: right
	}
	.mobile-float-none {
		float: none
	}
}

@media screen and (min-width: 550px) {
	.phablet-float-left {
		float: left
	}
	.phablet-float-right {
		float: right
	}
	.phablet-float-none {
		float: none
	}
}

@media screen and (min-width: 768px) {
	.tablet-float-left {
		float: left
	}
	.tablet-float-right {
		float: right
	}
	.tablet-float-none {
		float: none
	}
}

@media screen and (min-width: 1024px) {
	.desktop-float-left {
		float: left
	}
	.desktop-float-right {
		float: right
	}
	.desktop-float-none {
		float: none
	}
}

@media screen and (min-width: 1200px) {
	.desktop-hd-float-left {
		float: left
	}
	.desktop-hd-float-right {
		float: right
	}
	.desktop-hd-float-none {
		float: none
	}
}

.img-box img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto
}

.youtube-box {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden
}

.youtube-box iframe,
.youtube-box object,
.youtube-box embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.text-center {
	text-align: center
}

.text-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.text-justify {
	text-align: justify
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-uppercase {
	text-transform: uppercase
}

.visivel {
	display: block
}

.invisivel {
	display: none
}

.margin-zero {
	margin: 0
}

html,
body,
input,
select,
textarea,
button {
	font-family: "Ubuntu", sans-serif
}

html {
	font-size: 62.5%;
	cursor: default
}

a,
input,
select,
button {
	cursor: pointer
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle
}

strong,
b {
	font-weight: 700
}

body {
	color: #5b5b5f;
	line-height: 1.3;
	font-family: inherit;
	font-size: 1.5rem;
	padding-top: 40px;
	overflow-x: hidden;
	position: relative;
	font-weight: 500
}

body:after {
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-moz-transition-duration: .18s;
	-o-transition-duration: .18s;
	-webkit-transition-duration: .18s;
	transition-duration: .18s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	content: '';
	top: 40px;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	z-index: 0;
	visibility: hidden
}

@media screen and (min-width: 1024px) {
	body {
		padding-top: 136px
	}
	body:after {
		display: none
	}
}

body.menu-opened {
	overflow: hidden
}

body.menu-opened:after {
	opacity: 1;
	z-index: 1000;
	visibility: visible
}

@media screen and (min-width: 1024px) {
	body.menu-opened {
		overflow: scroll
	}
}

a {
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-moz-transition-duration: .18s;
	-o-transition-duration: .18s;
	-webkit-transition-duration: .18s;
	transition-duration: .18s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	color: inherit
}

a:hover {
	color: #00aeef
}

p {
	margin: 0 0 20px;
	font-size: 1.6rem
}

.titleoff {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	overflow: hidden
}

.title-default {
	color: #5b5b5f;
	font-weight: 700;
	position: relative;
	margin-bottom: 20px;
	letter-spacing: -0.02em;
	line-height: 1.2;
	font-size: 2.2rem
}

@media screen and (min-width: 768px) {
	.title-default {
		font-size: 2.8rem
	}
}

@media screen and (min-width: 1024px) {
	.title-default {
		font-size: 3.2rem;
		margin-bottom: 30px
	}
}

.title-default.bigger {
	font-size: 2.6rem
}

@media screen and (min-width: 768px) {
	.title-default.bigger {
		font-size: 3rem
	}
}

@media screen and (min-width: 1024px) {
	.title-default.bigger {
		font-size: 3.5rem
	}
}

.title-default.contrast {
	color: #fff
}

.title-default.highlight {
	color: #00aeef
}

.btn-default {
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-moz-transition-duration: .18s;
	-o-transition-duration: .18s;
	-webkit-transition-duration: .18s;
	transition-duration: .18s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	border: 1px solid #3ebeae;
	color: #00aeef;
	font-size: 1.65rem;
	line-height: 1;
	padding: 8px 20px;
	display: block;
	text-align: center
}

.btn-default:hover {
	background: rgba(62, 190, 174, 0.95);
	color: #fff
}

@media screen and (min-width: 768px) {
	.btn-default {
		display: inline-block
	}
}

.section {
	*zoom: 1
}

.section:before,
.section:after {
	content: "";
	display: table
}

.section:after {
	clear: both
}

.section.darker {
	background: #f8f8f1
}

.section-padding {
	padding: 40px 0
}

@media screen and (min-width: 1024px) {
	.section-padding {
		padding: 100px 0
	}
}

.section-padding.no-padding-top {
	padding-top: 0
}

.section-padding.no-padding-bottom {
	padding-bottom: 0
}

.header-main-title {
	background-color: #00aeef
}

.header-main-title .container {
	padding-top: 10px;
	padding-bottom: 10px
}

.header-main-title .title {
	font-weight: 700;
	font-size: 2rem;
	color: #fff;
	text-transform: uppercase
}

@media screen and (min-width: 768px) {
	.header-main-title {
		background: url(../imagens/topo-bg.jpg) center no-repeat
	}
	.header-main-title .container {
		display: table;
		padding: 0
	}
	.header-main-title .title-container {
		height: 181px;
		display: table-cell;
		width: 100%;
		vertical-align: middle
	}
	.header-main-title .title {
		font-size: 2.2rem;
		width: 100%;
		border-bottom: 1px solid #3ebeae;
		padding-bottom: 10px
	}
}

.header-breadcrumb {
	padding: 10px 0;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 36px
}

.header-breadcrumb .gt {
	display: none
}

.header-breadcrumb a {
	display: inline-block;
	background-color: #00aeef;
	color: #fff;
	font-weight: 400;
	border-radius: 2px;
	padding: 0 6px;
	line-height: 2;
	font-size: 1.2rem
}

@media screen and (min-width: 768px) {
	.header-breadcrumb {
		padding: 0
	}
	.header-breadcrumb .gt,
	.header-breadcrumb a {
		color: inherit;
		display: inline-block;
		line-height: 46px;
		padding: 0;
		background-color: transparent;
		font-size: 1.4rem;
		font-weight: 400
	}
}

.layout .main-content {
	padding-bottom: 60px
}

.content-default {
	padding-top: 14px
}

.content-default .content-sidebar {
	display: none
}

.content-default.with-sidebar {
	*zoom: 1
}

.content-default.with-sidebar:before,
.content-default.with-sidebar:after {
	content: "";
	display: table
}

.content-default.with-sidebar:after {
	clear: both
}

@media screen and (min-width: 1024px) {
	.content-default.with-sidebar .content-main {
		float: right;
		width: 74.3%
	}
	.content-default.with-sidebar .content-sidebar {
		float: left;
		width: 22%;
		display: block
	}
	.content-default.with-sidebar .content-sidebar .related-links a {
		display: block;
		position: relative;
		padding: 15px 20px 15px 0;
		font-size: 1.5rem;
		line-height: 18px;
		border-bottom: 1px solid #dedede
	}
	.content-default.with-sidebar .content-sidebar .related-links a i {
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		position: absolute;
		right: 6px;
		top: 50%;
		font-size: 1.6rem
	}
	.content-default.with-sidebar .content-sidebar .related-links a:hover {
		color: #3ebeae
	}
}

@media screen and (min-width: 1200px) {
	.content-default.with-sidebar .content-sidebar {
		width: 19.76%
	}
}

.contact-info-default {
	padding-top: 22px;
	text-align: left;
	color: #777777
}

@media screen and (min-width: 1024px) {
	.contact-info-default {
		display: flex;
		justify-content: space-between
	}
}

.contact-info-default .dt,
.contact-info-default .dd {
	font-size: 1.5rem;
	margin: 0;
	line-height: 1.3
}

.contact-info-default .dt {
	font-weight: 500
}

.contact-info-default .dd {
	font-weight: 300
}

.contact-info-default .block {
	position: relative;
	padding-left: 60px;
	margin: 20px 0
}

@media screen and (min-width: 1024px) {
	.contact-info-default .block {
		margin: 0;
		display: inline-block
	}
}

.contact-info-default .block::before {
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	content: '';
	height: 46px;
	background-position: center;
	background-repeat: no-repeat;
	top: 50%;
	left: 0;
	position: absolute
}

.contact-info-default .block.address {
	padding-left: 52px
}

.contact-info-default .block.address::before {
	width: 31px;
	background-image: url(../imagens/footer-map.png);
	left: 8px
}

.contact-info-default .block.email::before {
	width: 46px;
	background-image: url(../imagens/footer-envelope.png)
}

.contact-info-default .block.phone::before {
	width: 49px;
	background-image: url(../imagens/footer-phone.png)
}

.contrast .contact-info-default {
	color: #fff
}

.contrast .contact-info-default .block.email::before {
	background-image: url(../imagens/footer-envelope-cont.png)
}

.contrast .contact-info-default .block.address::before {
	background-image: url(../imagens/footer-map-cont.png)
}

.contrast .contact-info-default .block.phone::before {
	background-image: url(../imagens/footer-phone-cont.png)
}

.content-sidebar .social {
	*zoom: 1;
	margin-bottom: 50px
}

.content-sidebar .social:before,
.content-sidebar .social:after {
	content: "";
	display: table
}

.content-sidebar .social:after {
	clear: both
}

.content-sidebar .social li {
	float: left;
	width: 24px;
	text-align: center;
	margin-right: 24px
}

.content-sidebar .social li a {
	display: block;
	border-bottom: 1px solid #3ebeae;
	font-size: 1.8rem;
	padding-bottom: 10px
}

.content-sidebar .social li a:hover {
	color: #3ebeae
}

.form-default label {
	font-size: 1.6rem;
	margin-bottom: 10px;
	display: inline-block
}

.form-default .input {
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-moz-transition-duration: .18s;
	-o-transition-duration: .18s;
	-webkit-transition-duration: .18s;
	transition-duration: .18s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	border: 1px solid #d3d3d3;
	background-color: #ffffff;
	padding: 0;
	text-indent: 10px;
	line-height: 42px;
	margin: 0;
	font-size: 1.4rem
}

.form-default .input.full-width {
	width: 100%
}

.form-default .input:focus {
	border-color: #3ebeae;
	background-color: #fff
}

.form-default textarea.input {
	padding: 10px 0 0 10px;
	line-height: 1.2;
	height: 150px;
	text-indent: 0
}

.form-default .obs {
	line-height: 44px;
	font-size: 1.4rem
}

.form-default .btn-default {
	background-color: transparent;
	font-weight: 700;
	color: #00aeef;
	line-height: 42px;
	padding: 0;
	text-align: center;
	display: block;
	text-transform: uppercase
}

.form-default .btn-default:hover {
	background-color: #3ebeae;
	color: #fff
}

.box-map-default .box-map {
	height: 200px;
	width: 100%
}

@media screen and (min-width: 768px) {
	.box-map-default .box-map {
		height: 390px
	}
}

.main-header {
	z-index: 1001;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.main-menu {
	*zoom: 1;
	z-index: 10;
	position: relative;
	padding: 6px 0;
	background: #fff
}

.main-menu:before,
.main-menu:after {
	content: "";
	display: table
}

.main-menu:after {
	clear: both
}

.main-menu .header-container {
	position: relative
}

.main-menu .header-nav-links,
.main-menu .header-social {
	display: none
}

.main-menu .header-logo {
	padding: 0;
	position: relative;
	z-index: 10
}

@media screen and (min-width: 1024px) {
	.main-menu .header-logo {
		margin-right: -200px;
		margin-top: -10px;
		float: left;
		padding: 10px 14px 10px 0;
		background: #fff
	}
}

.main-menu .header-logo .logo,
.main-menu .header-logo .logo2 {
	float: left
}

.main-menu .header-logo .logo img,
.main-menu .header-logo .logo2 img {
	height: 28px;
	width: auto
}

@media screen and (min-width: 1024px) {
	.main-menu .header-logo .logo img,
	.main-menu .header-logo .logo2 img {
		height: auto
	}
}

.main-menu .header-logo .logo {
	margin-right: 10px
}

@media screen and (min-width: 1024px) {
	.main-menu .header-logo .logo {
		margin-right: 20px
	}
}

@media screen and (min-width: 1200px) {
	.main-menu .header-logo .logo {
		margin-right: 40px
	}
}

.main-menu .header-menu {
	display: none
}

@media screen and (min-width: 1024px) {
	.main-menu .header-menu {
		display: block;
		background: #00aeef;
		float: right;
		position: relative;
		z-index: 9;
		color: #fff;
		padding-top: 25px;
		padding-left: 50px
	}
	.main-menu .header-menu:after {
		content: '';
		left: 100%;
		width: 2000px;
		height: 100%;
		top: 0;
		background: #00aeef;
		position: absolute
	}
	.main-menu .header-menu a:hover {
		text-shadow: 0 0 1px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 0, 0, 0.4);
		color: #fff
	}
}

@media screen and (min-width: 1200px) {
	.main-menu .header-menu {
		padding-left: 74px
	}
}

.main-menu .header-top {
	*zoom: 1;
	line-height: 30px;
	padding-bottom: 17px
}

.main-menu .header-top:before,
.main-menu .header-top:after {
	content: "";
	display: table
}

.main-menu .header-top:after {
	clear: both
}

@media screen and (min-width: 1024px) {
	.main-menu .header-social {
		-moz-transition-delay: 0;
		-o-transition-delay: 0;
		-webkit-transition-delay: 0;
		transition-delay: 0;
		-moz-transition-duration: .18s;
		-o-transition-duration: .18s;
		-webkit-transition-duration: .18s;
		transition-duration: .18s;
		-moz-transition-property: all;
		-o-transition-property: all;
		-webkit-transition-property: all;
		transition-property: all;
		-moz-transition-timing-function: linear;
		-o-transition-timing-function: linear;
		-webkit-transition-timing-function: linear;
		transition-timing-function: linear;
		float: left;
		position: relative;
		display: block
	}
	.main-menu .header-social a {
		display: inline-block;
		font-size: 1.8rem;
		margin: 0 4px 0 0
	}
}

.main-menu .header-contact {
	font-weight: 300;
	float: right;
	font-size: 16px;
	width:800px;
}

.main-menu .header-contact i {
	font-size: 2.1rem
}

.main-menu .header-contact .link {
	float: left;
	margin-left: 20px;
	font-size:22px;
}

.main-menu .header-contact .chat-status {
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #06ff00;
	border-radius: 50%;
	margin: -3px 4px 0 0
}

.main-menu .header-menu .btn-home {
	display: none
}

@media screen and (min-width: 1024px) {
	.main-menu {
		padding: 0
	}
	.main-menu .header-navigation {
		*zoom: 1;
		border-top: 1px solid #4dd4ce
	}
	.main-menu .header-navigation:before,
	.main-menu .header-navigation:after {
		content: "";
		display: table
	}
	.main-menu .header-navigation:after {
		clear: both
	}
	.main-menu .header-nav-links {
		*zoom: 1;
		float: left;
		position: relative;
		display: block;
		z-index: 10;
		font-size: 1.4rem
	}
	.main-menu .header-nav-links:before,
	.main-menu .header-nav-links:after {
		content: "";
		display: table
	}
	.main-menu .header-nav-links:after {
		clear: both
	}
	.main-menu .header-nav-links>li {
		float: left;
		line-height: 62px;
		font-weight: 700;
		text-transform: uppercase
	}
	.main-menu .header-nav-links>li:last-child {
		margin-right: 0
	}
	.main-menu .header-nav-links>li>a {
		display: block
	}
	.main-menu .header-nav-links>li .drop {
		padding: 0 26px;
		background: #00b7af
	}
	.main-menu .header-nav-links>li li a {
		display: block;
		border-bottom: 1px solid #33c5bf;
		text-transform: uppercase;
		font-size: 1.3rem;
		line-height: 1.2;
		padding: 14px 0
	}
	.main-menu .header-nav-links>li li:last-child a {
		border-bottom: none
	}
	.main-menu .header-nav-links li {
		position: relative
	}
	.main-menu .header-nav-links li .drop {
		-moz-transition-delay: 0;
		-o-transition-delay: 0;
		-webkit-transition-delay: 0;
		transition-delay: 0;
		-moz-transition-duration: .18s;
		-o-transition-duration: .18s;
		-webkit-transition-duration: .18s;
		transition-duration: .18s;
		-moz-transition-property: all;
		-o-transition-property: all;
		-webkit-transition-property: all;
		transition-property: all;
		-moz-transition-timing-function: linear;
		-o-transition-timing-function: linear;
		-webkit-transition-timing-function: linear;
		transition-timing-function: linear;
		position: absolute;
		top: 100%;
		left: -12px;
		min-width: 240px;
		z-index: -1;
		visibility: hidden;
		opacity: 0;
		border: 1px solid #33c5bf;
		box-shadow: 0 3px 3px -1px rgba(0, 0, 0, 0.1)
	}
	.main-menu .header-nav-links li .drop li {
		line-height: 1.2
	}
	.main-menu .header-nav-links li .drop li .drop {
		top: 0;
		left: 100%
	}
	.main-menu .header-nav-links li:hover>.drop {
		z-index: 10;
		opacity: 1;
		visibility: visible
	}
}

@media screen and (min-width: 1024px) {
	.main-menu .header-nav-links {
		font-size: 1.4rem
	}
	.main-menu .header-nav-links>li {
		margin-right: 6px
	}
}

@media screen and (min-width: 1200px) {
	.main-menu .header-nav-links>li {
		margin-right: 28px
	}
}

.header-nav-button {
	float: right;
	background: #00aeef;
	border-radius: 2px;
	color: #fff;
	padding: 0 12px;
	margin: 0;
	font-size: 2rem;
	height: 28px;
	line-height: 28px
}

.header-nav-button:hover {
	background: #3ebeae
}

@media screen and (min-width: 1024px) {
	.header-nav-button {
		display: none
	}
}

.header-nav-mobile {
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-moz-transition-duration: .18s;
	-o-transition-duration: .18s;
	-webkit-transition-duration: .18s;
	transition-duration: .18s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	width: 236px;
	top: 40px;
	height: calc(100% - 40px);
	background: #222222;
	box-shadow: -4px 10px 10px rgba(0, 0, 0, 0.6);
	visibility: hidden;
	z-index: -1;
	opacity: 0;
	right: -236px;
	position: fixed;
	overflow: scroll
}

.header-nav-mobile.active {
	visibility: visible;
	z-index: 1000;
	opacity: 1;
	right: 0
}

@media screen and (min-width: 1024px) {
	.header-nav-mobile {
		display: none
	}
}

.header-nav-mobile .header-mobile-links li {
	margin: 0
}

.header-nav-mobile .header-mobile-links li a {
	margin: 0;
	display: block;
	padding: 10px;
	color: #fff;
	border: 0 solid rgba(255, 255, 255, 0.05);
	border-width: 0 0 1px 5px;
	border-radius: 0 0 0 2px;
	font-weight: 400
}

.header-nav-mobile .header-mobile-links li a:hover {
	border-left-color: #00aeef
}

.header-nav-mobile .header-mobile-links li li {
	background: rgba(0, 0, 0, 0.6)
}

.header-nav-mobile .header-mobile-links li li a {
	padding-left: 20px
}

.header-nav-mobile .header-mobile-links li li li {
	background: rgba(0, 0, 0, 0.8)
}

.header-nav-mobile .header-mobile-links li li li a {
	padding-left: 30px
}

@media screen and (min-width: 1024px) {
	.fixed-header .header-logo {
		padding: 10px 0;
		height: auto;
		margin-top: 0
	}
	.fixed-header .header-logo .logo img,
	.fixed-header .header-logo .logo2 img {
		max-height: 40px;
		width: auto
	}
	.fixed-header .header-social {
		display: none
	}
	.fixed-header .header-top {
		display: none
	}
	.fixed-header .header-menu,
	.fixed-header .header-navigation {
		border: none;
		padding-top: 0
	}
	.fixed-header .main-menu .header-nav-links>li {
		line-height: 60px
	}
}

.form-products {
	background: #00aeef;
	padding: 40px 0;
	color: #fff
}

@media screen and (min-width: 1024px) {
	.form-products {
		padding: 78px 0
	}
}

.form-description {
	margin-bottom: 20px;
	margin-top: -15px
}

.form-captura-promocao {
	text-align: center;
	margin-top: 25px
}

.form-captura-promocao h2 {
	text-shadow: 1px 1px #000;
	padding: 10px 20px;
	border: 1px solid rgba(255, 255, 255, 0.9);
	display: inline-block
}

.form-captura-promocao .fone-number {
	color: #fff;
	margin-bottom: 20px
}

.form-captura-promocao .fone-number img {
	margin-right: 10px
}

.main-footer {
	background: #fff
}

.main-footer .menu {
	display: none
}

@media screen and (min-width: 1024px) {
	.main-footer .menu {
		display: flex;
		justify-content: space-between;
		padding: 20px 0;
		line-height: 38px;
		text-transform: uppercase;
		font-weight: bold;
		border-bottom: 1px solid #bdbdbd
	}
}

.main-footer .copyrights {
	*zoom: 1;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	font-size: 12px;
	line-height: 20px;
	padding: 20px 0 24px;
	text-align: center
}

.main-footer .copyrights:before,
.main-footer .copyrights:after {
	content: "";
	display: table
}

.main-footer .copyrights:after {
	clear: both
}

.main-footer .copyrights .rgb {
	margin: 20px 0
}

@media screen and (min-width: 1024px) {
	.main-footer .copyrights .rgb {
		margin: 0;
		float: left;
		text-align: left
	}
}

@media screen and (min-width: 1024px) {
	.main-footer .copyrights .cefa {
		float: right;
		text-align: right
	}
}

.form-alert-default {
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-moz-transition-duration: .5s;
	-o-transition-duration: .5s;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 1000;
	position: fixed;
	bottom: -200px;
	line-height: 1;
	padding: 20px 0;
	text-align: center;
	background: #00aeef;
	color: #fff;
	box-shadow: 0 0 6px -2px rgba(0, 0, 0, 0.6);
	left: 20px;
	right: 20px
}

@media screen and (min-width: 768px) {
	.form-alert-default {
		left: 20%;
		right: 20%
	}
}

.form-alert-default.enviando,
.form-alert-default.erro,
.form-alert-default.sucesso {
	bottom: 0
}

.form-alert-default.sucesso {
	background-color: #7abe48
}

.form-alert-default.erro {
	background-color: #ff9999
}

.form-alert-default .progresso {
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	background: rgba(0, 0, 0, 0.2)
}

@media screen and (min-width: 1024px) {
	.form-default .form-recaptcha-container {
		transform: scale(0.78);
		position: relative;
		top: -10px;
		left: -30px
	}
}

.form-default .hint {
	font-size: 80%
}

.form-default .button {
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-moz-transition-duration: .18s;
	-o-transition-duration: .18s;
	-webkit-transition-duration: .18s;
	transition-duration: .18s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	border: 1px solid #fff;
	font-size: 1.7rem;
	line-height: 24px;
	padding: 16px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600
}

.form-default .button:hover {
	background: #fff;
	color: #00aeef
}

.form-default .input {
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-moz-transition-duration: .18s;
	-o-transition-duration: .18s;
	-webkit-transition-duration: .18s;
	transition-duration: .18s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	width: 100%;
	font-weight: 300;
	color: #5b5b5f;
	font-size: 1.5rem;
	line-height: 26px;
	height: 58px;
	padding: 16px 15px;
	border: none;
	text-indent: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.form-default .input:-moz-placeholder {
	color: #5b5b5f;
	opacity: 1
}

.form-default .input::-moz-placeholder {
	color: #5b5b5f;
	opacity: 1
}

.form-default .input:-ms-input-placeholder {
	color: #5b5b5f;
	opacity: 1
}

.form-default .input::-webkit-input-placeholder {
	color: #5b5b5f;
	opacity: 1
}

.form-default textarea.input {
	background: #fbfbfb;
	border-bottom: 0;
	border-top-width: 1px;
	height: 193px;
	margin: 0
}

.form-default .linha {
	margin: 0
}

.form-default .input-field {
	margin-bottom: 11px
}

.form-default label {
	font-weight: 400;
	font-size: 1.5rem;
	color: #4e4e4e;
	line-height: 58px;
	margin: 0;
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-moz-transition-duration: .1s;
	-o-transition-duration: .1s;
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear
}

.form-default .input-field {
	position: relative
}

.form-default .input-field label.over {
	position: absolute;
	left: 15px;
	top: 0;
	margin: 0
}

.form-default .input-field .input:focus+label.over,
.form-default .input-field label.over.input-has-value {
	top: -10px;
	font-size: 85%;
	color: #00aeef;
	font-weight: 700
}

.form-default .input-field .input-with-label,
.form-default .input-field .input-with-label.input-has-value {
	padding: 25px 15px 5px
}

.form-default .input-field textarea.input-with-label,
.form-default .input-field textarea.input-with-label.input-has-value {
	padding-top: 32px
}

.form-default .input-radio {
	position: relative;
	display: inline-block;
	margin: 0 10px
}

.form-default .input-radio input {
	position: absolute;
	top: 0;
	opacity: 0;
	visibility: hidden;
	left: 0
}

.form-default .input-radio label {
	position: relative;
	padding-left: 20px
}

.form-default .input-radio label:before {
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-moz-transition-duration: .18s;
	-o-transition-duration: .18s;
	-webkit-transition-duration: .18s;
	transition-duration: .18s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	border: 3px solid #00aeef
}

.form-default .input-radio label:hover:before {
	background: rgba(0, 193, 185, 0.3)
}

.form-default .input-radio input:checked+label:before {
	background: rgba(0, 193, 185, 0.8) !important
}

.form-default .input-radio input:invalid+label:before {
	box-shadow: 0 0 10px #00aeef
}

.form-default .btn-send-container {
	position: relative
}

.form-default .btn-send {
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-moz-transition-duration: .18s;
	-o-transition-duration: .18s;
	-webkit-transition-duration: .18s;
	transition-duration: .18s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	background: #00aeef;
	padding: 28px 0;
	font-size: 1.3rem;
	line-height: 19px;
	color: #fff;
	position: relative;
	width: 100%;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 5px;
	text-align: center
}

.form-default .btn-send:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4)
}

.form-default .select-custom {
	position: relative
}

.form-default .select-custom .selectize-control .selectize-input:before {
	position: absolute;
	right: 15px;
	top: 19px;
	z-index: 999;
	font-size: 2.2rem
}

@media screen and (min-width: 1024px) {
	.form-responsive .title-default {
		font-size: 2.8rem;
		margin-bottom: 30px
	}
}

.centralized-form {
	max-width: 580px;
	margin: 0 auto
}

.centralized-form input,
.centralized-form select,
.centralized-form textarea {
	background: #f5f5f5 !important
}

.centralized-form textarea {
	height: 110px !important
}

.centralized-form button {
	background: #00aeef !important
}

.centralized-form button:hover {
	background: #00CFC6 !important;
	color: #fff !important
}

.centralized-form .form-recaptcha-container {
	transform: scale(0.74);
	position: relative;
	top: -9px;
	left: -36px
}

@media screen and (max-width: 1023px) {
	.form-recaptcha-container {
		transform: scale(1) !important;
		top: 0 !important;
		left: 0 !important;
		padding-bottom: 10px
	}
	.centralized-form {
		max-width: 100%
	}
}

ul.centralized-ul-horizontal {
	list-style: disc;
	max-width: 580px;
	padding-left: 17px;
	padding-bottom: 37px
}

ul.centralized-ul-horizontal li {
	color: #00aeef;
	text-align: left;
	float: left;
	margin-right: 30px
}

@media screen and (max-width: 651px) {
	ul.centralized-ul-horizontal {
		list-style: disc;
		max-width: 580px;
		padding-bottom: 37px;
		padding-left: 18px !important
	}
	ul.centralized-ul-horizontal li {
		float: none;
		margin-top: 5px
	}
}

.centralized-form-title {
	margin: 25px 0 !important
}

.rgb-texto-editavel {
	font-size: 1.6rem;
	line-height: 1.4;
	color: #676767;
	font-weight: 400
}

.rgb-texto-editavel strong {
	font-weight: 700
}

.rgb-texto-editavel em {
	font-style: italic
}

.rgb-texto-editavel p {
	line-height: 1.4;
	margin: 10px 0 16px;
	font-weight: 400
}

.rgb-texto-editavel h1,
.rgb-texto-editavel h2,
.rgb-texto-editavel h3,
.rgb-texto-editavel h4,
.rgb-texto-editavel h5,
.rgb-texto-editavel h6 {
	margin: 20px 0;
	color: #00aeef;
	font-weight: 700
}

.rgb-texto-editavel h1,
.rgb-texto-editavel h2 {
	font-size: 2.2rem;
	color: #00aeef;
	font-size: 2.2rem;
	text-transform: none
}

@media screen and (min-width: 1024px) {
	.rgb-texto-editavel h1,
	.rgb-texto-editavel h2 {
		font-size: 3.2rem
	}
}

@media screen and (min-width: 1024px) {
	.rgb-texto-editavel h1,
	.rgb-texto-editavel h2 {
		font-size: 3.2rem;
		font-weight: 700
	}
}

.rgb-texto-editavel h1:after,
.rgb-texto-editavel h2:after {
	content: '';
	display: block;
	width: 120px;
	height: 1px;
	margin: 20px auto;
	background: rgba(91, 91, 95, 0.35)
}

.rgb-texto-editavel h3 {
	font-size: 2rem
}

@media screen and (min-width: 1024px) {
	.rgb-texto-editavel h3 {
		font-size: 2.4rem
	}
}

.rgb-texto-editavel h4,
.rgb-texto-editavel h5,
.rgb-texto-editavel h6 {
	font-size: 1.8rem
}

@media screen and (min-width: 1024px) {
	.rgb-texto-editavel h4,
	.rgb-texto-editavel h5,
	.rgb-texto-editavel h6 {
		font-size: 2rem
	}
}

.rgb-texto-editavel table {
	width: 100%;
	border-top: 1px solid #3ebeae;
	margin: 30px 0;
	font-size: 14px
}

.rgb-texto-editavel table tr {
	background: #f9fff9
}

.rgb-texto-editavel table tr:nth-child(2n) {
	background: #f3fbf3
}

.rgb-texto-editavel table tr td,
.rgb-texto-editavel table tr th {
	border: none;
	border-left: 1px solid #fff;
	padding: 10px
}

.rgb-texto-editavel table tr td:first-child,
.rgb-texto-editavel table tr th:first-child {
	border-left: none
}

.rgb-texto-editavel table h1,
.rgb-texto-editavel table h2,
.rgb-texto-editavel table h3,
.rgb-texto-editavel table h4,
.rgb-texto-editavel table h5,
.rgb-texto-editavel table h6 {
	margin: 4px 0;
	color: #00aeef
}

.rgb-texto-editavel a {
	color: #00aeef;
	text-decoration: underline
}

.rgb-texto-editavel ul {
	padding: 0;
	margin: 0 0 38px
}

.rgb-texto-editavel ul li {
	list-style: none;
	position: relative;
	text-indent: 18px;
	margin-bottom: 6px
}

.rgb-texto-editavel ul li::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: #00aeef;
	width: 8px;
	height: 8px;
	border: 3px solid #00aeef;
	border-radius: 50%;
	margin-right: 5px
}

.rgb-texto-editavel ul[style^="list-style-type: circle"] li::before {
	background: transparent
}

.rgb-texto-editavel ul[style^="list-style-type: square"] li::before {
	border-radius: 0
}

.rgb-texto-editavel ol {
	list-style: decimal inside
}

.rgb-texto-editavel ol li {
	margin-bottom: 7px
}

.rgb-texto-editavel mark {
	margin: 60px 0;
	position: relative;
	display: block;
	background: #f6f6f6;
	padding: 14px 26px;
	color: #38704c;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.2
}

.rgb-texto-editavel mark:before,
.rgb-texto-editavel mark:after {
	content: '';
	width: 53px;
	height: 4px;
	background: #00aeef;
	position: absolute
}

.rgb-texto-editavel mark:before {
	top: -12px;
	left: 0
}

.rgb-texto-editavel mark:after {
	bottom: -12px;
	right: 0
}

.rgb-container-custom {
	padding: 0 20px;
	margin: 0 auto
}

@media screen and (min-width: 550px) {
	.rgb-container-custom {
		width: 85%;
		padding: 0
	}
}

@media screen and (min-width: 1024px) {
	.rgb-container-custom {
		width: 100%
	}
}

@media screen and (max-width: 1023px) {
	.rgb-container-custom .rgb-container-custom-inner {
		width: 100% !important;
		float: none !important
	}
}

.rgb-button-custom a {
	display: inline-block;
	background: #7abe48;
	color: #fff;
	font-size: 1.6rem;
	line-height: 1.6rem;
	padding: 9px 30px;
	border-radius: 17px;
	font-weight: 400;
	text-decoration: none
}

.rgb-button-custom.smaller a {
	font-size: 1.3rem;
	line-height: 1.4rem;
	padding: 4px 18px;
	border-radius: 11px
}

.rgb-button-custom.bigger a {
	font-size: 2rem;
	line-height: 2rem;
	padding: 17px 50px;
	border-radius: 27px
}

.rgb-button-custom:hover a {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.4)
}

.rgb-litebox-custom {
	display: none !important
}

.rgb-litebox-custom-container {
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-moz-transition-duration: .18s;
	-o-transition-duration: .18s;
	-webkit-transition-duration: .18s;
	transition-duration: .18s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	visibility: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: -1;
	text-align: center
}

.rgb-litebox-opened {
	overflow: hidden
}

.rgb-litebox-opened .rgb-litebox-custom-container {
	z-index: 9999;
	opacity: 1;
	visibility: visible;
	overflow: hidden
}

.rgb-litebox-custom-inner {
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: left;
	display: inline-block;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	padding: 16px;
	width: 90%;
	position: absolute;
	top: 50%;
	max-height: 85%;
	overflow: auto
}

@media screen and (min-width: 1024px) {
	.rgb-litebox-custom-inner {
		width: auto;
		max-width: 50%;
		padding: 40px 40px 10px 40px
	}
}

.rgb-litebox-custom-button {
	position: fixed;
	top: 0;
	right: 20px;
	background: transparent;
	color: #00aeef;
	font-size: 2rem;
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5), 0 0 4px rgba(0, 193, 185, 0.5)
}

.rgb-litebox-custom-button:hover {
	background: transparent
}

@media screen and (min-width: 768px) {
	.rgb-litebox-custom-button {
		font-size: 3rem
	}
}

.banners-home-container {
	position: relative
}

.banners-home-container .arrow {
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-moz-transition-duration: .18s;
	-o-transition-duration: .18s;
	-webkit-transition-duration: .18s;
	transition-duration: .18s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: .2;
	position: absolute;
	top: 50%;
	color: #00aeef;
	background: #fff;
	z-index: 100;
	text-align: center;
	font-size: 2.2rem;
	cursor: pointer;
	width: 60px;
	line-height: 60px
}

.banners-home-container .arrow:hover {
	background: #00aeef;
	color: #fff
}

.banners-home-container .arrow.prev {
	left: 0
}

.banners-home-container .arrow.next {
	right: 0
}

@media screen and (min-width: 768px) {
	.banners-home-container .arrow {
		font-size: 3rem
	}
}

@media screen and (min-width: 1024px) {
	.banners-home-container .arrow {
		font-size: 4rem
	}
}

.banners-home-container:hover .arrow {
	opacity: 1
}

.banners-home .banner {
	position: relative
}

@media screen and (min-width: 1024px) {
	.banners-home .banner {
		height: 475px
	}
	.banners-home .banner img {
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		max-width: none;
		position: absolute;
		top: 0;
		left: 50%;
		height: 475px
	}
}

@media screen and (min-width: 1200px) {
	.banners-home .banner {
		height: 542px
	}
	.banners-home .banner img {
		height: 542px
	}
}

@media screen and (min-width: 1680px) {
	.banners-home .banner {
		height: 580px
	}
	.banners-home .banner img {
		height: 580px
	}
}

.home-products {
	*zoom: 1
}

.home-products:before,
.home-products:after {
	content: "";
	display: table
}

.home-products:after {
	clear: both
}

@media screen and (min-width: 1024px) {
	.home-products:hover .product {
		opacity: .4
	}
}

.home-products .product {
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-moz-transition-duration: .3s;
	-o-transition-duration: .3s;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	border-top: 1px solid #e7e7e8;
	float: left;
	width: 100%;
	padding: 12px 30px;
	position: relative
}

.home-products .product .product-image,
.home-products .product .product-name {
	display: inline-block;
	vertical-align: middle
}

.home-products .product:nth-child(1) {
	border-top: 0
}

@media screen and (min-width: 768px) {
	.home-products .product {
		width: 50%;
		border-right: 1px solid #e7e7e8
	}
	.home-products .product:nth-child(2) {
		border-top: 0
	}
	.home-products .product:nth-child(2n) {
		border-right: 0
	}
	.home-products .product:nth-child(2n+1) {
		clear: both
	}
}

@media screen and (min-width: 1024px) {
	.home-products .products {
		width: 33.333%;
		height: 174px;
		padding: 18px 52px
	}
	.home-products .products:nth-child(3) {
		border-top: 0
	}
	.home-products .products:nth-child(n) {
		border-right: 1px solid #e7e7e8;
		clear: none
	}
	.home-products .products:nth-child(3n) {
		border-right: 0
	}
	.home-products .products:nth-child(3n+1) {
		clear: both
	}
}

.home-products .product:hover {
	opacity: 1 !important;
	z-index: 1;
	box-shadow: 0 0 4px rgba(0, 193, 185, 0.5)
}

.home-products .product-image {
	width: 41.65%;
	margin-right: 1.5%
}

.redonda{
	border-radius: 100%;
	height: 200px;
	object-fit: cover;
	width: 200px;
}
.home-products .product-name {
	font-size: 2rem;
	font-weight: 300;
	width: 54%
}

@media screen and (min-width: 768px) {
	.home-products .product-name {
		font-size: 2.4rem
	}
}

.home-products-link {
	text-align: center;
	padding-top: 40px
}

.home-products-link a {
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 1.7rem
}

.blocks-aside {
	*zoom: 1;
	color: #fff;
	font-weight: 300
}

.blocks-aside:before,
.blocks-aside:after {
	content: "";
	display: table
}

.blocks-aside:after {
	clear: both
}

.blocks-aside a {
	display: block
}

.blocks-aside a:hover {
	color: inherit;
	text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4)
}

.blocks-aside .btn-link {
	font-weight: 500;
	font-style: italic;
	font-size: 1.8rem;
	display: block;
	padding: 20px 0 0
}

.blocks-aside .links li {
	margin-bottom: 12px;
	font-weight: 500;
	letter-spacing: -0.02em
}

@media screen and (min-width: 1024px) {
	.blocks-aside .links li {
		width: 49%;
		float: left
	}
	.blocks-aside .links li:nth-child(2n) {
		float: right
	}
	.blocks-aside .links li:nth-child(2n+1) {
		clear: both
	}
}

.blocks-aside .block {
	position: relative;
	padding: 30px
}

@media screen and (min-width: 768px) {
	.blocks-aside .block {
		padding-top: 60px;
		padding-bottom: 60px
	}
}

@media screen and (min-width: 1024px) {
	.blocks-aside .block {
		padding-top: 100px;
		padding-bottom: 100px
	}
}

.blocks-aside .block::before {
	background-position: center;
	background-size: cover;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0
}

@media screen and (min-width: 768px) {
	.blocks-aside .block::before {
		width: 960px
	}
}

.blocks-aside .block.block-left {
	background: #00a8a2
}

@media screen and (min-width: 768px) {
	.blocks-aside .block.block-left {
		text-align: right;
		padding-right: 3.5%
	}
	.blocks-aside .block.block-left::before {
		right: 0;
		left: auto
	}
}

.blocks-aside .block.block-right {
	background: #656565
}

@media screen and (min-width: 768px) {
	.blocks-aside .block.block-right {
		text-align: left;
		padding-left: 3.5%
	}
	.blocks-aside .block.block-right::before {
		left: 0;
		right: auto
	}
}

.blocks-aside .block .block-content {
	position: relative;
	z-index: 2
}

@media screen and (min-width: 768px) {
	.blocks-aside .block {
		width: 50%;
		float: left
	}
}

@media screen and (min-width: 768px) {
	.blocks-services .block {
		height: 380px
	}
}

@media screen and (min-width: 1024px) {
	.blocks-services .block {
		height: 406px
	}
}

.blocks-services .block-left::before {
	background-image: url(../imagens/servicos-1.jpg)
}

.blocks-services .block-right::before {
	background-image: url(../imagens/servicos-2.jpg)
}

@media screen and (min-width: 768px) {
	.blocks-companies .block {
		height: 310px
	}
}

@media screen and (min-width: 1024px) {
	.blocks-companies .block {
		height: 350px
	}
}

.blocks-companies .cefa::before {
	background-image: url(../imagens/timpany-bg.jpg)
}

.blocks-companies .argosy::before {
	background-image: url(../imagens/phonak-bg.jpg)
}

.testimonials .testimonial {
	text-align: center;
	padding: 10px 40px;
	font-size: 1.6rem
}

@media screen and (min-width: 1024px) {
	.testimonials .testimonial {
		padding: 10px 100px
	}
}

.testimonials .testimonial .testimonial-name {
	margin-top: 30px;
	font-weight: 500;
	font-style: italic
}

@media screen and (min-width: 1024px) {
	.blog-content .title-default {
		margin-bottom: 50px
	}
}

.blog-categories {
	margin-bottom: 30px
}

@media screen and (min-width: 1024px) {
	.blog-categories {
		margin: 0
	}
}

.blog-categories a {
	display: block;
	font-size: 1.4rem;
	padding: 10px 0;
	border-bottom: 1px solid rgba(91, 91, 95, 0.2)
}

.blog-categories a:last-child {
	border: none
}

.blog-categories a i {
	margin-right: 10px
}

@media screen and (min-width: 1024px) {
	.blog-categories a {
		font-size: 1.8rem;
		border: none;
		margin-bottom: 18px
	}
}

.blog-list .blog-entry {
	display: block;
	text-align: center;
	margin-bottom: 20px
}

@media screen and (min-width: 768px) {
	.blog-list .blog-entry {
		text-align: left
	}
}

.blog-list .blog-entry .blog-image {
	display: inline-block;
	margin-bottom: 14px
}

.blog-list .blog-entry .blog-title {
	font-size: 2.4rem;
	color: #00aeef;
	font-weight: 500;
	line-height: 1.1
}

.blog-list .blog-entry .blog-btn {
	color: #00aeef;
	font-weight: 500;
	font-style: italic;
	padding-left: 5px
}

.page-not-found {
	text-align: center;
	font-size: 1.6rem;
	padding: 50px 0 !important
}

@media screen and (min-width: 1024px) {
	.page-not-found {
		padding: 100px 0 !important
	}
}

.page-not-found h1 {
	font-size: 2.3rem;
	font-weight: 700;
	text-transform: uppercase
}

.page-not-found h1 strong {
	display: inline-block;
	font-size: 10rem;
	line-height: .8;
	font-weight: 800;
	border-bottom: 1px solid #3ebeae;
	padding-bottom: 10px;
	margin-bottom: 10px
}

@media screen and (min-width: 768px) {
	.page-not-found h1 strong {
		font-size: 15rem
	}
}

.page-not-found p {
	margin: 0;
	padding: 20px 0
}

.page-not-found a {
	display: inline-block;
	text-transform: uppercase;
	color: #3ebeae;
	border-bottom: 1px solid #3ebeae
}

.content-pagination {
	text-align: center;
	margin-bottom: 40px
}

.content-pagination ul {
	display: inline-block
}

.content-pagination ul li {
	display: inline-block
}

.content-pagination ul li a {
	background: #00aeef;
	display: block;
	padding: 10px 12px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	opacity: .7;
	cursor: default
}

.content-pagination ul li a[href] {
	cursor: pointer;
	opacity: 1;
	font-weight: normal
}

.content-pagination ul li a[href]:hover {
	background: rgba(0, 193, 185, 0.5)
}

.content-header-container {
	position: relative
}

.content-header {
	padding: 20px 0;
	text-align: center;
	color: #616161
}

@media screen and (min-width: 1024px) {
	.content-header {
		padding: 44px 0 36px
	}
}

.content-header-breadcrumb {
	margin-bottom: 10px
}

@media screen and (min-width: 1024px) {
	.content-header-breadcrumb {
		margin-bottom: 4px
	}
}

.content-header-breadcrumb a {
	display: inline-block;
	padding: 4px 8px;
	background: #00aeef;
	color: #fff;
	font-size: 1.2rem
}

@media screen and (min-width: 1024px) {
	.content-header-breadcrumb a {
		display: inline;
		padding: 0;
		background: transparent;
		color: inherit;
		font-size: 1.4rem
	}
}

.content-header-breadcrumb .div {
	display: none
}

@media screen and (min-width: 1024px) {
	.content-header-breadcrumb .div {
		display: inline
	}
}

.content-header-title .title {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -0.02em
}

@media screen and (min-width: 768px) {
	.content-header-title .title {
		font-size: 3rem
	}
}

@media screen and (min-width: 1024px) {
	.content-header-title .title {
		font-size: 3.4rem
	}
}

@media screen and (min-width: 1200px) {
	.content-header-title .title {
		font-size: 3.8rem
	}
}

.content-menu-categories {
	display: none
}

@media screen and (min-width: 1024px) {
	.content-menu-categories {
		text-align: center;
		display: block;
		margin-bottom: 36px
	}
	.content-menu-categories .links {
		display: inline-block;
		padding: 10px 26px;
		background: #7abe48
	}
	.content-menu-categories a {
		color: #fff;
		display: inline-block;
		border-right: 1px solid;
		line-height: 18px;
		padding: 0 14px;
		margin: 4px 0
	}
	.content-menu-categories a:last-child {
		border: none
	}
	.content-menu-categories a:hover {
		text-shadow: 0 0 1px rgba(0, 0, 0, 0.6), 0 0 10px rgba(0, 0, 0, 0.4), 0 0 20px rgba(0, 0, 0, 0.4)
	}
}

.content-social-share {
	text-align: center;
	margin-bottom: 34px
}

@media screen and (min-width: 1024px) {
	.content-social-share {
		margin-bottom: 68px
	}
}

.content-social-share .ico {
	display: inline-block;
	background: #616161;
	border-radius: 50%;
	width: 23px;
	line-height: 23px;
	text-align: center;
	font-size: 1.2rem;
	color: #fff
}

.content-social-share .ico:hover {
	background: #00aeef
}

.content-header-image {
	overflow: hidden
}

@media screen and (min-width: 768px) {
	.content-header-image img {
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		left: 50%;
		max-width: unset;
		position: relative
	}
}

@media screen and (min-width: 768px) {
	.content-header-container.layout-2 {
		margin-bottom: 70px
	}
}

.content-header-container.layout-2 .content-header-image {
	background: #000
}

.content-header-container.layout-2 .content-header-image img {
	opacity: .6
}

@media screen and (min-width: 768px) {
	.content-header-container.layout-2 .content-header {
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		position: absolute;
		left: 0;
		width: 100%;
		top: 50%;
		padding: 0;
		margin: 0;
		color: #fff;
		text-shadow: 0 0 2px rgba(0, 0, 0, 0.6)
	}
}

@media screen and (min-width: 768px) {
	.content-header-container.layout-2 .content-menu-categories {
		-moz-transform: translateY(50%);
		-ms-transform: translateY(50%);
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		margin: 0
	}
}

.content-list-container {
	background: #f5f5f5;
	padding: 34px 0
}

@media screen and (min-width: 1024px) {
	.content-list-container {
		padding: 68px 0
	}
}

.content-list-container .rgb-texto-editavel {
	margin-bottom: 40px
}

.content-list-default {
	*zoom: 1;
	margin-bottom: 40px
}

.content-list-default:before,
.content-list-default:after {
	content: "";
	display: table
}

.content-list-default:after {
	clear: both
}

.content-list-default .content-list-entry {
	margin-bottom: 50px
}

@media screen and (min-width: 768px) {
	.content-list-default .content-list-entry {
		float: left;
		width: 31.64%;
		margin-bottom: 50px
	}
	.content-list-default .content-list-entry:not(:nth-child(3n)) {
		margin-right: 2.5%
	}
	.content-list-default .content-list-entry:nth-child(3n+1) {
		clear: both
	}
}

.content-form-scheduling {
	background-image: url(../imagens/bloco-agendamento.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

.content-form-scheduling .container {
	height: 240px;
	position: relative
}

@media screen and (min-width: 768px) {
	.content-form-scheduling .container {
		height: 360px
	}
}

@media screen and (min-width: 1200px) {
	.content-form-scheduling .container {
		height: 554px
	}
}

.content-form-scheduling .content-form-scheduling-info {
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff
}

.content-form-scheduling .content-form-scheduling-info .title,
.content-form-scheduling .content-form-scheduling-info .description {
	text-shadow: 0 0 2px rgba(0, 0, 0, 0.5)
}

.content-form-scheduling .content-form-scheduling-info .title {
	font-weight: 700;
	color: #fff;
	font-size: 2.6rem
}

@media screen and (min-width: 1024px) {
	.content-form-scheduling .content-form-scheduling-info .title {
		font-size: 3.5rem
	}
}

.content-form-scheduling .content-form-scheduling-info .description {
	font-weight: 400;
	margin: 0
}

.content-form-scheduling .content-form-scheduling-info .btn-link {
	margin-top: 3rem;
	display: inline-block;
	background: #7abe48;
	color: #fff;
	line-height: 54px;
	text-transform: uppercase;
	padding: 0 60px;
	border-radius: 2.7rem;
	font-size: 2rem;
	font-weight: 400
}

.content-form-scheduling .content-form-scheduling-info .btn-link:hover {
	background: #00aeef
}

@media screen and (max-width: 1023px) {
	div.form-responsive {
		margin-top: 50px
	}
}

div.timpany-description {
	padding: 0 25px
}

div.timpany-description p {
	font-weight: normal;
	font-size: 16px
}

div.timpany-description h2 {
	color: #434343;
	font-size: 23px;
	margin-bottom: 5px
}

div.timpany-description h3 {
	color: #434343;
	font-size: 20px;
	margin-bottom: 5px
}

div.timpany-description ul {
	list-style: disc;
	padding-left: 15px
}

div.timpany-description ul li {
	font-weight: normal
}

.img-responsive {
	max-width: 100%;
	display: inline-block
}

.padding-h40 {
	padding: 40px 0 !important
}

.padding-v25 {
	padding: 0 25px !important
}

.content-list-main-container {
	text-align: center
}

@media screen and (min-width: 1024px) {
	.content-list-main-container {
		padding-top: 40px
	}
}

.content-list-main .content-list-entry {
	text-align: center;
	position: relative;
	float: none;
	margin-bottom: 50px
}

@media screen and (min-width: 768px) {
	.content-list-main .content-list-entry {
		vertical-align: top;
		width: 28.95%;
		margin-left: 2% !important;
		margin-right: 2% !important;
		margin-bottom: 80px;
		display: inline-block
	}
}

.content-list-main .content-list-entry .image {
	display: inline
}

.content-list-main .content-list-entry .title {
	font-size: 1.7rem;
	font-weight: 700;
	color: #00aeef;
	line-height: 1.1;
	margin: 10px 0
}

@media screen and (min-width: 1024px) {
	.content-list-main .content-list-entry .title {
		margin: 20px 0;
		font-size: 2.4rem
	}
}

.content-list-main .content-list-entry .description {
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0 0 26px
}

.content-list-main .content-list-entry .description ul li:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #7abe48;
	border-radius: 50%;
	margin: 0 10px 0 0
}

.content-list-main .content-list-entry .btn-link {
	color: #fff;
	font-size: 1.6rem;
	background: #7abe48;
	line-height: 3.4rem;
	border-radius: 17px;
	display: inline-block;
	padding: 0 40px;
	margin: 0;
	font-weight: 400
}

.content-list-blog .content-list-entry {
	text-align: center;
	position: relative
}

@media screen and (min-width: 768px) {
	.content-list-blog .content-list-entry {
		text-align: left
	}
}

.content-list-blog .content-list-entry .image {
	display: inline
}

.content-list-blog .content-list-entry .date {
	background: #00aeef;
	color: #fff;
	z-index: 1;
	line-height: 1.2;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	margin: 10px 0;
	display: inline-block;
	padding: 5px 10px
}

@media screen and (min-width: 1024px) {
	.content-list-blog .content-list-entry .date {
		padding: 4px 12px 8px 12px;
		margin: 0;
		top: 0;
		right: 8px;
		position: absolute;
		font-size: 2.8rem
	}
	.content-list-blog .content-list-entry .date small {
		display: block;
		font-size: 1.4rem
	}
}

.content-list-blog .content-list-entry .title {
	font-size: 1.7rem;
	font-weight: 700;
	color: #00aeef;
	line-height: 1.1;
	margin: 10px 0
}

@media screen and (min-width: 1024px) {
	.content-list-blog .content-list-entry .title {
		margin: 20px 0 10px;
		font-size: 2rem
	}
}

.content-list-blog .content-list-entry .description {
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0 0 12px
}

.content-list-blog .content-list-entry .btn-link {
	font-size: 1.333rem;
	background: #7abe48;
	text-transform: uppercase;
	line-height: 3rem;
	display: inline-block;
	padding: 0 40px;
	margin: 0;
	color: #fff
}

.content-layout-default .content-layout-container {
	text-align: center;
	padding: 40px 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

@media screen and (min-width: 1024px) {
	.content-layout-default .content-layout-container {
		padding: 66px 0
	}
}

.content-layout-default:first-of-type .content-layout-container {
	padding-top: 0
}

.content-layout-default .no-padding-bottom {
	padding-bottom: 0
}

.content-layout-default .rgb-texto-editavel h2,
.content-layout-default .content-layout-title {
	color: #00aeef;
	font-size: 2.2rem;
	text-transform: none;
	margin-top: 0
}

@media screen and (min-width: 1024px) {
	.content-layout-default .rgb-texto-editavel h2,
	.content-layout-default .content-layout-title {
		font-size: 3.2rem;
		font-weight: 700
	}
}

.content-layout-default .rgb-texto-editavel h2:after,
.content-layout-default .content-layout-title:after {
	content: '';
	display: block;
	width: 120px;
	height: 1px;
	margin: 20px auto;
	background: rgba(91, 91, 95, 0.35)
}

.content-layout-default .rgb-texto-editavel {
	font-weight: 400;
	color: inherit
}

.content-layout-default .rgb-texto-editavel p {
	font-weight: inherit
}

.content-layout-default .rgb-texto-editavel .linha .colunas {
	float: none;
	margin: 0
}

@media screen and (min-width: 1024px) {
	.content-layout-default .rgb-texto-editavel .linha {
		display: flex;
		justify-content: space-between
	}
	.content-layout-default .rgb-texto-editavel .linha:before,
	.content-layout-default .rgb-texto-editavel .linha:after {
		display: none
	}
}

@media screen and (min-width: 1024px) {
	.content-layout-default .rgb-texto-editavel .linha .desktop-tres {
		width: 22%
	}
}

@media screen and (min-width: 1024px) {
	.content-layout-default .rgb-texto-editavel .linha .desktop-quatro {
		width: 29%
	}
}

@media screen and (min-width: 1024px) {
	.content-layout-default .rgb-texto-editavel .linha .desktop-seis {
		width: 47%
	}
}

.content-layout-gallery-container {
	*zoom: 1;
	padding-top: 30px
}

.content-layout-gallery-container:before,
.content-layout-gallery-container:after {
	content: "";
	display: table
}

.content-layout-gallery-container:after {
	clear: both
}

.content-layout-gallery-container .gallery {
	position: relative
}

.content-layout-gallery-container .gallery:hover .gallery-arrow {
	opacity: .8
}

.content-layout-gallery-container .gallery-arrow {
	display: none
}

@media screen and (min-width: 768px) {
	.content-layout-gallery-container .gallery-arrow {
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		-moz-transition-delay: 0;
		-o-transition-delay: 0;
		-webkit-transition-delay: 0;
		transition-delay: 0;
		-moz-transition-duration: .18s;
		-o-transition-duration: .18s;
		-webkit-transition-duration: .18s;
		transition-duration: .18s;
		-moz-transition-property: all;
		-o-transition-property: all;
		-webkit-transition-property: all;
		transition-property: all;
		-moz-transition-timing-function: linear;
		-o-transition-timing-function: linear;
		-webkit-transition-timing-function: linear;
		transition-timing-function: linear;
		opacity: .4;
		display: block;
		top: 50%;
		position: absolute;
		background: #00aeef;
		color: #fff;
		font-size: 2rem;
		z-index: 10;
		margin: 0
	}
	.content-layout-gallery-container .gallery-arrow.prev {
		left: 0
	}
	.content-layout-gallery-container .gallery-arrow.next {
		right: 0
	}
	.content-layout-gallery-container .gallery-arrow:hover {
		opacity: 1 !important
	}
}

.content-layout-gallery-container .content-gallery-row .content-gallery-image-entry {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden
}

.content-layout-gallery-container .content-gallery-row .content-gallery-image-entry img {
	width: 100%
}

@media screen and (min-width: 768px) {
	.content-layout-gallery-container .content-gallery-row.layout-2n .content-gallery-image-entry {
		width: 50%
	}
}

@media screen and (min-width: 550px) {
	.content-layout-gallery-container .content-gallery-row.layout-3n .content-gallery-image-entry {
		width: 50%
	}
}

@media screen and (min-width: 768px) {
	.content-layout-gallery-container .content-gallery-row.layout-3n .content-gallery-image-entry {
		width: 33.333%
	}
}

@media screen and (min-width: 550px) {
	.content-layout-gallery-container .content-gallery-row.layout-4n .content-gallery-image-entry {
		width: 50%
	}
}

@media screen and (min-width: 768px) {
	.content-layout-gallery-container .content-gallery-row.layout-4n .content-gallery-image-entry {
		width: 25%
	}
}

@media screen and (min-width: 550px) {
	.content-layout-gallery-container .content-gallery-row.layout-5n .content-gallery-image-entry {
		width: 50%
	}
}

@media screen and (min-width: 768px) {
	.content-layout-gallery-container .content-gallery-row.layout-5n .content-gallery-image-entry {
		width: 20%
	}
}

.content-layout-gallery-container .content-gallery-row .content-gallery-image-entry .hover {
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-moz-transition-duration: .18s;
	-o-transition-duration: .18s;
	-webkit-transition-duration: .18s;
	transition-duration: .18s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(29, 29, 29, 0.9);
	opacity: 0;
	z-index: 2;
	text-align: center
}

.content-layout-gallery-container .content-gallery-row .content-gallery-image-entry .hover i {
	-moz-transition-delay: 0;
	-o-transition-delay: 0;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-moz-transition-duration: .18s;
	-o-transition-duration: .18s;
	-webkit-transition-duration: .18s;
	transition-duration: .18s;
	-moz-transition-property: all;
	-o-transition-property: all;
	-webkit-transition-property: all;
	transition-property: all;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	color: #fff;
	font-size: 4rem
}

@media screen and (min-width: 1024px) {
	.content-layout-gallery-container .content-gallery-row .content-gallery-image-entry .hover i {
		font-size: 7rem
	}
}

.content-layout-gallery-container .content-gallery-row .content-gallery-image-entry:hover .hover {
	opacity: 1
}

.content-layout-gallery-container .content-gallery-row .content-gallery-image-entry:hover .hover i {
	top: 50%
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
	font-family: 'FontAwesome';
	src: url("../fontes/fontawesome/fontawesome-webfont.eot?v=4.7.0");
	src: url("../fontes/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fontes/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fontes/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fontes/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fontes/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-weight: normal;
	font-style: normal
}

.fa,
.form-default .select-custom .selectize-control .selectize-input:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14286em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14286em;
	width: 2.14286em;
	top: .14286em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left,
.form-default .select-custom .selectize-control .fa-pull-left.selectize-input:before {
	margin-right: .3em
}

.fa.fa-pull-right,
.form-default .select-custom .selectize-control .fa-pull-right.selectize-input:before {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left,
.form-default .select-custom .selectize-control .pull-left.selectize-input:before {
	margin-right: .3em
}

.fa.pull-right,
.form-default .select-custom .selectize-control .pull-right.selectize-input:before {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: ""
}

.fa-music:before {
	content: ""
}

.fa-search:before {
	content: ""
}

.fa-envelope-o:before {
	content: ""
}

.fa-heart:before {
	content: ""
}

.fa-star:before {
	content: ""
}

.fa-star-o:before {
	content: ""
}

.fa-user:before {
	content: ""
}

.fa-film:before {
	content: ""
}

.fa-th-large:before {
	content: ""
}

.fa-th:before {
	content: ""
}

.fa-th-list:before {
	content: ""
}

.fa-check:before {
	content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: ""
}

.fa-search-plus:before {
	content: ""
}

.fa-search-minus:before {
	content: ""
}

.fa-power-off:before {
	content: ""
}

.fa-signal:before {
	content: ""
}

.fa-gear:before,
.fa-cog:before {
	content: ""
}

.fa-trash-o:before {
	content: ""
}

.fa-home:before {
	content: ""
}

.fa-file-o:before {
	content: ""
}

.fa-clock-o:before {
	content: ""
}

.fa-road:before {
	content: ""
}

.fa-download:before {
	content: ""
}

.fa-arrow-circle-o-down:before {
	content: ""
}

.fa-arrow-circle-o-up:before {
	content: ""
}

.fa-inbox:before {
	content: ""
}

.fa-play-circle-o:before {
	content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: ""
}

.fa-refresh:before {
	content: ""
}

.fa-list-alt:before {
	content: ""
}

.fa-lock:before {
	content: ""
}

.fa-flag:before {
	content: ""
}

.fa-headphones:before {
	content: ""
}

.fa-volume-off:before {
	content: ""
}

.fa-volume-down:before {
	content: ""
}

.fa-volume-up:before {
	content: ""
}

.fa-qrcode:before {
	content: ""
}

.fa-barcode:before {
	content: ""
}

.fa-tag:before {
	content: ""
}

.fa-tags:before {
	content: ""
}

.fa-book:before {
	content: ""
}

.fa-bookmark:before {
	content: ""
}

.fa-print:before {
	content: ""
}

.fa-camera:before {
	content: ""
}

.fa-font:before {
	content: ""
}

.fa-bold:before {
	content: ""
}

.fa-italic:before {
	content: ""
}

.fa-text-height:before {
	content: ""
}

.fa-text-width:before {
	content: ""
}

.fa-align-left:before {
	content: ""
}

.fa-align-center:before {
	content: ""
}

.fa-align-right:before {
	content: ""
}

.fa-align-justify:before {
	content: ""
}

.fa-list:before {
	content: ""
}

.fa-dedent:before,
.fa-outdent:before {
	content: ""
}

.fa-indent:before {
	content: ""
}

.fa-video-camera:before {
	content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: ""
}

.fa-pencil:before {
	content: ""
}

.fa-map-marker:before {
	content: ""
}

.fa-adjust:before {
	content: ""
}

.fa-tint:before {
	content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: ""
}

.fa-share-square-o:before {
	content: ""
}

.fa-check-square-o:before {
	content: ""
}

.fa-arrows:before {
	content: ""
}

.fa-step-backward:before {
	content: ""
}

.fa-fast-backward:before {
	content: ""
}

.fa-backward:before {
	content: ""
}

.fa-play:before {
	content: ""
}

.fa-pause:before {
	content: ""
}

.fa-stop:before {
	content: ""
}

.fa-forward:before {
	content: ""
}

.fa-fast-forward:before {
	content: ""
}

.fa-step-forward:before {
	content: ""
}

.fa-eject:before {
	content: ""
}

.fa-chevron-left:before {
	content: ""
}

.fa-chevron-right:before {
	content: ""
}

.fa-plus-circle:before {
	content: ""
}

.fa-minus-circle:before {
	content: ""
}

.fa-times-circle:before {
	content: ""
}

.fa-check-circle:before {
	content: ""
}

.fa-question-circle:before {
	content: ""
}

.fa-info-circle:before {
	content: ""
}

.fa-crosshairs:before {
	content: ""
}

.fa-times-circle-o:before {
	content: ""
}

.fa-check-circle-o:before {
	content: ""
}

.fa-ban:before {
	content: ""
}

.fa-arrow-left:before {
	content: ""
}

.fa-arrow-right:before {
	content: ""
}

.fa-arrow-up:before {
	content: ""
}

.fa-arrow-down:before {
	content: ""
}

.fa-mail-forward:before,
.fa-share:before {
	content: ""
}

.fa-expand:before {
	content: ""
}

.fa-compress:before {
	content: ""
}

.fa-plus:before {
	content: ""
}

.fa-minus:before {
	content: ""
}

.fa-asterisk:before {
	content: ""
}

.fa-exclamation-circle:before {
	content: ""
}

.fa-gift:before {
	content: ""
}

.fa-leaf:before {
	content: ""
}

.fa-fire:before {
	content: ""
}

.fa-eye:before {
	content: ""
}

.fa-eye-slash:before {
	content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: ""
}

.fa-plane:before {
	content: ""
}

.fa-calendar:before {
	content: ""
}

.fa-random:before {
	content: ""
}

.fa-comment:before {
	content: ""
}

.fa-magnet:before {
	content: ""
}

.fa-chevron-up:before {
	content: ""
}

.fa-chevron-down:before {
	content: ""
}

.fa-retweet:before {
	content: ""
}

.fa-shopping-cart:before {
	content: ""
}

.fa-folder:before {
	content: ""
}

.fa-folder-open:before {
	content: ""
}

.fa-arrows-v:before {
	content: ""
}

.fa-arrows-h:before {
	content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: ""
}

.fa-twitter-square:before {
	content: ""
}

.fa-facebook-square:before {
	content: ""
}

.fa-camera-retro:before {
	content: ""
}

.fa-key:before {
	content: ""
}

.fa-gears:before,
.fa-cogs:before {
	content: ""
}

.fa-comments:before {
	content: ""
}

.fa-thumbs-o-up:before {
	content: ""
}

.fa-thumbs-o-down:before {
	content: ""
}

.fa-star-half:before {
	content: ""
}

.fa-heart-o:before {
	content: ""
}

.fa-sign-out:before {
	content: ""
}

.fa-linkedin-square:before {
	content: ""
}

.fa-thumb-tack:before {
	content: ""
}

.fa-external-link:before {
	content: ""
}

.fa-sign-in:before {
	content: ""
}

.fa-trophy:before {
	content: ""
}

.fa-github-square:before {
	content: ""
}

.fa-upload:before {
	content: ""
}

.fa-lemon-o:before {
	content: ""
}

.fa-phone:before {
	content: ""
}

.fa-square-o:before {
	content: ""
}

.fa-bookmark-o:before {
	content: ""
}

.fa-phone-square:before {
	content: ""
}

.fa-twitter:before {
	content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: ""
}

.fa-github:before {
	content: ""
}

.fa-unlock:before {
	content: ""
}

.fa-credit-card:before {
	content: ""
}

.fa-feed:before,
.fa-rss:before {
	content: ""
}

.fa-hdd-o:before {
	content: ""
}

.fa-bullhorn:before {
	content: ""
}

.fa-bell:before {
	content: ""
}

.fa-certificate:before {
	content: ""
}

.fa-hand-o-right:before {
	content: ""
}

.fa-hand-o-left:before {
	content: ""
}

.fa-hand-o-up:before {
	content: ""
}

.fa-hand-o-down:before {
	content: ""
}

.fa-arrow-circle-left:before {
	content: ""
}

.fa-arrow-circle-right:before {
	content: ""
}

.fa-arrow-circle-up:before {
	content: ""
}

.fa-arrow-circle-down:before {
	content: ""
}

.fa-globe:before {
	content: ""
}

.fa-wrench:before {
	content: ""
}

.fa-tasks:before {
	content: ""
}

.fa-filter:before {
	content: ""
}

.fa-briefcase:before {
	content: ""
}

.fa-arrows-alt:before {
	content: ""
}

.fa-group:before,
.fa-users:before {
	content: ""
}

.fa-chain:before,
.fa-link:before {
	content: ""
}

.fa-cloud:before {
	content: ""
}

.fa-flask:before {
	content: ""
}

.fa-cut:before,
.fa-scissors:before {
	content: ""
}

.fa-copy:before,
.fa-files-o:before {
	content: ""
}

.fa-paperclip:before {
	content: ""
}

.fa-save:before,
.fa-floppy-o:before {
	content: ""
}

.fa-square:before {
	content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: ""
}

.fa-list-ul:before {
	content: ""
}

.fa-list-ol:before {
	content: ""
}

.fa-strikethrough:before {
	content: ""
}

.fa-underline:before {
	content: ""
}

.fa-table:before {
	content: ""
}

.fa-magic:before {
	content: ""
}

.fa-truck:before {
	content: ""
}

.fa-pinterest:before {
	content: ""
}

.fa-pinterest-square:before {
	content: ""
}

.fa-google-plus-square:before {
	content: ""
}

.fa-google-plus:before {
	content: ""
}

.fa-money:before {
	content: ""
}

.fa-caret-down:before {
	content: ""
}

.fa-caret-up:before {
	content: ""
}

.fa-caret-left:before {
	content: ""
}

.fa-caret-right:before {
	content: ""
}

.fa-columns:before {
	content: ""
}

.fa-unsorted:before,
.fa-sort:before {
	content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: ""
}

.fa-envelope:before {
	content: ""
}

.fa-linkedin:before {
	content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
	content: ""
}

.fa-legal:before,
.fa-gavel:before {
	content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: ""
}

.fa-comment-o:before {
	content: ""
}

.fa-comments-o:before {
	content: ""
}

.fa-flash:before,
.fa-bolt:before {
	content: ""
}

.fa-sitemap:before {
	content: ""
}

.fa-umbrella:before {
	content: ""
}

.fa-paste:before,
.fa-clipboard:before {
	content: ""
}

.fa-lightbulb-o:before {
	content: ""
}

.fa-exchange:before {
	content: ""
}

.fa-cloud-download:before {
	content: ""
}

.fa-cloud-upload:before {
	content: ""
}

.fa-user-md:before {
	content: ""
}

.fa-stethoscope:before {
	content: ""
}

.fa-suitcase:before {
	content: ""
}

.fa-bell-o:before {
	content: ""
}

.fa-coffee:before {
	content: ""
}

.fa-cutlery:before {
	content: ""
}

.fa-file-text-o:before {
	content: ""
}

.fa-building-o:before {
	content: ""
}

.fa-hospital-o:before {
	content: ""
}

.fa-ambulance:before {
	content: ""
}

.fa-medkit:before {
	content: ""
}

.fa-fighter-jet:before {
	content: ""
}

.fa-beer:before {
	content: ""
}

.fa-h-square:before {
	content: ""
}

.fa-plus-square:before {
	content: ""
}

.fa-angle-double-left:before {
	content: ""
}

.fa-angle-double-right:before {
	content: ""
}

.fa-angle-double-up:before {
	content: ""
}

.fa-angle-double-down:before {
	content: ""
}

.fa-angle-left:before {
	content: ""
}

.fa-angle-right:before {
	content: ""
}

.fa-angle-up:before {
	content: ""
}

.fa-angle-down:before,
.form-default .select-custom .selectize-control .selectize-input:before {
	content: ""
}

.fa-desktop:before {
	content: ""
}

.fa-laptop:before {
	content: ""
}

.fa-tablet:before {
	content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: ""
}

.fa-circle-o:before {
	content: ""
}

.fa-quote-left:before {
	content: ""
}

.fa-quote-right:before {
	content: ""
}

.fa-spinner:before {
	content: ""
}

.fa-circle:before {
	content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
	content: ""
}

.fa-github-alt:before {
	content: ""
}

.fa-folder-o:before {
	content: ""
}

.fa-folder-open-o:before {
	content: ""
}

.fa-smile-o:before {
	content: ""
}

.fa-frown-o:before {
	content: ""
}

.fa-meh-o:before {
	content: ""
}

.fa-gamepad:before {
	content: ""
}

.fa-keyboard-o:before {
	content: ""
}

.fa-flag-o:before {
	content: ""
}

.fa-flag-checkered:before {
	content: ""
}

.fa-terminal:before {
	content: ""
}

.fa-code:before {
	content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: ""
}

.fa-location-arrow:before {
	content: ""
}

.fa-crop:before {
	content: ""
}

.fa-code-fork:before {
	content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: ""
}

.fa-question:before {
	content: ""
}

.fa-info:before {
	content: ""
}

.fa-exclamation:before {
	content: ""
}

.fa-superscript:before {
	content: ""
}

.fa-subscript:before {
	content: ""
}

.fa-eraser:before {
	content: ""
}

.fa-puzzle-piece:before {
	content: ""
}

.fa-microphone:before {
	content: ""
}

.fa-microphone-slash:before {
	content: ""
}

.fa-shield:before {
	content: ""
}

.fa-calendar-o:before {
	content: ""
}

.fa-fire-extinguisher:before {
	content: ""
}

.fa-rocket:before {
	content: ""
}

.fa-maxcdn:before {
	content: ""
}

.fa-chevron-circle-left:before {
	content: ""
}

.fa-chevron-circle-right:before {
	content: ""
}

.fa-chevron-circle-up:before {
	content: ""
}

.fa-chevron-circle-down:before {
	content: ""
}

.fa-html5:before {
	content: ""
}

.fa-css3:before {
	content: ""
}

.fa-anchor:before {
	content: ""
}

.fa-unlock-alt:before {
	content: ""
}

.fa-bullseye:before {
	content: ""
}

.fa-ellipsis-h:before {
	content: ""
}

.fa-ellipsis-v:before {
	content: ""
}

.fa-rss-square:before {
	content: ""
}

.fa-play-circle:before {
	content: ""
}

.fa-ticket:before {
	content: ""
}

.fa-minus-square:before {
	content: ""
}

.fa-minus-square-o:before {
	content: ""
}

.fa-level-up:before {
	content: ""
}

.fa-level-down:before {
	content: ""
}

.fa-check-square:before {
	content: ""
}

.fa-pencil-square:before {
	content: ""
}

.fa-external-link-square:before {
	content: ""
}

.fa-share-square:before {
	content: ""
}

.fa-compass:before {
	content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: ""
}

.fa-euro:before,
.fa-eur:before {
	content: ""
}

.fa-gbp:before {
	content: ""
}

.fa-dollar:before,
.fa-usd:before {
	content: ""
}

.fa-rupee:before,
.fa-inr:before {
	content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: ""
}

.fa-won:before,
.fa-krw:before {
	content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
	content: ""
}

.fa-file:before {
	content: ""
}

.fa-file-text:before {
	content: ""
}

.fa-sort-alpha-asc:before {
	content: ""
}

.fa-sort-alpha-desc:before {
	content: ""
}

.fa-sort-amount-asc:before {
	content: ""
}

.fa-sort-amount-desc:before {
	content: ""
}

.fa-sort-numeric-asc:before {
	content: ""
}

.fa-sort-numeric-desc:before {
	content: ""
}

.fa-thumbs-up:before {
	content: ""
}

.fa-thumbs-down:before {
	content: ""
}

.fa-youtube-square:before {
	content: ""
}

.fa-youtube:before {
	content: ""
}

.fa-xing:before {
	content: ""
}

.fa-xing-square:before {
	content: ""
}

.fa-youtube-play:before {
	content: ""
}

.fa-dropbox:before {
	content: ""
}

.fa-stack-overflow:before {
	content: ""
}

.fa-instagram:before {
	content: ""
}

.fa-flickr:before {
	content: ""
}

.fa-adn:before {
	content: ""
}

.fa-bitbucket:before {
	content: ""
}

.fa-bitbucket-square:before {
	content: ""
}

.fa-tumblr:before {
	content: ""
}

.fa-tumblr-square:before {
	content: ""
}

.fa-long-arrow-down:before {
	content: ""
}

.fa-long-arrow-up:before {
	content: ""
}

.fa-long-arrow-left:before {
	content: ""
}

.fa-long-arrow-right:before {
	content: ""
}

.fa-apple:before {
	content: ""
}

.fa-windows:before {
	content: ""
}

.fa-android:before {
	content: ""
}

.fa-linux:before {
	content: ""
}

.fa-dribbble:before {
	content: ""
}

.fa-skype:before {
	content: ""
}

.fa-foursquare:before {
	content: ""
}

.fa-trello:before {
	content: ""
}

.fa-female:before {
	content: ""
}

.fa-male:before {
	content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
	content: ""
}

.fa-sun-o:before {
	content: ""
}

.fa-moon-o:before {
	content: ""
}

.fa-archive:before {
	content: ""
}

.fa-bug:before {
	content: ""
}

.fa-vk:before {
	content: ""
}

.fa-weibo:before {
	content: ""
}

.fa-renren:before {
	content: ""
}

.fa-pagelines:before {
	content: ""
}

.fa-stack-exchange:before {
	content: ""
}

.fa-arrow-circle-o-right:before {
	content: ""
}

.fa-arrow-circle-o-left:before {
	content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: ""
}

.fa-dot-circle-o:before {
	content: ""
}

.fa-wheelchair:before {
	content: ""
}

.fa-vimeo-square:before {
	content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
	content: ""
}

.fa-plus-square-o:before {
	content: ""
}

.fa-space-shuttle:before {
	content: ""
}

.fa-slack:before {
	content: ""
}

.fa-envelope-square:before {
	content: ""
}

.fa-wordpress:before {
	content: ""
}

.fa-openid:before {
	content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: ""
}

.fa-yahoo:before {
	content: ""
}

.fa-google:before {
	content: ""
}

.fa-reddit:before {
	content: ""
}

.fa-reddit-square:before {
	content: ""
}

.fa-stumbleupon-circle:before {
	content: ""
}

.fa-stumbleupon:before {
	content: ""
}

.fa-delicious:before {
	content: ""
}

.fa-digg:before {
	content: ""
}

.fa-pied-piper-pp:before {
	content: ""
}

.fa-pied-piper-alt:before {
	content: ""
}

.fa-drupal:before {
	content: ""
}

.fa-joomla:before {
	content: ""
}

.fa-language:before {
	content: ""
}

.fa-fax:before {
	content: ""
}

.fa-building:before {
	content: ""
}

.fa-child:before {
	content: ""
}

.fa-paw:before {
	content: ""
}

.fa-spoon:before {
	content: ""
}

.fa-cube:before {
	content: ""
}

.fa-cubes:before {
	content: ""
}

.fa-behance:before {
	content: ""
}

.fa-behance-square:before {
	content: ""
}

.fa-steam:before {
	content: ""
}

.fa-steam-square:before {
	content: ""
}

.fa-recycle:before {
	content: ""
}

.fa-automobile:before,
.fa-car:before {
	content: ""
}

.fa-cab:before,
.fa-taxi:before {
	content: ""
}

.fa-tree:before {
	content: ""
}

.fa-spotify:before {
	content: ""
}

.fa-deviantart:before {
	content: ""
}

.fa-soundcloud:before {
	content: ""
}

.fa-database:before {
	content: ""
}

.fa-file-pdf-o:before {
	content: ""
}

.fa-file-word-o:before {
	content: ""
}

.fa-file-excel-o:before {
	content: ""
}

.fa-file-powerpoint-o:before {
	content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: ""
}

.fa-file-code-o:before {
	content: ""
}

.fa-vine:before {
	content: ""
}

.fa-codepen:before {
	content: ""
}

.fa-jsfiddle:before {
	content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: ""
}

.fa-circle-o-notch:before {
	content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: ""
}

.fa-ge:before,
.fa-empire:before {
	content: ""
}

.fa-git-square:before {
	content: ""
}

.fa-git:before {
	content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: ""
}

.fa-tencent-weibo:before {
	content: ""
}

.fa-qq:before {
	content: ""
}

.fa-wechat:before,
.fa-weixin:before {
	content: ""
}

.fa-send:before,
.fa-paper-plane:before {
	content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: ""
}

.fa-history:before {
	content: ""
}

.fa-circle-thin:before {
	content: ""
}

.fa-header:before {
	content: ""
}

.fa-paragraph:before {
	content: ""
}

.fa-sliders:before {
	content: ""
}

.fa-share-alt:before {
	content: ""
}

.fa-share-alt-square:before {
	content: ""
}

.fa-bomb:before {
	content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: ""
}

.fa-tty:before {
	content: ""
}

.fa-binoculars:before {
	content: ""
}

.fa-plug:before {
	content: ""
}

.fa-slideshare:before {
	content: ""
}

.fa-twitch:before {
	content: ""
}

.fa-yelp:before {
	content: ""
}

.fa-newspaper-o:before {
	content: ""
}

.fa-wifi:before {
	content: ""
}

.fa-calculator:before {
	content: ""
}

.fa-paypal:before {
	content: ""
}

.fa-google-wallet:before {
	content: ""
}

.fa-cc-visa:before {
	content: ""
}

.fa-cc-mastercard:before {
	content: ""
}

.fa-cc-discover:before {
	content: ""
}

.fa-cc-amex:before {
	content: ""
}

.fa-cc-paypal:before {
	content: ""
}

.fa-cc-stripe:before {
	content: ""
}

.fa-bell-slash:before {
	content: ""
}

.fa-bell-slash-o:before {
	content: ""
}

.fa-trash:before {
	content: ""
}

.fa-copyright:before {
	content: ""
}

.fa-at:before {
	content: ""
}

.fa-eyedropper:before {
	content: ""
}

.fa-paint-brush:before {
	content: ""
}

.fa-birthday-cake:before {
	content: ""
}

.fa-area-chart:before {
	content: ""
}

.fa-pie-chart:before {
	content: ""
}

.fa-line-chart:before {
	content: ""
}

.fa-lastfm:before {
	content: ""
}

.fa-lastfm-square:before {
	content: ""
}

.fa-toggle-off:before {
	content: ""
}

.fa-toggle-on:before {
	content: ""
}

.fa-bicycle:before {
	content: ""
}

.fa-bus:before {
	content: ""
}

.fa-ioxhost:before {
	content: ""
}

.fa-angellist:before {
	content: ""
}

.fa-cc:before {
	content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: ""
}

.fa-meanpath:before {
	content: ""
}

.fa-buysellads:before {
	content: ""
}

.fa-connectdevelop:before {
	content: ""
}

.fa-dashcube:before {
	content: ""
}

.fa-forumbee:before {
	content: ""
}

.fa-leanpub:before {
	content: ""
}

.fa-sellsy:before {
	content: ""
}

.fa-shirtsinbulk:before {
	content: ""
}

.fa-simplybuilt:before {
	content: ""
}

.fa-skyatlas:before {
	content: ""
}

.fa-cart-plus:before {
	content: ""
}

.fa-cart-arrow-down:before {
	content: ""
}

.fa-diamond:before {
	content: ""
}

.fa-ship:before {
	content: ""
}

.fa-user-secret:before {
	content: ""
}

.fa-motorcycle:before {
	content: ""
}

.fa-street-view:before {
	content: ""
}

.fa-heartbeat:before {
	content: ""
}

.fa-venus:before {
	content: ""
}

.fa-mars:before {
	content: ""
}

.fa-mercury:before {
	content: ""
}

.fa-intersex:before,
.fa-transgender:before {
	content: ""
}

.fa-transgender-alt:before {
	content: ""
}

.fa-venus-double:before {
	content: ""
}

.fa-mars-double:before {
	content: ""
}

.fa-venus-mars:before {
	content: ""
}

.fa-mars-stroke:before {
	content: ""
}

.fa-mars-stroke-v:before {
	content: ""
}

.fa-mars-stroke-h:before {
	content: ""
}

.fa-neuter:before {
	content: ""
}

.fa-genderless:before {
	content: ""
}

.fa-facebook-official:before {
	content: ""
}

.fa-pinterest-p:before {
	content: ""
}

.fa-whatsapp:before {
	content: ""
}

.fa-server:before {
	content: ""
}

.fa-user-plus:before {
	content: ""
}

.fa-user-times:before {
	content: ""
}

.fa-hotel:before,
.fa-bed:before {
	content: ""
}

.fa-viacoin:before {
	content: ""
}

.fa-train:before {
	content: ""
}

.fa-subway:before {
	content: ""
}

.fa-medium:before {
	content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
	content: ""
}

.fa-optin-monster:before {
	content: ""
}

.fa-opencart:before {
	content: ""
}

.fa-expeditedssl:before {
	content: ""
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: ""
}

.fa-mouse-pointer:before {
	content: ""
}

.fa-i-cursor:before {
	content: ""
}

.fa-object-group:before {
	content: ""
}

.fa-object-ungroup:before {
	content: ""
}

.fa-sticky-note:before {
	content: ""
}

.fa-sticky-note-o:before {
	content: ""
}

.fa-cc-jcb:before {
	content: ""
}

.fa-cc-diners-club:before {
	content: ""
}

.fa-clone:before {
	content: ""
}

.fa-balance-scale:before {
	content: ""
}

.fa-hourglass-o:before {
	content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: ""
}

.fa-hourglass:before {
	content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: ""
}

.fa-hand-scissors-o:before {
	content: ""
}

.fa-hand-lizard-o:before {
	content: ""
}

.fa-hand-spock-o:before {
	content: ""
}

.fa-hand-pointer-o:before {
	content: ""
}

.fa-hand-peace-o:before {
	content: ""
}

.fa-trademark:before {
	content: ""
}

.fa-registered:before {
	content: ""
}

.fa-creative-commons:before {
	content: ""
}

.fa-gg:before {
	content: ""
}

.fa-gg-circle:before {
	content: ""
}

.fa-tripadvisor:before {
	content: ""
}

.fa-odnoklassniki:before {
	content: ""
}

.fa-odnoklassniki-square:before {
	content: ""
}

.fa-get-pocket:before {
	content: ""
}

.fa-wikipedia-w:before {
	content: ""
}

.fa-safari:before {
	content: ""
}

.fa-chrome:before {
	content: ""
}

.fa-firefox:before {
	content: ""
}

.fa-opera:before {
	content: ""
}

.fa-internet-explorer:before {
	content: ""
}

.fa-tv:before,
.fa-television:before {
	content: ""
}

.fa-contao:before {
	content: ""
}

.fa-500px:before {
	content: ""
}

.fa-amazon:before {
	content: ""
}

.fa-calendar-plus-o:before {
	content: ""
}

.fa-calendar-minus-o:before {
	content: ""
}

.fa-calendar-times-o:before {
	content: ""
}

.fa-calendar-check-o:before {
	content: ""
}

.fa-industry:before {
	content: ""
}

.fa-map-pin:before {
	content: ""
}

.fa-map-signs:before {
	content: ""
}

.fa-map-o:before {
	content: ""
}

.fa-map:before {
	content: ""
}

.fa-commenting:before {
	content: ""
}

.fa-commenting-o:before {
	content: ""
}

.fa-houzz:before {
	content: ""
}

.fa-vimeo:before {
	content: ""
}

.fa-black-tie:before {
	content: ""
}

.fa-fonticons:before {
	content: ""
}

.fa-reddit-alien:before {
	content: ""
}

.fa-edge:before {
	content: ""
}

.fa-credit-card-alt:before {
	content: ""
}

.fa-codiepie:before {
	content: ""
}

.fa-modx:before {
	content: ""
}

.fa-fort-awesome:before {
	content: ""
}

.fa-usb:before {
	content: ""
}

.fa-product-hunt:before {
	content: ""
}

.fa-mixcloud:before {
	content: ""
}

.fa-scribd:before {
	content: ""
}

.fa-pause-circle:before {
	content: ""
}

.fa-pause-circle-o:before {
	content: ""
}

.fa-stop-circle:before {
	content: ""
}

.fa-stop-circle-o:before {
	content: ""
}

.fa-shopping-bag:before {
	content: ""
}

.fa-shopping-basket:before {
	content: ""
}

.fa-hashtag:before {
	content: ""
}

.fa-bluetooth:before {
	content: ""
}

.fa-bluetooth-b:before {
	content: ""
}

.fa-percent:before {
	content: ""
}

.fa-gitlab:before {
	content: ""
}

.fa-wpbeginner:before {
	content: ""
}

.fa-wpforms:before {
	content: ""
}

.fa-envira:before {
	content: ""
}

.fa-universal-access:before {
	content: ""
}

.fa-wheelchair-alt:before {
	content: ""
}

.fa-question-circle-o:before {
	content: ""
}

.fa-blind:before {
	content: ""
}

.fa-audio-description:before {
	content: ""
}

.fa-volume-control-phone:before {
	content: ""
}

.fa-braille:before {
	content: ""
}

.fa-assistive-listening-systems:before {
	content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: ""
}

.fa-glide:before {
	content: ""
}

.fa-glide-g:before {
	content: ""
}

.fa-signing:before,
.fa-sign-language:before {
	content: ""
}

.fa-low-vision:before {
	content: ""
}

.fa-viadeo:before {
	content: ""
}

.fa-viadeo-square:before {
	content: ""
}

.fa-snapchat:before {
	content: ""
}

.fa-snapchat-ghost:before {
	content: ""
}

.fa-snapchat-square:before {
	content: ""
}

.fa-pied-piper:before {
	content: ""
}

.fa-first-order:before {
	content: ""
}

.fa-yoast:before {
	content: ""
}

.fa-themeisle:before {
	content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
	content: ""
}

.fa-handshake-o:before {
	content: ""
}

.fa-envelope-open:before {
	content: ""
}

.fa-envelope-open-o:before {
	content: ""
}

.fa-linode:before {
	content: ""
}

.fa-address-book:before {
	content: ""
}

.fa-address-book-o:before {
	content: ""
}

.fa-vcard:before,
.fa-address-card:before {
	content: ""
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: ""
}

.fa-user-circle:before {
	content: ""
}

.fa-user-circle-o:before {
	content: ""
}

.fa-user-o:before {
	content: ""
}

.fa-id-badge:before {
	content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: ""
}

.fa-quora:before {
	content: ""
}

.fa-free-code-camp:before {
	content: ""
}

.fa-telegram:before {
	content: ""
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: ""
}

.fa-shower:before {
	content: ""
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: ""
}

.fa-podcast:before {
	content: ""
}

.fa-window-maximize:before {
	content: ""
}

.fa-window-minimize:before {
	content: ""
}

.fa-window-restore:before {
	content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: ""
}

.fa-bandcamp:before {
	content: ""
}

.fa-grav:before {
	content: ""
}

.fa-etsy:before {
	content: ""
}

.fa-imdb:before {
	content: ""
}

.fa-ravelry:before {
	content: ""
}

.fa-eercast:before {
	content: ""
}

.fa-microchip:before {
	content: ""
}

.fa-snowflake-o:before {
	content: ""
}

.fa-superpowers:before {
	content: ""
}

.fa-wpexplorer:before {
	content: ""
}

.fa-meetup:before {
	content: ""
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}


/*# sourceMappingURL=css.css.map */

.wp-balloon {
	padding: 15px;
	background: #4ac14a;
	border-radius: 9999px;
	display: inline-block;
	vertical-align: top;
}

.wp-ballon-container {
	position: fixed;
	bottom: 30px;
	left: 30px;
	z-index: 9999999;
}

.cta {
	background: #fff !important;
	border-radius: 999px !important;
	padding: 0 7px;
	color: #00aeef;
	border: 2px solid #fff;
}

.cta:hover {
	background: none !important;
	color: #fff;
	border: 2px solid #fff;
	text-shadow: none !important;
}

.wp-logo {
	width: 25px;
	height: 25px;
}

.wp-balloon-img {
	margin-top: 7px;
	margin-left: 7px;
}

@media only screen and (max-width: 768px) {
	.wp-balloon-img {
		display: none;
	}
}


.alertaerro{
	background-color: red;
	margin: 10px;
	padding:	10px;

}