/* Header */
header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    display: table;
    width: 100%;
}

.barra__topo {
    background: #000d149c;
    color: #fff;
    line-height: 24px;
    overflow: hidden;
}

.barra__topo .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.barra__topo h1 {
    font-size: 13px;
    color: var(--azul)
}

.barra__topo .dados {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    gap: 15px
}

.barra__topo .dados p,
.barra__topo .dados p a {
    font-size: 13px;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 13px;
}


.barra__topo .dados .traducao {
    width: auto;
    float: right;
    margin-left: 25px;
    overflow: hidden;
    display: block;
    background: url(https://www.gemminibauru.com.br/wp-content/uploads/2024/05/translate-gemmini.png) no-repeat;
    box-sizing: border-box;
}

#google_translate_element {
    opacity: 0;
}

p.endereco_mobile {
    display: none !important;
}


.barra__topo .dados i {
    margin-right: 5px;
    font-size: 18px;
    line-height: 13px;
    color: var(--azul)
}


/* Header */
.principal__header .container .row {
    align-items: center;
    margin: 25px -15px;
}

.principal__header .menu__header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 40px;
    padding-left: 20px;
}

.principal__header .menu__header ul.menu {
    display: flex;
    gap: 3px;
}

.principal__header .menu__header ul.menu>li {
    position: relative;
}

.principal__header .menu__header ul.menu>li>a {
    font-size: 15px;
    color: #fff;
    padding: 5px 10px;
    display: block;
    line-height: 24px;
    border-radius: 40px;
}

/* .principal__header .menu__header ul.menu>li.current-menu-item>a,
.principal__header .menu__header ul.menu>li>a:hover {
    background: var(--azul);
} */

.principal__header .openSearch {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--azul);
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
}

.principal__header .openSearch:hover {
    background: var(--azul);
}

.principal__header .busca {
    position: absolute;
    right: 0;
    top: calc(100%);
    z-index: 99;
    background: #fff;
    padding: 5px;
    border: 1px #dedede solid;
    border-top: 0;
}

.principal__header .busca input {
    width: 250px;
    padding: 10px;
    background: transparent;
    border: 0;
    font-size: 14px;
    padding-right: 23px;
    font-family: var(--font);
}

.principal__header .busca button {
    position: absolute;
    border: 0;
    background: transparent;
    padding: 10px;
    top: 0;
    right: 0;
    height: 100%;
}