* {
	margin: 0;
	padding: 0;
	font-family: 'Arial';
	font-size: 100%;
	text-decoration: none;
	text-align: center;
	list-style: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
img {
	width: 100%;
	height: 100%;
	border: 0
}
header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding-top: 20px;
	padding-bottom: 24px;
	border-bottom: 5px solid #818181;
}
#corpo {
	display: none
}
#carregandoSite {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	animation:spin 1s linear infinite;
	background: url(../imagens/icone_carregando.png) center center no-repeat;
	background-size: 50px 50px
}
@keyframes spin{
	from{transform:rotate(0deg)}
	to{transform:rotate(360deg)}	
}
.fundoTopo {
	color: #33CC33;
	background-color: #FFFFFF
}
.topoFixo {
	position: fixed;
	padding-top: 6px;
	padding-bottom: 10px;
	border-bottom: none;
	background-color: rgba(255,255,255,.95);
	box-shadow: 0 3px 5px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 5px rgba(0,0,0,.25);
	-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.25);
	z-index: 2
}
.topoFixo .logo a {
	height: 70px;
	width: 254px;
	background-image: url("../imagens/logo2.png");
	background-size: cover
}
.topoFixo nav ul {
	padding-top: 10px;
	font-size: 0.8em
}
.botaoMenu {
	display: none;
	width: 40px;
	height: 40px;
	margin-top: 8px;
	margin-right: -25%;
	float: right;
	cursor: pointer;
	background: url(../imagens/icones.png) no-repeat;
	background-size: cover;
	background-position: center top
}
.botaoFechar {
	display: none;
	width: 40px;
	height: 40px;
	margin-top: -60px;
	margin-right: 18px;
	float: right;
	cursor: pointer;
	background: url(../imagens/icones.png) no-repeat;
	background-size: cover;
	background-position: center 12.5%
}
nav ul {
	padding-top: 24px;
	position: absolute;
	right: 0;
	z-index: 1;
	text-transform: uppercase;
	font-size: 0.9em
}
nav ul li {
	padding: 5px 10px;
	float: left;
	border-right: 2px solid #818181
}
nav ul li:last-child {
	border: none
}
nav ul li a {
	color: #3495D1;
	display: block;
	padding: 10px
}
nav ul li a:hover {
	background-color: #F7F2F2;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px
}
.menuMobile {
	height: 144px
}
.menuMobile nav ul {
	display: none
}
.logo a {
	display: block;
	height: 100px;
	width: 180px;
	background-image: url("../imagens/logo.png");
	background-size: cover
}
.fundoPrincipal {
	position: absolute;
	width: 100%;
	height: auto;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	z-index: -1
}
.destaqueFoto1 {
	opacity: 1.0
}
.destaqueFoto2 {
	margin-top: -100%;
	opacity: 0.0
}
.destaqueFoto3 {
	margin-top: -100%;
	opacity: 0.0
}
.destaque {
	margin-top: 40%;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 22px;
	padding: 26px;
	background-color: #F7F2F2
}
.destaque h1 {
	margin-bottom: 10px;
	font-size: 2.2em;
	text-align: left
}
.destaque p {
	column-count: 2;
	text-align: justify
}
.miniDestaque {
	height: calc((85vw / 3) * 0.56);
	margin-left: 11px;
	margin-right: 11px;
	margin-bottom: 22px;
	position: relative;
	color: #000000;
	background-color: #F7F2F2;
	border: 4px solid #F7F2F2
}
a:hover .miniDestaque {
	border: 4px solid #818181
}
.conteudoMiniDestaque {
	position: absolute;
	bottom: 0
}
[class*='miniFoto'] {
	background-size: cover
}
.miniFoto1 {
	background-image: url(../imagens/mini_destaque1.jpg)
}

.miniFoto2 {
	background-image: url(../imagens/mini_destaque2.jpg)
}

