@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
    font-family: 'DM Sans', sans-serif;
}

.header_topo {
    width: 100vw;
    height: 350px;
    /*background: url('https://fapeu.com.br/site/topo-fapeu.png');*/
    /* background: url('https://i.imgur.com/koeU9fp.png'); */
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    background-position: top;
    background-size: contain;
}

.margem {
    margin-left: 10%;
}

.escolher {
    padding: 10px;
    width: 25%;
}

.bolder {
    font-weight: bolder;
}

input[type="checkbox"] {
    margin-right: 10px;
}

.corCheckbox {
    color: black !important;
}

.btn-back {
    display: inline-block;
    margin-top: 1rem;
    color: #0d9571;
    font-size: 0.9rem;
    font-weight: 700;
    text-decoration: none;
    border: 2px solid #0d9571;
    border-radius: 10px;
    padding: 0.6rem 1.5rem;
    background: #fff;
    transition: background .2s, color .2s;
}

.btn-back:hover {
    background: #0d9571;
    color: #fff;
}

body {
    overflow-x: hidden !important;
    min-height: 100vh !important;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto !important;
}

.arredondar-detalhes {
    border: 10px !important;
    border-style: solid !important;
    border-color: #FFF !important;
    border-radius: 40px !important;
}

select {
    border-bottom: 1px solid #E9ECEF !important;
}

.kitweb {
    -moz-appearance: textfield;
}

.kitweb::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* Coloca o objeto mais a direita possivel */
.voltar {
    display: flex;
    justify-content: flex-end;
}

/* MENUCOORD */
.botaopequeno {
    min-width: 18em !important;
}

/* MENUADMIN */
.botaomedio {
    min-width: 22em !important;
}

/* PAINELADMIN */
.botaogrande {
    min-width: 26em !important;
}

.botaoembaixo {
    margin-top: 12em;
}

.fixarCatDesc {
    bottom: 40px;
    right: 10px;
    left: auto;
}