@font-face {
    font-family: 'din';
    src: url('../fonts/din-bold.otf');
    font-weight: 900;
    font-style: normal;
}

.container{
    margin-bottom: 30px !important;
}

#cracha-front, #cracha-back {
    width: 8.1cm;
    height: 12.7cm;
    max-width: 8.1cm;
    max-height: 12.7cm;
    margin: 0 10px;
    padding: 0.5cm 0.4cm;
    border: dashed 1px #7e7e7e;
    border-radius: 10px;
}

#cracha-back {
    display: none;
}

.cracha-content {
    width: 100%;
    height: 100%;
    border: solid 3px #B00F14;
}

#cracha-logo {
    width: 80%;
    margin: 10% 0;
}

#foto-field {
    width: 45%;
    height: 35%;
    margin: 0 auto;
    margin-bottom: 10px;
    overflow: hidden;
}

img#cracha-estag {
    width: 80%;
    margin: 3% 0;
}

#foto-field img {
    width: 45%;
    height: 35%;
    border: dashed 2px #2d2d2d;
}

.cracha-content, #foto-field {
    border: solid 3px #B00F14 !important;
    border-radius: 10px;
}

.editavel {
    border: solid 3px #B00F14;
    border-radius: 5px;
}

.editavel, #nome-field {
    border: solid 2px #B00F14;
    text-align: center;
    /* text-transform: capitalize; */
}

.editavel, .cracha-label, #nome-field {
    font-family: 'din';
    font-weight: 900;
    font-size: 14pt;
    color: #B00F14;
    width: 93.5%;
    margin-left: 3%;
}

#nome-field {
    border: none;
    font-size: 16pt;
}

.cracha-label {
    font-size: 11pt;
    margin-bottom: 0;
}

.hidden {
    display: none;
}

.visible {
    display: visible;
}

#search-row {
    margin-top: 60px;
}

#instrucoes ul {
    font-weight: bold;
    font-size: 7pt;
    text-align: justify;
    color: #b00f14;
    margin: 0.5cm;
    margin-bottom: 0.3cm;
    padding: 0;
}

.back {
    padding-top: .3cm;
}

.back label {
    font-size: 10pt;
}

.back input {
    font-size: 12pt;
    padding: 5px 0;
}

.sub-row {
    margin-right: 0;
    margin-left: 0;
}

.sub-row .col-md {
    padding: 0;
    margin: 0 5px 0 5px;
}

#agradecimentos {
    display: block;
    font-weight: bold;
    color: #b00f14;
    font-size: 10pt;
    text-align: center;
}

#site-rodape {
    color: #b00f14;
    font-size: 10pt;
    display: block;
    text-align: center;
}

.legendas {
    width: 0;
    height: 0;
    color: #777777;
    margin-top: -25px;
    font-size: 16px;
    font-weight: bold;
    display: none;
}
