.bdvd { border: #0f0 1px solid; }
.bdaz { border: #00f 1px solid; }
.bdvm { border: #f00 1px solid; }
.bdam { border: #ff0 1px solid; }
.bdrx { border: #f0f 1px solid; }
.bdlr { border: #f57f00 1px solid; }

body {
	font-family: "Roboto Condensed", Roboto, Arial, Helvetica, sans-serif;
	font-size: 16px;
}

img {
	border: none;
	max-width: 100%;
}


/*************************
* CLASSES
**************************/

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    /*transition: all .5s,z-index 0ms;*/
    visibility: hidden;
}

#overlay.active {
    opacity: .7;
    visibility: visible;
}

/*#load-site {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00974a;
    z-index: 99999;
    display: none;
}
*/
.clear-margin {
  margin: 0 !important;
}

.relative {
	position: relative;
}

.inline-block {
	display: inline-block;
}

.mtop10 {
	margin-top: 10px;
}

.mleft10 {
	margin-left: 10px;
}

.mbottom15 {
	margin-bottom: 15px;
}

.fixar {
	position: fixed !important;
}

.off-outline,
.off-outline:focus,
.off-outline:active { outline: none; }

.open-nav {
  	position: absolute;
  	top: 60px;
  	right: 50px;
  	z-index: 105;
  	cursor: pointer;
  	display: none;
  	height: 30px;
  	width: 30px;
  	background: url(../img/open-nav.svg) no-repeat;
  	background-position: right center;
  	transform: translate(0, -50%);
}

.close-nav {
  display: none;
  position: absolute;
  left: 15px;
  top: 10px;
  z-index: 106;
  cursor: pointer;
  width: 30px;
  height: 30px;
  background-position: right center;
  background: url(../img/open-nav.svg) no-repeat;
  background-position: right center;
}

.page-title {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

	.page-title-content {
		display: inline-block;
		margin-top: 5px;
		color: #b18e6a;
		font-family: segoe;
		font-size: 1.875em;
		text-transform: uppercase;
	}

		.page-title-content a {
			color: #b18e6a;
			text-decoration: none;
		}

	.page-title-cont {
		color: #b18e6a;
		text-transform: uppercase;
		font-family: segoe;
		font-size: .75em;
	}

/*************************
* GERAL
**************************/

#wrapper {
    position: relative;
}

#wrapper.back-top {

}

/*************************
* HEADER
**************************/

.header.initial {
	display: none;
	text-align: center;
	position: absolute;
	top: 0;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	z-index: 120;
}

.header.initial.h-aviso {
	top: 27px;
}

.home .header.initial .open-nav {
	display: block;
}

.home #header .logo {
	display: block;
}

.home #header .header-content {
	background-image: none;
}

.home #header {
	box-shadow: none;
}

#header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 121;
	display: block !important;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
}

	#header .logo {
		position: absolute;
		left: calc(50% - 253px/2);
    	padding: 10px 0 0;
    	display: none;
	}

	#header .header-content {
		background-color: #FFFFFF;
	    background-image: url(../img/header_contour.png);
	    background-position: center top;
	    background-repeat: no-repeat;
		height: 115px;
		position: relative;
	}

		.home #header .header-content .whatsapp {
		    right: 100px;
		    top: 46px;
		}

	#header #nav {
	    float: none;
    	margin-top: 0;
	}

		#header #nav ul {
			text-align: center;
			margin: 0;
			display: flex;
		    align-items: flex-end;
		    justify-content: center;
		}

			#header #nav ul .logo {
				position: static;
				padding: 8px 10px 0;
				display: inline-block;
			}

			#header #nav ul li {
			    min-width: 110px;
			    padding: 20px 0;
			}

				#header #nav ul li a {
					color: #343559;
				    font-size: 17px;
				    font-weight: bold;
				    text-transform: uppercase;
				    -webkit-transition: 0.2s ease-in;
				       -moz-transition: 0.2s ease-in;
				        -ms-transition: 0.2s ease-in;
				         -o-transition: 0.2s ease-in;
				            transition: 0.2s ease-in;
				}

					#header #nav ul li:hover a,
					#header #nav ul li a:hover,
					#header #nav ul li.active a {
						color: #85B94C;
						text-decoration: none;
					}

	#header .header-content .whatsapp {
		position: absolute;
		right: 50px;
    	top: 50%;
    	z-index: 1;
	}

li.drop {
	position: relative;
}

li.drop .down {
	position: absolute;
	background-color: #fff;
	padding: 20px;
	top: 60px;
	display: none;
	text-align: left;
	min-width: 250px;
}

li.drop:hover .down {
	display: block;
}

#header #nav ul li:hover .down a {
	color: #343559;
	display: block;
}

#header #nav ul li:hover .down a:hover {
	color: #85B94C;
}


/** header home apenas **/

.home #header {
    display: block;
    position: absolute;
}

	.home #header .open-nav {
		display: block;
	}

	.home #header #nav {
		display: none;
	}

	.home #header .header-content {
		background-color: transparent;
	}


#nav {
	float: right;
	margin-top: 8px
}

	#nav ul {
		padding: 0;
    	margin: 0 15px 0 0;
    	list-style: none;
    	text-align: right;
    	position: relative;
  	}

		#nav ul li {
			display: inline-block;
			padding: 17px 0;
		}

			#nav ul li.subcat {
				display: none;
			}

				#nav ul li:nth-child(1) a {
					border-left: none;
				}

				#nav ul li.active a,
				#nav ul li:hover a {
					color: #A6CE39;
				}

#nav-responsive {
	position: absolute;
	z-index: 122;
	background-color: #FFFFFF;
	border-radius: 0 0 0 20px;
	top: 0px;
	right: 0px;
	margin-top: 0;
	display: none;
}

	#nav-responsive .whatsapp {
	    position: absolute;
	    right: 100px;
	    top: 46px;
	}

	#nav-responsive .close-nav {
	    left: auto;
	    right: 50px;
    	top: 45px;
		display: block !important;
	}

	#nav-responsive ul {
	    padding: 120px 50px 50px;
		overflow-y: auto;
		overflow-x: hidden;
	}

		#nav-responsive ul li {
			display:block;
		 	float: none;
		 	border: none;
		 	text-align: right;
		 	padding: 0;
		}

		#nav-responsive ul li.active, #nav-responsive ul li:hover {
			background: none;
		}

		#nav-responsive ul li.subcat {
			display: block;
		 	font-size: 1em;
		}

			#nav-responsive ul li a {
				color: #343559;
			 	font-size: 17px;
			 	font-weight: bold;
			 	line-height: 20px;
			 	text-transform: uppercase;
			 	display: block;
			 	width: 100%;
			 	padding: 0 0 25px;
			 	background: none;
			 	border: none;
			 	-webkit-transition: color 0.2s ease-in;
			 	   -moz-transition: color 0.2s ease-in;
			 	    -ms-transition: color 0.2s ease-in;
			 	     -o-transition: color 0.2s ease-in;
			 	        transition: color 0.2s ease-in;
			}

			#nav-responsive ul li:last-child a {
				padding-bottom: 0;
			}

			#nav-responsive ul li.active a,
			#nav-responsive ul li:hover a {
				color: #68BA40;
			    text-decoration: none;
			}

			#nav-responsive .subcat a {
    			letter-spacing: .5px;
			}


#nav-responsive ul li.mcat {
	margin-bottom: 15px;
}

#nav-responsive ul li.mcat a {
	padding-bottom: 10px;
	cursor: pointer;
}

.mcat-content {
	margin-top: -15px;
	margin-bottom: 25px;
	display: none;
	text-align: right;
}

	.mcat-content a {
		color: #343559;
		text-decoration: none;
		display: block;
	}

	.mcat-content a:hover {
		color: #68BA40;
	}

#search {
	display: none;

	background-color: #010101;
	float: right;
	height: 44px;
	margin-right: 15px;
	position: relative;
	border-radius: 10px;
	z-index: 102;
}

	#search input {
    	width: 175px;
	    outline: none;
	    -webkit-transition: width .5s;
	    transition: width .5s;
	    padding: 8px 60px 7px 10px;
	    font-family: swiss;
	    color: #d1482a;
	    text-transform: uppercase;
	    border: none;
	    margin: 4px 5px 0 5px;
	    background: none;
	}

	#search input:focus {
		width: 295px;
	}

	#search input::-webkit-input-placeholder {
		color: #d1482a;
	}

	#search input::-moz-placeholder {
  		color: #d1482a;
	}

	#search input:-ms-input-placeholder {
  		color: #d1482a;
	}

	#search input:-moz-placeholder {
  		color: #d1482a;
	}

	#search button {
	    position: absolute;
	    right: 5px;
	    top: 5px;
	    background: none;
	    outline: none;
	    border: none;
	    cursor: pointer;
	}

