@font-face {
	font-family: 'Conv_BarlowCondensed-Bold';
	src: url('util/fonts/BarlowCondensed-Bold.eot');
	src: local('?'), url('util/fonts/BarlowCondensed-Bold.woff') format('woff'), 
	url('util/fonts/BarlowCondensed-Bold.ttf') format('truetype'), 
	url('util/fonts/BarlowCondensed-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_BarlowCondensed-Light';
	src: url('util/fonts/BarlowCondensed-Light.eot');
	src: local('?'), url('util/fonts/BarlowCondensed-Light.woff') format('woff'), 
	url('util/fonts/BarlowCondensed-Light.ttf') format('truetype'), 
	url('util/fonts/BarlowCondensed-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_BarlowCondensed-Medium';
	src: url('util/fonts/BarlowCondensed-Medium.eot');
	src: local('?'), url('util/fonts/BarlowCondensed-Medium.woff') format('woff'), 
	url('util/fonts/BarlowCondensed-Medium.ttf') format('truetype'), 
	url('util/fonts/BarlowCondensed-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Conv_BarlowCondensed-Regular';
	src: url('util/fonts/BarlowCondensed-Regular.eot');
	src: local('?'), url('util/fonts/BarlowCondensed-Regular.woff') format('woff'), 
	url('util/fonts/BarlowCondensed-Regular.ttf') format('truetype'), 
	url('util/fonts/BarlowCondensed-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.flexslider img{
	width: 100%;
	height: 100vh;
}
.menu{
	width: 100vh!important;
	max-width: 382px!important;
	background-color: ;
}
.text-dange{
	color: red;
} 

#principal {
	width: 100%;
	height: 100%;
}
#menu-unidades {
	position: absolute;
	top:0;
	right: 0;
	width: 100%;
	max-width: 382px;
	height: 100%;
	background: #262626;
	float:right;
	z-index: 999;
}
#menu-detalhes {
	width: 100%;
	max-width: 382px;
	height: 100%;
	max-height: 67px;
	float:left;
}
.bloco-1 {
  --cor: #515151;
}
.bloco-2 {
  --cor: #474747;
}
.bloco-3 {
  --cor: #3E3E3E;
}
.bloco-4 {
  --cor: #363636;
}
.bloco-5 {
  --cor: #262626;
}
.menu-unidades-blocos {
	width: 100%;
	max-width: 76px;
	height: 100%;
	max-height: 67px;
	background: #262626;
	float:left;
	background-color: var(--cor);
}
#logo {
	margin-top: 60%;
	width: 100%;
	height: 100%;
	max-height: 57px;
	text-align: center;
}
#logo-oficina {
	width: 100%;
	max-width: 300px;
	height: 100%;
	max-height: 57px;
}


/*the container must be positioned relative:*/
.custom-select {
    position: relative;
    margin: 0 auto;
    font-family: 'Conv_BarlowCondensed-Light';
    font-size: 18px;
    width: 100%;
    max-width: 305px;
    margin-top: 135px;
}

.custom-select select {
  display: none;
}

.select-selected {
  background-color: #191919;
  border-radius:8px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
  border-radius:20px;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
   border-radius:8px;
}

/*style items (options):*/
.select-items {
  margin-top:-6px;
  position: absolute;
  background-color: #191919;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-bottom-left-radius: 8px;	
  border-bottom-right-radius: 8px;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
