/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Oct 10 2022 | 18:03:00 */
.panton {
	font-family: 'Panton' !important;
}

.h-100 {
	height: 100% !important;
}

.relative {
	position: relative !important;
}

.banner-custom {
	background-size: cover;
	height: 50vh;
} .bkg-single {
	background-image: url('https://www.galli.com.br/homolog/wp-content/uploads/2022/10/single-post-1024x281.jpg');
}

.titulo-banner {
    text-align: left;
    color: #FD613C;
    font-family: "Roboto", Sans-serif;
    font-size: 58px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 83px;
}

.linha-laranja {
	border-top: 10px solid #fda529;
	width: 60%;
    margin: 0 auto;
    margin-left: 0;
	margin-bottom: 50px;
} .linha-laranja-escuro {
	border-top: 10px solid #FD613C;
	width: 60%;
    margin: 0 auto;
    margin-left: 0;
	margin-bottom: 50px;
}

body {
	margin-left: 0 !important;
}

body .hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
	top: 8%;
}

.hfe-menu-item {
	display: block !important;
    text-align: right;
	font-family: 'Panton'!important;
	font-weight: 500 !important;
	transition: .3s all;
} .hfe-menu-item:hover {
	color: #fda529 !important;
	transition: .3s all;
}

.hfe-nav-menu-icon svg {
	width: 40px !important;
	height: auto !important;
}

.current-menu-item .hfe-menu-item {
	color: #fda529!important;
}

.hfe-flyout-close {
	display: none !important;
}

.hfe-side {
	right: 12vw !important;
	width: 400px !important;
}

.gap-col .elementor-column-gap-no {
	column-gap: 10px;
}

.gap-col a:hover {
	color: #fda529!important;
}

@media (max-width: 1480px) {
	.hfe-side {
		right: 10vw !important;
	}
}

@media (max-width: 1440px) {
	.hfe-side {
		right: 9vw !important;
	}
}

@media (max-width: 1360px) {
	.hfe-side {
		right: 6.5vw !important;
	}
}

@media (max-width: 1024px) and (min-width: 769px) {
	body .hfe-nav-menu-icon svg {
	  margin-right: -40vw;
  }
}

@media (max-width: 999px) {
	a.hfe-menu-item {
		background-color: transparent!important;
		text-align: left;
		text-transform: uppercase;
	}

	.hfe-nav-menu__layout-horizontal {
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		height: 100vh !important;
		background-color: #141414 !important;
	}

	.hfe-nav-menu {
		height: 70%!important;
		top: 15%!important;
		align-items: flex-start!important;
		justify-content: center!important;
	}

	body .hfe-nav-menu-icon svg {
		width: 30px !important;
		height: auto !important;
	}

	.hfe-nav-menu-icon {
		position: absolute!important;
		z-index: 999999!important;
	}

	li.menu-item {
		border: 0 !important;
	}

	li.social-network-menu {
		display: flex;
		align-items: center;
		justify-content: center;
		column-gap: 30px;
		top: 40px
	} li.social-network-menu img {
		width: 40px;
	}

	.linha-laranja, .linha-laranja-escuro { 
		width: 90% !important;
	}

	.wpr-slider-primary-btn {
		font-family: "Panton" !important;
	} .wpr-slider-primary-btn:hover {
		color: #fda529!important;
	}
}