main.Page {
	padding: 0 0 36px 0;
}

.header-page {
	height: 350px;
    margin: 18px 0;
   	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 100 100'%3E%3Crect x='0' y='0' width='42' height='42' fill-opacity='0.8' fill='%23fcfcfc'/%3E%3C/svg%3E");
	position: relative;
}

.header-page .mascara {
	height: 100%;
	display: flex;
    justify-content: center;
    align-items: center;
    background:rgba(0,0,0, 0.4);
}

.header-page .bar-textos {
	color: #fff;
	text-align: center;
	max-width: 820px
}

.header-page #cta-filtroMobile {
	border-radius: 50px;
}

.bt_NavPage {
	width: 40px;
	height: 40px;
	background: #fff;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 8px;
	right: 8px;
	display: none;
}

main.Page section.PageContainer {
	display: flex;
}

main.Page section.PageContainer .cms-text {
	 padding: 18px 32px;
}

main.Page section.PageContainer .cms-text .tipo-default {
	font-size: 14px;
	line-height: 21px;
}

main.Page section.PageContainerColuna {
	flex-direction: column;
}

.first-text-page {
	margin: 0 auto;
}

.first-text-page-bold {
	font-size: 16px !important;
	line-height: 24px !important;
	font-weight: 600;
}

main.Page section.PageContainer nav {
	min-width: 244px;
	padding: 18px 6px;
}

main.Page section.PageContainer .BarNav .barmenu-lista li {
	background: #fff;
}

main.Page section.PageContainer .BarNav div.barheaderNav {
	border-bottom: 0;
}

main.Page section.PageContainer .BarNav ul.compartilha-redes {
	margin: 18px 0;
}

main.Page section.PageContainer .BarNav ul.compartilha-redes li a {
	padding: 0 6px;
}

main.Page section.PageContainer .BarNav ul.compartilha-redes img {
	filter: grayscale(100%);
}

.page-cabecalho {
	padding: 12px;
}

.page-cabecalho .bar-textos {
	max-width: 580px;
	margin: 54px 0;
}

.page-cabecalho .bar-textos h1.titpost {
	font-size: 38px
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 800;
}

.page-cabecalho .bar-textos .barra-decora-tit {
	display: block;
	width: 70px;
	height: 5px;
	background: #0091FF;
	margin-top: 8px;
}


/* formulário : : : : : : : : : : : : : : : : : */

.Formulario {
	background: #f1f1f1;
	padding: 20px;
	border-radius: 5px;
	margin: 0 32px;
}
.Formulario input, .Formulario textarea, .Formulario select {
    width: 100%;
    font-size: 1em;
    padding: 1em;
    border: solid 1px #d5d5d5;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.Formulario select {
    height: 53.3px;
}

/* Formulários wpuf . . . . . . . . . . . */

.Formulario .wpuf-label {
	font-size: 14px;
}

.Formulario ul.wpuf-form li.has-error {
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 8px;
}

.Formulario .wpuf-error-msg {
    font-size: 13px;
    padding: 5px 0;
    color: red;
}

.Formulario .Form-wpuf label {
	margin-bottom: 0px;
	font-weight: normal;
	font-size: .85em;
	line-height: 1.2em;
}

.Formulario .wpuf-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.Formulario ul.wpuf-form li {
	margin-bottom: 0px;
	padding: 5px;
	width: 100%;
}

.Formulario ul.wpuf-form li.duplo {
	width: 48.5%;
}

.Formulario ul.wpuf-form li.triplo {
	width: 32%;
}

.Formulario .Form-wpuf input,
.Form-wpuf textarea,
.Form-wpuf select {
	padding: .8em;
}

.Formulario .Form-wpuf h2 {
	display: inline-block;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 800;
}


/* MOBILE [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] [] []  */

@media ( max-width: 600px ) {

	.NavPage {
		display: none;
	}
	.bt_NavPage {
		display: flex !important;
	}
	main.Page .header-page {
		height: 250px;
		background-attachment: unset !important;
	}
	main.Page .header-page .bar-textos {
		padding: 0 16px;
	}
	main.Page section.PageContainer .cms-text {
		padding: 18px 8px;
	}

	.Formulario {
		margin: 0 8px;
	}
	.Formulario ul.wpuf-form li.duplo,
	.Formulario ul.wpuf-form li.triplo {
    	width: 100%;
	}

	.header-page {
		background-attachment: inherit !important;
		background-size: cover !important;
	}
}