﻿@font-face {
    font-family: 'Marcellus SC';
    src: url('../../fonts/abadium/marcellussc-regular-webfont.woff2') format('woff2'), url('../../fonts/abadium/marcellussc-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
    font-family: Marcellus SC;
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
}

.texto-cinza {
    color: #b4b2b0;
}

.texto-ouro {
    color: #AB966F;
}

.texto-rubro {
    color: #c30000;
}

.texto-negro {
    color: #000000;
}


::-webkit-input-placeholder {
    text-align: center;
}

:-moz-placeholder { /* Firefox 18- */
    text-align: center;
}

::-moz-placeholder { /* Firefox 19+ */
    text-align: center;
}

:-ms-input-placeholder {
    text-align: center;
}

.modal {
    display: none;
    position: fixed;
    z-index: 2;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.90);
}

.modal.aguarde {
    background-color: rgb(0, 0, 0) !important;
    background-color: rgba(0, 0, 0, 1) !important;
}

.modal-content {
    margin: auto;
    padding: 20px;
    width: 80%;
}