.elementor-165 .elementor-element.elementor-element-56bc78e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-165 .elementor-element.elementor-element-f1e5646{--display:flex;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;--z-index:99;}.elementor-165 .elementor-element.elementor-element-f1e5646.e-con{--align-self:center;}.elementor-165 .elementor-element.elementor-element-19686bc{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-165 .elementor-element.elementor-element-22dc66a{--grid-template-columns:repeat(0, auto);--grid-column-gap:5px;--grid-row-gap:0px;}.elementor-165 .elementor-element.elementor-element-22dc66a .elementor-widget-container{text-align:center;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-165 .elementor-element.elementor-element-19686bc{--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--z-index:101;}}/* Start custom CSS for html, class: .elementor-element-c081a5c *//* Estilo do container principal */
#menu-container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
}

/* Menu principal */
.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

/* Itens principais */
.menu-item {
    position: relative;
}

.menu-link {
    display: flex;
    align-items: center;

    background: rgba(85, 5, 4, 0.18);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.45);

    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);

    padding: 15px 20px;
    text-decoration: none;

    color: #d0d0d0;

    transition: all 0.3s ease;
    min-width: 150px;
}

/* Hover principal */
.menu-link:hover {
    background-image: linear-gradient(
        45deg,
        #2a0202,
        #550504,
        #7a0908,
        #550504,
        #2a0202
    );

    box-shadow:
        0 0 15px rgba(85, 5, 4, 0.8),
        0 0 30px rgba(122, 9, 8, 0.6),
        0 0 45px rgba(85, 5, 4, 0.4);

    border-color: rgba(170, 30, 30, 0.8);

    color: #ffffff;
}

/* Ícone */
.menu-icon {
    width: 60px;
    height: 80px;
    margin-right: 1px;
}

/* Texto */
.menu-text {
    display: flex;
    flex-direction: column;
}

.menu-title {
    font-size: 18px;
    font-weight: bold;
}

.menu-subtitle {
    font-size: 12px;
    color: rgba(220, 220, 220, 0.75);
}

/* Submenu */
.submenu {
    position: absolute;
    top: 100%;
    left: 0;

    background: rgba(8, 8, 8, 0.92);

    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.6),
        0 0 15px rgba(85, 5, 4, 0.25);

    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    border-radius: 10px;
    border: 1px solid rgba(85, 5, 4, 0.5);

    display: none;
    flex-direction: column;

    list-style: none;
    padding: 10px;
    min-width: 200px;
}

.submenu li {
    margin: 5px 0;
}

.submenu a {
    white-space: nowrap;
    text-decoration: none;

    color: #d0d0d0;

    padding: 10px 15px;
    border-radius: 8px;

    transition: all 0.3s ease;
}

.submenu a:hover {
    background: rgba(85, 5, 4, 0.4);
    color: #ffffff;

    box-shadow:
        inset 0 0 10px rgba(122, 9, 8, 0.4),
        0 0 10px rgba(85, 5, 4, 0.5);
}

/* Exibir submenu */
.menu-item:hover .submenu {
    display: flex;
}

/* Responsivo */
@media (max-width: 768px) {
    .menu {
        flex-direction: column;
        gap: 5px;
    }

    .menu-link {
        justify-content: flex-start;
    }
}/* End custom CSS */
/* Start custom CSS for social-icons, class: .elementor-element-22dc66a */#btn-vidro-topo .elementor-social-icon {
    background: rgba(85, 5, 4, 0.18);

    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.45);

    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);

    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.12);

    transition: all 0.3s ease;
}

#btn-vidro-topo .elementor-social-icon:hover {
    background-image: linear-gradient(
        45deg,
        #2a0202,
        #550504,
        #7a0908,
        #550504,
        #2a0202
    );

    box-shadow:
        0 0 15px rgba(85, 5, 4, 0.8),
        0 0 30px rgba(122, 9, 8, 0.6),
        0 0 45px rgba(85, 5, 4, 0.4);

    border-color: rgba(170, 30, 30, 0.8);
}

/* Tooltip */

.custom-tooltip {
    position: absolute;
    display: none;

    background: rgba(8, 8, 8, 0.92);

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    color: #d0d0d0;

    padding: 8px 12px;

    border-radius: 8px;

    border: 1px solid rgba(85, 5, 4, 0.5);

    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.6),
        0 0 15px rgba(85, 5, 4, 0.25);

    font-size: 14px;
    font-weight: bold;

    white-space: nowrap;
    pointer-events: none;
    z-index: 1000;

    transform: translate(-50%, -50%);
}/* End custom CSS */