@font-face {
    font-family: 'titillium';
    src: url('../skin/fonts/Titillium-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

a.white-btn {
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 0.85em;
	margin-top: 1.25em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.white-btn:hover {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.1);
}
div.customform button.color-btn,
a.color-btn, form.customform button.color-btn {
	background: none;
	border: 1px solid #001925;
	border-radius: 3px;
	color: #001925;
	display: block;
	font-size: 0.85em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
div.customform button.color-btn{
	border: 1px solid #77c9be;
    border-radius: 12px;
    color: #77c9be;
    cursor: pointer;
    display: block;
    float: right;
    font-family: OpenSansBold;
    font-size: 0.85em;
    margin-top: 2.05em;
    padding: 0.9em 4em;
    text-transform: uppercase;
}
a.color-btn:hover, form.customform button.color-btn:hover {
	border: 1px solid #92c500;
	color: #92c500;
}
#topbar {
	/*background: none repeat scroll 0 0 #2980b9;*/
	background: none repeat scroll 0 0 #3498db;
	border-bottom: 0px solid #001925;
	padding: 0.3125em 0;
}
#topbar p {
	color: #fff;
	font-size: 0.75em;
	opacity: 0.5;
	position: relative;
	top: 2px;
}

#topbar .line { padding:0; margin:0 auto; padding:0.4em 0;}
#topbar .line div{width: 100% !important; text-align:center; }
#topbar .line .search{
	width:45.3%;
	height:3em;
	 border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
	border:none;
	background-image:url(../skin/images/lupa.png);
	background-position:12px center;
	background-repeat:no-repeat;
	padding-left:4%;
	font-style:italic;
}

nav {
	/*background: none repeat scroll 0 0 #2980b9;*/
	background: none repeat scroll 0 0 transparent;
}
nav i {
	color: #ffffff;
	font-size: 1.7em;
	opacity: 0.5;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
nav i:hover {
	cursor: pointer;
	opacity: 1;
}
.line .social a{
    margin-left: 0.39em;
    text-decoration: none;
}

header {
	/*border-bottom: 4px solid rgba(0, 40, 58, 0.53);*/
	background-color:#8a2e2e;
	/*position: fixed;*/
	width: 100%;
	z-index: 10;
	display:none;
}

header nav .line {
    margin: 0 auto 0!important;
}

p.logo {
	color: #fff;
	font-size: 1.7em;
	font-weight: 300;
	position: relative;
	text-transform: uppercase;
	top: 0.625em;
}
p.logo strong {
	font-weight: 700;
}
.top-nav li a {
	border-top: 2px solid #282828;
	color: #fff;
	font-size: 0.90em;
	font-weight: lighter;
	padding: 1em 0.77em 1em;
	text-transform: uppercase;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
.top-nav li.last a {
	padding: 1em 0.4em 1em;
}
/*.top-nav li a:hover, .top-nav li.active-item a {*/
.top-nav li a:hover{
	border-top: 2px solid #ffffff;
	background: none transparent;
	/*
	color: #92c500;*/
	position: relative;
}
.principal{}

#carousel .text {
	position: absolute;
	top: 40%;
	z-index: 10;
}
.prev-arrow, .next-arrow {
	background: none repeat scroll 0 0 #00283a;
	cursor: pointer;
	float: left;
	height: 30px;
	line-height: 30px;
	margin-right: 1px;
	text-align: center;
	width: 30px;
}
/*
#carousel .text h2 {
	background: none repeat scroll 0 0 rgba(146, 197, 0, 0.8);
	color: #fff;
	display: inline-block;
	font-size: 2em;
	font-weight: 300;
	margin: 1px 0;
	max-width: 600px;
	padding: 10px 20px;
	width: 100%;
}
#carousel .text p {
	background: none repeat scroll 0 0 #00283a;
	color: #fff;
	max-width: 600px;
	padding: 10px 20px;
	width: 100%;
}*/
#carousel .owl-theme .owl-controls {
	/*background: none repeat scroll 0 0 rgba(0, 40, 58, 0.53);*/
	bottom: 0;
    margin: -43px 0 0;
    padding: 0.625em 0;
    position: relative;
    width: 100%;
}
.owl-theme .owl-controls .owl-page span {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #2980b9;
	height: 18px;
	margin: 0 0.3125em;
	opacity: 1;
	width: 18px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: none repeat scroll 0 0 #2980b9;
}
#features {
    background: #ffffff none repeat scroll 0 0;
	/*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);*/
    margin-top: -2px;
    padding: 2.7em 0 3.4em;
    position: relative;
    text-align: center;
    z-index: 2;
}

