#eng-body-dropdown-depto {
    position: relative;
}
.navbar-primary {
    background-color: #016392;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.navbar-static-top {
    z-index: 1;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
#eng-body-dropdown-depto .container {
    position: relative;
}
#carousel-depto-m15.carousel, #carousel-depto-m15 .item, #carousel-depto-m15 .item.active {
    height: auto;
}
#carousel-depto-m15.carousel {
    white-space: nowrap;
}
#carousel-depto-m15 .carousel-inner {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#carousel-depto-m15 .item.active {
    float: left;
    width: 100%;
}
#carousel-depto-m15 .item {
    text-align: center;
}
#carousel-depto-m15.carousel, #carousel-depto-m15 .item, #carousel-depto-m15 .item.active {
    height: auto;
}
#carousel-depto-m15 .list-inline-depto {
    display: inline-flex;
    position: relative;
    width: 16.66666666666667%;
}
#carousel-depto-m15.carousel {
    white-space: nowrap;
}
#carousel-depto-m15 .list-inline-depto a {
    color: #fff;
    padding: 15px;
    line-height: 36px;
    width: 100%;
    -webkit-transition: all 0.5s cubic-bezier(.25,.8,.25,1);
    -moz-transition: all 0.5s cubic-bezier(.25,.8,.25,1);
    -ms-transition: all 0.5s cubic-bezier(.25,.8,.25,1);
    -o-transition: all 0.5s cubic-bezier(.25,.8,.25,1);
    transition: all 0.5s cubic-bezier(.25,.8,.25,1);
}
#carousel-depto-m15 .list-inline-depto a span {
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 85%;
}
#carousel-depto-m15 .list-inline-depto a i {
    position: relative;
    top: 7px;
    width: 15%;
}
#carousel-depto-m15 .list-inline-depto:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #000;
    opacity: .1;
}
#eng-body-dropdown-depto .carousel-control {
    color: #fff!important;
    width: 10%!important;
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control {
    z-index: 1;
}
.carousel-control .icon:before {
    line-height: 20px;
}
.body-dropdown-deptos.collapse::-webkit-scrollbar { width: 6px; }
.body-dropdown-deptos.collapse::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.2); }
.body-dropdown-deptos.collapse::-webkit-scrollbar-thumb:hover { background-color: rgba(0, 0, 0, 0.3); }
.body-dropdown-deptos.collapse::-webkit-scrollbar-thumb:active { background-color: rgba(0, 0, 0, 0.35); }
.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.container-dropdown-deptos {
    position: absolute;
    z-index: 11;
    width: 100%;
    top: 66px;
    left: 0;
    right: 0;
}
#all-dropdowns-deptos {
    position: absolute;
}
#all-dropdowns-deptos:not(.more-five) .body-dropdown-deptos.collapse {
    overflow-x: hidden;
}
.body-dropdown-deptos.collapse {
    overflow-y: auto;
}
.body-dropdown-deptos {
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    max-height: 300px;
    border-top: solid 3px #fff;
}
#all-dropdowns-deptos .list-group-item {
    border-radius: 0px !important;
    border: none;
    padding: 15px;
}
#all-dropdowns-deptos .badge {
	background-color: #000;
}
.nav>li>a {
    line-height: 18px;
}
#carousel-depto-m15 .list-inline-depto a:focus {
	opacity: 1;
}
#all-dropdowns-deptos #more-down {
	display: none;
}
#all-dropdowns-deptos.more-five.active #more-down {
	display: block;
	float: left;
	background-color: #fff;
	color: #<?php echo $obj_loja->GetCor16() ?>;
	font-size: 20px;
	width: 100%;
	height: auto;
	text-align: center;
	height: auto;
	position: relative;
	top: -17px;
	z-index: 12;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
#eng-departamentos-overflow {
	overflow-x: hidden;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}
#eng-departamentos-overflow ul.nav {
	white-space: nowrap;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
#eng-departamentos-overflow ul.nav>li.drop-li {
	display: inline-block;
	float: none;
}
#eng-departamentos-overflow .more {
	position: absolute;
	z-index: 1;
	cursor: pointer;
	width: 30px;
	text-align: center;
	top: 0;
	bottom: 0;
	background-color: #<?php echo $obj_loja->GetCor16() ?> !important;
	color: #fff;
}
#eng-departamentos-overflow .more i {
	line-height: 55px;
}
#eng-departamentos-overflow .more.more-left {
	left: 0;
}
#eng-departamentos-overflow .more.more-right {
	right: 0;
}
#carousel-depto-m15 .dropdown-toggle[aria-expanded="true"] {
	background-color: rgba(255,255,255,.4);
	opacity: 1;
}
#carousel-depto-m15 .dropdown-toggle[aria-expanded="true"] i {
	-webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.carousel-indicators {
	z-index: 1;
}
.nav-list>li>a::before {
    font-family: "Material Icons";
    content: "\E315";
    font-size: 20px;
    margin-right: 10px;
    position: relative;
    top: 5px;
    color: #ddd;
}
#carousel-depto-m15 .list-inline-depto a[aria-expanded="true"]:before {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: -1px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    -webkit-animation: fadein .9s;
    -moz-animation: fadein .9s;
    -ms-animation: fadein .9s;
    -o-animation: fadein .9s;
    animation: fadein .9s;
}


@media (max-width: 1024px)
.container {
    width: 100%;
}

@media (max-width: 991px){
	.navbar-collapse.collapse.in {
	    display: none !important;
	}
}

@media (max-width: 767px){
	#navbar3 ul.nav>li, #navbar4 ul.nav>li{
		width: 100%;
	}
	.nav>li {
	    display: inline-block;
	    float: right;
	}
	#carousel-depto-m15 .list-inline-depto {
		width: 100%!important;
	}
	#eng-body-dropdown-depto .container {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	#all-dropdowns-deptos .nav>li {
		width: 100%;
	}
	a[data-target="#navbar3"],
	a[data-target="#navbar4"] {
		margin-top: 0!important;
		margin-bottom: 10px!important;
	}
}

@media (min-width: 768px){
	.navbar {
	    border-radius: 0;
	}
	.changeAnim {
	    -webkit-transition: all 0.5s cubic-bezier(.25,.8,.25,1);
	    -moz-transition: all 0.5s cubic-bezier(.25,.8,.25,1);
	    -ms-transition: all 0.5s cubic-bezier(.25,.8,.25,1);
	    -o-transition: all 0.5s cubic-bezier(.25,.8,.25,1);
	    transition: all 0.5s cubic-bezier(.25,.8,.25,1);
	}
}