/*
Theme Name: iberfirmes
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.1744369118
Updated: 2025-04-11 10:58:38

*/

/* shrinking header section */

.shrinker {
  
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

.shrinker.she-header  {
    height:auto;
     background:transparent!important;
	box-shadow: 0px 6px 30px -4px rgba(0,0,0,.05)!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}


/* shrinking logo image */

.shrinking-logo {
	

	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}


@media (max-width:767px) {
    .shrinking-logo {
    	width: 100px!important;
    	height:auto;
    } 
     .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:#fff!important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
     .shrinking-logo {
    	width: 150px!important;
    	height:auto;
    }
    .hfe-nav-menu{
        display:none!important;
    }
    .iconomenu {
        display: block!important;
    }
    .dialog-widget-content {
        background:#fff!important;
    }
	 .shrinker .iconomenu svg {
        fill:#000!important;
    }
    .shrinker.she-header .iconomenu svg {
        fill:#000!important;
    }
}



/* shrinking menu */

.hfe-nav-menu li a, .elementor-cta__button {
    color:#000!important;
    border:2px solid #0B608A;
	border-top-left-radius:12px;
	border-top-right-radius:12px;
	border-bottom-right-radius:12px;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}
.elementor-cta__button {
	color:#fff!important;
	text-decoration:none!important;
}
.hfe-nav-menu li a:hover, .hfe-nav-menu li a:active {
    color:#EF7F1A!important;
    border:2px solid #EF7F1A;
}

.shrinker.she-header .hfe-nav-menu li a {
    color:#000!important;
	font-size: 1rem!important;
	text-align:right;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}
.shrinker.she-header .hfe-nav-menu li a:hover {
    color:#EF7F1A!important;
}


.shrinker.she-header .lang-item a img {
    width:16px!important;
    height:11px!important;
}
.iconomenu {
    display: none;
}
.wpr-sub-mega-menu {
  width:85vw!important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  top: 80px !important;
  
}
.video .elementor-button-icon svg {
  height: 3em !important;
  width: 3em;
  fill: #2390c8;
}
.video .elementor-button-text {
	align-self:center;
}
.video .elementor-button {
	padding:0;
}
.wpr-sub-mega-menu, .wpr-sub-mega-menu ul {
	font-size:12px !important;	
}
.wpr-sub-mega-menu li {
	list-style:disc!important;
}
.elementor-button-text {
    color:#fff!important;
}
#Areas h4 {
	font-size:26px;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1)!important;
}