/*
	Resets
	========================================================================== */
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	background: #fffaf8;
}

a {
	text-decoration: none;
}

ul, ol {
	list-style: outside none;
	padding: 0;
}

p {
	font-size: 18px;
	color: #9c9b97;
	line-height: 22px;
	margin-bottom: 25px;
}


/*
	Estilo Gerais
	========================================================================== */
.transition {
	-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;
}

.internal-content {
	margin-top: -113px;
	z-index: 0;
	position: relative;
}

@media only screen and (max-width: 576px) {
	.internal-content {
		margin-top: 0px;
		z-index: 0;
		position: relative;
	}
}


/*
	Captcha
	========================================================================== */
.grecaptcha-badge {
    z-index: 1;
}


/*
	Header / Menu
	========================================================================== */
header .header-area {
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: 10;
	background: rgba(54, 53, 50, 0.7);
}

header .header-area .top-header {
	background: rgba(54, 53, 50, 1);
	padding-top: 10px;
	padding-bottom: 10px;
}

.top-header a {
	font-size: 11px;
	color: #a3a3a1;
	display: inline-block;
	vertical-align: middle;
}

.top-header a:hover {
	color: #FFF;
}

.top-header .endereco {
	margin-right: 10px;
}

.top-header .endereco .icon,
.top-header .telefone .icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
} 

.top-header .endereco .icon svg,
.top-header .telefone .icon svg {
	fill: #a3a3a1;
	display: inline-block;
	vertical-align: middle;
	height: 15px;
}

.top-header .telefone {
}

.top-header .redes {

}

.top-header .redes a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.top-header .redes a svg {
	height: 15px;
	/*height: 20px;*/
	fill: #a3a3a1;
}

.top-header .redes a.twit svg {
	width: 20px;
	height: auto;
}

.top-header .redes a.yt svg {
	width: 23px;
	height: auto;
}

.top-header .redes a:hover svg {
	fill: #FFF;
}

@media only screen and (max-width: 576px) {
	header .header-area {
		position: relative;
	}
}

/*
	Estilo do Menu Principal
	========================================================================== */
header .main-header {

}

.main-header .marca-area {
	position: relative;
}

.marca-area .slogan {
	position: absolute;
	/*left: 25%;*/
	left: 160px;
	top: 20px;
}

.marca-area .slogan img {
	width: 100%;
}

.main-header h1 {
	position: absolute;
	z-index: 700;
	top: 30px;
}

.main-header .menu-area {
	padding-top: 25px;
	padding-bottom: 20px;
}

.menu-area .menu {

}

.menu li {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.menu li a {
	text-transform: uppercase;
	color: #FFF;
	font-weight: 900;
}

.menu li a:hover { 
	color: #e2222d;
}

.menu li a svg {
	display: inline-block;
	margin-top: -5px;
	height: 22px;
	fill: #FFF;
}

.menu li a:hover svg {
	fill: #e2222d;
}


.menu-area .menu-mob span {
	width: 40px;
	display: inline-block;
	fill: #FFF;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 30px;
}

.menu-area.open .menu-mob span.icon-open {
	display: none;
}

.menu-area .menu-mob span.icon-close {
	display: none;
}

.menu-area.open .menu-mob span.icon-close {
	display: inline-block;
	fill: #e2222d;
}

.fixed .menu-area .menu-mob span {

}

@media only screen and (max-width: 768px) {
	.menu-area.open .menu {
		display: block !important;
		position: absolute;
		z-index: 500;
		width: 100%;
		margin-top: 20px;
		right: 0px;
		padding-bottom: 50px;
		background: rgba(226, 34, 45, 0.7);
	}
	.menu-area.open .menu li {
		display: block;
		padding-right: 30px;
		padding-top: 50px;	
	}
	.menu-area.open .menu li:last-child {
		border-bottom: 0px;
		padding-bottom: 0px;
	}
	.menu-area.open .menu li a {
		color: #FFF;
		font-size: 25px;
		text-transform: uppercase;
	}
	.menu-area.open .menu li a:before {
		display: none;
	}
	.menu-area.open .menu li a:hover:before {

	}
	.menu-area.open .menu-mob span {

	}
	.menu-area.open.open .menu-mob span.icon-open {

	}
	.menu-area.open .menu-mob span.icon-close {

	}
	.menu-area.open.open .menu-mob span.icon-close {

	}
	.fixed .menu.open-area .menu-mob span {

	}
}


/*
	Rodapé
	========================================================================== */
footer {
	position: relative;
	z-index: 3;
}

footer .acabamento {
	position: relative;
	left: 0px;
	padding: 0px;
}

footer .acabamento svg {
	width: 100%;
}

footer .footer-area {
	background: #363532;
	padding-top: 30px;
	padding-bottom: 60px;
	margin-top: -2px;
}

.footer-area .titulo {
	font-size: 13px;
	font-weight: 700;
	color: #FFF;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.footer-area div.item {
	display: block;
	margin-bottom: 20px;
}

.footer-area a {
	font-size: 16px;
	font-weight: 100;
	color: #FFF;
	display: inline-block;
	margin-bottom: 2px;
}

.footer-area a.intranet,
.footer-area a:hover {
	color: #e2222d;
}

.general {
	margin-bottom: 50px;
}

.general a {

}

.general a svg {
	display: inline-block;
	width: 35px;
}

/*
	Estilos da LGPD
	========================================================================== */
.lgpd {
	background: #eee;
	padding: 10px;
	overflow: hidden;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 100;
}

.lgpd.esconde {
	display: none;
}

.lgpd .aviso {
	float: left;
	font-size: 13px;
	padding-top: 3px;
}

.lgpd .aviso a {
	color: #be4c1b;
}

.lgpd .aviso a:hover {
	color: #1b2306;
}

.lgpd .fechar-aviso {
	float: right;
}

.lgpd .fechar-aviso .close-lgpd {
	color: #be1b1b;
	font-weight: 900;
	font-size: 20px;
}

.lgpd .fechar-aviso .close-lgpd:hover {
	color: red;
}