#aviso {
	background-color: #111b08;
	color: #fff;
	font-size: 12px;
	text-align: center;
	padding: 5px 15px;
}

#submenu {
    position: fixed;
    display: none;
	background: #111b08;
    height: 100%;
    top: 0;
   	right: 0;
    z-index: 123;
	min-width: 250px;
}

	#submenu .head {
		text-align: right;
		padding: 25px 50px 0 25px;
		color: #b18e6a;
		font-size: 1.25em;
		font-weight: bold;
		font-family: segoe;
		text-transform: uppercase;
		text-decoration: none;
	}

		#submenu .head a {
			color: #b18e6a;
		}

	#submenu .content {
		height: 90%;
		overflow-y: auto;
		overflow-x: hidden;
		padding: 20px 50px 0 25px;
	}

		#submenu .content a {
			display: block;
			color: #fff;
			font-family: segoe;
			text-align: right;
			text-transform: uppercase;
			text-decoration: none;
			cursor: pointer;
			margin-bottom: 5px;
			font-size: 1.125em;
		}

		#submenu .content a:hover,
		#submenu .content a.active {
			font-weight: bold;
			color: #773c20;
		}

/*************************
* BUSCA
**************************

.busca .page-title-cont {
	margin-bottom: 25px;
}


/*************************
* FOOTER
**************************/

#footer {
	background-color: #343559;
	padding-top: 50px;
	padding-bottom: 50px;
}

	#footer .linha {
		display: flex;
		align-items: center;
	}

		#footer .informacoes {
		    display: flex;
		    align-items: center;
		}

		#footer .informacoes a {
			display: inline-block;
		}

			#footer .informacoes a img {
				margin-right: 10px;
			}

			#footer .informacoes .address {
				color: #FFFFFF;
				font-family: Roboto;
				font-weight: 300;
				font-size: 13px;
				line-height: 15px;
			}

		#footer .social a {
		    background: #FFF;
		    color: #11401C;
		    width: 44px;
		    font-size: 1.7em;
		    display: inline-block;
		    margin-right: 5px;
		    margin-top: 12px;
		    text-align: center;
		    padding: 3px 0 3px 0;
		    border-radius: 50%;
		    transition: .5s ease;
		}

		#footer .social a:hover {
	    	background: #A6CE39;
		}

.barra3 {
	padding-top: 5px;
}


/*************************
* BANNER
**************************/

#banner {
	position: relative;
	min-height: 525px;
	background: url(../img/loading.gif) 50% 50% no-repeat;
}

#banner-xs .cycle-pager-xs {
    width: 100%;
    position: absolute;
    bottom: 0;
}

#banner-xs a {
    width: 100%;
}

.banner-cycle-pager,
.cycle-pager-xs {
    position: absolute;
    z-index: 101;
    text-align: center;
    width: 100%;
    bottom: 10px;
}

	.banner-cycle-pager span,
	.cycle-pager-xs span {
    	width: 12px;
    	height: 12px;
		margin-bottom: 5px;
	    margin-right: 5px;
		display: inline-block;
    	background-color: #FFFFFF;
    	border-radius: 50%;
		opacity: 0.5;
    	cursor: pointer;
    }

    .banner-cycle-pager span:last-child,
    .cycle-pager-xs span:last-child {
    	margin-right: 0;
    }

		.banner-cycle-pager span.cycle-pager-active,
		.cycle-pager-xs span.cycle-pager-active {
	    	opacity: 1;
		}


/*************************
* HOME
**************************/

#home-servicos .content {
    margin-top: -175px;
    position: relative;
    z-index: 101;
}

#home-empresa {
	padding-top: 170px;
    padding-bottom: 170px;
	position: relative;
}

	#home-empresa .detalhe {
		position: absolute;
	    top: 50%;
	    left: 100px;
	    transform: translate(0, -50%);
	}

	#home-empresa .container  {
		width: 960px;
	}

	#home-empresa .title {
		color: #343559;
	    font-size: 50px;
	    font-weight: bold;
	    line-height: 100%;
    	margin-bottom: 40px;
	}

		#home-empresa .title img {
			margin-bottom: 30px;
		}

	#home-empresa .texto {
	    color: #343559;
	    font-family: Roboto;
	    font-size: 20px;
	    font-weight: 300;
	    line-height: 144.19%;
	    margin-bottom: 40px;
	}

		#home-empresa .saiba-mais {
		    background-color: #68BA40;
		    border-radius: 50px;
		    padding: 21px 60px;
		    display: inline-block;
		    color: #FFFFFF;
		    font-family: Roboto;
		    font-size: 18px;
		    font-weight: bold;
		    line-height: 100%;
		    -webkit-transition: 0.2s ease-in;
		       -moz-transition: 0.2s ease-in;
		        -ms-transition: 0.2s ease-in;
		         -o-transition: 0.2s ease-in;
		            transition: 0.2s ease-in;
		}

			#home-empresa .saiba-mais:hover {
				text-decoration: none;
				background-color: #8FC74A;
			}

/*************************
* SERVIÇOS HOME
**************************/

#home-servicos {
    padding: 100px 0;
    position: relative;
}

	#home-servicos::before {
	    background: linear-gradient(108.93deg, #90C74A 21.04%, #5AA834 98.85%);
	    border-radius: 0 35px 35px 0;
	    content: '';
	    position: absolute;
	    top: 0;
	    width: 60%;
	    height: 100%;
        z-index: -1;
	}

	#home-servicos::after {
	    content: '';
	    background-color: #90C74A;
	    border-radius: 15px;
	    width: 30px;
	    height: 80%;
	    position: absolute;
	    top: 50%;
	    left: 60%;
	    transform: translate(-50%, -50%);
	    z-index: -1;
	}

	#home-servicos #services {
		position: reative;
	}

	#home-servicos .serv:focus {
		box-shadow: none;
		border: 0;
		outline: none;
	}

		#home-servicos .title {
			color: #FFFFFF;
		    font-size: 50px;
		    font-weight: bold;
		    line-height: 59px;
		    padding-top: 20px;
		    margin-bottom: 20px;
		}

		#home-servicos .serv .subtitle {
			color: #FFFFFF;
			font-size: 31px;
			font-weight: bold;
			line-height: 37px;
		    margin-bottom: 20px;
		}

		#home-servicos .serv .texto {
			color: #FFFFFF;
			font-family: Roboto;
			font-size: 16px;
			font-weight: 300;
			line-height: 145%;
			padding-right: 50px;
		}

		#home-servicos .serv a:focus {
			box-shadow: none;
			border: 0;
			outline: none;
		}

			#home-servicos .serv .img {
			    padding-right: 5px;
			    position: relative;
			}

				#home-servicos .serv .img::after {
				    content: '';
				    background-color: #90C74A;
				    position: absolute;
				    width: 5px;
				    height: 150px;
				    right: 0;
				    top: 50%;
				    transform: translate(0, -50%);
				}

			#home-servicos .serv .img img {
			    width: 100%;
			    height: 420px;
			    max-height: 400px;
			    object-fit: cover;
			    border-radius: 20px;
			}

		#home-servicos .controles {
		    padding: 40px 0;
		    position: absolute;
	        bottom: 0;
		}

			#home-servicos .controles .slick-arrow {
			    font-family: Roboto;
			    font-size: 14px;
			    font-weight: bold;
			    line-height: 145%;
			    border: 0;
			    border-radius: 30px;
			    padding: 10px 25px;
			}

				#home-servicos .controles .slick-arrow:focus {
					outline: none;
				}

			#home-servicos .controles .servico-prev {
				color: #FFFFFF;
			    background-color: #343559;
			    margin-right: 20px;
			}

			#home-servicos .controles .servico-next {
				color: #7AAB3B;
				background-color: #FFFFFF;
			}


#home-produtos {
	padding-top: 80px;
	padding-bottom: 100px;
	background: url(../img/bg-home-produtos.jpg) center top no-repeat;
}

	#home-produtos .title {
		color: #b18e6a;
		text-transform: uppercase;
		text-align: center;
		font-size: 30px;
		margin-bottom: 15px;
	}

		#home-produtos .title img {
			margin-bottom: 5px;
		}

	#home-produtos .produto-item {
		margin: 0 1px 0 0;
		text-align: center !important;
		position: relative;
		text-align: center;
	}

		#home-produtos .produto-item a {
			text-decoration: none;
		}

		#home-produtos .produto-item .img img {
			max-height: 370px;
		}

		#home-produtos .produto-item .dados .nome {
			color: #fff;
			font-weight: bold;
			padding: 5px 15px;
			margin-top: 15px;
		}

		#home-produtos .produto-item .dados .marca {
			color: #828282;
		}

		#home-produtos .produto-item .dados .preco {
			color: #9a7d5e;
			font-size: 2.25em;
		}

			#home-produtos .produto-item .dados .preco span {
				font-size: 0.45em;
			}


	#home-mapa #map,
	#home-mapa iframe {
		width: 100%;
		height: 425px;
		margin-bottom: -6px;
	}

