@charset "utf-8";


/*--------------------------------------------------Media Queries----------------------------------------------------------*/


/*1   1601px - Full width */
@media (max-height:499px) and (orientation:landscape){
	.cartodb-infowindow{
		width: 300px;
	}
	.content-dades {
		height: 110px;
	}
	.content-dades-minieolica {
		height: 80px;
	}
	h2.heading-map {
		font-size: 1.1em;
	}
	.container-consultation {
		font-size: 0.75;
	}
	.title-consultation {
		font-size: 0.85;
	}
	h3.title-dades {
		font-size: 0.5;
	}
}



/*1   1601px - Full width */
@media (min-height:500px) and (max-height:578px) and (orientation:landscape){
	.cartodb-infowindow{
		width: 300px;
	}
	.content-dades {
		height: 120px;
	}
	.content-dades-minieolica {
		height: 80px;
	}
	h2.heading-map {
		font-size: 110%;
	}
	.container-consultation {
		font-size: 80%;
	}
	.title-consultation {
		font-size: 90%;
	}
	h3.title-dades {
		font-size: 90%;
	}
}

/*1   1601px - Full width */
@media (min-height:579px) and (max-height:768px) and (max-width:1375px){
	.cartodb-infowindow{
		width: 300px;
	}
	.content-dades {
		height: 180px;
	}
	.content-dades-minieolica {
		height: 90px;
	}	
	h2.heading-map {
		font-size: 110%;
	}
	.container-consultation {
		font-size: 80%;
	}
	.title-consultation {
		font-size: 90%;
	}
	h3.title-dades {
		font-size: 90%;
	}
}

/*1   1601px - Full width */
@media (min-height:769px) and (max-width:1375px){
	.cartodb-infowindow{
		width: 300px;
	}
	.content-dades {
		height: 200px;
	}
	.content-dades-minieolica {
		height: 90px;
	}	
	h2.heading-map {
		font-size: 110%;
	}
	.container-consultation {
		font-size: 80%;
	}
	.title-consultation {
		font-size: 90%;
	}
	h3.title-dades {
		font-size: 90%;
	}
}

/*1   1601px - Full width */
@media (min-width:1376px) and (max-width:1599px) and (orientation:landscape) {
	.cartodb-infowindow{
		width: 300px;
	}
	.content-dades {
		height: 200px;
	}
	.content-dades-minieolica {
		height: 90px;
	}	
	h2.heading-map {
		font-size: 110%;
	}
	.container-consultation {
		font-size: 80%;
	}
	.title-consultation {
		font-size: 90%;
	}
	h3.title-dades {
		font-size: 90%;
	}
}

/*1   1601px - Full width */
@media (min-width:1599px) and (min-height:579px) and (max-height:768px) and (orientation:landscape) {
	.cartodb-infowindow{
		width: 300px;
	}
	.content-dades {
		height: 200px;
	}
	.content-dades-minieolica {
		height: 90px;
	}	
	h2.heading-map {
		font-size: 110%;
	}
	.container-consultation {
		font-size: 80%;
	}
	.title-consultation {
		font-size: 90%;
	}
	h3.title-dades {
		font-size: 90%;
	}
}

/* 5- 768px-1024px      iPads (portrait)  */
@media (min-width:768px) and (max-width:1024px) and (orientation:portrait){

	.cartodb-infowindow{
		width: 300px;
	}
	.content-dades-minieolica {
		height: 90px;
	}		
	.content-dades {
		height: 150px;
	}
	h2.heading-map {
		font-size: 110%;
	}
	.container-consultation {
		font-size: 80%;
	}
	.title-consultation {
		font-size: 90%;
	}
	h3.title-dades {
		font-size: 90%;
	}	

}

@media (min-width:720px) and (max-width:767px) {
	.input-btn {
	  font-size: 85%;
	}

}

/* 5- 768px-1024px      iPads (portrait)  */
@media (min-width:300px) and (max-width:719px) {

	#layer-selector {
	  width: auto;
	  position: static;
	  left: 40%;
	  margin-top: 5px;
	  height: 40px;
	  float: right;
	  display: flex;
	}
	
	.layer-button-div {
	  width: 45px;
	}
	
	.input-btn {
	  display: none;
	}
}



































