/* nav a {
    color: inherit;
    text-decoration: none;
}

nav a:hover {
    color: inherit;
    text-decoration: none;
}

nav .menu-horizontal, nav .menu-horizontal li {
    padding: 0;
    margin: 0;
    list-style: none;
}

nav {
    background-color: #dc3545;
    box-shadow: 0 0 10px #83121d;
    color: #ffffff;
    padding: 2vh 0;
}

nav .menu-horizontal li {
    margin: 0 0.1vh;
    padding: 1vh;
}

nav .menu-horizontal {
    display: flex;
    justify-content: center;
    align-items: center;
}

nav .menu-horizontal li a {
    font-weight: 300;
    transition-duration: 0.2s;
    text-align: center;
    font-size: 8pt;
}

nav .menu-horizontal li a:hover {
    font-weight: 700;
    transition-duration: 0.2s;
    text-align: center;
}

 */

/* novo campo de menu topo manual */

/* logo */

.logo {
    /* background-color: #dc3545; */
    background-color: #2b2b2b;
    box-shadow: 0 0 10px #83121d;
    color: #ffffff;
    padding: 1vh 0;
}

.logo img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25vh;
    margin: 0 auto;
}

/* campo de pesquisa */

.campodepesquisa {
    background-color: #ffffff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    margin: 0 auto;
    /* margin-top: 1vh; */
    text-align: center;
    border-radius: 10rem;
}

.campodepesquisa a, .campodepesquisa span {
    margin: 0 auto;
    /* color: #dc3545; */
    color: #2b2b2b;
    width: 13%;
    cursor: pointer;
}

.campodepesquisa ::placeholder {
    /* color: #dc3545; */
    color: #2b2b2b;
}

.campodepesquisa input[type="search"] {
    outline: inherit;
    border: inherit;
    box-shadow: inherit;
    background-color: inherit;
    /* border-radius: 10rem; */
    margin-left: 3vh;
    width: 95%;
    padding: 1vh;
}

nav a {
    font-size: 8pt !important;
}

.navbar-nav {
    margin: 0 auto;
}

/* media querys */

nav {
    margin: 0 !important;
    padding: 0 !important;
}

.campo-fora-dropdown {
    padding: 1vh 0;
    margin: 0;
    /* background-color: red !important; */
    /* background-color: #dc3545; */
    background-color: #2b2b2b;
    display: block;
}

@media screen and (max-width: 990px) {
    .campo-fora-dropdown {
        display: none !important;
    }
    .campodepesquisa {
        margin: 1vh;
        width: 90%;
    }
    nav ul li a {
        margin: 0 2vh;
    }
    .logo img {
        width: 18vh;
        margin: 0 2.5vh;
    }
}

.campo-dropdown {
    display: none;
}

@media screen and (max-width: 990px) {
    .campo-dropdown {
        display: block;
    }
}

@media screen and (max-width: 425px) {
    .campodepesquisa a, .campodepesquisa span {
        width: 18%;
    }
}

/* manual */

.manual h1 {
    font-size: 15pt;
    font-weight: 300;
    padding: 2vh;
    margin: 0;
}

.manual h4 {
    font-size: 12pt;
    font-weight: 300;
}

.manual img {
    margin: 2.5vh 0;
    width: 75%;
}

.manual .tam30 {
    width: 30% !important;
}

.manual .tam60 {
    width: 60% !important;
}

.manual .topo {
    text-align: center;
    background-color: #dc3545;
    color: #ffffff;
    margin-top: 3vh;
    text-transform: uppercase;
    /* margin: 0; */
}

.manual .body {
    margin: 0;
    background-color: #ffffff;
    box-shadow: 0 0 10px #c1c1c150;
    padding: 3vh;
}

.manual ul li {
    margin: 2.5vh 0;
}

/* inicio botão flutuane (ajuda) */

.botao-ajuda {
    border-radius: 100%;
    padding: 1.5vh;
    position: fixed;
    right: 4.1vh;
    bottom: 20vh;
    text-align: center;
}

.botao-ajuda span {
    font-size: 18pt;
}

/* section dados empresa div.numeros */

.card .icon-dados-empresa {
    font-size: 25pt;
    margin-bottom: 1vh;
    color: #dc3545;
    /* font-weight: 100; */
}

.card .estatistica {
    margin: 1vh 0;
    font-size: 20pt;
    font-weight: 200;
}

.card p {
    margin: 0;
}

.card .dado {
    font-weight: 900;
    font-size: 8pt;
}

.card {
    background-color: #ffffff;
    box-shadow: 0 0 10px #c1c1c170;
    border: inherit;
    margin-top: 1.5vh;
}

/* botão help */

.help {
    position: fixed;
    right: 1.5vh;
    bottom: 1.5vh;
    z-index: 99999;
}

.botao-help {
    background-color: #dc3545;
    border-radius: 15px;
    border: none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial;
    font-size: 9pt;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    padding: 1vh 5vh;
}

.help a {
    color: #ffffff !important;
}

@-webkit-keyframes glowing {
    0% {
        background-color: #dc3545;
        -webkit-box-shadow: 0 0 3px #dc3545;
    }
    50% {
        background-color: #8BC34A;
        -webkit-box-shadow: 0 0 3px #8BC34A;
    }
    100% {
        background-color: #dc3545;
        -webkit-box-shadow: 0 0 3px #dc3545;
    }
}

@-moz-keyframes glowing {
    0% {
        background-color: #dc3545;
        -moz-box-shadow: 0 0 3px #dc3545;
    }
    50% {
        background-color: #8BC34A;
        -moz-box-shadow: 0 0 3px #8BC34A;
    }
    100% {
        background-color: #dc3545;
        -moz-box-shadow: 0 0 3px #dc3545;
    }
}

@-o-keyframes glowing {
    0% {
        background-color: #dc3545;
        box-shadow: 0 0 3px #dc3545;
    }
    50% {
        background-color: #8BC34A;
        box-shadow: 0 0 3px #8BC34A;
    }
    100% {
        background-color: #dc3545;
        box-shadow: 0 0 3px #dc3545;
    }
}

@keyframes glowing {
    0% {
        background-color: #dc3545;
        box-shadow: 0 0 3px #dc3545;
    }
    50% {
        background-color: #8BC34A;
        box-shadow: 0 0 3px #8BC34A;
    }
    100% {
        background-color: #dc3545;
        box-shadow: 0 0 3px #dc3545;
    }
}

.botao-help {
    -webkit-animation: glowing 5500ms infinite;
    -moz-animation: glowing 5500ms infinite;
    -o-animation: glowing 5500ms infinite;
    animation: glowing 5500ms infinite;
}