/* CARROSSEL*/

#home-clientes {
	background: #333 url(../img/bg-home-clientes.png);
	background-size: cover;
	padding: 70px 0 100px 0;
}

	#home-clientes .title {
		color: #a6ce39;
   	 	font-family: Swis-Bold;
		font-size: 1.875em;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 20px;
	}

	#home-clientes .cliente-item {
		background: #fff;
		margin: 0 10px;
		padding: 15px;
		text-align: center !important;
	}

		#home-clientes .cliente-item img {
			-webkit-transition: all .5s;
    		transition: all .5s;
    		-webkit-filter: grayscale(100%) opacity(50%);
    		filter: grayscale(100%) opacity(50%) alpha(opacity=50);
		}

		#home-clientes .cliente-item img:hover {
			-webkit-filter: grayscale(0%) opacity(100%);
    		filter: grayscale(0%) opacity(100%) alpha(opacity=100);
		}

	#home-clientes .slick-prev:before {
	    content: '\f053 ';
	    font-family: FontAwesome;
	    font-size: 7rem;
	    opacity: 1;
	    color: #A6CE39;
	}

	#home-clientes .slick-next:before {
	    content: '\f054';
	    font-family: FontAwesome;
	    font-size: 7rem;
	    opacity: 1;
	    color: #A6CE39;
	}

	#home-clientes .slick-prev {
	    left: -25px;
	    margin-top: -25px;
	}

	#home-clientes .slick-next {
	    right: 25px;
	    margin-top: -25px;
	}

	#slick-clientes {
		padding-left: 35px;
		padding-right: 55px;
	}

/*************************
* NOTICIAS
**************************/

#home-noticias {
	padding: 100px 0;
}

	#home-noticias .noticia .img img {
	    width: 100%;
	    height: 230px;
	    max-height: 230px;
	    object-fit: cover;
	    margin-bottom: 20px;
	    border-radius: 10px;
	}

	#home-noticias .noticia .title {
	    font-family: Roboto;
	    font-weight: bold;
	    font-size: 20px;
	    line-height: 145%;
	    margin-bottom: 20px;
	}

	#home-noticias .noticia a {
	    color: #68BA40;
	    -webkit-transition: color 0.2s ease-in;
	       -moz-transition: color 0.2s ease-in;
	        -ms-transition: color 0.2s ease-in;
	         -o-transition: color 0.2s ease-in;
	            transition: color 0.2s ease-in;
	}

		#home-noticias .noticia a:hover {
		    color: #343559;
		    text-decoration: none;
		}

	#home-noticias .noticia .texto {
	    color: #343559;
	    font-family: Roboto;
	    font-style: normal;
	    font-weight: 300;
	    font-size: 16px;
	    line-height: 145%;
	    margin-bottom: 20px;
	}

	#home-noticias a.btn-leia-mais {
	    color: #FFFFFF;
	    font-family: Roboto;
	    font-weight: bold;
	    font-size: 14px;
	    line-height: 145%;
	    display: inline-block;
	    padding: 10px 30px;
	    background: #68BA40;
	    border-radius: 30px;
	    -webkit-transition: background-color 0.2s ease-in;
	       -moz-transition: background-color 0.2s ease-in;
	        -ms-transition: background-color 0.2s ease-in;
	         -o-transition: background-color 0.2s ease-in;
	            transition: background-color 0.2s ease-in;
	}

		#home-noticias a.btn-leia-mais:hover {
			color: #FFFFFF;
			background-color: #343559;
			text-decoration: none;
		}


/*************************
* SERVIÇOS
**************************/

#servicos {
	padding-top: 115px;
}

	#servicos .banner-page {
		background-image: url(../img/bg-servicos.png), linear-gradient(132.55deg, #90C74A 21.04%, #5AA834 98.85%);
		background-position: center center;
    	background-repeat: no-repeat;
	    padding: 65px 0;
	}

	#servicos .title {
		color: #FFFFFF;
		font-weight: bold;
		font-size: 50px;
		line-height: 59px;
	}

	#servicos .title strong {
    	font-family: Swis-Bold;
	}

		#servicos .servico {
		    padding: 50px 15px;
		    border-bottom: 1px dashed #75B854;
		}

		#servicos .servico:last-child {
		    border-bottom: 0;
		}

			#servicos .grid-item .text {
				color: #343559;
				font-family: Roboto;
				font-weight: 300;
				font-size: 16px;
				line-height: 145%;
			}

				#servicos .grid-item .img {
				    max-width: 40%;
				    float: left;
				    margin-right: 80px;
				}

				#servicos .direita .grid-item .img {
				    float: right;
				    margin-right: 0;
			        margin-left: 150px;
				}

					#servicos .grid-item img.img {
					    height: 332px;
					    width: 100%;
					    object-fit: cover;
					    border-radius: 20px;
					}

				#servicos .direita:first-child .grid-item .img {
				    position: relative;
				    top: -120px;
				}

				#servicos .grid-item .text .name {
				    color: #343559;
				    font-family: Roboto;
				    font-weight: bold;
				    font-size: 20px;
				    line-height: 145%;
			        padding-top: 40px;
				    margin-bottom: 20px;
				}

				#servicos .grid-item .text .texto {
					height: 50px;
					overflow: hidden;
					-webkit-transition: all 0.2s ease-in;
					   -moz-transition: all 0.2s ease-in;
					    -ms-transition: all 0.2s ease-in;
					     -o-transition: all 0.2s ease-in;
					        transition: all 0.2s ease-in;
				}

					#servicos .grid-item .text .texto.open {
						height: auto;
					}

				#servicos .grid-item .text .open-text {
					color: #75B854;
				    font-family: Roboto;
				    font-size: 14px;
				    font-weight: bold;
				    cursor: pointer;
				}

		#servicos a.mais-fotos {
			color: #efaf1e;
			font-size: 1em;
			font-family: swiss;
			text-transform: uppercase;
			margin-top: 10px;
			text-decoration: none;
			float: right;
		}


/*************************
* DETALHES DO SERVIÇO
*************************/

.servicos-detalhe {
    background: url(../img/bg-servicos.jpg) center top no-repeat;
}

	.servicos-detalhe .title {
	    font-family: Swis;
	    text-transform: uppercase;
	    text-align: center;
	    font-size: 2.5rem;
	    padding-top: 50px;
	}

	.servicos-detalhe .title a {
		color: #a6ce39;
		text-decoration: none;
		transition: .3s ease-in;
	}

		.servicos-detalhe .title a:hover,
		.servicos-detalhe .title a:active,
		.servicos-detalhe .title a:focus {
		    color: #659619;
		}

	.servicos-detalhe .title strong {
	    font-family: Swis-Bold;
	}

	.servicos-detalhe .content {
    	padding: 100px 3% 3% 2%;
	    background: #11401C url(../img/bg-servicos.png) center top;
	    background-size: cover;
	    min-height: 900px;
	}

	.servicos-detalhe .texto .title {
	    margin-top: 0;
	    color: #A6CE39;
    	font-family: Swis-Bold;
    	text-align: left;
    	padding-top: 0;
	}

	.servicos-detalhe .texto p {
	    font-family: Swis;
	    font-size: 2rem;
	    color: #FFF;
	}


/*************************
* CLIENTES
**************************/

#clientes {
	background: url(../img/bg-clientes.jpg) center top no-repeat;
	background-size: cover;
	min-height: 870px;
}

	#clientes .banner-page {
		text-align: center;
		padding: 150px 15px 60px 15px;
	}

	#clientes .title {
	    font-family: Swis;
	    text-transform: uppercase;
	    font-size: 2.53rem;
	    color: #A6CE39;
	}

	#clientes h2.title {
	    font-size: 2rem;
	    font-family: Swis-Bold;
	    text-align: center;
	}

	#clientes .content {
		padding-top: 0;
		padding-bottom: 100px;
		padding-left: 100px;
		padding-right: 100px;
	}

	#clientes .thumb {
		margin-bottom: 30px;
	}

		#clientes .thumb .img {
			background: #fff;
			text-align: center;
			padding-top: 15px;
			padding-bottom: 15px;
			-webkit-transition: all .5s;
    		transition: all .5s;
    		-webkit-filter: grayscale(100%) opacity(50%);
    		filter: grayscale(100%) opacity(50%) alpha(opacity=50);
		}

		#clientes .thumb .img:hover {
			-webkit-filter: grayscale(0%) opacity(100%);
    		filter: grayscale(0%) opacity(100%) alpha(opacity=100);
		}


