@import url('reset.css');
@import url('reset-navbar.css');
/* get the required local files */
@font-face {
font-family: 'Roboto';
	src: url('roboto.eot'); /* IE9 Compat Modes */
	src: url('roboto.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('roboto.woff') format('woff'), /* Modern Browsers */
	url('roboto.ttf')  format('truetype'), /* Safari, Android, iOS */
	url('roboto.svg#svgFontName') format('svg'); /* Legacy iOS */
}
  
html {
	font-family: "Roboto" !important;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	font-family: 'Roboto', sans-serif !important;
}

.center {
	max-width: 960px;
	margin: auto;
	position: relative;
}

.row {
	margin: auto !important;
}

h2.titulo-padrao {
	font-family: 'Roboto', sans-serif !important;
	font-size: 28px;
	color: #008f4c;
	margin-top: 70px;
	margin-bottom: 35px;
	text-transform: uppercase;
}

h2.titulo-padrao:after {
	font-family: 'Roboto', sans-serif !important;
	content: '';
	width: 70px;
	height: 2px;
	background-color: #008f4c;
	display: block;
	margin-top: 15px;
}

h3.subtitulo-padrao, #sobre h3 {
	font-family: 'Roboto', sans-serif !important;
	font-size: 18px;
	font-weight: 600;
	color: #008f4c;
	text-transform: none;
	margin-bottom: 20px;
}

h3.subtitulo-padrao span {
	font-family: 'Roboto', sans-serif !important;
	font-size: 15px;
}

p.texto-padrao, #sobre .col-md-12 {
	font-family: 'Roboto', sans-serif !important;
	color: #000;
	font-size: 15px;
	line-height: 30px;
	text-align: justify;
	margin-bottom: 50px;
  }

img.img-padrao {
	width: 100%;
	padding-bottom: 50px;
}

ul.listagem-padrao, #sobre ul {
	margin-top: -30px;
	font-size: 1.5rem;
	line-height: 30px;
	text-align: justify;
	color: #008f4c;
	margin-bottom: 50px;
	list-style-type: decimal;
}

#sobre ul {
	margin-top: 10px;
}

.green-text {
	color: #167450;;
}

.carousel-indicators {
	background: #FFF;
	bottom: -67px !important;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	height: 35px;
	width: auto !important;
	padding: 0 15px !important;
	padding-top: 10px !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	margin-left: 0 !important;
}
.carousel-indicators li {
	border: solid 3px #a6a6a6 !important;
	height: 19px !important;
	width: 19px !important;
}

.carousel-indicators li.active {
	background: url(img/dot-green.png) center no-repeat !important;
}

.menu {
	display: inline;
	width: 100%;
	list-style: none;
	padding-left: 20px;
}
	.menu .active-menu a {
		color: #000 !important;
		font-weight: 600 !important;
	}

	.menu li {
		display: inline-block;
	}

		.menu li a {
			font-family: 'Roboto', sans-serif !important;
			display: block !important;
			font-size: 15px !important;
			text-transform: uppercase !important;
			color: #a6a6a6 !important;
			padding: 0 20px !important;
		}

		.menu li.active a, .menu li a:hover {
			text-decoration: none !important;
			color: #000 !important;
			font-weight: 600 !important;
		}

		.menu li a:visited {
			text-decoration: none;
		}

	.gray-strip {
		background: #949494;
		height: 1px;
		width: 100%;
		margin-top: 30px;
		position: relative;
	}

		.gray-strip .slider, .gray-strip .slider-footer {
			height: 10px;
			left: 5px;
			position: absolute;
			background: #25b57e;
			width: 100px;
			top: -5px;
			border-radius: 4px;
		}

#navbar {
	margin-top: 100px;
}

#navbar #logo {
	width: 100%;
}
	#navbar #logo img {
		margin: auto;
	}

#navbar .menu {
	margin-top: 70px;
}

#navbar.navbar-collapse.in #logo, #navbar.navbar-collapse.collapsing #logo {
	display: none;
}

