/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}
#mk-page-introduce {
	display:none !important;
}

*/



li.menu-verde{
background-color: #eaeaea !important;
}

.caja-ahd{
	position: absolute;
	top: 0px;
	right: 75px; 
	z-index:10000;
	width: fit-content;
	width: -moz-fit-content;
}

@media (max-width: 1140px){
	.caja-ahd{
		left: 25px;
		right: 0px;
	}
}
@media (max-width: 540px){
.caja-ahd {
    left: 15px;
    right: 0px;
    top: 10px;
}
@media (max-width: 475px){
	.caja-ahd a{
		font-size: 11px;
	}

	.mk-header.sticky-style-fixed .header-logo.logo-has-sticky img{
		max-width: 140px;
	}
}

@media (max-width: 475px){
	.caja-ahd a{
		left: 10px;
	}
}

/*@media (max-width: 767px){
	.caja-ahd{
		left: 25px;
		right: 0px;
	}
}*/