/*
	Theme Name: promotora
	Description: Theme promotora
	Version: 1.0.0
	Author: Weblogica
	Author URI: http://weblogica.mx
	Tags: weblogica, diseño, marketing
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}

#site-header{
    position: sticky;
    top: 0;
    z-index: 100;
    background: white;
    -webkit-box-shadow: 0px 6px 4px -4px rgba(125,125,125,1);
    -moz-box-shadow: 0px 6px 4px -4px rgba(125,125,125,1);
    box-shadow: 0px 6px 4px -4px rgba(125,125,125,1);

    
}