#navbar.navbar-collapse.in, #navbar.navbar-collapse.collapsing {
	background: #FFF;
	height: 400px !important;
	position: absolute;
	z-index: 9999;
	top: 0px;
	width: 100%;
}

#navbar.navbar-collapse.in ul, #navbar.navbar-collapse.collapsing ul {
	margin-top: 20px;
}

	#navbar.navbar-collapse.in ul li, #navbar.navbar-collapse.collapsing ul li {
		height: 40px;
	}

	#navbar.navbar-collapse.in ul li a, #navbar.navbar-collapse.collapsing ul li a {
		font-size: 18px;
		line-height: 40px;
	}

select:focus, input:focus, textarea:focus {
    outline:none !important;
    border-color: inherit !important;
  	-webkit-box-shadow: none !important;
  	box-shadow: none !important;
}

form .form-group {
	margin-bottom: 10px;
}

form input[type='text'], form select {
	border-color: #25b57e  !important;
	border-radius: 12px !important;
	height: 50px !important;
}

form textarea {
	border-color: #bbcf62 !important;
	border-radius: 12px !important;
	resize: none;
}

form .btn {
	border-radius: 10px !important;
	background-color: #25b57e  !important;
	color: #FFF;
	float: right;
	margin-left: 5px;
}

form label:after {
    content:"\f078";
    font-family: "FontAwesome";
    font-size: 11px;
    color:#bbcf62;
    right:30px;
    top:22px;
    padding:0 0 2px;
    position:absolute;
    pointer-events:none;
}

form label:before {
    content:'';
    right:20px; top:22px;
    width:30px; height:18px;
    background:#FFF;
    position:absolute;
    pointer-events:none;
    display:block;
}

.carousel-control {
	height: 65px !important;
	width: 75px !important;
	background: #FFF !important;
	opacity: 1 !important;
	padding: 0 !important;
	position: absolute !important;
	z-index: 999 !important;
	color: #5dbb46 !important;
	text-shadow: none !important;
	padding-top: 10px !important;
	top: 45% !important;
	transform: translateY(-45%);
}

.carousel-control.left {
	border-left: solid 10px #5dbb46 !important;
	left: -10px !important;
}

.carousel-control.right {
	border-right: solid 10px #5dbb46 !important;
	right: -10px !important;
}