/*************************
* NOTICIAS
**************************/

#noticia {
	padding-top: 115px;
}

	#noticia .banner-page {
		background-image: url(../img/bg-servicos.png), linear-gradient(132.55deg, #90C74A 21.04%, #5AA834 98.85%);
	    background-position: center center;
	    background-repeat: no-repeat;
	    padding: 65px 0;
	}

	#noticia .title {
		color: #FFFFFF;
		font-weight: bold;
		font-size: 50px;
		line-height: 59px;
		text-align: center;
	}

	#noticia #noticias-conteudo {
	    padding: 100px 0;
	}

	#noticia #noticias-conteudo .noticia {
		text-decoration: none;
		margin-bottom: 50px;
    	display: block;
	}

		#noticia #noticias-conteudo .noticia img {
		    border-radius: 10px;
		    height: 230px;
		    width: 100%;
		    object-fit: cover;
		    margin-bottom: 20px;
		}

		#noticia #noticias-conteudo .noticia .subtitle {
		    font-family: Roboto;
		    font-weight: bold;
		    font-size: 20px;
		    line-height: 145%;
		    color: #343559;
		    margin-bottom: 20px;
	        display: block;
	        -webkit-transition: color 0.2s ease-in;
	           -moz-transition: color 0.2s ease-in;
	            -ms-transition: color 0.2s ease-in;
	             -o-transition: color 0.2s ease-in;
	                transition: color 0.2s ease-in;
		}

		#noticia #noticias-conteudo .noticia:hover .subtitle {
			color: #68BA40;
		}

	#noticia #noticias-conteudo .noticia .texto {
		font-family: Roboto;
		font-weight: 300;
		font-size: 16px;
		line-height: 144.19%;
		color: #343559;
		margin-bottom: 20px;
	}

	#noticia #noticias-conteudo .noticia .leia-mais {
		background-color: #68BA40;
		border-radius: 30px;
		font-family: Roboto;
		font-weight: bold;
		font-size: 14px;
		line-height: 145%;
		color: #FFFFFF;
	    padding: 10px 35px;
    	display: inline-block;
    	-webkit-transition: background-color 0.2s ease-in;
    	   -moz-transition: background-color 0.2s ease-in;
    	    -ms-transition: background-color 0.2s ease-in;
    	     -o-transition: background-color 0.2s ease-in;
    	        transition: background-color 0.2s ease-in;
	}

	#noticia #noticias-conteudo .noticia:hover .leia-mais {
		background-color: #343559;
	}

		#noticia .topo {
			margin-bottom: 50px;
		}

		    #noticia .date {
				color: #85B94C;
		    	font-family: Roboto;
				font-weight: bold;
				font-size: 16px;
				line-height: 145%;
		    }

		    #noticia #noticias-conteudo .texto {
			    max-width: 850px;
			    margin: 0 auto;
			}

		    #noticia .texto .date span {
		        display: block;
		        font-size: .7em;
		        font-weight: lighter;
		    }

		    #noticia .texto .title {
				color: #343559;
				font-family: Roboto;
				font-weight: bold;
				font-size: 30px;
				line-height: 145%;
				text-align: left;
		    }

		    #noticia .voltar {
		    	text-align: right;
		    }

			    #noticia .btn-voltar {
				    background: #85B94C;
				    border-radius: 30px;
				    display: inline-block;
				    padding: 12px 25px;
				    font-family: Roboto;
				    font-weight: bold;
				    font-size: 14px;
				    line-height: 145%;
				    color: #FFFFFF;
				}

			    	#noticia .btn-voltar img {
			    		margin-right: 5px;
			    	}

			    #noticia .btn-voltar:hover,
			    #noticia .btn-voltar:focus {
			    	outline: none;
			    	text-decoration: none;
			    }

			#noticia .texto .img-not {
			    text-align: center;
			    margin-bottom: 20px;
			}

				#noticia .texto .img-not img {
				    max-height: 480px;
				    border-radius: 10px;
				}

		    #noticia .texto .text {
			    color: #343559;
		        font-family: Roboto;
			    font-weight: 300;
			    font-size: 20px;
			    line-height: 145%;
			    text-align: justify;
		    }

		    #noticia .text a,
		    #noticia .text strong {
			    color: #85B94C;
			    font-family: Roboto;
			    font-weight: bold;
			}

	#noticia #noticias-conteudo .noticia-fotos {
	    margin: 0 0;
	}

		#noticia #noticias-conteudo .noticia-fotos .thumb {
		    margin-bottom: 30px;
		}

			#noticia #noticias-conteudo .noticia-fotos .thumb img {
			    height: 115px;
			    width: 100%;
			    object-fit: cover;
			    border-radius: 10px;
			}

		#noticia #noticias-conteudo .video {
			max-width: 850px;
			margin: 50px auto;
		}

		  .video-container {
		    position: relative;
		    padding-bottom: 56.25%;
		    padding-top: 30px;
		    height: 0;
		    overflow: hidden;
		    max-width: 100%;
		    height: auto;
		  }

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

		#noticia .fonte,
		#noticia .fonte a {
			color: #85B94C;
		    font-family: Roboto;
		    font-size: 12px;
		    font-weight: bold;
		}


/*************************
* PRODUTOS
**************************/

.produtos {
	padding-top: 100px;
	background: url(../img/bg-produtos.jpg) center top no-repeat;
}

.produto {
	padding-top: 215px;
	background: url(../img/bg-produtos.jpg) center top no-repeat;
}

	.thumb-prod {
		margin-bottom: 50px;
		position: relative;
		text-align: center;
	}

		.thumb-prod a {
			text-decoration: none;
		}

		.thumb-prod .img {
			/*background: #fff;*/
			text-align: center !important;
			height: 260px;
			background: url(../img/loading.gif) 50% 50% no-repeat;
		}

			.thumb-prod .img img {
				/*max-height: 260px;*/
			}

		.thumb-prod .dados .nome {
			color: #646464;
			font-weight: bold;
			padding: 5px 15px;
		}

		.thumb-prod .dados .marca {
			color: #828282;
		}

		.thumb-prod .dados .preco {
			color: #7d6245;
			font-size: 2.25em;
		}

			.thumb-prod .dados .preco span {
				font-size: 0.45em;
			}



/*************************
* EMPRESA
**************************/

#empresa {
    padding-top: 115px;
}

	#empresa .comum {
	    display: flex;
	}

		#empresa .fundo {
			background-image: url(../img/bg-empresa.jpg);
		    background-position: center center;
		    background-repeat: no-repeat;
		    background-size: cover;
		}

		#empresa #topico-principal .topicos {
			background-color: #68BA40;
			padding: 100px 50px;
		}

			#empresa #topico-principal .topico .title {
			    color: #FFFFFF;
			    font-weight: bold;
			    font-size: 50px;
			    line-height: 59px;
		        margin-bottom: 40px;
			}

			#empresa #topico-principal .topico .subtitle {
			    color: #FFFFFF;
			    font-family: Roboto;
			    font-weight: bold;
			    font-size: 20px;
			    line-height: 145%;
			    margin-bottom: 30px;
			}

			#empresa #topico-principal .topico .texto {
			    color: #FFFFFF;
			    font-family: Roboto;
			    font-weight: 300;
			    font-size: 20px;
			    line-height: 145%;
			}

			#empresa #topico-principal .galeria {
				margin-bottom: 50px;
			}

		#empresa #proposito {
			background-color: #FFFFFF;
			background-image: url(../img/empresa-detalhe.png);
			background-position: left 21% center;
			background-repeat: no-repeat;
			padding: 200px 0;
		}

			#empresa #proposito .proposito {
				text-align: center;
				padding: 0 50px;
			}

				#empresa #proposito .proposito .title {
					color: #343559;
					font-family: Roboto;
					font-weight: bold;
					font-size: 20px;
					line-height: 145%;
					margin-bottom: 20px;
				}

				#empresa #proposito #missao.proposito .title {
					color: #85B94C;
				}

				#empresa #proposito .proposito .texto {
					color: #343559;
					font-family: Roboto;
					font-weight: 300;
					font-size: 16px;
					line-height: 145%;
					text-align: center;
				}

	#empresa .galeria .video,
	#empresa .galeria iframe,
	#empresa .galeria img {
	    min-height: 350px;
	    max-height: 350px;
	    object-fit: cover;
	    width: 100%;
		border-radius: 20px;
	}

	#empresa .galeria img:focus {
		outline: none;
	}

	#empresa .galeria {
		border-radius: 20px;
	    box-shadow: -50px 50px 80px rgba(54, 88, 37, 0.21);
	}

	#empresa .slick-dots li button:before {
		color: #FFFFFF;
		opacity: 0.7;
	}

	#empresa .slick-dots li.slick-active button:before {
		color: #FFFFFF;
		opacity: 1;
	}


