/* top header */
header { margin:0 auto; }
#header { margin:0; }
header #header { width:1100px; height:100px; margin:0 auto; }

header #header .logo,
header #header .bt_whatsapp,
header #header .bt_menu { display:inline-block; }

header #header .logo a,
header #header .bt_whatsapp a,
header #header .bt_menu a { height:100px; display:block; }

header #header .logo a { background: url(https://safetyconsulting-tamaulipas.com/img/logos/logo.png?v=1) no-repeat center left; background-size:100% auto; width:260px; }

header #header .bt_whatsapp { float:right; }
header #header .bt_whatsapp a { background: url(https://safetyconsulting-tamaulipas.com/img/icons/bt_whatsapp.png?v=4) no-repeat center right; background-size:auto 40px; width:60px; }

header #header .bt_menu { margin-left:15px; float: right; }
header #header .bt_menu a { background: url(https://safetyconsulting-tamaulipas.com/img/icons/bt_menu.png?v=4) no-repeat center right; background-size:auto 40px; width:60px; }


@media (max-width: 768px) {
	header { margin:0 10px; }

	header #header { width:100%; }
	header #header .logo a { width:200px; }
	
	header #header .bt_menu { margin-left:5px; }
}