/*
	Resets
========================================================================== */
body {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	background: #D9D9D9;
}

a {
	text-decoration: none;
}

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

p {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #1E1E1E;
	line-height: 28px;
	font-weight: 400;
}

p strong {
	font-weight: 700;
}

/*
	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;
}

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

/*
	Estilos da LGPD
========================================================================== */
.lgpd {
	background: #05387E;
	padding: 10px;
	overflow: hidden;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 200;
	color: #FFF;
	display: none !important;
}

.lgpd.esconde {
	display: none;
}

.lgpd .aviso {
	float: left;
	font-size: 14px;
}

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

.lgpd .aviso a:hover {
	color: #408421
}

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

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

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

/*
	Estilo menu fixed
========================================================================== */
.header-area {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
}

.header-area.rolout .marca-area a img {
	width: 100px;

	transition-delay: 2s;
}

.header-area.rolout .menu-area {
	background-color: #094a43d5;
	margin-bottom: -10px;
}

.menu-area .menu {
	/* margin-bottom: 30px; */
}

.menu li a {
	font-size: 14px;
	color: #FFF;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	padding: 3px 0px;

	-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;
}

.menu li a:hover {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

/*
	Menu Mobile
========================================================================== */
.offcanvas-start.show  {
	background-color: #094A44;
}

.show .menu li.close-menu {
	position: relative;
}

.show .menu li.close-menu a {
	position: absolute;
	right: 0px;
	top: 0px;
	display: inline-block;
	width: 40px;
	height: 40px;
	/* background-color: red; */
}

.show .menu li img {
	max-width: 200px;
}

.show .menu li {
	margin-bottom: 20px;
	padding-left: 20px;
}

.show .menu li a {
	font-size: 18px;
	border-top: none;
	border-bottom: none;
}

.show .menu li a:hover {
	border-top: none;
	border-bottom: none;
}

/*
	Main Header
========================================================================== */
footer a,
footer p {
	font-size: 12px;
	font-weight: 400;
	color: #A5A5A5;
}

footer a:hover {
	color: #05387E;
}

.footer-area {
	background-color: #FFF;
}


/**
 * Sincore 
 */
 .sincore {
	margin-bottom: 10px;
}

.sincore a .icon {
	display: inline-block;
	background-color: #FFF;
	width: 130px;
	text-align: right;
	text-indent: 30px;

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

.sincore a .text {
	display: inline-block;
	width: 130px;
	background-color: #FFF;
	text-indent: -280px;
	overflow: hidden;
	vertical-align: middle;

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

.sincore a:hover .text {
	text-indent: 0px;
}

.sincore a:hover .icon {
	width: 80px;
}