#features i {
	background: none repeat scroll 0 0 #92c500;
	border-radius: 100px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3) inset;
	color: #fff;
	display: inline-block;
	font-size: 2em;
	height: 100px;
	line-height: 100px;
	text-align: center;
	width: 100px;
}
#features h2 {	
	color: #3498db;
    font-family: titillium;
    font-size: 1.4em;
    font-weight: 200;
    margin: 0.35em 0;
}
#features p {
	color: #777;
	font-size: 0.85em;
	line-height: 1.5em;
}
#about-us {
	background: none repeat scroll 0 0 #00283a;
	clear: both;
}
#about-us:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
#about-us article {
	padding: 4em;
}
article h2 {
	font-size: 4em;
	font-weight: 900;
	letter-spacing: -2px;
	line-height: 0.9;
	margin: 0 0 0.625em 0
}
article h1, article h2, article h3, article h4, article h5, article h6 {
	color: #fff;
}
.media-container {
  overflow: hidden;
}
.media-container video, .media-container img {
  display: block;
  height: 100%;
  max-width: none;
  min-width: 100%;
  width: auto;
}
article p, article li {
	color: #fff;
	font-size: 0.85em;
	opacity: 0.7;
}
article ul {
	padding: 1.25em 0;
}
article ul li {
	list-style-type: none;
	margin: 0.625em 0;
	padding: 0 0 0 1em;
}
article ul li:before {
	background: #00283a none repeat scroll 0 0;
	color: #fff;
	content: "\f006";
	display: inline-block;
	font-family: "mfg";
	font-size: 0.8em;
	height: 20px;
	line-height: 20px;
	margin-left: -1em;
	margin-right: 0.625em;
	text-align: center;
	width: 20px;
}
.about-us-icons i {
	border: 2px solid #92c500;
	border-radius: 100px;
	color: #92c500;
	display: block;
	float: left;
	font-size: 1.6em;
	height: 60px;
	line-height: 60px;
	margin-right: 0.625em;
	text-align: center;
	width: 60px;
}
.about-us-icons {
	display: block;
	margin-top: 2em;
}

