.elementor-212 .elementor-element.elementor-element-eec707d{--display:flex;}.elementor-212 .elementor-element.elementor-element-eec707d:not(.elementor-motion-effects-element-type-background), .elementor-212 .elementor-element.elementor-element-eec707d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#252525;}#elementor-popup-modal-212{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-212 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-212 .dialog-close-button{display:flex;}#elementor-popup-modal-212 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-212 .dialog-close-button i{color:#FFFFFF;}#elementor-popup-modal-212 .dialog-close-button svg{fill:#FFFFFF;}@media(max-width:767px){.elementor-212 .elementor-element.elementor-element-eec707d{--width:100vw;--min-height:100vh;--justify-content:flex-start;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-212 .elementor-element.elementor-element-5d8df93{margin:50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-5d8df93 */body{

font-family:Segoe UI, sans-serif;
}

#menu-container{
width:100%;
}

#menu-container{
position:relative;
z-index:1;
}

/* MENU DESKTOP */

.menu{
display:flex;
list-style:none;
padding:0;
margin:0;
justify-content:center;
}

.menu-item{
position:relative;
}

.menu-link{
display:flex;
align-items:center;
gap:10px;
padding:12px 20px;
text-decoration:none;

color:#d89a3a;

background:linear-gradient(180deg,#1a1a1a,#0b0b0b);
border-right:1px solid #2a2a2a;

transition:0.25s;
}

.menu-link:hover{

background:linear-gradient(180deg,#2b1a08,#120a03);

box-shadow:
inset 0 0 8px #ffcc66,
0 0 10px #8a4b12;

color:#ffcc66;
}

.menu-icon{
font-size:18px;
color:#ffcc66;
}

.menu-text{
display:flex;
flex-direction:column;
}

.menu-title{
font-weight:700;
font-size:14px;
}

.menu-subtitle{
font-size:11px;
opacity:0.7;
}

/* SUBMENU */

.submenu{
display:none;
position:absolute;
top:100%;
left:0;

background:#0e0e0e;

list-style:none;
padding:0;
margin:0;

min-width:200px;
}

.submenu li a{
display:block;
padding:10px 15px;
color:#d89a3a;
text-decoration:none;
border-bottom:1px solid #1a1a1a;
}

.submenu li a:hover{
background:#1b1005;
color:#ffcc66;
}

.menu-item:hover .submenu{
display:block;
}



@media (max-width:768px){

.menu{

flex-direction:column;
}

.menu.active{
display:flex;
}

.menu-link{
border-right:none;
border-bottom:1px solid #1b1b1b;
}



.submenu{
position:relative;
}
}/* End custom CSS */