#equipe {
	margin-top: 80px;
	padding: 2%;
}

	#equipe .thumb {
		text-align: center;
	}

		#equipe .thumb .img {
			margin-top: 25px;
			margin-bottom: 10px;
		}

		#equipe .thumb .title {
			font-size: 1.25em;
		}

		#equipe .thumb .cargo {
			color: #ffffff;
			font-family: Swis;
			font-size: 1.25em;
		}

		#equipe .thumb .email {
			color: #FFF;
    		font-family: Swis;
		}


/*************************
* FILTRO
**************************/

.erro {
	text-align: center;
	font-family: swiss-thin;
	font-size: 1.125em;
	color: #929396;
	min-height: 500px;
	padding-top: 100px;
}


#filter-open {
	position: absolute;
	left: 0;
	top: 25px;
	background-color: #111b08;
	padding: 10px 40px 10px 25px;
	z-index: 101;
	color: #969db3;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: bold;
	font-family: segoe;
	text-transform: uppercase;
	color: #b18e6a;
}

	#filter-open.fixar {
		top: 100px;
	}

	#filter {
	    position: fixed;
	    display: none;
		background-color: #111b08;
	    height: 100%;
	    top: 0;
	   	left: 0;
	    z-index: 1001;
		min-width: 250px;
	}

		#filter .head {
			color: #b18e6a;
			font-size: 1.25em;
			font-weight: bold;
			font-family: segoe;
			text-transform: uppercase;
			text-decoration: none;
			padding: 25px 50px 0 25px;
		}

		#filter .content {
			height: 90%;
			overflow-y: auto;
			overflow-x: hidden;
			padding: 20px 10px 0 25px;
		}

			#filter .content a {
				display: block;
				color: #fff;
				font-family: segoe;
				text-transform: uppercase;
				text-decoration: none;
				cursor: pointer;
				margin-bottom: 5px;
				font-size: 1.125em;
				padding-right: 40px;
			}

			#filter .content a:hover,
			#filter .content a.active {
				font-weight: bold;
				color: #773c20;
			}

/*************************
* DETALHE
***************************/

.detalhe {

}

	.detalhe .nome {
		color: #7a5d3f;
		font-family: segoe;
		font-size: 1.875em;
		text-transform: uppercase;
		display: inline-block;
		margin-bottom: 15px;
	}

	.detalhe .texto {
		color: #8c8c8c;
		font-size: 1.6em;
		line-height: 1.6em;
		text-align: justify;
		margin-bottom: 30px;
		margin-top: 3%;
	}

	.detalhe .texto .img {
		float: left;
		display: inline;
		margin: 0% 2% 2% 0%;
	}

		/*.detalhe .texto .img img {
			max-width: 550px;
		}*/

	.decor-cycle-pager {

	}

		.decor-cycle-pager span {
			color: rgba(122, 93, 63, .5);
			font-size: 85px;
    		line-height: 35px;
    		cursor: pointer;
		}

		.decor-cycle-pager span.cycle-pager-active {
			color: rgb(122, 93, 63);
		}

#outros {
	margin-top: 50px;
}

#outros.others-prod .title {
	color: #7d6245;
	font-size: 1.5em;
	font-family: segoe;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 35px;
	margin-top: 75px;
}

.detalhe #pager-box {
	padding:0;
	text-align: center;
}

	.detalhe #pager a {
		opacity: .4;
		filter: (opacity=40);
		outline: none;
	}

	.detalhe #pager a.cycle-pager-active {
		opacity: 1;
		filter: (opacity=100);
	}

	.detalhe #pager img {
		margin-bottom: 5px;
		width: 45px;
		height: 45px;
	}

/* Produtos */

.detalhe .info {

}

	.detalhe .info .cat {
		margin-bottom: 30px;
    	border-bottom: #7a5d3f 2px solid;
		display: inline-block;
	}

		.detalhe .info .cat a {
			color: #7a5d3f;
			font-family: segoe;
			font-size: 1.7em;
			text-transform: uppercase;
			text-decoration: none;
		}

	.detalhe .info .name {
		color: #646464;
		font-size: 1.5em;
	}

	.detalhe .info .cod {
		color: #828282;
		margin-bottom: 5px;
	}

	.detalhe .info .brand {
		color: #828282;
	}

	.detalhe .info .price {
		color: #7a5d3f;
		font-size: 2.25em;
		margin-top: 10px;
	}

		.detalhe .info .price span {
			font-size: .45em;
		}

	.detalhe .info .text-title {
		color: #7a5d3f;
		text-transform: uppercase;
		margin-top: 25px;
		margin-bottom: 5px;
	}

	.detalhe .info .text {
		color: #646464;
		text-align: justify;
		font-size: 0.875em;
		line-height: 1.6em;
	}


/*************************
* ORCAMENTO
*************************/

.orcamento {
    background: url(../img/bg-orcamento.jpg) center top no-repeat;
    min-height: 960px;
}

	#orcamento {
	    background: rgba(17, 64, 28, 0.9);
	    padding-top: 150px;
	}

	.orcamento .content {
		min-height: 700px;
	}

	.orcamento .page-title {
    	margin: 0% 0% 5%;
	}

		.orcamento .page-title-content {
    		color: #A6CE39;
    		font-family: Swis;
		}

			.orcamento .page-title-content strong {
			    font-family: Swis-Bold;
			}

.orcamento .form {
	padding-right: 50px;
}

.orcamento .form input,
.orcamento .form textarea,
.orcamento select {
	outline: none;
	width: 100%;
	border: none;
	background: rgba(255, 255, 255, 1);
	font-size: 1em;
	color: #8c8c8c;
	margin-bottom: 15px;
	padding: 10px;
	font-family: Swis;
}

.orcamento .form textarea {
	height: 130px;
	resize: none;
}

.orcamento .form button {
	color: #FFF;
    text-transform: uppercase;
    font-size: 2.5rem;
    background: url(../img/bg-button.png) 120% 50% no-repeat;
    padding-right: 20px;
    cursor: pointer;
    border: none;
    outline: none;
    float: right;
    font-family: Swis;
    transition: .3s ease-in;
}

	.orcamento .form button:hover,
	.orcamento .form button:active,
	.orcamento .form button:focus {
	    color: #a5cd39;
	}

.orcamento .form label.error {
	color: #A6CE39;
	display: block;
	margin-top: -15px;
	margin-bottom: 15px;
	font-size: .875em;
	font-style: italic;
	font-weight: normal;
}

.orcamento .others .local {
	margin-bottom: 30px;
}

	.orcamento .others .local .title {
		color: #414134;
		font-family: segoe;
		font-size: 1.57em;
		text-transform: uppercase;
	}

	.orcamento .others .local .address {
		color: #7a5d3f;
		font-size: 1.125em;
		line-height: 1.7em;
	}

	.orcamento .others .local .cep {
		white-space: nowrap;
	}

	.orcamento .others .local .fone {
		color: #646464;
		font-size: 1.5em;
	}

	.orcamento .others .local a.map {
		color: #7a5d3f;
		font-weight: bold;
		text-decoration: none;
		margin-top: 5px;
		display: inline-block;
		font-size: .85em;
	}

		.orcamento .others .local a.map img {
			margin-right: 5px;
		}

.orcamento .others .redes {

}

	.orcamento .others .redes a {
	    font-size: 2em;
	    display: inline-block;
	    background: #7a5d3f;
	    color: #fff;
	    margin-right: 10px;
	    margin-bottom: 10px;
	    width: 51px;
	    text-align: center;
	    padding: 3px 0 3px 0;
	    border-radius: 50%;
	}

.orcamento #nome,
.orcamento #telefone,
.orcamento #celular,
.orcamento #email,
.orcamento #cidade,
.orcamento #estado,
.orcamento #orcamento-empresa,
.orcamento #selecione-servico,
.orcamento #local-servico,
.orcamento #mensagem {
    color: #A6CE39;
    font-family: Swis;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: normal;
}

.orcamento .cidade {
    width: 75%;
    float: left;
}

.orcamento .estado {
    width: 20%;
    float: left;
    margin-left: 5%;
}

.orcamento #home-servicos {
    position: relative;
}


/*************************
* CONTATO
**************************/

.contato {
	min-height: 960px;
	background: url(../img/bg-contato.jpg) center top no-repeat;
}

	.contato .others {
	    padding-top: 2%;
	}

	.contato .content {
		min-height: 700px;
	}

.contato .form {
	padding-right: 50px;
}

