.hide {
	display: none;
}

.show {
	display: block;
}

.header {
	width: 100%;
	z-index: 999;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
	padding: 20px 40px;
	transition: all ease .4s;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: fixed;
	top: 0;
}

.header.header-fixed {
	padding: 10px 40px;
	background: white;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
	transition: all ease .4s;
}

.header img {
	width: auto;
	height: auto;
	transition: 0.3s all;
}

.header .menu-menu-principal-container {
	width: 100%;
}

.header ul {
	display: flex;
	justify-content: flex-end;
}

.header ul li {
	list-style: none;
	margin-left: 50px;
}

.header ul li::before {
	display: none !important;
}

.header ul li a {
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	color: black;
	transition: 0.3s all;
}

.header ul li:hover a, .header ul li.current_page_item a {
	border-bottom: 1px solid black;
}

body.home .header ul li:hover a, body.home .header ul li.current_page_item a,
body.single-post .header ul li:hover a, body.single-post .header ul li.current_page_item a {
	border-color: white;
}

.header.header-fixed ul li:hover a,
.header.header-fixed ul li.current_page_item a, {
	border-color: black;
}

body.home .header.header-fixed ul li:hover a,
body.home .header.header-fixed ul li.current_page_item a,
body.single-post .header.header-fixed ul li:hover a,
body.single-post .header.header-fixed ul li.current_page_item a {
	border-color: black;
}

body.home .header ul li a,
body.single-post .header ul li a,
body.page-template-default .header ul li a {
	color: white;
	transition: 0.3s all;
}

body.home .header.header-fixed ul li a,
body.single-post .header.header-fixed ul li a,
body.page-template-default .header.header-fixed ul li a {
	color: black !important;
	transition: 0.3s all;
}

.header.header-fixed ul li a {
	font-size: 16px;
	transition: 0.3s all;
}

/* body.single-post .header:not(.header-fixed) .logo svg,
body.page-template-default .header:not(.header-fixed) .logo svg {
	filter: invert(1);
} */

footer {
	padding-top: 50px;
	background: #F2F2F2;
}

footer p {
	font-size: 16px;
	margin: 0;
}

footer img {
	width: auto;
	height: auto;
}

footer .btn-link {
	font-weight: normal;
	font-size: 16px;
	margin-top: 20px;
}

footer .btn-link::after {
	width: 16px;
	background-size: 16px 12px;
	right: -25px;
}

footer .columns {
	margin: 50px 0;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
}

footer .columns .col-xs-12:last-child {
	display: flex;
	justify-content: flex-end;
	padding-right: 0;
}

.logo-rodape {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo-rodape span {
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 14px;
	text-align: right;
	color: #C3A53E;
}

.social-footer {
	padding: 0 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.social-footer ul {
	display: flex;
	align-items: center;
}

.social-footer ul li {
	list-style: none;
	margin-left: 20px;
}

.social-footer ul li:hover svg path {
	fill: #C3A53E;
}

.n-contatos {
	padding-top: 5px;
}

.n-contato {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.n-contato a {
	font-family: Poppins;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
}

.n-contato a:hover {
	color: #C3A53E;
}

/* .n-contato:hover img {
	filter: brightness(0);
} */

.n-contato img {
	margin-right: 5px;
	width: auto;
}

.n-contato span {
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #C3A53E;
}

.certificado {
	margin-top: 50px;
	padding: 40px 0;
	background: #E5E5E5;
}

.certificado .img-certificado {
	width: 210px;
	margin-right: 40px;
}

.certificado p, .certificado a {
	font-size: 12px;
	line-height: 18px;
	color: #374146;
}

.certificado p {
	width: 100%;
	text-align: justify;
}

.certificado .info-certificado {
	display: flex;
	justify-content: space-between;
}

.copyright {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.copyright a:hover {
	text-decoration: underline;
}

.copyright div {
	display: flex;
	align-items: center;
}

.copyright div img {
	margin-left: 20px;
	margin-bottom: 3px;
}

.open-menu {
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
}

.open-menu svg {
	width: 40px;
	margin: 0;
	height: auto;
}

.line {
	fill: none;
	stroke: #000;
	stroke-width: 6;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
		stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.line1 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
}

.line2 {
	stroke-dasharray: 60 60;
	stroke-width: 6;
}

.line3 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
}

.opened .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
}

.opened .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
	stroke-width: 6;
}

.opened .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
}

@media(min-width: 1025px) {
	.open-menu, .menu-mobile {
		display: none;
	}
}

@media(max-width: 1025px) {
	header {
		position: fixed;
		padding: 20px 20px !important;
	}

	header .menu-menu-principal-container {
		display: none;
	}

	.menu-mobile .menu-menu-principal-container {
		display: flex !important;
		flex-direction: column;
	}

	.menu-mobile .menu-menu-principal-container ul {
		display: flex;
		flex-direction: column;
	}

	.menu-mobile {
		position: fixed;
		top: 80px;
		left: 0;
		background: #000000;
		width: 100%;
		min-height: 100vh;
		z-index: -1;
		padding: 40px 20px;
		transform: translateY(-400vh);
		transition: 0.3s all;
	}

	.header .menu {
		padding-top: 60px;
		border-top: 1px solid white
	}

	.header ul {
		justify-content: flex-start;
	}

	.header ul li {
		margin-bottom: 30px;
		margin-left: 0;
		margin-right: 40px;
	}

	.header ul li a {
		font-size: 35px !important;
		line-height: 52px;
		color: white !important;
	}

	body.single-post .header.header-fixed ul li a {
		color: white !important;
	}

	.header .social {
		margin-top: 20px;
	}

	.header .social img {
		filter: invert(1) brightness(100);
	}

	.header.active-menu {
		background: #000000;
	}

	.header.active-menu .logo svg * {
		fill: white !important;
	}

	.header.active-menu .line {
		stroke: white;
	}

	.header.active-menu .menu-mobile {
		transform: translateY(0);
		transition: 0.3s all;
	}

	.header.header-fixed {
		padding: 20px 20px;
	}

	body.home .header.header-fixed ul li.current_page_item a, body.home .header.header-fixed ul li:hover a {
		color: white !important;
	}

	body.home .header.header-fixed ul li a {
		font-size: 35px;
		color: white !important;
	}
}

/*MODAL DE COOKIE*/

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

.navbar-fixed-bottom {
	background-color: #e5e5e5;
	border-top: 1px solid rgb(205, 205, 205);
	text-align: center;
	padding: 15px 20px;
}

/*#cookiesDisclaimerBar p {
    margin: 10px 0;
}*/

#cookiesDisclaimerBar,
#cookiesDisclaimerBar p b {
	font-size: 15px !important;
}

#btnCloseCookieDisclaimer {
	background-color: #E5E5E5;
}

#cookiesDisclaimerBar a {
	color: #C3A53E;
}

.close {
	float: right;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}