@import url('https://fonts.googleapis.com/css?family=Roboto');
body, html {
	font-family: 'Roboto', 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
}
h1 {
}
h1 strong {
	font-weight: 900;
}
h2 {
	line-height: 20px;
	font-size: 32px;
	font-weight: 700;
	margin: 0;
	color: #555;
}
h3 {
	font-size: 16px;
	font-weight: 700;
}
h4 {
	font-size: 20px;
	color: #666;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Roboto', 'Open Sans', sans-serif;
}
a {
	color: #0dad8d;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
	list-style: none;
}
hr {
	height: 3px;
	width: 60px;
	text-align: center;
	position: relative;
	background: #0dad8d;
	border: 0;
	margin: 10px auto 30px;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	text-transform: uppercase;
	font-size: 22px;
	color: #fff;
	font-weight: 900;
}
#menu a.navbar-brand i.fa {
	color: rgba(255,255,255,0.7);
	margin-right: 3px;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #eeeeee;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 800;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #0dad8d;
}
#menu #logo {
	-webkit-transition: width 2s; /* Safari */
    transition: width 1s;
}
.on {
	background-color: #222222 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #0dad8d !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #0dad8d;
	border-color: #0dad8d;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
/* Home Style */
header {
	background: url(../img/header-bg.jpg) no-repeat bottom right;
	background-size: cover;
	color: #cfcfcf;
	position: relative;
	height: 100%;
}
header p {
	color: rgba(255,255,255,0.8);
	font-size: 20px;
	margin-bottom: 80px;
}
.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 60px;
	text-transform: uppercase;
	color: #fff;
}
.btn-default {
	color: #fff;
	font-family: 'Roboto', 'Open Sans', sans-serif;
	background-color: transparent;
	border: 2px solid rgba(255,255,255,0.8);
	margin: 0 8px;
	padding: 12px 24px;
	font-size: 16px;
	transition: all 0.5s;
	border-radius: 4px;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #fff;
	color: #0dad8d;
	border-color: #fff;
}
/* Services Secao */
#secaoServicos {
	padding: 60px 0;
	background-color: #fff;
}
#secaoServicos h4 {
	font-weight: 700;
}
#secaoServicos .subtitle {
	color: #00c897;
	font-weight: bold;
}
.space {
	margin-top: 40px;
}
#secaoServicos i.fa {
	font-size: 40px;
	margin-bottom: 20px;
	transition: all 0.5s;
	color: #0dbf9b;
}
/* Gallery Secao 
==============================*/
#secaoFotos {
	padding: 120px 0;
	background-color: #f6f6f6;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 20px;
	height: 40px;
}
ol.type li a {
	color: #aaa;
	border: 1px solid #ddd;
	padding: 8px 16px;
	border-radius: 0;
}
ol.type li a.active {
	color: #0dad8d;
	border: 1px solid #0dad8d;
}
ol.type li a:hover {
	color: #0dad8d;
	border: 1px solid #0dad8d;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	height: 170px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 17% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	color: #ffffff;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#secaoFotos i.fa {
	height: 30px;
	width: 30px;
	border: 1px solid #F5AB35;
	font-size: 20px;
	padding: 5px;
	border-radius: 50%;
	color: #F5AB35;
}
/* About Secao */
#secaoQuemSomos {
	padding: 100px 0;
}
#secaoQuemSomos p {
	font-size: 15px;
	margin-bottom: 30px;
}

/* Team Secao */
#secaoEquipe {
	padding: 100px 0;
}
.section-title.center {
	padding: 30px 0;
}
.section-title h2 {
	margin-bottom: 30px;
}
img.img-circle.team-img {
	width: 210px;
	height: 210px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#secaoEquipe .team .thumbnail:hover>img.img-circle.team-img {
	border: 4px solid #fff;
	font-size: medium;
}
#secaoEquipe .thumbnail {
	background: transparent;
	border: 0;
}
#secaoEquipe h3.nome {
	font-size: 30px;
	color: #777;
}
#secaoEquipe span.crefito {
	font-size: 15px;
}
#secaoEquipe h3 {
	font-weight: 800;
}
#secaoEquipe .thumbnail .caption {
	font-size: 20px;
	padding: 9px;
	color: #777;
}
#secaoEquipe .destaque {
	font-size: 30px;
}
#secaoEquipe ul, #secaoEquipe ol {
	margin-left: 15px;
	list-style: inherit;
}
/* Achivements Secao */
#secaoHorarios {
	padding: 40px 0;
	background-color: #0dbf9b;
}
.achievement-box {
	text-align: center;
	margin: 10px 0;
}
.achievement-box span.titulo {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	display: block;
	margin-bottom: 20px;
}
.achievement-box span.subtitulo {
	color: #99eed9;
	font-size: 30px;
	font-weight: 700;
	display: block;
	margin-bottom: 20px;
}
.achievement-box p {
	color: #fff;
	font-size: 26px;
}
#secaoHorarios hr {
	height: 3px;
	width: 50%;
	text-align: center;
	position: relative;
	background: #FFF;
	border: 0;
}
/* Convenios Secao */
#secaoConvenios {
	padding: 40px 0;
	background-color: #f6f6f6;
}

