section.form .header{
	display: flex;
	flex-flow: nowrap;
	margin: 0 0 1em 0;
}
section.form .header .esquerda{
	flex: 1;
}
section.form .header .direita{
	flex: 0 0 auto;
}
section.form .header .esquerda span{
	font-size: 20px;
}
section.form .header .direita span{
	display: inline-block;
	padding:0.5em 1em 0.5em 1em;
	font-size: 0.7em;
	color: #1c7a44;
	background: #d5f5e3;
	border: 1px solid #1c7a44;
	border-radius: 100px;
}

section.form .informacao-div{
	display: none;
	position: absolute;
	width: 100%;
	min-width: 200px;
	left: 0;
	top: 14px;
	padding: 0.2em;
	font-size: 0.7em;
	background: #fff;
	border: 1px solid var(--azul);
	border-radius: 5px;
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.25);
	z-index: 9999;
}
section.form .informacao-div .linha{
	margin: 0.2em 0 0.2em 0;
	height: 0;
	border-bottom: 1px solid var(--azul);
}
section.form .informacao-img{
	vertical-align: middle;
	margin-top: -3px;
	cursor: help;
}
section.form .flex > div:not(:last-child){
	margin-right: 1em;
}
@media only screen and (max-width: 540px), only screen and (max-device-width: 540px){
	section.form .flex > div{
		width: 100%;
	}
	section.form .flex > div:not(:last-child){
		margin: 0 0 0.5em 0;
	}
}

section.form .campo{
	margin: 0 0 0.8em 0;
}
section.form .rotulo{
	margin: 0 0 0.2em 0;
}
section.form .rotulo span{
	position: relative;
}
section.form .informacao-div{
	font-size: 11px;
}
section.form .rotulo > span,
section.form label{
	font-size: 13px;
}
/*section.form .rotulo > span,
section.form label,
.select2-results__option,
.select2-selection--single,
.select2-selection__choice,
.select2-selection__placeholder{
	font-size: 13px !important;
}
.select2-selection__rendered{
	line-height: calc(13px + 12px) !important;
}
.select2-selection--multiple{
	min-height: calc(13px + 12px) !important;
}

.select2-container--default .select2-selection--single {
	height: auto;
}*/


section.form .rodape{
	display: flex;
	align-items: center;
}
section.form .rodape .info{
	width: 50%;
	color: #2ecc71;
}
section.form .rodape .acoes{
	width: 50%;
	text-align: right;
}
section.form .rodape .botao{
	display: inline-block;
	padding: 0.7em 1em 0.7em 1em;
	color: #fff;
	background: #2ecc71;
}
section.form .rodape .botao:hover{
	background: #1c7a44;
}
