/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 06 2025 | 01:55:26 */
/* Default transparent header styles */
.main-header-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: transparent;
    transition: background 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

/* Desktop-specific scrolled header */
.main-header-bar.scrolled, 
.main-header-bar.menu-open {
    background: #ffffff!important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}




/* Dark fill for mobile menu icon */
.dark {
    fill: #676767 !important;
	color: #676767 !important;
}
.dark-link {
	color: #676767!important ;
}
.dark-link:hover{
	color: #CEAA7A !important;
}


/* outro icon menu background svg */
/*
span:has(.ast-mobile-svg){
	width: 24px!important;
	height: 24px!important; 
}

span:has(.ast-menu-svg){
	background-image: url('https://fragasdocabril.com/wp-content/uploads/2025/02/bars_0.svg')!important;
	background-size: contain;
    background-repeat: no-repeat;
}
span:has(.ast-menu-svg.dark){
	background-image: url('https://fragasdocabril.com/wp-content/uploads/2025/02/bars_1.svg')!important;
	background-size: contain;
    background-repeat: no-repeat;
}

span:has(.ast-close-svg){
	background-image: url('https://fragasdocabril.com/wp-content/uploads/2025/02/close_0.svg')!important;
	background-size: contain;
    background-repeat: no-repeat;
}
span:has(.ast-close-svg.dark){
	background-image: url('https://fragasdocabril.com/wp-content/uploads/2025/02/close_1.svg')!important;
	background-size: contain;
    background-repeat: no-repeat;
  
}

.ast-menu-svg {
    fill-opacity: 0!important;
}
*/