/* Contact Secao */
#secaoContato {
	padding: 60px 0 60px 0;
}
#secaoContato h3 {
	font-size: 20px;
	font-weight: 400;
}
#secaoContato form {
	padding: 30px 0;
}
#secaoContato i.fa {
	color: #0dad8d;
	font-size: 16px;
	margin-bottom: 10px;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Roboto', 'Open Sans', sans-serif;
	float: left;
}
#secaoContato .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#secaoContato .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#secaoContato .btn {
	background: transparent;
	border: 2px solid #12dbb2;
	border-radius: 4px;
	padding: 10px 20px;
	margin-top: 20px;
	color: #0dbf9b;
}
#secaoContato .btn:hover, #secaoContato .btn:focus {
	background: #0dbf9b;
	border: 2px solid #0dbf9b;
	color: #fff;
}
#secaoContato .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Social Secao */
#social-section {
	padding: 20px 0;
	background-color: #0dbf9b;
	text-align: center;
}
#social-section .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#social-section .social i.fa {
	font-size: 24px;
	padding: 4px 5px;
	color: #fff;
	transition: all 0.5s;
}
#social-section .social i.fa:hover {
	color: #666;
}
/* Footer */
#footer {
	background-color: #222222;
	color: #777;
	padding: 15px 0 10px 0;
	text-align: center;
}
#footer p {
	font-size: 13px;
	margin-top: 10px;
}
#footer a {
	color: #999;
}
#footer a:hover, a:focus {
	text-decoration: none;
	color: #0dad8d;
}

.navbar .linkWhatsapp {
	width: 0px;
	visibility: hidden;
	opacity: 0;
}

.navbar.on .linkWhatsapp {
	visibility: visible !important;
	opacity: 1;
	width: 100px !important;
	transition-delay: 0.7s;
}

.linkWhatsapp {
	background-color: #25D366;
	-webkit-transition: visibility 1s; /* Safari */
    transition: width 1s, visibility 0s, opacity 0.5s linear;
}

.btWhatsapp {
	position: relative; float: right; margin-top: -100px;	
}

@media (max-width: 768px) {
	.content {
		padding: 40% 0 0;
	}
	.btWhatsapp {
		position: relative;
		float: right;
		margin-top: -47px;
	}
}

@media (max-width: 603px) {
	#menu.navbar-default {
		background-color: rgba(0, 0, 0, 0.7);
	}
	#menu #logo {
		width: 120px;
	}
	label {
		float: none !important
	}
	.hover-bg .hover-text {
		padding: 12% 10%;
	}
	.btWhatsapp {
		position: relative;
		float: right;
		margin-top: -47px;
		margin-right: 70px;
	}
	.linkWhatsapp {
		display: none !important;
	}
}

@media (max-width: 360px) {
	.hover-bg .hover-text {
		padding: 22% 10%;
	}
	.btWhatsapp {
		position: relative;
		float: right;
		margin-top: -47px;
	}
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.row.no-gutter [class*='col-']:not(:first-child),
.row.no-gutter [class*='col-']:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

/* BOTAO WHATSAPP */
.us-btn-style_5:before {
	border-width: 2px;
}

.w-btn:before, .button:before, button[type="submit"]:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    border-style: solid;
    border-color: inherit;
    border-image: inherit;
}

.ush_btn_1 {
    font-size: 12px!important;
}

.us-btn-style_5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    border-radius: 0.3em;
    padding: 0.8em 1.8em;
    background: #25D366;
    border-color: transparent;
    color: #ffffff!important;
    box-shadow: 0 0em 0em rgba(0,0,0,0.2);
}

.w-btn, .button, button[type="submit"], input[type="submit"] {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 1.2;
    position: relative;
    transition: background 0.3s, border-color 0.3s, box-shadow 0.3s, opacity 0.3s, color 0.3s;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}