header .green-strip {
	background: #167450;
	width: 100%;
	height: 8px;
	border-bottom: solid 2px #b3b3b3;

	-webkit-box-shadow: 0px 1px 5px 0px rgba(179,179,179,1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(179,179,179,1);
	box-shadow: 0px 1px 5px 0px rgba(179,179,179,1);

	position: absolute;
	z-index: 99;
}

header .telefone {
	height: 90px;
	width: 300px;
	background: #167450 url(img/phone.png) no-repeat top 12px left 10px;
	float: right;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	color: #FFF;
	font-size: 22px;
	padding-left: 50px;
	padding-right: 10px;
	margin-top:9px;
	z-index:99999;
}

header .telefone-wrapper {
	margin-top:8px;
}

header .telefone-wrapper a {
	color:#FFF;
	margin-left: -37px !important;
}

footer {
	position: relative;
}

footer .border-content {
	position: relative;
	width: 100%;
	height: 10em;
}

footer .white-border {
	height: 10em;
	width: 10em;
	background: #FFF;
	position: absolute;
	border-bottom-left-radius: 8em;
	top: 0;
	left: 0;
}

footer .green-border {
	height: 10em;
	width: 10em;
	background: #62a984;
	position: absolute;
	top: 0;
	left: 0;
}

footer .green-content {
	width: 100%;
	min-height: 575px;
	background: url(img/background-green-footer_rev1.png) no-repeat;
	background-size: cover;
	border-top-right-radius: 8em;
	padding-bottom: 20px;
	overflow: hidden;
}

	footer .green-content .titulo {
		margin-top: 70px;
		padding-left: 120px;
		color: #FFF;
		height: 80px;
	}

		footer .green-content .titulo h3 {
			font-size: 28px;
			text-transform: uppercase;
			margin-bottom: 5px;
		}

			footer .green-content .titulo.news {
				background: url(img/news-green.png) no-repeat left center;
			}

				footer .green-content .titulo.news span a {
					font-size: 16px;
					color: #FFF;
					text-decoration: none;
				}

				footer .green-content .titulo.news span a:hover {
					text-decoration: underline;
					color: #2e4611;
				}

			footer .green-content .titulo.chemistry {
				background: url(img/chemistry-green.png) no-repeat left center;
				padding-left: 90px;
			}

		footer .green-content .titulo p {
			font-size: 14px;
		}

		footer .green-content .subtitulo {
			text-transform: uppercase;
			font-size: 18px;
			color: #2e4611;
			font-weight: 500;
			margin-top: 25px;
		}

		footer .green-content .texto {
			margin-top: 30px;
			color: #FFF;
			text-align: justify;
			position: relative;
			min-height: 265px;
		}

			footer .green-content .texto .img-content {
				background: #FFF;
				padding: 8px;
				width: auto;
				float: left;
				border-radius: 10px;
				margin-right: 20px;
			}
				footer .green-content .texto .img-content img {
					max-width: 250px;
                    max-height: 245px;
					border-radius: 10px;
				}

			footer .green-content .texto .col-md-4 p {
				min-height: 255px;
				padding-bottom: 60px;
			}

			footer .green-content .texto .btn {
				background: #e3e4ee;
				position: absolute;
				bottom: 5px;
				padding: 0 15px;
				line-height: 35px;
				border-radius: 10px;
				color: #000;

				-webkit-box-shadow: 0px -1px 3px 0px rgba(0,0,0,1);
				-moz-box-shadow: 0px -1px 3px 0px rgba(0,0,0,1);
				box-shadow: 0px -1px 3px 0px rgba(0,0,0,1);
			}

footer .gray-content {
	width: 100%;
	min-height: 440px;
	background: #f5f4ed;
	padding-top: 80px;
	font-size: 14px;
	color: #6c6c6c;
}

	footer .gray-content .col-md-4 {
		min-height: 250px;
	}

	footer .gray-content h4 {
		font-size: 24px;
		color: #6c6c6c;
		text-transform: uppercase;
		padding-left: 65px;
		height: 45px;
		line-height: 45px;
		margin-top: 40px;
	}
		footer .gray-content h4.contato {
			background: url(img/contato-gray.png) no-repeat left center;
			padding-left: 45px;
		}

		footer .gray-content h4.informativo {
			background: url(img/informativo-gray.png) no-repeat left center;
		}

		footer .gray-content h4.mapa {
			background: url(img/mapa-gray.png) no-repeat left center;
		}

	footer #endereco p {
		margin-bottom: 0;
	}

	footer .telefone {
		padding-left: 55px;
		font-size: 20px;
		padding-top: 5px;
		margin-top: 10px;
		background: url(img/phone-gray.png) left center no-repeat;
	}

	footer .email-icon {
		padding-left: 55px;
		font-size: 20px;
		padding-top: 5px;
		margin-top: 10px;
	}

	footer .redes-sociais {
		margin-top: 10px;
		color: #a0a0a0;
	}
		footer .redes-sociais a {
			color: #a0a0a0;
			margin-right: 10px;
		}

		footer .redes-sociais a:hover {
			color: #a0a0a0;
		}

	footer #mapa {
		width: 270px;
		height: 130px;
		border: solid 1px #bbcf62;
		border-radius: 12px;
	}

footer .copyright {
	height: 50px;
	background: #bebeba;
	line-height: 50px;
	color: #FFF;
}


