/*
Theme Name: BGInstalaciones
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1763986128
Updated: 2025-11-24 12:08:48

*/

.shrinker {
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important;
}
.shrinker.she-header {
    background-color: transparent !important;
    height: auto;
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important;
    -moz-box-shadow: 0 6px 30px -4px rgba(0,0,0,.05) !important;
    -webkit-box-shadow: 0 6px 30px -4px rgba(0,0,0,.05) !important;
    -o-box-shadow: 0 6px 30px -4px rgba(0,0,0,.05) !important;
    box-shadow: 0 6px 30px -4px rgba(0,0,0,.05) !important;
}
.shrinking-logo {
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important;
}
.hfe-nav-menu li a {
    border: 2px solid #808080;
    color: #000 !important;
	margin-right:10px;
	
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important;
    -moz-border-top-left-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    -o-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    -moz-border-top-right-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -o-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
    -moz-border-bottom-right-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -o-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
	 border-bottom-left-radius: 12px;
	-moz-border-bottom-left-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -o-border-bottom-left-radius: 12px;
}
a.hfe-sub-menu-item {
	border:none!important;
}
.hfe-nav-menu li a:hover, .hfe-nav-menu li a:active {
    border: 2px solid #E31E24;
    color: #E31E24 !important;
}
.shrinker.she-header .hfe-nav-menu li a {
    font-size: 1rem !important;
    color: #000 !important;
    -moz-transition: all .2s linear !important;
    -webkit-transition: all .2s linear !important;
    -o-transition: all .2s linear !important;
    transition: all .2s linear !important;
    text-align: right;
}
.shrinker.she-header .hfe-nav-menu li a:hover {
    color: #E31E24 !important;
}
.shrinker.she-header .hfe-menu-item.elementor-button, .shrinker.she-header .hfe-menu-item.elementor-button:hover {
	color: #fff !important;
}
.shrinker.she-header .lang-item a img {
    height: 11px !important;
    width: 16px !important;
}
.iconomenu {
    display: none;
}


.hfe-menu-item.elementor-button {
	color: #fff !important;
	 font-size: 1rem !important;
	border:2px solid #fff!important;
}
	
.hfe-menu-item.elementor-button:hover {
	color: #fff !important;
}


@media (max-width: 767px) {
	.shrinker, .shrinker.she-header  {
		background: #fff!important;
	}
	.shrinking-logo {
		height: auto;
		width: 100px !important;
	}
	.hfe-nav-menu {
		display: none !important;
	}
	.iconomenu {
		display: block !important;
	}
	.shrinker .iconomenu svg {
		fill: #000 !important;
	}
	.shrinker.she-header .iconomenu svg {
		fill: #000 !important;
	}
	.dialog-widget-content {
		background-color: #fff !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.shrinker, .shrinker.she-header  {
		background: #fff!important;
	}
	.shrinking-logo {
		height: auto;
		width: 87px !important;
	}
	.hfe-nav-menu li a {
		border: 1px solid #808080;		
		margin:0!important;	
	}
	.hfe-nav-menu li a:last-child {
		margin:0;
	}
	.iconomenu {
		display: none !important;
	}
	.dialog-widget-content {
		background-color: #fff !important;
	}
	.shrinker .iconomenu svg {
		fill: #000 !important;
	}
	.shrinker.she-header .iconomenu svg {
		fill: #000 !important;
	}
}
div:target {
    background: #e31e24!important;   
}
div:target svg path {    
    fill: #ffffff;
}
div:target h3, div:target p {    
    color: #ffffff!important;
}