@import url('https://fonts.googleapis.com/css?family=Open+Sans|Poppins:400,400i,700,900');
*{
	font-family: 'Poppins', sans-serif;	
}
.slide-biotec{
	width: 100%;
	height: 900px;
	background: url(../images/fundo.jpg) no-repeat center;
	background-size: cover;
}
.topo-interna{
	width: 100%;
	min-height: 200px;
	background: url(../images/fundo.jpg) no-repeat center;
	background-size: cover;
}
.conteudo-interno{
	float: left;
	width: 100%;
	padding: 80px 0;
}
.conteudo-interno-pagina{
	float: left;
	width: 100%;
	padding: 40px 0;
}
.titulo-pagina{
	float: left;
	width: 100%;
	font-size: 24px;
	color: #fff;
	margin-top: 140px;
}
.titulo-pagina i{
	color: #a8c03d;
	margin-right: 5px;
}
.topo-biotec{
	position: absolute;
	width: 100%;
	height: 160px;
	top: 0px;
	padding-top: 35px;
	background: url(../images/topo.png) repeat-x;
    z-index: 2000;
}
.menu{
	float: left;
}
.menu a{
	float: left;
	padding: 15px 25px;
	color: #fff;
	font-size: 16px;
}
.menu a:hover{
	text-decoration: none;
	color: #a8c03d;
}
.area-do-cliente{
	float: right;
	padding: 5px 25px 5px 15px;
	border:2px solid #a8c03d;
	border-radius: 6px;
	color: #a8c03d;
	margin-top: 5px;
}
.area-do-cliente i{
	float: left;
	margin-right: 10px;
	font-size: 22px;
}
.area-do-cliente span{
	float: left;
	padding-top: 5px;
}
.area-do-cliente:hover{
	background: #a8c03d;
	color: #fff;
}
.caixa-titulo{
	border:3px solid #a8c03d;
	padding: 25px;
	font-size: 14px;
	border-right: 0px;
	margin-top: 60px;
	float: left;
	width: 100%;
	height: 110px;
}
.caixa-titulo span{
	font-size: 32px;
	font-weight: bold;
}
.bemvindo{
	float: left;
	width: 100%;
	padding: 150px 0;
}
.bemvindo-texto{
	float: left;
	width: 100%;
	padding:15px 0px 15px 25px;
}
.bemvindo-imagem{
	float: left;
	width: 100%;
	height: 600px;
	background: url(../images/fundo.jpg) no-repeat center;
	background-size: cover;
}
.cont-bemvindo{
	position: absolute;
}
.bemvindo-imagem-vinheta{
	border:3px solid #a8c03d;
	border-left: 0px;
	height: 110px;
	float: left;
	width: 40%;
	margin-top: 60px;
}
.btn-biotec{
	float: left;
	font-weight: bold;
	color: #666;
}
.bemvindo-btn{
	float: left;
	width: 100%;
	padding:0 0 0 25px;
}
.btn-biotec i{
	font-size: 28px;
	line-height: 5px;
	color: #a8c03d;
}
.btn-biotec:hover{
	text-decoration: none;
}
.btn-biotec:hover i{
	color: #666;
}
.btn-biotec:hover{
	color: #a8c03d;
}

