/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 10 2025 | 18:33:34 */
.geo-menu-modal {
  width: 100%;
}


.geo-menu-modal-content {
    position: absolute;
    top: 235px;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -260px);
    background: transparent;
    box-shadow: none !important;
    border-radius: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(90deg, rgba(245, 245, 245, 1) 50%, rgb(229 230 231) 50%);
}

.geo-menu-modal {
    position: fixed;
    top: 190px;
    left: 0;
    width: 100%;
    height: 100%;
}

.geo-menu-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
}

.search-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgba(16, 17, 24, 0.80);
	backdrop-filter: blur(10px);
}

.search-modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 1216px;
    transform: translate(-50%, -50%);
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0;
    height: 100%;
    display: flex;   
	flex-direction: column;
    gap: 0;
    align-content: center;
    justify-content: center;
    align-items: center;
}



li.item-menu {
    list-style: none;
}

.nav-link {
    cursor: pointer;
    color: white;
}

.nav-link:hover {
    color: #0DD3AD;
}


.navbar-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

ul.navbar-nav {
    display: flex;
    justify-content: space-between;
    gap: 24px;
	padding:0;
}


/* garante que a classe .open seja aplicada e funcione */
.geo-menu-modal {
  display: none !important;
  pointer-events: none;         /* bloqueia cliques quando fechado */
}
.geo-menu-modal.open {
  pointer-events: auto;         /* permite cliques quando aberto */
}

/* overlay deve receber cliques */
.geo-menu-modal-overlay {
  pointer-events: auto !important;
  cursor: pointer;
}

/* botão de fechar sempre visível e clicável */




.geo-menu-modal.open {
  display: flex !important;
}


.custom-language-switcher.open .cls-options {
	z-index: 999999999999999999
}