.consultador{
	font-family: "Montserrat", sans-serif;
	background:#eaeaf1;
}

.consultador__inner{
	width:100%;
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
}

.consultador__inner__col{
	width:100%;
	background: white;
	margin:20px;
	padding:20px;
	border-radius: 20px;
}

#instancia-btn{
	border: 0;
	background: coral;
	padding: 20px;
	border-radius: 50px;
	font-size: 16px;
	font-weight: 600;
	color:#ffffff ;
	margin-bottom: 60px;
	margin-left: 20px;
	cursor: pointer;
	transition: all .3s;
}

#instancia-btn:hover{
	background: rgb(255, 70, 0);
}



.homepage{
	
	
}

.homepage h2{
	font-size: 35px;
	margin-bottom: 0;
}

.colu{
	position: relative;
	margin: 5px 0 10px;
}


#selectorCarros{
	
}


.homepage form label{
	display: block;
	top:7px;
	left: 16px;
	font-size: 13px;
	width: fit-content;
	position: absolute;
	z-index: 0;
}
.homepage form select {
   border: 1px solid #111;
   background: transparent;
   width: 100%;
   padding: 24px 16px 10px;
   font-size:16px;
   border: 1px solid black;
   outline:none;
   border-radius:5px;
   color:black;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background: url(images/downarrow-w.png) 96% / 15% no-repeat transparent;
   margin-bottom:15px;
   cursor: pointer;
   position: relative;
   z-index: 0;
}

.homepage form input{
	border:1px solid #a2a2a2;
	padding: 5px 5px 5px 5px;
	font-size: 18px;
	height:45px;
	text-align:center;
	width:100%;
	color:black;
	border-radius:2px;
	text-transform: uppercase;
	position: relative;
}





#resultados{
	margin:0 auto;
	margin-top: 50px;
	font-size: 12px;
}

.tablaResultados{
	
}

.tituloTabla{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 15px;
}



.oddItem{
	background: rgb(229, 229, 229);
	font-weight: 600;
	font-size: 14px;
}

.evenItem{
	background: white;
	font-weight: 600;
	font-size: 14px;
}

.evenItem,.oddItem{
	padding: 15px 15px;
}

.oddItem span,.evenItem span{
	font-weight: 400;
	
}



.ahorro{
	font-weight: 700;
	font-size: 22px;
}




.contenedorEscalaBarra{	
	text-align: center;
}

.escalaBarra{
	background-image: url(../images/airrank.png);
	background-size: contain;
	background-repeat: no-repeat;
	height: 45px;
	display: block;
	position: relative;
	margin-top: 52px;
	max-width: 445px;
}

.barValCont{
	text-align: center;
	position: absolute;
	top:-42px;
	width: 30px;
	height: 30px;
}

.barVal{
	padding: 2px 8px;
	font-size:1.7em;
	background-color:#000;
	color: #fff;
	display: inline-block;
	text-align: center;
	border-radius:5px;
}
.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 13px solid #000;
	text-align: center;
	display: inline-block;
	vertical-align: top
}
.escalaBarra__legend{
	max-width: 445px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.escalaBarra__legend div span{
	font-weight: 600;
}

.escalaBarra__legend_bottom{
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
	max-width: 445px;
	padding-top: 10px;
}

.escalaBarra__legend_bottom span{
	font-weight: 600;
}

.escalaBarra__legend_bottom span sub{
	font-size: 13px;
}

#emisionesCO2{
	color: red;
	font-weight: 600;
}

.escalaBarra__legend_bottom_note{
	max-width: 445px;
}


.alertaNoInfo{
	display: none;
	font-size: 22px;
	font-weight: bold;
	color: red;
}

.alertaNoInfo img{
	max-width: 100px;
}