.servicos{
	float: left;
	width: 100%;
	float: left;
	width: 100%;
	padding: 50px 0 100px 0;
}
.servicos-row{
	margin-left: -35px;
    margin-right: -35px;
}
.caixa-servicos{
	border:3px solid #a8c03d;
	float: left;
	width: 100%;
	min-height: 300px;
}
.servicos-titulo{
	font-size: 14px;
	float: left;
	width: 100%;
	padding: 35px 0;
}
.servicos-titulo span{
	font-size: 32px;
	font-weight: bold;
}
.servicos-imagem{
	float: left;
	width: 100%;
	height: 320px;
	border-radius: 4px;
	background: #ccc;
	background-position: center;
	background-size: cover;
}
.servicos-mascara {
    background: url(../images/mascara.png) no-repeat center bottom;
    background-size: cover;
    float: left;
    width: 100%;
    height: 320px;
    border-radius: 15px;
    padding: 15px;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.servicos-tit{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 15px;
}
.servicos-vinheta{
	float: left;
	width: 40px;
	height: 1px;
}
.servicos-btn{
	float: left;
	width: 100%;
	padding: 35px 0 15px 0;
}

.clientes{
	float: left;
	width: 100%;
	padding: 50px 0 100px 0;
}
.clientes-titulo{
	float: left;
	width: 100%;
	font-size: 32px;
	font-weight: bold;
	color: #666;
	text-align: center;
	line-height: 32px;
}
.clientes-titulo i{
	font-size: 48px;
	line-height: 10px;
	color: #5e903f;
}
.logo-cliente{
	float: left;
	width: 100%;
	height: 140px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    margin:15px 0;
}
.logo-cliente img{
	max-width: 100%;
}
/*---------- Rodape */
.rodape{
	background: #292929;
	float: left;
	width: 100%;
	min-height: 300px;
	padding: 60px 0;
}
.rodape-titulo{
	font-size: 24px;
	font-weight: bold;
	float: left;
	width: 100%;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 20px;
}
.rodape-subtitulo{
	float: left;
	width: 100%;
	color: #fff;
	margin-bottom: 25px;
}
.form-contato input,textarea{
	float: left;
	width: 100%;
	background: #fff;
	border: none;
	padding: 12px 14px;
	border-radius: 6px;
	margin-bottom: 30px;
}
.form-contato button{
	border:2px solid #fff;
	background: none;
	color: #fff;
	border-radius: 25px;
	cursor: pointer;
	padding: 10px 25px;
}
.form-contato button:hover{
	background: #fff;
	color: #333;
}
.contato-lista{
	float: left;
	width: 100%;
	font-size: 18px;
	color: #fff;
}
.contato-lista i{
	float: left;
	font-size: 28px;
	width: 40px;
	position: absolute;
	text-align: left;
}
.contato-lista span{
	float: left;
    padding-top: 7px;
    font-size: 14px;
    width: 100%;
    padding-left: 40px;
    padding-bottom: 15px;
}
.rodape-txt{
	float: left;
	width: 100%;
	background: #333333;
	color: #fff;
	font-size: 14px;
	padding: 20px 0;
	text-align: center;
}
.height-total{
	height: 100%;
}
.slide-texto {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.slide-texto-titulo{
	max-width: 600px;
	font-weight: bold;
	font-size: 48px;
	color: #fff;
}
.slide-texto-subtitulo{
	max-width: 600px;
	font-size: 16px;
	color: #fff;
}
.menu-cell{
	background: #fff;
	width: 45px;
	height: 45px;
	border-radius: 4px;
	float: right;
	font-size: 26px;
	text-align: center;
	padding-top: 4px;
	display: none;
}
.menu-cell-close{
	display: none;
}
@media (max-width: 800px) {
	.menu-cell{
		display: block;
	}
	.biotec-menu{
		display: none;
		position: fixed;
		top: 0px;
		z-index: 2000;
		right: 0px;
		left: 0px;
		bottom: 0px;
		background: #a8c03d;
		padding: 50px 15px 15px 15px;
	}
	.menu a{
		width: 100%;
	}
	.menu a:hover{
		background: #fff;
		border-radius: 4px;
	}
	.area-do-cliente{
		background: #fff;
		width: 100%;
	}
	.slide-texto-titulo{
		font-size: 24px;
	}
	.slide-texto-subtitulo{
		font-size: 13px;
	}
	.menu-cell-close{
		position: absolute;
		top: 0px;
		right: 0px;
		width: 50px;
		height: 50px;
		font-size: 26px;
		text-align: center;
		padding-top: 4px;
		color: #fff;
	}
	.bemvindo{
		padding: 50px 0;
	}
	.bemvindo-pr{
		padding-right: 15px!important;
	}
	.caixa-titulo{
		border:3px solid #a8c03d;
	}
	.bemvindo-imagem-vinheta{
		display: none;
	}
	.bemvindo-cell-img{
		padding-left: 15px!important;
	}
	.bemvindo-imagem{
		height: 400px;
		border-radius: 4px;
	}
	.servicos-cell .col-auto{
		padding: 0;
	}
	.servicos-imagem{
		margin-bottom: 15px;
	}
}