.miniFoto3 {
	background-image: url(../imagens/mini_destaque3.jpg)
}
.conteudoMiniDestaque h2 {
	padding: 4px;
	font-size: 1.3em;
	text-align: left;
	text-shadow: 0 0 6px #FFFFFF;
	-moz-text-shadow: 0 0 6px #FFFFFF;
	-webkit-text-shadow: 0 0 6px #FFFFFF
}
.conteudoMiniDestaque p {
	padding: 4px;
	font-size: 0.9em;
	text-align: justify;
	background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px)
}
.fundoRodape {
	color: #818181;
	background-color: #F7F2F2
}
footer {
	font-size: 0.9em
}
footer h4 {
	font-size: 1.2em;
	text-transform: uppercase;
	margin: 20px;
	padding-bottom: 20px;
	color: #3495D1;
	border-bottom: 1px solid #818181
}
footer ul {
	text-indent: 20px
}
footer ul li {
	text-align: left;
	height: 28px
}
footer ul li a {
	color: #818181
}
footer ul li a:hover {
	color: #007CBA
}
footer p {
	padding-bottom: 18px
}
.social {
	margin-bottom: 18px;
	text-align: center;
	text-indent: 0
}
.social li {
	display: inline-block
}
.iconesSocial {
	float: left;
	height: 32px;
	width: 32px;
	margin: 0 5px;
	background: url(../imagens/icones.png) no-repeat;
	background-size: 32px;
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap
}
.iconeFacebook {
	background-position: left 75%
}
.iconeInstagram {
	background-position: left 87.5%
}
.iconeTwitter {
	background-position: left 62.5%
}
.iconeLinkedIn {
	background-position: left 100%
}
.icones {
	float: left;
	height: 26px;
	margin-bottom: 18px;
	margin-left: 20px;
	padding-top: 2px;
	background: url(../imagens/icones.png) no-repeat;
	background-size: 26px
}
.iconeEmail {
	background-position: left 25%
}
.iconeTelefone {
	background-position: left 37.5%
}
.iconeWhatsApp {
	height: 22px;
	width: 24px;
	margin-top: -2px;
	margin-left: 6px !important;
	float: right;
	background-position: left 50%
}
.icones a {
	margin-left: 30px;
	font-size: 1.3em;
	color: #818181
}
.copyright {
	font-size: 0.8em
}
.copyright a {
	color: #3495D1
}
.copyright a:hover {
	color: #007CBA
}
.principal {
	margin-top: 5vw;
	margin-bottom: 22px;
	margin-left: 12%;
	margin-right: 12%
}
.principal h1 {
	margin-bottom: 10px;
	font-size: 2.4em;
	color: #007CBA;
	text-align: left
}
.principal p {
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: justify
}
.linha:after {
	content: "";
	display: table;
	clear: both
}
input[type=text], input[type=tel], input[type=email], select, textarea {
	width: 100%;
	padding: 5px;
  	background-color: #BBBDBF;
	border: 2px solid #818181;
	text-align: left;
	resize: vertical
}
input[type=submit] {
	-webkit-appearance: none
}
label {
  padding: 7px 12px 12px 0;
  display: inline-block;
  float: right;
}
.botaoEnviar {
	padding: 10px 15px;
	color: #007CBA;
	background-color: #FFFFFF;
	border: 2px solid #007CBA;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px
}
.campoNewsletter {
	width: 160px !important;
}
.botaoNewsletter {
	padding: 5px 7px;
	background-color: #BBBDBF;
	border: 2px solid #818181
}
.formulario, .newsletter {
	position: relative;
}
.alertaContato {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	margin-top: 120px;
	width: 150px;
	height: 150px;
	z-index: 1
}
.alertaNewsletter {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -30px;
	margin-top: -15px;
	width: 60px;
	height: 60px;
	z-index: 1
}
.enviado {
	background: url(../imagens/icone_ok.png) center center no-repeat;
	background-size: cover
}
.erro {
	background: url(../imagens/icone_erro.png) center center no-repeat;
	background-size: cover
}
.carregando {
	animation:spin 1s linear infinite;
	background: url(../imagens/icone_carregando.png) center center no-repeat;
	background-size: cover
}
.notaPequena {
	float: right;
	font-size: 0.8em
}
.notaGrande {
	font-size: 1.1em;
	font-style: italic;
	line-height: 2em;
	text-align: center !important
}
.fotoSobre {
	float: left;
	padding: 4px;
	margin: 12px 28px 24px 12px;
	font-size: 0;
	line-height: 0;
	background-color: #FFFFFF;
	box-shadow: 0 0 6px #818181;
	-moz-box-shadow: 0 0 6px #818181;
	-webkit-box-shadow: 0 0 6px #818181
}
.areas {
	margin: 0 10%
}
.areas li {
	padding: 12px 0 18px 0;
	border-bottom: 1px solid #818181
}
.areas li:last-child {
	border-bottom: none
}
.areas li img {
	float: left;
	margin: 6px 18px 6px 0;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #818181
}
.areas h3 {
	margin-top: 12px;
	font-size: 1.4em;
	color: #007CBA;
	text-align: left
}
.areas p {
	margin-top: 8px;
	margin-bottom: 12px
}
.logoCliente {
	padding: 10px;
	margin-top: -30px;
	margin-bottom: 10px
}

