/* GLOBAIS */
.center {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

body {
    font-family: var(--kv-ee-body-font-family, "Nunito Sans", "Open Sans", "Righteous", sans-serif);
    background-color: #e9e9e9;
    width: 100%;
    height: 100vh;
    color: #878787;
    display: table;
    /* background-image: linear-gradient(#7811d33a, #006dfb3a); */
}

section {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-color: #ffffff;
    padding: 10px;
}

.container {
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    padding: 0px;
}

.titulo {
    margin-top: 20px;
    margin-bottom: 30px;
}

/* NAVBAR */
.navbar-collapse {
    text-align: end;
    flex-grow: unset;
    margin-left: auto;
    padding: 0px 20px;
}

.navbar {
    border-bottom: 1px solid #7314d4;
    background-color: #0000005c !important;
    position: fixed;
    z-index: 999;
    width: 100%;
}

nav .logo {
    width: 200px;
    margin-left: 10px;
}

/* /NAVBAR */
.carousel-caption {
    padding-bottom: 15.25rem !important;
}

.carousel-inner {
    text-transform: uppercase;
}

/* EMPRESA */
.empresa img {
    width: 100px;
    margin: 15px;
}

.a-empresa {
    padding: 50px 0px;
}

.a-empresa p {
    max-width: 600px;
    text-align: justify;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
}

.img-mvv {
    width: 120px;
    height: 120px;
    background-color: #7613d32b;
    border-radius: 15px;
    margin-bottom: 10px;
    border: 5px solid #fff;
}

.missao,
.visao,
.valores {
    margin-bottom: 20px;
}

.txt-mvv p {
    margin-bottom: 0px;
    text-align: center;
}

/* /EMPRESA */
/* AREA DE TRABALHO */
.digitaliza,
.code {}

.digita-txt,
.code-txt {
    border-bottom: 1px solid #000;
    border-radius: 0px 0px 10px 10px;
    min-height: 195px;
    padding: 25px 0px;
}

.digita-img,
.code-img {
    min-height: 100px;
    border-radius: 10px 10px 0px 0px;
    background-color: #cccccc;
}

/* /AREA DE TRABALHO */
/* CONTATO */
.contato {
    margin-top: 50px;
    max-width: 600px;
}

.contato h3 {
    margin-bottom: 33.3px;
}

.atendimento-texto {
    background-color: #e8d7f8;
}

.telefone td {
    width: 50%;
}

.telefone tr {
    width: 100%;
    text-align: center;
}

.telefone table {
    width: 100%;
    margin-bottom: 30px;
}

.form input,
.fom .textarea {
    margin-bottom: 10px;
}

button {
    margin-top: 10px;
    margin-right: 20px;
}

.rodape {
    min-height: 50px;
    background-color: #000;
}

/* /CONTATO */
/* FOOTER */
.direitos {
    margin-top: 15px;
    margin-bottom: 15px;
}

.direitos p {
    margin-bottom: 0px;
}