/*
	Estilos Padrão
	========================================================================== */
.internal-content {
	margin-bottom: 150px;
}

/*
	Estilo do Banner
	========================================================================== */
.internal-content .banner-area {
	position: relative;
	width: 100%;
	height: 450px;
	background: url("../../images/banner-interno05.jpg") center repeat;
	margin-bottom: 50px;
	overflow: hidden;
}

.banner-area .titulo-principal {
	position: relative;
	margin-top: 195px;
	margin-left: 3%;
}

.banner-area .titulo-principal h2 {
	font-weight: 900;
	font-size: 50px;
	color: #FFF;
	text-transform: uppercase;
	display: inline-block;
}

.banner-area .titulo-principal h2 span {
	color: #fffaf8;
	font-size: 20px;
	font-weight: 100;
	display: block;
}

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

}

/*
	Conteúdo
	========================================================================== */
.internal-content .conteudo {

}

.internal-content .conteudo .aviso {
	display: block;
	border: 1px solid red;
	color: #155a9e;
	font-size: 14px;
	text-align: center;
}

.internal-content .conteudo .aviso span b {
	color: red;
}

.conteudo .form-area {

}

.form-area label {
	font-size: 15px;
	color: #747474;
	font-weight: 400;
	display: block;
	padding-left: 10px;
	font-family: 'Exo', sans-serif;
}

.form-area input,
.form-area select,
.form-area textarea {
	width: 100%;
	height: 40px;
	background: #FFF;
	border: 1px solid #155a9e;
	padding: 10px;
	color: #155a9e;
}

.form-area input:focus {
	color: #ef7206;
	border-color: #ef7206;
}

.form-area textarea:focus {
	color: #ef7206;
	border-color: #ef7206;
}

.form-area textarea {
	height: 200px;
}

.form-area input.bt-enviar {
	background: #155a9e;
	border: none;
	height: 50px;
	margin-top: 10px;
	font-family: 'Exo', sans-serif;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 900;
	font-size: 18px;
}

.form-area input.bt-enviar:hover {
	background: #ef7206;
}

.form-area .ambiente {
	border: 1px solid #155a9e;
}

.form-area .ambiente .titulo {
	color: #FFF;
	background: #155a9e;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
}

.form-area .ambiente .qtde {
	background: #f1950a;
	border-bottom: 1px solid #155a9e;
	text-align: center;
	display: block;
	font-size: 25px;
	font-weight: 700;
	color: #FFF;
}

.form-area .ambiente .texto {

}

.form-area .ambiente .texto p {
	color: #747474;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

.form-area .ambiente .texto p:last-child {
	margin-bottom: 10px;
}

.form-area a.limpar {
	width: 100%;
	height: 50px;
	background: #FFF;
	border: 1px solid #155a9e;
	padding: 15px 35px;
	color: #155a9e;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
}

.form-area a.limpar:hover {
	background: #155a9e;
	color: #FFF;
}

.form-item {
	position: relative;
}

.card-body.date-picker {

}

.date-picker {
	position: absolute;
	z-index: 50;
	width: 300px;
	top: 70px;
	opacity: 0;
	display: none;

	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.show .date-picker {
	opacity: 1;
	display: block;
}

#datetimepicker_event {
	width: 100%;
}


/*
	Formulário final
	========================================================================== */
.conteudo {

}

.fixed-area {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: auto;
	left: 0px;
	z-index: 50;
}

.fixed-area .formulario {
	background: rgba(20, 90, 158, 0.95);
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: -100%;
	display: none;
}

.fixed-area.exibe .formulario {
	bottom: 0px;
	display: block;
}

.fixed-area .formulario .resultado_input {
	width: 100%;
	height: 40px;
	background: #FFF;
	border: 1px solid #155a9e;
	padding: 10px;
	color: #155a9e;
}

.fixed-area .formulario .resultado_input input {
	display: none;
}

.formulario .titulo {
	font-size: 30px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
}

.formulario .fechar {
	font-size: 30px;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
}

.formulario .fechar:hover {
	color: red;
}

.formulario label {
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
}

.formulario input[type="submit"] {
	background: #f1950a
}

.fixed-area .solicitar {

}

.solicitar .chamada {
	background: #FFF;
	border: 1px solid #155a9e;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 700;
	color: #155a9e;
}

.solicitar .area {
	background: #155a9e;
	font-size: 35px;
	font-weight: 700;
	color: #FFF;	
}

.fixed-area .solicitar .button {
	background: #f1950a;
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 700;
	width: 100%;
}

.fixed-area .solicitar .button:hover {
	background: #ef7206;
}

.fixed-area .obrigatorio {
	color: #FFF;
	font-size: 14px;
	margin-top: 25px;
	display: inline-block;
}


@media only screen and (max-width: 992px) {
	.internal-content {
		margin-bottom: 50px;
	}
	.fixed-area {
		position: relative;
		margin-bottom: 140px;
		padding: 30px;
	}
	.fixed-area .formulario {
		position: relative;
	}
	.fixed-area.exibe .solicitar {
		display: none;
	}
}












