/**
 * Globais
 */
 body {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	background: #FFF;
	font-size: 1.125rem
}

p {
	font-family: 'Poppins', sans-serif;
	font-size: 1.125rem;
	color: #333333;
	line-height: 28px;
}

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

.btn-primary {
	background-color: #724320;
	border-color: #724320;
}

.btn-primary:hover {
	background-color: #361c08 !important;
	border-color: #361c08 !important;
}

.btn-secundary {
	background: rgb(88, 54, 12);
	border: none;
	color: #fff;
}
.btn-secundary:hover {
	background: #724320;
	color: #fff;
}

.btn-invert {
	border: 1px solid #724320 !important;
	background-color: #FFF !important;
	color: #724320;
}

.btn-invert:hover {
	background-color: #724320 !important;
	border:1px solid #724320 !important;
}


/*
	Estilos da LGPD
	========================================================================== */
.lgpd {
	overflow: hidden;
	position: fixed;
	bottom: 0px;
	width: 100%;
	z-index: 9999999999;
	background: #1064a9e4;
	color: #FFF;
}

.lgpd.esconde {
	display: none;
}

.lgpd .aviso {
	font-size: 15px;
}

.lgpd .aviso a {
	color: #FFF;
	text-decoration: underline;
}

.lgpd .aviso a:hover {
	color: #7a451d;
}

.lgpd .close-lgpd {
	border: none;
	font-size: 18px;
	font-weight: 300;
	padding: 10px 45px;
	background: #7a451d;
	font-weight: 400;
	color: #FFF;
}

.lgpd .close-lgpd:hover {
	color: #FFF;
	background: #333;
}

@media only screen and (max-width: 768px) {

}

/**
 * top nav > BG ANTIGO 
 */
/* .top-navbar {
	height: 215px;
	background: url(../images/top-nav-background.png) transparent no-repeat 50% 32px;
	position: relative;
	z-index: 20;
} */
.top-navbar .info-navbar {
	height: 40px;
	background: #724320;
}

.info-navbar {
	color: #FFF;
	font-size: 0.75rem;z-index: 20;
}

.info-navbar svg {
	height: 14px;
	fill: #fff;
}

.top-navbar .header-navbar {
	width: 100%;
	height: 90px;
	position: fixed;
	top: 40px;
	left: 0px;
	background: #00205b;
	z-index: 20;
}

