.elementor-3612 .elementor-element.elementor-element-7060e162{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-350a215b *//* Container que centraliza o menu e o fixa no rodapé */
.footer-menu-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    padding: 0 20px;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

/* Classe para ocultar o menu */
.footer-menu-container.hidden {
    opacity: 0;
    transform: translateY(100%);
}

/* O menu em si - estilo glass minimalista com melhor contraste */
.footer-menu {
    max-width: 500px;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px 20px 0 0;
    box-shadow: 
        0 -4px 20px rgba(0, 0, 0, 0.15),
        0 -2px 10px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: none;
    padding: 8px 16px 8px;
    pointer-events: auto;
}

.footer-menu-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
}

.footer-menu-item {
    flex: 1;
}

.footer-menu-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6px 4px;
    border-radius: 12px;
    text-decoration: none;
    color: rgb(10 156 95);
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    min-height: 40px;
    cursor: pointer;
    background: transparent;
    border: none;
    font-family: inherit;
    width: 100%;
}

.footer-menu-link:hover {
    color: rgb(10 156 95);
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.footer-menu-link:active {
    transform: translateY(0);
    background: rgba(255, 255, 255, 0.2);
}

.footer-menu-icon {
    width: 25px;
    height: 35px;
    margin-bottom: 2px;
    fill: currentColor;
    opacity: 0.95;
}

.footer-menu-icon.contato {
    width: 30px !important; 
    margin-bottom: 2px;
    fill: currentColor;
    opacity: 0.95;
}

.footer-menu-text {
    font-size: 11px;
    font-weight: 400;
    text-align: center;
    line-height: 1.2;
    opacity: 0.9;
}

/* Classe para o espaçador invisível no final da página */
.spacer-bottom {
    height: 60px;
}/* End custom CSS */