@charset "UTF-8";

.aviso-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.link-aviso-danger {
    text-decoration: none;
    color: #842029;
    font-weight: bold;
}

.link-aviso-danger:hover {
    color: #d2656e;
}

.bgfin-2 {
    
    background-color: rgb(42, 42, 46);
}

.bgfin-3 {
    background-color: white;
}

.bgfin-4 {
    background-color: #e1dede;
}

.tam-80 {
    min-height: 92%;
    width: 98%;
}

.tam-81 {
    min-height: 85%;
    width: 99%;
}

.tam-60 {
    width: 99%;
}

.tam-100 {
    width: 100%;
}


.ml-73 {
    margin-left: 73%;
}

.ml-50 {
    margin-left: 55%;
}

.mt-50 {
    margin-top: 10%;
}

.mt-05 {
    margin-top: 5%;
}


.mt-30 {
    margin-top: 5px;
}

.mt-08 {
    margin-top: 8%;
}

.mt-09 {
    margin-top: 9%;
}

.mt-40 {
    margin-top: 31px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-14 {
    margin-top: 14%;
}

.mt-21 {
    margin-top: 19.5%;
}

.mt-30 {
    margin-top: 30%;
}

.mt-20 {
    margin-top: 2%;
}

.mb-10 {
    margin-bottom: 55px;
}

.mt-55 {
    margin-top: 55px;
}

.mx-50 {
    margin-left: 600px;
    margin-right: 600px;
}

.m-10 {
    margin: 5px;
}

.w-350 {
    width: 350px;
}

.w-101 {
    width: 100px;
}

.vh-80 {
    height: 78vh;
}

.vh-85 {
    height: 83vh;
}

.vh-90 {
    height: 90vh;
}

.vh-95 {
    height: 95vh;
}

.min-vh-90 {
    min-height: 92.5vh;
}

.vw-50 {
    width: 50vh;
}

.vw-90 {
    width: 90vw;
}

.vw-91 {
    width: 91vw;
}

.vw-95 {
    width: 92.6vw;
}

.vw-120 {
    width: 120vh;
}

.icones {
    width: 22px;
    height: 22px;
    text-decoration: none;
    text-transform: none;
}

.atalhos {
    width: 40px !important;
    height: 40px !important;
    text-decoration: none;
    text-transform: none;
}

.botao {
    background: none;
    border: none;
}

.semlink {
    text-decoration: none;
    text-transform: none;
    color: black;
}

.botaoAtalho {
    max-width: 110px !important;
    max-height: 110px !important;
    background-color: rgb(166, 189, 231);
}

.corFonteAtalho {
    font-weight: 400;
    color: white;
}

.corpo-sem-grupo {
    background-image: url('../imagens/backgrounds/grupo-familiar-bg.png');
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: center;
    height: 60vh;
    width: 100vw;
}
