/*  MICROTHEMER STYLES  */


/*= General =================== */

/** General >> Avia cookie consent **/
.avia-cookie-consent {
	background-color: rgb(10, 106, 140) !important;
}


/*( Tablet & Phone )*/
@media (max-width: 767px) {

	/*= General =================== */

	/** General >> Modern centered av special heading tag **/
	.mt-96 .modern-centered .av-special-heading-tag {
	font-weight: 900 !important;
}


}


/*( Phone )*/
@media (max-width: 480px) {

	/*= General =================== */

	/** General >> Avia builder el 56 av special heading tag **/
	.mt-96 .avia-builder-el-56 .av-special-heading-tag {
	font-size: 32px !important;
}

	/** General >> Modern centered av special heading tag **/
	.mt-96 .modern-centered .av-special-heading-tag {
	font-size: 30px !important;
	letter-spacing: -0.5px !important;
}

	/** General >> Logo image **/
	.logo img {
	width: 90% !important;
}


}

