@font-face {
    font-family: 'Roboto-Regular';
    src: url(../../fonts/roboto/Roboto-Regular.ttf);
}
@font-face {
    font-family: 'Roboto-Bold';
    src: url(../../fonts/roboto/Roboto-Bold.ttf);
}
@font-face {
    font-family: 'Roboto-Black';
    src: url(../../fonts/roboto/Roboto-Black.ttf);
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto-Regular', sans-serif;
}
h1 {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 2.5rem;
}
@media (max-width: 720px) {
    h1 {
        font-size: 1.5rem;
    }
}
h2 {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 2rem;
}
@media (max-width: 720px) {
    h2 {
        font-size: 1.5rem;
    }
}
h3 {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 1.5rem;
}
h4 {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 1rem;
}
h5 {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 1rem;
}
h6 {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
    line-height: normal;
}
.back_div_transition {
    margin: 0px;
    width: 100%;
    height: 50px;
}
p {
    font-family: 'Roboto-Regular', sans-serif;
    font-size: 1rem;
}
.card_funcionario {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(204, 204, 204, 0.8);
    border-radius: 1rem;
    margin-bottom: 2rem;
}
.card_funcionario .head-card {
    display: flex;
    justify-content: center;
    padding: 1rem;
    height: 200px;
    background-color: #004e7e;
    width: 100%;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}
.card_funcionario img {
    border-radius: 100%;
    margin-top: -150px;
}
.card_funcionario .card_funcionario_body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
    width: 100%;
    padding: 1rem;
}
.card_funcionario strong {
    font-size: 1.5rem;
    align-self: center;
}
.card_funcionario .info-func {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 0.5rem;
}
.card_funcionario svg {
    width: 24px;
}
.titulo_modal {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 20px;
}
.wrap_imagem {
    display: flex;
    justify-content: center;
}
#img_modal {
    max-width: 200px;
    border-radius: 100%;
}
#fechar-modal {
    width: 100%;
}
#exampleModal .modal-content {
    top: 5%;
    width: 70%;
    margin: auto;
}
@media (max-width: 767px) {
    #exampleModal .modal-content {
        width: 100%;
        top: 0px;
        z-index: 999999;
    }
}
#fechar-modal {
    width: 100%;
    margin: 0 auto;
}
.modal.show .modal-dialog {
    margin: auto !important;
    height: 100%;
}
.modal-footer {
    display: block;
}
