/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/


/* Desactivar comportamiento "sticky" y compensación en móvil y tablet */
@media (max-width: 1024px) {
  body {
    padding-top: 0 !important;
  }

  .l-header {
    position: relative !important;
    top: auto !important;
    transform: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
	.w-iconbox-title { 
	font-size:18px !important;}
}