.contato .form input,
.contato .form textarea {
	outline: none;
	width: 100%;
	border: none;
	background: #FFF;
	font-family: Swis;
	font-size: 1em;
	color: #8c8c8c;
	margin-bottom: 15px;
	padding: 10px;
}

.contato .form textarea {
	height: 150px;
	resize: none;
}

.contato .form button {
	color: #FFF;
    text-transform: uppercase;
    font-size: 2.5rem;
    background: url(../img/bg-button.png) 120% 50% no-repeat;
    padding-right: 20px;
    cursor: pointer;
    border: none;
    outline: none;
    float: right;
    font-family: Swis;
    transition: .3s ease-in;
}

	.contato .form button:hover,
	.contato .form button:active,
	.contato .form button:focus {
		color: #659619;
	}

.contato .form label.error {
	color: #A6CE39;
	display: block;
	margin-top: -15px;
	margin-bottom: 15px;
	font-size: .875em;
	font-style: italic;
	font-weight: normal;
}

.contato .others .local {
	margin-bottom: 30px;
}

	.contato .others .local .title {
		color: #A6CE39;
	    font-family: Swis;
	    font-size: 1.57em;
	    text-transform: uppercase;
	}

	.contato .others .local .address {
		color: #c8c8c8;
	    font-size: 1.125em;
	    letter-spacing: 0.2px;
	    line-height: 1.7em;
	    font-family: Swis;
	}

	.contato .others .local .cep {
		white-space: nowrap;
	}

	.contato .others .local .fone {
	    color: #FFF;
	    font-size: 1.5em;
	    font-family: Swis-Bold;
	    margin: 10px 0;
	}

	.contato .others .local a.map {
		color: #A6CE39;
	    text-decoration: none;
	    margin-top: 5px;
	    display: inline-block;
	    font-size: 1.6rem;
	    font-family: Swis-Bold;
	    letter-spacing: 0.2px;
	    transition: .3s ease-in;
	}

		.contato .others .local a.map:hover,
		.contato .others .local a.map:active,
		.contato .others .local a.map:focus {
			color: #659619;
		}

		.contato .others .local a.map img {
			margin-right: 5px;
		}

.contato .others .redes {

}

	.contato .others .redes a {
	    font-size: 2em;
	    display: inline-block;
	    background: #A6CE39;
	    color: #fff;
	    margin-right: 10px;
	    margin-bottom: 10px;
	    width: 51px;
	    text-align: center;
	    padding: 3px 3px 3px 3px;
	    border-radius: 50%;
	    transition: .5s ease;
	}

		.contato .others .redes a:hover,
		.contato .others .redes a:active,
		.contato .others .redes a:focus {
	    	background: #659619;
		}

	.contato .others .redes a .fa {
		color: #11401C;
	}

#contato {
    padding-top: 115px;
    background-color: #FAFAFA;
}

	#contato .banner-page {
		background-image: url(../img/bg-servicos.png), linear-gradient(132.55deg, #90C74A 21.04%, #5AA834 98.85%);
		background-position: center center;
    	background-repeat: no-repeat;
	    padding: 65px 0;
	}

		#contato .banner-page .title {
			font-family: "Roboto Condensed";
			color: #FFFFFF;
			font-weight: bold;
			font-size: 50px;
			line-height: 59px;
			text-align: center;
		    margin: 0;
		}

	#contato .content {
	    padding-bottom: 100px;
	}

		#contato .title {
			color: #343559;
			font-family: Roboto;
			font-weight: bold;
			font-size: 30px;
			line-height: 145%;
			margin: 50px 0;
		}

		#contato form select.form-control {
			padding: 15px 25px;
			-webkit-appearance: none;
			background-image: url(../img/seta_down.svg);
			background-position: right 10px center;
			background-repeat: no-repeat;
		}

		#contato form .form-control {
		    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.059);
		    border: 0;
		    border-radius: 10px;
		    padding: 20px 25px;
		    margin-bottom: 5px;
		    height: 54px;
		    font-family: Roboto;
		    font-weight: 300;
		    font-size: 16px;
		    line-height: 19px;
		    color: #343559;
		}

		#contato form .form-control::-webkit-input-placeholder 	{ color: #343559; }
		#contato form .form-control::-moz-placeholder 			{ color: #343559; }
		#contato form .form-control:-ms-input-placeholder 		{ color: #343559; }
		#contato form .form-control:-moz-placeholder 			{ color: #343559; }

		#contato form textarea.form-control {
			height: 100px;
			resize: none;
		}

		#contato form .g-recaptcha > div {
		    margin-bottom: 15px;
		}

		#contato form button {
		    background: #68BA40;
		    border-radius: 30px;
		    border: 0;
		    font-family: Roboto;
		    font-weight: bold;
		    font-size: 18px;
		    line-height: 145%;
		    color: #FFFFFF;
		    padding: 10px 25px;
		}

			#contato form button img {
				margin-left: 5px;
			}

		#contato .local .title {
		    font-size: 20px;
		    line-height: 30px;
		    margin: 0;
		}

		#contato .local .address,
		#contato .local .nome-contato,
		#contato .local .cargo,
		#contato .local .fone {
		    color: #343559;
		    font-family: Roboto;
		    font-size: 20px;
		    font-weight: 300;
		    line-height: 30px;
		}

		#contato .local {
		    margin-bottom: 30px;
		}

		#contato .redes {
		    margin: 60px 0;
		}

			#contato .redes a {
			    background-color: #F6F5F8;
			    border-radius: 50%;
			    width: 52px;
			    height: 52px;
		        margin-right: 10px;
			    display: inline-block;
			    text-align: center;
			    padding: 9px 0;
			    color: #85B94C;
			    font-size: 25px;
			}

			#contato .redes a:last-child {
				margin-right: 0;
			}

		#contato .telefones {
		    margin-right: 10px;
		}

		#contato .telefones .fa-whatsapp {
		    margin: 0 5px 0 0;
		    color: #68b940;
		}

		#contato .telefones .whatsapp {
		    color: #68b940;
		    font-weight: 600;
		}

		#contato .telefones .whatsapp:hover,
		#contato .telefones .whatsapp:focus {
			text-decoration: none;
		}

	#contato label.error {
    	font-size: 12px;
	    font-family: Roboto;
	    font-weight: 300;
	    color: red;
	}

	#contato #curriculo {
		display: none;
	}

	.input-group {
	    position: relative;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -ms-flex-align: stretch;
	    align-items: stretch;
	    width: 100%;
	}

	.custom-file {
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-align: center;
	    align-items: center;
	    position: relative;
	    -ms-flex: 1 1 auto;
	    flex: 1 1 auto;
	    width: 1%;
	    margin-bottom: 0;
	}

	input#upload {
	    position: relative;
	    z-index: 2;
	    width: 100%;
	    height: 54px;
	    margin: 0;
	    opacity: 0;
	}

	label.custom-file-label {
	    position: absolute;
	    top: 0;
	    right: 0;
	    left: 0;
	    z-index: 1;
	    height: 54px;
    	font-family: Roboto;
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 1.5;
	    color: #495057;
	    background-color: #fff;
	    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.059);
	    border: 0;
	    border-radius: 10px;
	    padding: 20px 25px;
	    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}

	label.custom-file-label::after {
		position: absolute;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    z-index: 3;
	    display: block;
	    margin: 7px;
	    color: #FFFFFF;
	    content: "Procurar";
	    background-color: #68b940;
	    border-radius: 8px;
	    cursor: pointer;
	    font-size: 15px;
	    font-weight: 600;
	    padding: 8px 15px;
	}


.more i {
    position: relative;
    bottom: -1px;
}

@media only screen and (max-width: 1620px) {
	#home-empresa .detalhe { width: 450px; }

	#empresa #proposito { background-size: 450px; }
}


@media only screen and (min-width: 1201px) and (max-width: 1400px) {
	#banner.hidden-xs img {
	    min-height: 1000px;
	    object-fit: cover;
	}
	#home-empresa .detalhe { width: 350px; }

	#empresa #proposito { background-size: 350px; background-position: left 13% center; padding: 120px 0; }
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
	#banner.hidden-xs img {
	    object-fit: cover;
	    min-height: 800px !important;
	}
}


/* Large Devices, Wide Screens - LG */
@media only screen and (min-width : 1200px) {

	#home-servicos .slick-prev:before,
	#home-servicos .slick-next:before {
		font-size: 6rem;
	}

	#clientes .content {
		padding-bottom: 100px;
	}

	#banner-xs {
    	display: none;
	}

	#home-empresa { padding-top: 100px; padding-bottom: 100px; }
	/*#home-empresa .detalhe { width: 250px; }*/

}


