.overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 99999;
    /*pointer-events: none;*/
    background: black;
    transition: 1s opacity;
}

.highlight{
    position: relative !important;
    z-index: 100000 !important;
    box-shadow: 0 0 8px 6px black;
    background: white;
    outline: 7px solid white;
}

.trip-enabled .trip{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.trip{
    display: none;
    position: fixed;
    width: 40%;
    background: #a0a0a0;
    bottom: 20px;
    height: 90px;
    left: 50%;
    z-index: 2323123;
    margin-left: -20%;
    color: yellow;
    font-size: 26px;
    padding: 7px 10px;
    line-height: 1;
    font-family: arial;
    transition: 300ms all;
}

.trip .center-text{
    width:75%;
    display: inline-block;
    text-align: center;
}
.trip .trip-aligner{
    height: auto;
    width: 100%;
    vertical-align: middle;
}

.trip:hover{
    /*opacity: 0.3;*/
}

.mini{
    color: #000;
}

.trip-left{
    /*position: absolute;
    left: -9%;
    top: 22%;*/
    color: #000;
    font-size: 2em!important;
}

.trip-right{
    /*position: absolute;
    top: 22%;
    left: 102%;*/
    color: #000;
    font-size: 2em!important;   
}

.highbright{
    filter: brightness(150%);
}

.click-here{
    color: #e22;
}

.click-here-border{
    outline: 3px red solid!important;
    box-shadow: 0 0 3px 2px #000!important;
}

[page="marcas"] .trip{

}

[page="login"] .trip{
    
}

[page="calculadora"] .trip{
    bottom: 80px;
    margin-left: -13%;
    width: 35%;
}

[page="lista_produtos"] .trip{
    bottom: 120px;
}

[page="detalhes"] .trip{
    bottom: 160px;
}

.client-overlay {
    position: fixed;
    background: #000;
    opacity: 0;
    width: 100%;
    z-index: 1;
    top:0;
    left: 0;
    transition: 300ms all;
}



