
body { width: 100%; font-family: Gravur-Condensed;}

@font-face {
    font-family: Gravur-Condensed;
    src: url('../../../fonte/Gravur-Condensed.otf') format("truetype");
}
@font-face {
    font-family: Gravur-CondensedBlack;
    src: url('../../../fonte/Gravur-CondensedBlack.otf') format("truetype");
}
@font-face {
    font-family: "chinese rocks rg";
    src: url('../../../fonte/chinese rocks rg.ttf') format("truetype");
}

.fonte { font-family: Gravur-Condensed ;}
.fonte-black { font-family: Gravur-CondensedBlack ;}

.topo { background-color: #fffac2; }
.ministerio { font-size: 10px;}

.nav { width: 200px;}
.nav-link { font-family: chinese rocks rg ; font-size: 2em; color: #ed1b24;}
.nav-link:hover { color: #6d2125; transition: 0.8s;}
.dropdown-item { font-family: chinese rocks rg ; font-size: 1em; color: #ed1b24;}
.dropdown-item:hover { color: #6d2125; transition: 0.8s;}

.homenageados { background-color: #f8c0cd;}
.titulo-homenageados { font-family: chinese rocks rg ; font-size: 2.5em; color: #ed1b24;}
.noticias { background-color: #79d2ee;}

.linha_preta {
    width: 100%;
    border-bottom: 5px solid #212529;
    border-radius: 5px;
}

.btn-light { background-color: #fff;}
.modal-body h5 { font-family: Gravur-CondensedBlack;}
.modal-footer p { font-family: Gravur-Condensed;}
.close {font-family: Gravur-CondensedBlack;}

.contato_redesocial a { color: #212529;}