/* --------------- HEADER FIXED --------------- */
.header-fixed a{
	color: #000 !important;
}
.header-fixed .menu-header-triangle{
	color: #4b4b4d;
}
.header-fixed .menu-header-border:hover{
	border-bottom: 5px solid #4b4b4d;
}
.header-fixed .navbar-top-contact{
	display: none;
}
.header-fixed .banner-dark img{
	display: block !important;
}
.header-fixed .banner-white img{
	display: none;
}
.header-fixed{
	background-color: rgba(255,255,255,1);
}
.header-fixed .dropdown-menu-header{
	background-color: rgba(255,255,255,1) !important;
	/*border: none !important;*/
	border-radius: 0px !important;
}
.header-fixed .dropdown-menu-header{
	border: 1px solid #4b4b4d !important;
}
.header-fixed .dropdown-menu-header a:hover{
	background-color: #c0c0c0 !important;
}
/* --------------- HEADER --------------- */
header *{
	-webkit-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
header.navbar-top{
	width: 100%;
}
.navbar-top-contact{
	background-color: #4b4b4d;
	width: 100%;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-top: .5em;
	padding-bottom: .5em;
}
.navbar-top-contact a{
	padding: .3em;
	-webkit-transition: background-color 1s;
	-o-transition: background-color 1s;
	transition: background-color 1s;
	color: inherit;
}
.navbar-top-contact a:hover{
	background-color: #6E6E6E;
	border-radius: 2px;
	text-decoration: none;
}
.navbar-top-contact img{
	max-width: 1.5em;
	margin-right: .4em;
}
.navbar-top-contact ul{
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 0;
}
.navbar-top-contact li:first-child{
	border-right: 1px solid #fff;
	padding-right: 1em;
}
.navbar-top-contact li:last-child{
	padding-left: 1em;
}
.menu-header img{
	/*margin-bottom: 1em;*/
	padding: .5em;
	width: 14em;
}
.banner-dark img{
	display: none;
}
.menu-header{
	padding-top: .5em;
	background-color: transparent;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
}
.dropdown{
	cursor: pointer;
}
.dropdown:hover > .dropdown-menu {
    display: block;
    z-index: 1000;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; 
    -webkit-animation: slide-down 1s ease;
    -moz-animation: slide-down 1s ease;
}
@-webkit-keyframes slide-down {
      0% { opacity: 0; -webkit-transform: translateY(-10%); }   
    100% { opacity: 1; -webkit-transform: translateY(0); }
}
.menu-header-link{
	color: #fff;
}
.menu-header-link:hover{
	text-decoration: none;
	color: #fff;
}
.dropdown-menu-header{
	/*background-color: #4b4b4d;*/
	background-color: #fff;
	color: #fff;
	/*border: 1px solid #4b4b4d;*/
	margin-top: 4px;
	border-radius: 0px;
	border-top: none;

}
.dropdown-menu-header a{
	color: #000;
	padding: .5em 1em !important;
	font-size: .8em;
	line-height: 1.2;
}
.dropdown-menu-header a:hover{
	background-color: rgba(0,0,0,.4);
	color: #fff;
}
/*.nav-item:hover > .position-dropdown1 {
    display: block;
    z-index: 99999;
    transition: all 1s; 
}*/
/*.dropdown-item:hover > .position-dropdown1{
    display: block;
    z-index: 9999;
    transition: all 1s; 
}*/
.position-dropdown1{
	
	/*border-top: 1px solid #4b4b4d;*/
	width: auto;
}
#second-drop-h{
	top: -.75em;
	left: 17.4em;
}
#second-drop-f{
	top: -.75em;
	left: 20.8em;
}
.menu-header li{
	margin-right: 5em;
	margin-bottom: .4em;
	text-align: center;
	line-height: .9;
	margin-bottom: -1px;
}
.menu-header li:last-child{
	margin-right: 0em
}
.menu-header-link{
	text-transform: uppercase;
	outline: 0;
}
.menu-header-triangle{
	opacity: 0;
	/*color: #4b4b4d;*/
	color: #fff;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	display: inline-block;
	width: 100%;
}
.menu-header-link:hover .menu-header-triangle{
	opacity: 1;
}
.nav-item:hover .menu-header-triangle{
	opacity: 1;
}
.menu-header-border{
	border-bottom: 5px solid transparent;
	-webkit-transition: border-bottom 1s;
	-o-transition: border-bottom 1s;
	transition: border-bottom 1s;
}
.menu-header-border:hover{
	/*border-bottom: 5px solid #4b4b4d;*/
	border-bottom: 5px solid #fff;
}
/* --------------- FOOTER --------------- */
.menu-footer-invert{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.menu-footer{
	padding-top: 3em;
	padding-bottom: 3em;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.menu-footer a{
	color: inherit;
}
.menu-footer a:hover{
	text-decoration: none;
}
.menu-footer-lkd{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: .5em;
}
.menu-footer-lkd:hover{
	color: #4b4b4d;
}
.menu-footer-lkd img{
	padding: 0;
	width: 2em;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
}
.menu-footer-lkd img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.menu-footer-content-sociais{
	/*display: flex;
	align-items: center;
	flex-direction: column;*/
}
.menu-footer-lkd-text{
	text-transform: uppercase;
	margin-right: 1em;
}
.menu-footer-link{
	text-transform: uppercase;
	color: #000;
	outline: 0;
}
.menu-footer-link:hover{
	text-decoration: none;
	color: inherit;
}
.footer-direitos{
	background-color: #4b4b4d;
	width: 100%;
	padding: .5em 0;
	text-align: center;
	color: #fff;
}
.footer-direitos-text{
	color: #fff;
	font-size: .9em;
}
.navbar-expand-lg .navbar-nav .dropup1{
	margin-top: -5.5em;
}
.navbar-expand-lg .navbar-nav .dropup2{
	margin-top: -17em;
}
.navbar-expand-lg .navbar-nav .dropup2-1{
	margin-left: 20.85em;
	margin-top: -2.45em;
}
.navbar-expand-lg .navbar-nav .dropup3{
	margin-top: -18em;
}
.dropdown-menu-footer{
	border: 0;
	border-radius: 0;
}
.dropdown-menu-footer a{
	padding: .5em;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.dropdown-menu-footer a:hover{
	background-color: #c0c0c0;
	color: #000;
}
.menu-footer-link{
	position: relative;
}
.dropup1:hover::after .menu-footer-link{
	width: 100%;
}
.menu-footer-link::after {
    content: '';
    width: 0;
    height: 1px;
    background-color: #5b5b5b;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: width .5s ease-in;
    -o-transition: width .5s ease-in;
    transition: width .5s ease-in;
}

.menu-footer-link:hover::after {
    width: 100%;
}
@media screen and (max-width: 1150px){
	.menu-header img{
	}
	.menu-header li{
		margin-right: 2.5em;
	}
	.menu-footer-lkd-text{
		margin-right: .5em;
		font-size: .8em;
	}
}
@media screen and (max-width: 991px) {
	.space-default{
		padding: 0em 4em;
	}
	header.navbar-top a{
		padding: 0em;
	}
	.navbar-top-contact{
		padding-top: .3em; 
		padding-bottom: .3em;
	}
	.menu-header{
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.menu-header li{
		text-align: left;
		line-height: 1;
		margin-bottom: .4em;
	}
	.menu-header-triangle{
		display: none;
	}
	.menu-header-link:hover .menu-header-triangle{
		opacity: 0 !important;
	}
	.nav-item:hover .menu-header-triangle{
		opacity: 0!important;
	}
	.menu-header-border:hover{
		border-bottom: 5px solid transparent;
	}
	.menu-header img{
		padding-top: 1em;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu{
		margin-top: 0em;
	}
	.menu-footer-lkd-text{
		font-size: 1em;
		padding-top: 1em;
	}
	.menu-footer li{
		margin: .5em 0;
	}
}
@media screen and (max-width: 991px){
	.navbar-toggler{
		background-color: #fff;
	}
	.header-fixed .banner-white{
		display: none;
	}
	.header-fixed .navbar-toggler{
		background-color: #bebebe8f;
	}
	.dropdown-menu{
		-webkit-transition: none;
		-o-transition: none;
		transition: none;
	}
}
@media screen and (max-width: 767px){
	.space-default{
		padding: 0em 2em;
	}
	.dropdown:hover > .dropdown-menu {
	    display: block;
	    z-index: 1000;
	    -webkit-transition: all 1s;
	    -o-transition: all 1s;
	    transition: all 1s; 
	    -webkit-animation: none; 
	            animation: none;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu{
		margin: .5em 0;
	}
}
@media screen and (max-width: 574px){
	.space-default{
		padding: 0em 1em;
	}
	.dropdown-item{
		padding: 4px !important;
		font-size: .85em;
	}
	.banner-white img, .banner-dark img{
		width: 10.5em;
	}
	/*footer*/
	.menu-footer{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
	}
	.menu-footer button{
		margin: 1em 0;
	}
	.menu-footer-lkd-text{
		font-size: .9em;
	}
}