/* ---------------------------------
  GENERALS: COMMON TOP BAR -- ajuste logo cabecera linea 335
--------------------------------- */

@media (min-width: 414px) {

    #common_top-bar .c_tb-logo {
    	width: 195px;
    	height: 32px;
    	top: 7px;
    	left: auto;
    	background-image: url(images/required/logo-conselldemallorca.svg);}

}

/* ---------------------------------
  GENERALS: COMMON FOOTER -- ajuste logo footer linea 522
--------------------------------- */

@media (min-width: 1200px) {

	#common_footer .c_f-logo {
		width: 195px;
		height: 32px;
		top: 4px;
		background-image: url(images/required/logo-conselldemallorca.svg);}
}

/* ---------------------------------
  AJUSTAR INSIGNIA
 --------------------------------- */ 
.c_tb-lang {
top:10px
}

/* ---------------------------------
<<<<<<< HEAD
  AJUSTAR INSIGNIA
--------------------------------- */
.c_tb-lang {
	top: 10px;
	}


/* DEVICES CHECK (JS)
********************/

@media (min-device-width: 320px) {
  .consell-mobile-check {display: block;}
  .consell-tablet-check, .consell-tablet-l-check, .consell-desktop-check {display: none;}
} /* END min-device-width: 320px; */

@media (min-device-width: 768px) {
  .consell-mobile-check, .consell-tablet-l-check, .consell-desktop-check {display: none;}
  .consell-tablet-check {display: block;}
} /* END min-device-width: 768px; */

@media (min-device-width: 992px) {
  .consell-mobile-check, .consell-tablet-check, .consell-desktop-check {display: none;}
  .consell-tablet-l-check {display: block;}
} /* END min-device-width: 992px; */

@media (min-device-width: 1200px) {
  .consell-mobile-check, .consell-tablet-check, .consell-tablet-l-check {display: none;}
  .consell-desktop-check {display: block;}
} /* END min-device-width: 1200px; */

/* ---------------------------------
  HEADER BIG-INTRO
--------------------------------- */

img.consell-desktop-check.insignia {
	width: initial;
	float: inline-start;
}
img.consell-tablet-check.insignia {
	width: initial;
	float: inline-start;
	margin: auto;
	margin-top: 27px;
}
img.consell-tablet-l-check.insignia {
	width: initial;
	float: inline-start;
	padding-left: 56px;
	margin: auto;
	margin-top: 27px;
}
img.consell-mobile-check.insignia {
	width: initial;
	margin: auto;
	margin-bottom:20px;
}
.header_big-intro div.text-wrapper.insignia {
	display: block;
	float:right;
}

@media (max-device-width: 640px) {
	.header_big-intro div.text-wrapper.insignia{
		float:none
	}
} /* END min-device-width: 640px; */

@media (min-device-width: 992px) {
	.header_big-intro h2.title.insignia{
		margin-left:initial;
	}
} /* END min-device-width: 992px; */

@media (min-device-width: 1200px) {
	.header_big-intro div.text-wrapper {
	margin-right:60px;
	}
} /* END min-device-width: 992px; */