.top-navbar .float-start {
	float: left !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.top-navbar .float-end a {
	margin: 0 3px;;
}

.top-navbar .float-end a:hover {
	opacity: 0.5;
}

.top-navbar .float-end a.instagram svg {
	height: 18px;
}

/* logo */
.header-navbar .menu-area {
	display: block;
	width: auto;
}
.header-navbar .logo {
	/* margin-top: -36px; */
}
.header-navbar .logo a {}
.header-navbar .logo img {
	width: auto;
	max-height: 90px;
}

/* menu */
.menu-area > ul {
	margin-left: -80px;
}
.menu-area > ul > li {
	display: inline-block;
	vertical-align: top;
	height: 100px;
}
.menu-area > ul > li > a {
	color: #fff;
	display: inline-block;
	height: 30px;
	margin: 36px 5px 0 5px;
}
.menu-area > ul > li > a:hover {
	color: #999999
}

/* estrutura submenus */
.menu-item {
	position: relative;
	text-align: left;
}

.menu-item > .submenu {
	display: none;
	position: absolute;
	z-index: 1;
}
.menu-item:hover > .submenu {
	display: block;
}

.menu-item ul {
	padding-left: 0px;
	list-style: none;
}

.submenu-item {
	position: relative;
}

.submenu-item > .subsubmenu {
	display: none;
	position: absolute;
	z-index: 1;
	left: 150px;
	top: 0;
}
.submenu-item:hover > .subsubmenu {
	display: block;
}


/* estilos */

.menu-item > a {
	text-transform: uppercase;
	font-size: 1rem;
}

.menu-item > .submenu {
	background-color: #333;
	width: 150px;
	padding: 8px 0;
}
.submenu-item a {
	height: 34px;
	line-height: 34px;
	display: block;
	color: #fff;
	padding: 0 19px;
	font-size: 0.9rem;
}
.submenu-item:hover {
	background-color: #1c1c1c;
}

.subsubmenu {
	background-color: #1c1c1c;
	min-width: 150px;
	white-space: nowrap;
}
.subsubmenu-item:hover {
	background-color: #333;
}

@media (max-width:1120px) { 
	.menu-item a {
		font-size: 0.80rem;
	}
}

@media (max-width:1120px) { 
	.menu-item.logo {
		display: none;
	}
	.menu-item a {
		font-size: 0.90rem;
	}
}

.mobile-menu-action {
	display: none;
}
.mobile-logo {
	display: none;
}
@media (max-width:800px) { 
	.mobile-logo {
		display: block;
		margin: 0 auto;
	}
	.mobile-menu-action {
		display: block;
		color: #fff;
		position: fixed;
		z-index: 10;
		width: 30px;
		height: 30px;
		right: 20px;
		top: 2px;
		font-size: 2rem;
	}

	.menu-item.logo {
		display: none;
	}
	.menu-item a {
		font-size: 0.90rem;
	}

	.header-navbar .menu-area {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		background: #00205b;
		overflow: auto;
		display: none;
	}
	.mobile-menu-action:hover { 
		color: #fff;
	}

	body.menu .header-navbar .menu-area {
		display: block;
	}

	.menu-area > ul > li {
		display: block;
		text-align: center;
		height: initial;
	}

	.menu-area > ul > li > a {
		margin: 10px 0;
		font-size: 1rem;
	}

	.menu-item > .submenu {
		position: unset;
		width: initial;
		text-transform: uppercase;
		padding: 0;
	}
	.submenu-item > .subsubmenu {
		display: block;
		position: unset;
		width: initial;
	}
	.subsubmenu-item:hover {
		background-color: initial;
	}
	.submenu-item:hover {
		background-color: initial;
	}

	.top-navbar .float-end {
		display: none;
	}
}

/**
 * Rodapé
 */
.rodape {
	background: #00205b; 
	padding: 70px 20px;
}

.rodape-logo {
	padding-right: 20px;
}

.rodape h3 {
	text-transform: uppercase;
	color: #fff;
	font-size: 1.13rem;
	font-weight: 800;
}

.rodape ul {
	/* max-width: 650px; */
	padding-right: 10%;
}
.rodape ul li {
	display: inline-block;
	padding-right: 10px;
}

.rodape ul li a {
	font-size: 0.9rem;
	color: #fff
}

.rodape ul li a:hover {
	color: #333
}

.rodape .contatos {
	margin-bottom: 0;
}

.rodape .separator {
	color: #fff;
	padding: 0 5px;
}

.rodape .redes svg {
	width: 28px;
	fill: #fff;
}

.rodape .redes a:hover svg {
	fill: #333;
}

.rodape .redes .instagram svg {
	width: 35px;
	fill: #fff;
}


@media (max-width:800px) { 
	.rodape .logo-area {
		display: none;
	}

	.rodape ul {
		max-width: unset;
		padding-right: unset;
	}

	.rodape .col-6 {
		width: 100% !important;
	}
}

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


/**
 * Internal header
 */
.internal.with-banner {
	margin-top: -50px;
	padding-top: 380px;
}

.internal .internal-header {
	border-bottom: 1px #7a451d solid;
}

.internal .internal-header h1 {
	font-weight: 400;
	text-transform: uppercase;
	color: #00205b;
	font-size: 2.3rem;
	margin-bottom: 15px;
}
.internal .internal-header h1 strong {
	font-weight: 800;
	font-size: 2.9rem;
	display: block;
}

.internal .internal-header p {
	margin-bottom: 40px;
}
.internal .container-fluid {
	max-width: 1268px;
}

.internal .internal-body {
	padding: 40px 20px;
}


/**
* Headers genericos com seta e sem banner
*/
.section-area.internal-seta-area,
.internal.no-banner {
	margin-top: 150px;
}
.section-area.internal-seta-area h1 {
	font-weight: 800;
	text-transform: uppercase;
	color: #00205b;
	font-size: 2.9rem;
	position: relative;
	margin-bottom: 85px;

}
.section-area.internal-seta-area h1:after {
	content: '';
	background: transparent url(../images/header-marcador.png) 0px 0px no-repeat;
	width: 157px;
	height: 51px;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	position: absolute;
	margin-top: 30px;
	z-index: 1;
}
.section-area.internal-seta-area h1:before {
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	background: #7a451d;
	left: 0;
	bottom: -30px;
}

.section-area.internal-seta-area p.description {
	font-size: 1.13rem;
}



/**
 * Voltar ao topo
 */
.back-top {
	padding: 50px 0;
}
.back-top a { 
	color: #00205b;
	font-size: 0.9rem;
	text-transform: uppercase;
}

.fixed-zap-area {
	position: fixed;
	z-index: 10;
	right: 0px;
	bottom: 20px;
}

.fixed-zap-area a {
	position: relative;
}

.fixed-zap-area .icon-zap {
	position: relative;
	right: 0px;
	top: 0px;
	z-index: 2;
	filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}

.fixed-zap-area .base {
	background: #FFF;
	display: inline-block;
	height: 70px;
	margin-left: 30px;
	margin-top: 55px;
	position: relative;
	width: 60px;
}

.base:before {
	border-right: 17px solid #FFF;
	border-bottom: 35px solid transparent;
	border-top: 35px solid transparent;
	content: "";
	height: 0;
	left: -17px;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 1;
}

.fixed-zap-area .base svg {
	margin-top: 15px;
	margin-left: 10px;
	position: relative;
	z-index: 2;
	max-width: 40px;

	animation: pulse 1s infinite;
}

.fixed-zap-area .bg-msg {
	position: absolute;
	color: #FFF;
	font-style: italic;
	right: -380px;
	top: 68px;
	z-index: -1;
	width: 345px;
	height: 45px;
	transform: skew(-30deg);
	background: #4CAF50;
	padding-left: 20px;
	padding-top: 13px;
	font-size: 16px;

	filter: drop-shadow(2px 2px 5px rgba(0, 0, 0, 0.5));
	
	-webkit-transition: right 0.3s ease-in-out;
	-moz-transition: right 0.3s ease-in-out;
	-ms-transition: right 0.3s ease-in-out;
	-o-transition: right 0.3s ease-in-out;
	transition: right 0.3s ease-in-out;
}

.fixed-zap-area .bg-msg span {
	display: inline-block;
	transform: skew(30deg);
}

.fixed-zap-area:hover .bg-msg {
	right: 0px;
}

@keyframes pulse {
  0% {
    transform: scale(1); /* Escala inicial */
  }
  50% {
    transform: scale(1.2); /* Escala máxima no meio da animação */
  }
  100% {
    transform: scale(1); /* Retorna à escala inicial */
  }
}


/* Esconda o input file */
input[type="file"] {
	display: none;
}

/* Estilize o label para se parecer com um botão */
.fileInputLabel {
	padding: 10px 20px;
	background-color: #00205b;
	color: white;
	cursor: pointer;
}

/* Estilize o label quando o arquivo for selecionado */
input[type="file"]:not([disabled]) + .fileInputLabel {
	background-color: #e8e8e8;
	color: #888;
}

/* Remova o texto padrão do input file */
input[type="file"]::file-selector-button {
	display: none;
}
  
