.itemMenu {
    margin-right: 1.2em;
    margin-left: 1.2em;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}


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: center;
  justify-content: space-evenly;
}

.semTextDecoration {
    text-decoration: none !important;
    display: flex !important;
}

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

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

.textoMenu {
    margin-left: 1rem;
}
.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 > li {
        width: 100%;
    }
    .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;
    }

    
}


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

.textoMenu{
    color: white;
}