/* Home */
#home .home-topo {
	height: 868px;
	background: url(img/background-home-topo.png) no-repeat;
	background-size: cover;
	border-bottom-right-radius: 8em;
	border-bottom-left-radius: 8em;
}

	#home #banners {
		margin-top: 60px;
		width: 100%;
		height: 480px;
	}

		#home #banners img {
			width: 100%;
			height: 480px;
			border-radius: 16px !important;
			object-fit: cover;
			background-size:cover;
			background-position:center center;
		}

		#home #banners .titulo {
			width: 50%;
			background: #487f4c;
			 background-color: rgba(22, 116, 80, 0.57);

			border-top-right-radius: 16px;
			border-bottom-right-radius: 16px;

			padding-top: 10px;
			padding-bottom: 20px;

			position: absolute;
			top: 80;
			z-index: 999;

			padding-left: 25px;
			color: #FFF;
			font-size: 25px;
			line-height: 27px;
			text-transform: uppercase;
		}

			#home #banners .titulo strong, #home #banners .titulo b {
				color: #3e4c22;
			}

		#home #banners .texto {
			position: absolute;
			bottom: 0;
			z-index: 999;
			background: #167450;
			height: 130px;
			width: 100%;
			border-bottom-left-radius: 16px;
			border-bottom-right-radius: 16px;
			color: #FFF;
			text-transform: uppercase;
			padding-top: 5px;
			padding-bottom: 5px;
		}

			#home #banners .texto .titulo {
				font-size: 24px;
			}

			#home #banners .texto .subtitulo {
				font-size: 15px;
			}

			#home #banners .texto p {
				font-size: 13px;
			}

			#home #banners .texto ul {
				columns: 2;
				-webkit-columns: 2;
  				-moz-columns: 2;
			}

#home .home-content {
	background: url(img/background-content-home.png) no-repeat top center;
	background-size: 80%;
	min-height: 455px;
	overflow: hidden;
	margin-top: 70px;
}

	#home .home-content .texto-destaque {
		background: url(img/chemestry-gray-clear.png) no-repeat center -10px;
		height: 210px;
		width: 550px;
		text-align: center;
		margin: auto;
		margin-top: 5px;
		color: #a6a6a6;
		text-transform: uppercase;
		font-size: 24px;
		padding-top: 70px;
	}

	#home .home-content .servicos {
		text-align: center;
		margin-left: -55px !important;
		margin-right: -55px !important;
	  }

		#home .home-content .servicos img {
			width: 195px;
			height: 195px;
			border-radius: 100%;
			border: solid 5px #d3d2d2;
		}

		#home .home-content .servicos .titulo {
			margin-top: 35px;
			text-transform: uppercase;
			font-size: 24px;
			color: #a6a6a6;
		}

		#home .home-content .servicos .texto {
			color: #6d6e71;
			line-height: 30px;
			font-size: 15px;
		}

		#home .home-content .servicos a {
			width: 100px;
			height: 30px;
			line-height: 30px;
			background: #25b57e;
			display: block;
			height: 30px;
			color: #FFF;
			border-radius: 10px;
			margin: auto;
			margin-bottom: 30px;
			margin-top: 30px;
		}

#estrutura-imgs a img {
	z-index: 1 !important;
	max-height: 480px;
}

#servicos .servico-nome {
	margin-top: 20px;
	font-size: 18px;
	text-transform: uppercase;
	color: #2e4611;
    height: 60px;
}

#servicos {
	padding-bottom: 30px;
}

#servicos .col-md-3 {
	padding-bottom: 40px;
}

#servicos .col-md-3 a {
	background: #e3e4ee;
	padding: 10px 15px;
	line-height: 35px;
	border-radius: 10px;
	color: #000;
}

#contato .btn {
	height: 50px;
	font-size: 15px;
	padding: 0 35px;
	border-radius: 18px !important;
}

.service-img {
    height: 160px;
}

.service img {
    width: 100%;
}

.servicos-text {
    height: 300px;
    overflow: hidden;
    padding: 0.6em;
    margin: 5px;
}

.servicos-title {
    height: 60px;
}

.texto-destaque span {
    font-weight: bold;
    font-size: 35px;
}
