.hide{
	display: none;
}

.show{
	display: block;
}

.subHeader{
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.subHeader a{
	color: #FFF;
	font-size: 16px;
	margin-right: 20px;
}

.subHeader ~ .container-fluid{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header{
	position: absolute;
	width: 100%;
	z-index: 999;
	top: 0;
	transition: all ease .4s;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 100%);
}

.header.header-fixed{
	position: fixed;
	transition: all ease .4s;
	background: rgba(0, 0, 0, 0.8);
	-webkit-transform: translateY(-42px);
	   -moz-transform: translateY(-42px);
	    -ms-transform: translateY(-42px);
	     -o-transform: translateY(-42px);
	        transform: translateY(-42px);
}

.content-menu{
	flex: 1 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

.content-menu > div:first-child{
	flex: 1;
}

.content-menu ul{
	display: flex;
	justify-content: center;
	align-items: center;
}

.content-menu ul li{
	list-style: none;
	margin: 0 15px;
}

.content-menu ul li a{
	color: #FFF;
	text-align: center;
	font-size: 18px;
	position: relative;
}
.footer ul.menu li a{
    position: relative;
}
.content-menu ul li a:hover:after,
.footer ul.menu li a:hover:after{
	content: '';
	background: white;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}
.content-menu ul li.current-menu-item a:after{
	content: '';
	background: white;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.ctaContato{
	display: flex;
	align-items: center;
	height: 100%;
	padding-left: 30px;
	border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.ctaContato .icone{
	margin-right: 10px;
}

.ctaContato .info p{
	margin: 0;
	color: white;
	font-size: 16px;
	font-weight: 400;
}

.ctaContato .info a{
	color: white;
	font-size: 20px;
	font-weight: bold;
}

/*RESPONSIVO*/

.open-menu{
	width: 64px;
	height: 64px;
	border: none;
	background: transparent;
	display: none;
}

.open-menu svg{
	width: 64px;
  margin: 0;
  height: auto;
}

.line {
  fill: none;
  stroke: white;
  stroke-width: 8;
  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: 8;
}

.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 8;
}

.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 8;
}

.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 8;
}

.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 8;
}

.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 8;
}

.menu-mobile{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100vh;
	z-index: 9;
	padding: 140px 10px 10px 10px;
}

.menu-mobile ul{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.menu-mobile ul li{
	list-style: none;
	margin: 10px 0;
}

.menu-mobile ul li a{
	font-size: 24px;
	color: white;
}

.menu-contato{
	border: 1px solid white;
	border-left: none;
	border-right: none;
	margin: 20px 0;
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.menu-contato .item{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 10px 0;
}

.menu-contato i{
	font-size: 32px;
	color: white;
}

.menu-contato a{
	font-size: 20px;
	color: white;
	text-align: center;
}

.logo img{
    transition: 250ms all;
}
.logo img:hover{
    transform: scale(1.02);
}








@media(max-width: 1600px){
    
    .content-menu ul li a {
        font-size: 16px;
    }
    .header .logo img {
        max-width: 200px;
    }
    .ctaContato .info p {
        font-size: 15px;
    }
    .ctaContato .info a {
        font-size: 18px;
    }
    .subHeader a {
        font-size: 14px;
        margin-right: 18px;
    }
        
    
    
    
}
@media(max-width: 1440px){
    
    .header .logo img {
        max-width: 190px;
    }
    .content-menu ul li a {
        font-size: 15px;
    }
    .content-menu ul li {
        margin: 0 10px;
    }
    
    
    
    
}
@media(max-width: 1366px){
    
    footer li a {
        font-size: 14px;
    }
    
    
    
}
@media(max-width: 1280px){
    
    .subHeader a {
        font-size: 13px;
        margin-right: 18px;
    }
    footer li a {
        font-size: 13px;
    }
    
    
    
    
}
@media(max-width: 1040px){
    
	body.active-menu::before{
		content: '';
		display: block;
		width: 100%;
		height: 100vh;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 8;
		background-image: url('../../dist/images/bg-menu.png');
		background-size: cover;
		background-position: center;
	}
	body.active-menu header{
		background-color: transparent !important;
	}
	.menu-mobile{
		display: block;
		-webkit-transform: translateX(-100%);
		   -moz-transform: translateX(-100%);
		    -ms-transform: translateX(-100%);
		     -o-transform: translateX(-100%);
		        transform: translateX(-100%);
		transition: 0.3s all;
	}
	.menu-mobile.active-menu{
		transition: 0.3s all;
		-webkit-transform: translateX(0);
		   -moz-transform: translateX(0);
		    -ms-transform: translateX(0);
		     -o-transform: translateX(0);
		        transform: translateX(0);
	}
	.header{
		padding: 10px 0px 5px 10px;
		background-color: transparent;
		border-bottom: 1px solid rgba(255, 255, 255, 0.24);
	}
	.header.header-fixed{
		-webkit-transform: translateY(0);
		   -moz-transform: translateY(0);
		    -ms-transform: translateY(0);
		     -o-transform: translateY(0);
		        transform: translateY(0);
	}
	.open-menu{
		display: block;
	}
	:is(.subHeader, .content-menu){
		display: none;
	}
	.ctaContato{
		padding-left: 0;
		border: none;
	}
}
@media(max-width:  991px){
    
}
@media(max-width:  575px){
    
    .menu-mobile ul li a {
        font-size: 20px;
    }
    section.banner-destaque .slick-dots {
        position: absolute;
        top: unset;
        right: 35%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        height: auto;
        bottom: 7px;
        gap: 5px;
    }
    .ctaContato {
        justify-content: left;
    }
    
    
}
@media(max-width:  375px){
    
    .menu-mobile {
        padding: 80px 10px 10px 10px;
    }
    .menu-mobile ul li a {
        font-size: 18px;
    }
    .menu-contato a {
        font-size: 15px;
    }
    
    
    
    
    
}
@media(max-width:  330px){
    
    .menu-contato {
        margin: 15px 0;
        padding: 15px 0;
    }
    .menu-contato a {
        font-size: 14px;
    }
    .menu-mobile ul li a {
        font-size: 16px;
    }
    .header .logo img {
        max-width: 150px;
    }
        
    
    
}









