body {
    font-family: "Comfortaa", arial, sans-serif;
}

.bg-pgw {
    background: #E02B21;
}

a.navbar-brand {
    width: 100%;
    text-align: center;
}

.formato {
    border-left: 1px solid #d4d4d4;
}

/** F0RMULARIO **/

label {
    font-size: 12px;
    margin-bottom: 0;
    color: #7d7b7b;
}

h2.titVendor {
    margin-bottom: 4vh;
    font-size: 20px;
    font-weight: bold;
    color: #484545;
}

.descPgw {
    line-height: 0.9em;
    font-size: 14px;
    color: #7d7b7b;
}

/** TABELA **/

.table td, .table th {
    border: none!important;
}

th.tableTit {
    font-size: 18px;
    font-weight: bold;
    color: black;
}

th, td {
    font-size: 14px;
}

.borda {
    border: 1px solid #d4d4d4;
    padding-bottom: 29px;
    border-radius: 3px;
}

/** FOOTER **/

.bg-black {
    background: black;
}

.footerPadding {
    padding: 20px;
    color: white;
}

img.marcafooter {
    width: 100%;
}

footer p {
    font-size: 0.875em;
}

.link_invalido_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.footerReclameAqui{
    display: flex;
    justify-content: flex-end;
}

/** CAIXA **/
.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

/** SCREEN LOCK **/
.screen-lock {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9000;
    background-color: #000;    
    width: 100%;
    height: 100%;
    opacity: 0.8;
    display: none;
    justify-content: center;
    align-items: center;
}

.progress {
    width: 100px;
    height: 100px;
}