/* Medium Devices, Desktops - MD */
@media only screen and (max-width : 1199px) {

	.thumb-serv .img { min-height: 302px; }

	.thumb-prod .img {
		height: 210px;
	}

		.thumb-prod .img img {
			max-height: 210px;
		}


	.detalhe #pager img {
		max-width: 100%;
		height: auto;
	}

	#clientes .content {
		padding-bottom: 50px;
	}

	#servicos .grid-item .text img {
	    max-width: 100%;
	    width: 100%;
	}

	.orcamento .form {
    	padding-right: 0;
	}

	#empresa .content {
    	padding: 14% 3% 5%;
	}

	#empresa .fotos .item {
		padding-top: 11%;
	}

	#banner-xs {
		display: none;
	}

	#banner.hidden-xs img {
	    height: 800px;
    	min-height: 900px !important;
    }

    #empresa #prev {
		/*left: -40%;*/
	}

	#empresa #next {
		/*right: -34%;*/
	}

	#noticia .sidebar {
		border-right: none;
	}

	#noticia .pics {
    	border-left: rgba(255, 255, 255, 0.3) 1px solid;
	}

	#home-empresa { padding-top: 50px; padding-bottom: 50px; }
	#home-empresa .detalhe { width: 400px; margin: 0 auto 50px; left: 0; top: 0; position: relative; transform: translate(0, 0); }

	#home-servicos .serv .img img { height: 350px; max-height: 350px; }

	#empresa #proposito { background-size: 300px; background-position: center center; padding: 120px 0; }

}

/* Small Devices, Tablets - SM */
@media only screen and (max-width : 991px) {

	#banner-xs { display: none; }

	.orcamento .form { padding-right: 0; }

	.thumb-serv .img { min-height: 229px; }

	#home-mapa iframe { height: 330px; }

	#home-empresa .container { width: 750px; }

	.open-nav { display: block; }
	.close-nav { display: block; }

	#header { display: none; }
	#header .logo { position: absolute; left: 0; padding: 10px 15px 0 15px; width: 100%; text-align: center; }

	.header.initial { display: block; position: relative; margin-bottom: 40px; }
	.home .header.initial { position: absolute !important; margin-bottom: 0px !important; }

	.empresa { padding-top: 0px; }
	.empresa .open-nav { background: url(../img/nav-open-black.png) no-repeat; }
	.empresa .topico { margin-bottom: 20px; }
	.empresa .topico .text { margin-bottom: 20px; }
	.empresa .topico .text .texto { font-size: 1.2em; }

	#outros.others-prod .title { margin-top: 0px; }

	.contato { padding-top: 0; }

	.detalhe .texto { margin-top: 3%; }
	.detalhe .texto .img img { max-width: 425px; }

	#nav { display: none; }

	#header .header-content { height: 60px; }

	#noticia { padding-top: 60px; }
	#noticia #header .header-content { height: 60px; background-color: #FFFFFF; }
	#noticia #header .header-content .whatsapp { right: 60px; top: 22px; }
	#noticia #header .header-content .open-nav { top: 35px; right: 20px; }
	#noticia #nav-responsive .whatsapp { right: 60px; top: 22px; }
	#noticia #nav-responsive .close-nav { right: 20px; top: 20px; }
	#noticia #nav-responsive ul { padding: 80px 30px 50px; }
	#noticia #noticias-conteudo .noticia-fotos .thumb img { height: 150px; }

	#header { position: absolute; }
	#header .header-content { background-color: transparent; background-image: none; position: fixed; width: 100%; }
	#header .header-content .whatsapp { right: 100px; top: 46px; }

	#home-servicos::before { border-radius: 0 0 35px 35px; width: 100%; height: 60%; }
	#home-servicos::after  { top: 60%; left: 50%; width: 80%; height: 30px; }
	#home-servicos .controles { width: 100%; position: relative; text-align: center; }
	#home-servicos .serv .texto { margin-bottom: 40px; }
	#home-servicos .serv .img { padding-right: 0; padding-bottom: 5px; }
	#home-servicos .serv .img::after { width: 150px; height: 5px; right: auto; left: 50%; top: auto; bottom: 0; transform: translate(-50%, 0); }
	#home-servicos .controles .servico-next { color: #FFFFFF; background-color: #7AAB3B; }

	#home-noticias { padding: 0 0 50px; }
	#home-noticias .noticia .img img { height: 200px; max-height: 200px; }
	#home-noticias .noticia .title { font-size: 16px; }
	#home-noticias .noticia .texto { font-size: 14px; }

	#footer .linha { display: block; }
	#footer .barra3 { text-align: center; }
	#footer .barra3 a { display: inline-block; padding-top: 15px; }

	#empresa { padding-top: 60px; }
	#empresa #header .header-content { height: 60px; background-color: #FFFFFF; }
	#empresa #header .header-content .whatsapp { right: 60px; top: 22px; }
	#empresa #header .header-content .open-nav { top: 35px; right: 20px; }
	#empresa #nav-responsive .whatsapp { right: 60px; top: 22px; }
	#empresa #nav-responsive .close-nav { right: 20px; top: 20px; }
	#empresa #nav-responsive ul { padding: 80px 30px 50px; }
	#empresa #proposito .proposito { padding: 0; }

	#servicos { padding-top: 60px; }
	#servicos #header .header-content { height: 60px; background-color: #FFFFFF; }
	#servicos #header .header-content .whatsapp { right: 60px; top: 22px; }
	#servicos #header .header-content .open-nav { top: 35px; right: 20px; }
	#servicos #nav-responsive .whatsapp { right: 60px; top: 22px; }
	#servicos #nav-responsive .close-nav { right: 20px; top: 20px; }
	#servicos #nav-responsive ul { padding: 80px 30px 50px; }
	#servicos .direita .grid-item .img { margin-left: 15px; }

	#contato { padding-top: 60px; }
	#contato #header .header-content { height: 60px; background-color: #FFFFFF; }
	#contato #header .header-content .whatsapp { right: 60px; top: 22px; }
	#contato #header .header-content .open-nav { top: 35px; right: 20px; }
	#contato #nav-responsive .whatsapp { right: 60px; top: 22px; }
	#contato #nav-responsive .close-nav { right: 20px; top: 20px; }
	#contato #nav-responsive ul { padding: 80px 30px 50px; }

	#empresa #topico-principal .galeria { margin-top: 50px; }

}

