.itemMenu {
    margin-right: 0.5em;
    margin-left: 0.5em;
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    width: 280px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


body {
   background-image: linear-gradient(#bbbbbb, white) !important;
   background-attachment: fixed !important;
   background-position: center !important;
   background-repeat: no-repeat !important;
   background-size: cover !important;
}

thead    {
    background-color: white;
}

tr {
    background-color: white;
}

td {
    background-color: white;
}

.titulo {
    text-align: auto;
}

.itens_centro {
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   align-content: flex-start;
   justify-content: center;
   gap: 8px;
   padding: 15px;
}

.semTextDecoration {
    text-decoration: none !important;
    display: flex !important;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 12px;
    box-sizing: border-box;
}

.itemMenu {
    background-image: linear-gradient(#111a53, #1d2a80) !important;
    border-radius: 25px !important;
}

.itemMenu:hover {
    background-image: linear-gradient(#2f3d99, #5a6bdd) !important;
}

.textoMenu {
    margin-left: 1rem;
    font-size: 1.1rem;
    margin-bottom: 0;
    white-space: normal;
    overflow: hidden;
    line-height: 1.2;
    max-width: 190px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tituloinicio{
    text-align: center;
    color: #183980;
}

.setaVoltar > a > svg {
    font-size: 3vw;
}

.allContent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}

@media(max-width: 800px){
    .titulo {
        font-size: 1.1rem;
        text-align: center;
    }    .itens_centro {
        justify-content: center;
        gap: 8px;
        padding: 12px;
    }    .itemMenu {
        width: 240px;
        min-height: 80px;
        margin: 0.3em;
    }
    .textoMenu {
        font-size: 0.9rem;
        max-width: 170px;
    }
    .rounded{
        padding: 0px !important;
    }

    .setaVoltar > a > svg {
        font-size: 30px;
    }



    .page-add {
        margin-bottom: 50px !important;
    }

    .containerdatasinterval > :last-child {
        margin-right: 1%;
        
    }

    .containerdatasinterval {
        display: flex;
        flex-wrap: wrap;
        margin-top: 5px;
    }

    .sumir {
        display: none;
    }

    .mobileajuster3 {
        justify-content: center;
    }

    .par > .row > div > a > h6 {
        font-size: 12px  !important;
        text-align: center;
    }
    .impar > .row > div > a > h6 {
        font-size: 12px  !important;
        text-align: center;
    }

    .mobileajuste14 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .mobileajuster4  {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .col-0 {
        display: none;
    }

    
}

@media(max-width: 480px){    .itemMenu {
        width: 90%;
        max-width: 320px;
        min-height: 70px;
        margin: 0.3em auto;
    }
    .itens_centro {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        padding: 10px;
    }
    .textoMenu {
        font-size: 0.9rem;
        margin-left: 0.8rem;
        max-width: 220px;
        line-height: 1.3;
    }
}


.semTextDecoration > svg {
    color: white !important;
}

.textoMenu{
    color: white;
}
