.brand-logo{
    padding-left: 2vh !important;
}
.h1inicioparalax{
    font-size: 30px;
    font-weight: 500;
    line-height: 62px;
}

.pinicioparalax{
    font-size: 25px;
    font-weight: 400;
    line-height: 28px;
}
.conparalax{
    height: 90vh;
    background-color: red;
    margin-top: -4vh;
}
.paralaxhome1{
    height: 50%;
    background-color: yellow;
}
#form_login{
    -webkit-box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.39);
    -moz-box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.39);
    box-shadow: 0px 0px 13px -3px rgba(0,0,0,0.39);
    padding: 2vh;
    border-radius: 10px;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5vh;
}

.title_painel_1{
    font-size: 20px;
    font-weight: 500;
}

.card_vm_new_motor{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    padding: 1vh;
    border-radius: 10px !important;
}
.btnopencadmotora{
    margin-left: auto;
    margin-right: auto;
}
.card_vm_new_app{
    padding: 1vh;
    border-radius: 10px !important; 
}
.btnopencadapp{
    margin-left: auto;
    margin-right: auto;
}

.container_app_not{
    background-color: #afafaf;
    padding: 2vh;
    border-radius: 10px;
    text-align: center;
}
.container_app_not h2{
    line-height: 62px;
    font-size: 25px;
}

.container_app_not p{
    font-size: 20px;
    color: #333;
}

#logo{
    display: none;
}

.btnsubmitaddapp{
    display: none;
}

.cardplat{
    padding: 1vh;
    border-radius: 10px;
    width: fit-content !important;
    color: #fff;
    text-transform: uppercase;
    margin-right: 1vh;
    cursor: pointer;
}
#traycontainer{
    display: none;
    margin-top: 2vh;
}
#apicontainer{
    display: none;
    margin-top: 2vh;
}

#logo_edit{
    display: none;
}

.listcota li{
    background-color: #f7f7f7;
    padding: 1vh;
    border-radius: 10px;
    margin-bottom: 2vh;
}
.containercotavm{
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}