/* Extra Small Devices, Phones - XS */
@media only screen and (max-width : 767px) {

	.open-nav { top: 30px; right: 20px; }

	.home #header { display: none; }

	.logo img { width: 205px; }

	#nav { display: none !important; }

	.thumb-serv .img { min-height: 163px; }

	#banner.hidden-xs { display: none; }
	#banner-xs { display: block; }

	#home-clientes .jcarousel-wrapper {
		width: 85%;
    	margin: 0 auto;
	}

	#home-clientes .jcarousel-control-prev {
    	left: -15px;
	}

	#home-clientes .jcarousel-control-next {
	    right: -5px;
	}

	#home-clientes .fa-chevron-left:before,
	#home-clientes .fa-chevron-right:before {
		font-size: 5rem;
	}

	.orcamento .form {
    	padding-right: 0;
	}
		/*.home #header { display: block !important; }*/
		.header.initial { display: block !important; margin-bottom: 0; padding: 20px !important; }
		.home .header.initial { position: relative !important; margin-bottom: 0 !important; padding-top: 35px; padding-left: 20px; padding-right: 20px; }
		.home #header .header-content .whatsapp { right: 60px; top: 20px; }

	.home-empresa {
		padding-top: 0px;
	}

	#home-empresa {
    	padding-top: 50px;
    	padding-bottom: 50px;
	}

	.servicos-detalhe .detalhe .texto {
		padding: 3% 8%;
	}

	.orcamento .content {
		padding-bottom: 5%;
	}

	.orcamento #home-servicos {
		padding-top: 10%;
	}

	.contato .others {
		padding-bottom: 5%;
	}

	#empresa .content {
    	padding: 25% 3% 5%;
	}

	#empresa #paginacao {
		top: 50%;
	}

	#empresa #prev {
		/*left: -41%;*/
	}

	#empresa #next {
		/*right: -37%;*/
	}

	#home-servicos .slick-dots {
    	display: none !important;
	}

	#home-servicos .content { margin-top: 0; }
	#home-empresa .container { width: auto;	}

	.servicos { background-attachment: fixed; background-position: center top; }
	.thumb-serv .dados .fotos { padding: 20px 15px;	}
		.thumb-serv .dados .fotos i { top: 12px; }


	#filter-open { display: none; }

	.produtos { background-attachment: fixed; background-position: center top; }
		.produtos #footer { padding-bottom: 0px; }

	.contato { background-attachment: fixed; background-position: center top; }
		.contato .form { margin-bottom: 30px; padding-right: 15px; }


	.detalhe .info { margin-top: 35px; }

	.produtos #footer, .produto #footer { padding-bottom: 50px; }

	.detalhe .texto { font-size: 1.2em;	}
		.detalhe .texto .img { display: block; float: none; text-align: center !important; margin: 0 0 15px 0;}
			.detalhe .texto .img img { max-width: 100%; display: block; }

	#servicos .grid-item .text img {
	    margin-bottom: 15px;
	}

	#header { position: fixed; }
	#header .logo { padding: 17px 100px 17px 17px; text-align: left; display: block; }
	#header .logo img.logo-xs { width: 100px; padding: 0; z-index: 102; position: relative; }
	#header .header-content { background-color: #FFFFFF; box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05); }
	#header .header-content .whatsapp { right: 60px; top: 16px; }

	.home { padding-top: 60px; }
	.home #header { position: fixed; }
	.home #header .header-content { background-color: #FFFFFF; }

	#nav-responsive { position: fixed; width: 100%; height: 100%; border-radius: 0; }
	#nav-responsive .whatsapp { right: 60px; top: 20px; }
	#nav-responsive .close-nav { right: 19px; top: 16px; }
	#nav-responsive ul { padding: 80px 20px 50px; }

	#home-empresa { padding-left: 15px; padding-right: 15px; }
	#home-empresa .detalhe { width: 200px; }
	#home-empresa .title { font-size: 30px; }

	#home-servicos { padding: 40px 0; }
	#home-servicos .serv { padding: 0 15px; }
	#home-servicos .serv .subtitle { font-size: 22px; line-height: 30px; }
	#home-servicos .serv .texto { padding-right: 0; }
	#home-servicos .title { font-size: 30px; }

	#home-noticias .noticia { text-align: center; margin-bottom: 40px; }
	#home-noticias .noticia .img img { height: auto; max-height: initial; width: auto; }

	#footer .informacoes { display: block; text-align: center; }
	#footer .informacoes a { margin-bottom: 15px; }
	#footer .informacoes a img { margin-right: 0; }
	#footer .informacoes .address span { display: block; }

	#empresa #proposito { padding: 50px 0; }
	#empresa #proposito .proposito { padding: 50px 100px; }

	#noticia .texto .title { font-size: 22px; text-align: center; }
	#noticia .date { text-align: center; margin-bottom: 20px; }
	#noticia .voltar { text-align: center; }
	#noticia #noticias-conteudo .texto { max-width: 100%; }
	#noticia #noticias-conteudo .noticia-fotos .thumb img { height: 75px; }
	#noticia .texto .text { line-height: 180%; }

	#servicos .title { font-size: 30px; line-height: 39px; }
	#contato .banner-page .title { font-size: 30px; line-height: 39px; }
	#noticias .title { font-size: 30px; line-height: 39px; }
	#contato .title { font-size: 22px; }

	#contato .g-recaptcha > div { transform: scale(.90) translate(-7px, 0); margin: 0 auto 15px; }
	#contato .redes { margin: 0 0 40px; }
	#contato .title { margin: 40px 0; }
	#contato .others { margin-top: 40px; }

	#empresa .galeria .video, #empresa .galeria iframe, #empresa .galeria img { min-height: 250px; max-height: 250px; }

}

/* Extra Small Devices, Phones - XS */
@media only screen and (max-width : 570px) {

	.box-serv { width: 100%; }
	.box-serv.second { display: none; }
		.thumb-serv .dados .name { padding: 8px 15px; }

	#banner {
    	min-height: 1275px !important;
	}

	#clientes .content {
		padding-left: 50px;
    	padding-right: 50px;
    	padding-bottom: 50px;
	}

	.servicos-detalhe .detalhe .texto {
		padding: 5% 10%;
	}

	.orcamento .form {
    	padding-right: 0;
	}

	.contato .others {
		padding-bottom: 5%;
	}

	#empresa #prev {
		/*left: -38%;*/
	}

	#empresa #next {
		/*right: -31%;*/
	}

	#noticia .pics {
    	border-left: none;
	}

	#empresa #proposito .proposito { padding: 50px 15px; }

	#servicos .direita:first-child .grid-item .img { position: static; }
	#servicos .grid-item .img { margin-right: 0; float: none; max-width: 100%; }
	#servicos .direita .grid-item .img { float: none; max-width: 100%; margin-left: 0; }

}

@media only screen and (max-width : 460px) {

	.box-prod {
		width: 100%;
	}

	#banner {
    	min-height: 450px !important;
	}

	.home-empresa {
		background-size: cover;
		background-position: center top;
	}

	#footer {
		background-size: cover;
	}

	#clientes .content {
		padding-left: 50px;
    	padding-right: 50px;
    	padding-bottom: 50px;
	}

	#servicos .grid-item .text img {
		max-width: 100%;
		width: 100%;
		margin-bottom: 2%;
	}

	#servicos a.more {
		width: 100%;
    	text-align: center;
	}

	.servicos-detalhe .texto .title {
		font-size: 2rem;
    	text-align: center;
	}

	#empresa .content {
		padding-top: 120px;
	}

	#empresa #prev {
		/*left: -38%;*/
	}

	#empresa #next {
		/*right: -31%;*/
	}

	.servicos-detalhe .detalhe .texto {
		padding: 5% 10%;
	}

	.orcamento .form {
    	padding-right: 0;
	}

	.contato .others {
		padding-bottom: 8%;
	}

	#home-empresa .texto { line-height: 185%; text-align: justify; }
	#home-empresa .saiba-mais { width: 100%; text-align: center; }

	#empresa #topico-principal .topicos { padding: 50px 30px; }
	#empresa #topico-principal .topico .title { font-size: 35px; }
	#empresa #topico-principal .topico .texto { font-size: 16px; line-height: 180%; }

}


@media only screen and (min-width : 1200px) {
  .text-xs-justify { text-align: justify; }
  .text-xs-center  { text-align: center; }
  .text-xs-right   { text-align: right; }
  .text-xs-left    { text-align: left; }
  .text-sm-justify { text-align: justify; }
  .text-sm-center  { text-align: center; }
  .text-sm-right   { text-align: right; }
  .text-sm-left    { text-align: left; }
  .text-md-justify { text-align: justify; }
  .text-md-center  { text-align: center; }
  .text-md-right   { text-align: right; }
  .text-md-left    { text-align: left; }
  .text-lg-justify { text-align: justify; }
  .text-lg-center  { text-align: center; }
  .text-lg-right   { text-align: right; }
  .text-lg-left    { text-align: left; }
}
@media only screen and (max-width : 1199px) {
  .text-xs-left    { text-align: left; }
  .text-xs-right   { text-align: right; }
  .text-xs-center  { text-align: center; }
  .text-xs-justify { text-align: justify; }
  .text-sm-left    { text-align: left; }
  .text-sm-right   { text-align: right; }
  .text-sm-center  { text-align: center; }
  .text-sm-justify { text-align: justify; }
  .text-md-left    { text-align: left; }
  .text-md-right   { text-align: right; }
  .text-md-center  { text-align: center; }
  .text-md-justify { text-align: justify; }
}
@media only screen and (max-width : 991px) {
  .text-xs-left    { text-align: left; }
  .text-xs-right   { text-align: right; }
  .text-xs-center  { text-align: center; }
  .text-xs-justify { text-align: justify; }
  .text-sm-left    { text-align: left; }
  .text-sm-right   { text-align: right; }
  .text-sm-center  { text-align: center; }
  .text-sm-justify { text-align: justify; }
}
@media only screen and (max-width : 767px) {
  .text-xs-left    { text-align: left; }
  .text-xs-right   { text-align: right; }
  .text-xs-center  { text-align: center; }
  .text-xs-justify { text-align: justify; }
}

@media (min-width:1200px){
    .auto-clear .col-lg-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-lg-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-lg-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-lg-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-lg-6:nth-child(odd){clear:left;}
}
@media (min-width:992px) and (max-width:1199px){
    .auto-clear .col-md-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-md-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-md-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-md-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-md-6:nth-child(odd){clear:left;}
}
@media (min-width:768px) and (max-width:991px){
    .auto-clear .col-sm-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-sm-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-sm-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-sm-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-sm-6:nth-child(odd){clear:left;}
}
@media (max-width:767px){
    .auto-clear .col-xs-1:nth-child(12n+1){clear:left;}
    .auto-clear .col-xs-2:nth-child(6n+1){clear:left;}
    .auto-clear .col-xs-3:nth-child(4n+1){clear:left;}
    .auto-clear .col-xs-4:nth-child(3n+1){clear:left;}
    .auto-clear .col-xs-6:nth-child(odd){clear:left;}
}


body { display: none; }
.wow { visibility: hidden; }