@media only screen and (min-width: 1024px) {
    .home-desk {
        display: block;
    }
    #home-mobile {
        display: none;
    }
}
@media only screen and (max-width: 1023px) {
    .home-desk {
        display: none;
    }
    #home-mobile {
        display: block;
    }
}
* {
	border: 0px;
	margin: 0px;
}
*:focus{
 outline:none;
}
html, body {
	background: #262626;
}

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

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

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

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

#principal {
	width: 100%;
	height: 100%;
}
@media only screen and (min-width: 1024px) {
    #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%;
        height: 100%;
        max-height: 67px;
        float:left;
    }
     #logo {
        margin-top: 35%;
        width: 100%;
        height: 100%;
        max-height: 57px;
        text-align: center;
        padding-bottom: 60px;
    }   
    #logo-oficina {
        width: 100%;
        max-width: 300px;
        height: 100%;
        max-height: 57px;
    }    
    .bolsa{
        text-align: center;
        font-family: "Conv_BarlowCondensed-Medium";
        color: #fff;
        padding: 50px 0 0 0;
    }    
    .bolsa p{
	font-size: 20pt;
	padding-bottom: 10px;
}
}
@media only screen and (max-width: 1023px) {
    #menu-unidades {
        position: absolute;
        top:0;
        right: 0;
        width: 100%;
        height: 100%;
        background: #262626;
        float:right;
        z-index: 999;
    }
    #menu-detalhes {
        width: 100%;
        height: 100%;
        max-height: 67px;
        float:left;
    }
    #logo {
        margin-top: 20%;
        width: 100%;
        height: 100%;
        max-height: 57px;
        text-align: center;
        padding-bottom: 50px;
    }
    #logo-oficina {
        width: 100%;
        max-width: 260px;
        height: auto;
    }
     .bolsa{
        text-align: center;
        font-family: "Conv_BarlowCondensed-Medium";
        color: #fff;
        padding: 30px 0 0 0;
    } 
    .bolsa p{
	font-size: 20pt;
	padding-bottom: 10px;
    }
    #SelecionaUnidades {
        font-family: 'Conv_BarlowCondensed-Light';
        font-size: 18px;
        border-radius: 8px;
        color: #AEAEAE;
        background-color: transparent;
        background-image:url("../img/bg_select2.png");
        height: 51px;
        width: 100%;
        -webkit-appearance: none;
        padding-left: 60px;
    } 
    #SelecionaUnidades option {
        background-color: #262626;
        border-radius: 8px;
        border: 1px solid #262626;
        font-size: 14px;
        color: #AEAEAE;
    }  
}

.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);
}

.custom-select {
    position: relative;
    margin: 0 auto;
    font-family: 'Conv_BarlowCondensed-Light';
    font-size: 18px;
    width: 100%;
    max-width: 305px;
}

.dropbtn {
	width: 305px;
	background-color: #191919;
	color: white;
	padding: 10px;
	font-size: 16px;
	border-radius: 8px;
	cursor: pointer;
	
	display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
	align-content: space-around;
}
.icon-down{
	background-image: url(../img/seta-down.png);
	background-repeat: no-repeat;
	background-position: right;
}

.icon-up {
	background-image: url(../img/seta-up.png);
	background-repeat: no-repeat;
	background-position: right;
}

.dropbtn .local{
	width: 30px;
	padding-right: 15px;
}
.dropbtn:hover, .dropbtn:focus {
	background-color: #191919;
}

.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown span{
	color: #fff;
}

.dropdown-content {
	font-family: 'Conv_BarlowCondensed-Light';
	font-size: 18px;
	display: none;
	top: 45px;
	padding: 20px 0 28px 0;
	position: absolute;
	background-color: #191919;
	color: #AEAEAE;
	min-width: 305px;
	overflow: auto;
	z-index: 1;
	border-radius: 0 0 8px 8px;
}

.dropdown-content a {
	font-family: 'Conv_BarlowCondensed-Light';
	font-size: 18px;
	color: #AEAEAE;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	line-height: 9.8px;
}

.selecione-unidade {
    font-family: 'Conv_BarlowCondensed-Light';
    font-size: 18px;
	color: #AEAEAE;
}

.ball{
	padding: 0 23px 5px 5px;
}
.show { display: block; }


.bolsa a{
	text-decoration: none;
	font-family: "Conv_BarlowCondensed-light";
	color: #fff;
	background-color: #191919;
	border-radius: 4px;
	padding: 4px 12px 4px 12px;
	letter-spacing: 1px;
}

