body {
    background: #128b8b;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: .82rem;
}
[v-cloak] {
    display: none; // ocultar quem tem essa diretiva até o Vue carregar
}

.invalid-feedback{
    color: yellow !important;
    font-size: 12px;
}

.tituloBlock {
    position: absolute;
    z-index: 1;
    left: .98rem;
    top: 2.9rem;
    text-transform: uppercase;
}

.tituloBlock > img {
    float: left;
}

.tituloBlock > h5 {
    float: left;
    margin: 1rem;
    font-size: 1rem;
}

.btn {
    border: white 1px solid;
}

.btInativo {
    background: #7f7f7f;
}

.titulo {
    font-weight: 600;
}

.txtRodape {
    font-size: 1rem;
}

.requerido {
    background: yellow;
}

.button-wrapper {
    position: relative;
    width: auto;
    text-align: center;
    margin: 0;
    transition: all 500ms;
}

.button-wrapper:hover {
    opacity: 0.5;
    transition: all 500ms;
}

.button-wrapper span.label {
    position: relative;
    z-index: 0;
    display: inline-block;
    /*width: 100%;*/
    /*background: #00bfff;*/
    cursor: pointer;
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: .85rem;
    font-weight: 600;
}

#galeria, #camera {
    display: inline-block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}