h2.section-title {
	color: #dedede;
	font-size: 3.8em;
	font-weight: 700;
	letter-spacing: -1px;
	margin: 0 0 1.25em;
	text-align: center;
	text-transform: uppercase;
}
#our-work {
	background: none repeat scroll 0 0 #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 6em 2em;
	position: relative;
	z-index: 2;
}
.tab-item {
	background: #fff none repeat scroll 0 0;
	margin-top: 1.25em;
	padding: 1.25em 0;
}
.our-work-container {
	display: block;
	height: 100%;
	position: relative;
}
.our-work-text {
	background: #00283a none repeat scroll 0 0;
	bottom: 0;
	display: block;
	left: 0;
	opacity: 0;
	padding: 1.25em;
	position: absolute;
	right: 0;
	text-align: center;
	transition: opacity 0.20s linear 0s;
	-o-transition: opacityd 0.20s linear 0s;
	-ms-transition: opacity 0.20s linear 0s;
	-moz-transition: opacity 0.20s linear 0s;
	-webkit-transition: opacity 0.20s linear 0s;
	width: 100%;
}
.our-work-container:hover > .our-work-text {
	opacity: 1;
}
.our-work-text h4 {
	color: #fff;
	font-size: 1em;
	font-weight: 600;
}
.our-work-text p {
	color: #fff;
	font-size: 0.8em;
	opacity: 0.7;
}
.tab-nav {
	display: table;
}
a.tab-label, a.tab-label:link, a.tab-label:visited {
	background: #00283a none repeat scroll 0 0;
	color: #fff;
	display: block;
	font-size: 1em;
	padding: 0.625em 1.25em;
	transition: all 0.20s linear 0s;
	-o-transition: all 0.20s linear 0s;
	-ms-transition: all 0.20s linear 0s;
	-moz-transition: all 0.20s linear 0s;
	-webkit-transition: all 0.20s linear 0s;
}
a.tab-label:hover, a.tab-label.active-btn {
	background: #92c500;
	color: #fff;
}
#services {
	/*background-image: url(../skin/images/bkg-produto.jpg);*/
	background-repeat:no-repeat;
	background-position:0 0;
	border:1px solid green;
	padding: 5.1em 2em 6em 2em;
}
#services h2 {
	color: #969696;
	margin: 0 0 1.20em;
	font-size:1.53em;
	font-family:OpenSansRegular;
	letter-spacing:0.05em;
	font-weight:200;
}
#services h2.section-title:after {
	background: #fff none repeat scroll 0 0;
}
#services i {
	background: none repeat scroll 0 0 #fff;
	border-radius: 80px;
	color: #6f9600;
	display: block;
	float: left;
	font-size: 1.8em;
	height: 80px;
	line-height: 80px;
	margin-right: 0.625em;
	text-align: center;
	width: 80px;
}
.service-text {
	display: table;
	position: relative;
}
#services h3 {
	color: #fff;
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
}
#services p {
	color: #fff;
	font-size: 0.8em;
}
#produto {
	background-image: url(../skin/images/bkg-produto.jpg);
	background-repeat:no-repeat;
	background-position:0 0;
	position: relative;
	z-index: 3;
	padding: 5.1em 2em 5em;
}
#produto h2 {
	color: #969696;
	margin: 0 0 1.20em;
	font-size:1.53em;
	font-family:OpenSansRegular;
	letter-spacing:0.05em;
	font-weight:200;
}

.news-date {
	background: #6f9600 none repeat scroll 0 0;
	clear: both;
	color: #fff;
	display: block;
	float: none;
	min-height: 118px;
	padding: 0.625em 0;
	text-align: center;
	width: 100%;
}
.day {
	font-size: 2.5em;
	font-weight: 700;
}
.month, .year {
	font-size: 0.85em;
}
.product-text {
	min-height: 118px;
	padding: 0.625em 1.25em;
}
.product-text h4{
	color: #3d3d3d;
    font-size: 1.5em;
    letter-spacing: 0.048em;
    padding: 0.9em 0;
    text-align: right;
    width: 100%;
}
.product-text p{margin-top:1.2em; color:#3d3d3d; line-height:1.53em; font-size:1em;

    text-align: right;
    width: 100%;
	}
.product-img {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	border-top: 1px solid #e0e0e0;
	min-height: 118px;
	padding: 0.625em 1.25em;
}

.product-img img {
    border: 0 none;
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

#produto .l-10 {
    margin-top: 2px;
    width: 97.333%;
}