@media screen and (max-width: 960px) {
	header, .topoFixo {
		position: fixed;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 14px;
		background-color: rgba(255,255,255,.95) !important;
		box-shadow: 0 3px 5px rgba(0,0,0,.25);
		-moz-box-shadow: 0 3px 5px rgba(0,0,0,.25);
		-webkit-box-shadow: 0 3px 5px rgba(0,0,0,.25);
		border-bottom: none
	}
    header nav ul, .topoFixo nav ul {
		display: none
	}
	.botaoMenu, .botaoFechar{
		display: block
	}
	.menuMobile {
		height: auto
	}
	.menuMobile nav ul {
		position: fixed;
		display: block;
		right: -100%;
		top: 0;
		padding-top: 80px;
		padding-left: 5px;
		padding-right: 5px;
		width: 75%;
		height: 100%;
		min-width: 200px;
		max-width: 320px;
		background-color: #BBBDBF;
		text-transform: none;
		font-size: 1.3em;
		overflow: hidden;
		overflow-y: auto;
		z-index: 3
	}
	.menuMobile nav ul li {
		position: relative;
		padding: 0;
		float: none;
		border-right: none;
		border-bottom: 1px solid #818181
	}
	.menuMobile nav ul li:last-child {
		border: none
	}
	.menuMobile nav ul li a {
		color: #007CBA;
		text-align: left
	}
	.menuMobile nav ul li a:hover {
		background-color: transparent
	}
	.logo a, .topoFixo .logo a {
		height: 60px;
		width: 218px;
        margin-left: -20px;
		background-image: url("../imagens/logo2.png")
	}
	section {
		padding-top: 89px
	}
	.destaque {
		margin-left: 0;
		margin-right: 0
	}
	.miniDestaque {
		height: calc(80vw * 0.56);
		margin-left: 0;
		margin-right: 0
	}
	footer {
		font-size: 0.8em
	}
	footer article {
		height: 200px
	}
	.iconesSocial {
		height: 48px;
		width: 48px;
		background-size: 48px
	}
	label {
		padding: 12px 0 7px 0;
		float: left
	}
	.botaoEnviar {
		margin-top: 12px;
	}
	.alertaContato {
		margin-top: 215px
	}
	.areas {
		margin: 0
	}
}

@media screen and (max-width: 640px) {
	.destaque {
		margin-top: calc(42vw - 0.3em);
		margin-left: -15%;
		margin-right: -15%
	}
	.detaque h1 {
		font-size: 1.8em
	}
	.miniDestaque {
		height: 54vw;
		margin-left: -8%;
		margin-right: -8%
	}
	footer article {
		height: auto
	}
	.iconesSocial {
		height: 40px;
		width: 40px;
		background-size: 40px
	}	
	.principal {
		margin-left: 0;
		margin-right: 0
	}
	.principal h1 {
		font-size: 2em
	}
	.fotoSobre {
		margin: 12px 0 24px 0;
	}
}