.news-text p {
	color: #777;
	font-size: 0.85em;
}
#agendamento {
	background: none repeat scroll 0 0 #2f3236;
	padding: 5.3em 2em;
	position: relative;
	z-index: 2;
}
#agendamento .line {
    margin: 0 auto 0;
    padding: 0;
}
.select2-container-multi .select2-choices,
#agendamento input, #agendamento textarea {
	/*background: none repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	border-radius: 3px;
}

form.customform button.color-btn {
	height: auto;
	margin-top: 0;
}
#agendamento h2 {
	 color: #fff;
    font-family: MyriadProBold;
    font-size: 1.45em;
    font-weight: 300;
    letter-spacing: 0.01em;
    margin: 0 0 1.5em;
}
#agendamento .line .margin .s-12 {padding:0 1.4em;}
#agendamento .line .margin .s-12 .input{width:32.333%; margin-right:1.5%; position:relative; float:left;}
#agendamento .line .margin .s-12 .input.last{margin-right:0;}
#agendamento .line .margin .s-12 .input input{margin-top:8px; height:2.05em; line-height:1.2em; border:none; background-color:#ffffff;font-size:1em; color:#aeaeae; font-family:MyriadProRegular;}
#agendamento .line .margin .s-12 .input label{color:#f4d632; font-size:1em; letter-spacing:0.04em; font-family:MyriadProRegular; margin-bottom:2px;}
#agendamento .line .margin .s-12 .input .btn-submit{background-color:#2980b9; padding: 0; margin-top:7px; border:none; width:100%; height:2.1em; color:#fff; text-transform:uppercase; font-family:LatoBold; font-size:1em;}

#agendamento .line .margin .s-12 .input-1{width:100%; margin-right:1.5%; margin-bottom:8px;position:relative; float:left;}
#agendamento .line .margin .s-12 .input-1.last{margin-right:0;}
#agendamento .line .margin .s-12 .input-1 input{margin-top:8px; height:1.5em; line-height:1.2em; border:none; background-color:#ffffff;font-size:1em; color:#aeaeae; font-family:MyriadProRegular;}
#agendamento .line .margin .s-12 .input-1 label{color:#f4d632; font-size:1em; letter-spacing:0.04em; font-family:MyriadProRegular; margin-bottom:2px;}
#agendamento .line .margin .s-12 .input-1 .btn-submit{background-color:#2980b9; padding: 0; margin-top:7px; border:none; width:100%; height:2.1em; color:#fff; text-transform:uppercase; font-family:LatoBold; font-size:1em;}


#agendamento .line .margin .s-12 .input-2{width:23.873%; margin-right:1.5%; position:relative; float:left;}
#agendamento .line .margin .s-12 .input-2.last{margin-right:0;}
#agendamento .line .margin .s-12 .input-2 input{margin-top:8px; height:2.05em; line-height:1.2em; border:none; background-color:#ffffff;font-size:1em; color:#aeaeae; font-family:MyriadProRegular;}
#agendamento .line .margin .s-12 .input-2 label{color:#f4d632; font-size:1em; letter-spacing:0.04em; font-family:MyriadProRegular; margin-bottom:2px;}
#agendamento .line .margin .s-12 .input-2 .btn-submit{background-color:#2980b9; padding: 0; margin-top:7px; border:none; width:100%; height:2.1em; color:#fff; text-transform:uppercase; font-family:LatoBold; font-size:1em;}

#contact {
	background: none repeat scroll 0 0 #2f3236;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	padding: 5.3em 2em;
	position: relative;
	z-index: 2;
}
#contact .line {
    margin: 0 auto 0;
    padding: 0;
}
#contact input, #contact textarea {
	/*background: none repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	border-radius: 3px;
}
#contact h2 {
	 color: #fff;
    font-family: MyriadProBold;
    font-size: 1.45em;
    font-weight: 300;
    letter-spacing: 0.01em;
    margin: 0 0 1.5em;
}
#contact h3 {
	color: #92c500;
	font-size: 1em;
	font-weight: 700;
	margin: 0 0 0.625em;
	text-transform: uppercase;
}
#contact p {
	font-size: 0.85em;
	font-style: normal;
	line-height: 2em;
}
#contact p strong {
	font-weight: 700;
}
#contact i {
	background: #e0e0e0 none repeat scroll 0 0;
	border-radius: 30px;
	color: #fff;
	display: inline-block;
	line-height: 26px;
	margin: 0.625em;
	text-align: center;
	width: 26px;
}
#map-block {
  margin-bottom:-5px;
}
footer {
	background: none repeat scroll 0 0 #2980b9;
	padding: 1em 0 0 0;
	
}
footer p, footer a:visited, footer a, footer a:hover {
	color: #fff;
	font-size: 0.8em;
}
footer .line .address{text-align:right;}
footer .line.line-top{margin:0 auto; padding:0 0;}
footer .line.line-bottom{background-color:#202020; text-align:center; width:100%; max-width:100%!important; padding:1em 0!important;}
footer .line.line-bottom p{font-size:0.65em; font-family:Open Sans; line-height:; text-transform:uppercase;}

@media screen and (max-width: 1058px) {
	#produto {
		padding: 4.1em 2em 3em;
	}
}
@media screen and (max-width: 900px) {
	#produto {
		padding: 3.1em 2em 1.5em;
		position: relative;
		z-index: 3;
	}
	#agendamento .line .margin .s-12 .input input ,
	#agendamento .line .margin .s-12 .input-2 input {
		font-size: 0.7em;
		line-height: 1em;
		height: 2.05em;
		padding:0 0.3em;
	}
	#agendamento .line .margin .s-12 .input-2 .btn-submit {
		font-size: 0.5em;
		height: 3.2em;
		margin-top: 7px;
		padding: 0;
	}
}
@media screen and (max-width: 768px) {
  header {
  	position: relative;
  }
  .top-nav li a {
  	background: #8a2e2e;
  }
  #carousel .text {
  	font-size: 0.8em;
  	top: 20%;
  }
  .owl-controls.clickable {
  	display: none!important;
  }
  .right {
  	float: none;
  }
  .social.right {
  	float: right;
  }
  #about-us article {
  	padding: 4em 2.5em;
  }
  
  #produto {
		padding: 1em 2em;
	}
		#produto h2 {
		font-size: 1em;
		margin: 0 0 0.5em;
	}
	#produto .product-text p{font-size:0.7em;}
	
	#produto .product-text h4 {
		font-size: 1em;
		letter-spacing: 0;
		padding: 0 0;
		text-align: center;
	}
	
	#produto div.customform button.color-btn {
		border-radius: 12px;
		font-size: 0.65em;
		margin-top: 2.05em;
		padding: 0.9em 4em;
	}
}
@media screen and (max-width: 480px) {
  #topbar {
  	line-height: 1.625em;
  	text-align: center;
  }
  .social.right {
    float: none;
    text-align: center;
}
  p.logo, p.nav-text {
  	text-align: center;
  }
  p.logo img{
  	margin:0 auto;
  }
  #topbar .line .search {
		border-radius: 15px;
		height: 2em;
		padding-left: 12%;
		font-size: 0.7em;
	}
	.line .social .a-first {
		margin-left: 0em;
	}
	nav {
		line-height: 1em;
	}
	#produto {
		padding: 1em 2em;
	}
		
	#produto .line {
		margin: 0 auto 0;
	}
	
	#produto .product-text {
		min-height: 68px;
		padding: 0em 0.25em;
	}
	#produto h2 {
		font-size: 1em;
		margin: 0 0 0.5em;
	}
	#produto .product-text p{display:none;}
	
	#produto .product-text h4 {
		font-size: 1em;
		letter-spacing: 0;
		padding: 0 0;
		text-align: center;
	}
	#produto .customform {
		display:none;
	}
	#features {
		padding: 0.7em 0 0.4em;
	}

	#features  .margin .margin-bottom p{
		padding: 0 6.625em;
	}
	
	#features h2 {
		font-size: 1em;
		
	}
	
	#agendamento {
		padding: 1em 1em;
	}
	
	#agendamento h2 {
		font-size: 1em;
		letter-spacing: 0.01em;
		margin: 0 0 1em;
	}
	
	#agendamento .line .margin .s-12 .input {width: 100%;}
	#agendamento .line .margin .s-12 .input label{font-size:0.7em;}
	
	#agendamento .line .margin .s-12 .input-2 {width: 100%;}
	#agendamento .line .margin .s-12 .input-2 label{font-size:0.7em;}
	
	footer {
		padding: 1em 0 0 0;
	}
	footer p {
		text-align:center;
		color: #fff;
		font-size: 0.6em;
	}
	footer .line .address{text-align:right;}
	footer .line.line-top{margin:0 auto; padding:0 0; text-align:center;}
	footer .line.line-top .s-12{ width:100%;}
	footer .line.line-top .s-12 p{width:100%!important;}
	footer .line.line-top .s-12 img{max-width:100%; margin: 0 auto;}
	footer .line.line-bottom{background-color:#202020; text-align:center; width:100%; max-width:100%!important; padding:1em 0!important;}
	footer .line.line-bottom p{font-size:0.5em; font-family:Open Sans; line-height:; text-transform:uppercase;}
}