/* General */
* {
    font-family: Roboto, serif;
}

body {
    min-height: 100vh;
    padding-bottom: 100px;
    position: relative;
}

header {
    background-color: #FFF;
    border-bottom: 1px solid #CCC;
}

.row {
    margin: 0;
}

.container-fluid {
    padding: 0;
}

.btn-primary {
    background-color: rgb(65, 85, 229);
    border: 2px solid rgb(65, 85, 229);
}

.btn-primary:hover {
    background-color: white;
    border-color: #C28008;
}

.msg {
    background-color: #D4EDDA;
    color: #155724;
    border: 1px solid #C3E6CB;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    padding: 10px;
}

#navbar img {
    width: 50px;
}

#navbar {
    justify-content: space-between;
    background-color: #FFF;
    padding: 5px 0;
}

#navbar a {
    font-size: 14px;
    color: #757575;
}

#navbar a:hover {
    color: #F2A340;
}


/* Search Container */
#search-container {
    background-image: url("../img/death_note.jpg");
    background-size: cover;
    background-position: center;
    height: 400px;
    padding: 50px;
    text-align: center;
}

#search-container h1 {
    color: #FFF;
    margin-bottom: 30px;
    font-weight: 900;
}

#search-container form {
    width: 50%;
    margin: 0 auto;
}

/* Lista de Aplicativos */

#aplicativos-container {
    padding: 50px;
    background-color: rgb(243, 244, 246);
}

#aplicativos-container h2 {
    margin-bottom: 10px;
}

/* #aplicativos-container .subtitle {

} */

#cards-container {
    display: flex;
}

#cards-container h1 {
    color: rgb(113, 128, 150);
    font-size: 30px;
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}


#aplicativos-container .card-21 {
    width: 300px;
    height: 300px;
    border-radius: 10px;
    padding: 0;
    margin: .5%;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 5%) 2px 2px 5px;
    border-radius: 8px;
}

.card-deck {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

#aplicativos-container img {
    height: 60px;
    width: 60px;
    border-radius: 30px;
    margin-left: 16px;
    margin-top: 16px;
}


.card .card-description {
    font-size: 15px;
    color: gray;

    max-width: 90ch;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-21 .card-name {
    color: rgb(9, 30, 60);
    font-size: 1.3rem;
    font-weight: bold;
}

.card-21 .card-text {
    color: rgb(158, 161, 167);
    overflow: hidden; /*Removendo barra de rolagem*/
    text-overflow: ellipsis; /*Adicionando "..." ao final*/
    display: -webkit-box;
    -webkit-line-clamp: 2; /*Quantidade de linhas*/
    -webkit-box-orient: vertical;
}


/* Dashboard */
.dashboard-title-container {
    margin-bottom: 30px;
    margin-top: 30px;
}

.dashboard-aplicativos-container th {
    width: 25%;
}

.dashboard-aplicativos-container form {
    display: inline-block;
}

/* Edit page */

.img-preview {
    width: 100px;
    margin-top: 20px;
}

/*footer*/

footer {
    text-align: center;
    background-color: rgb(65, 85, 229);
    color: #FFF;
    padding: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

/* Aplicativo página de criação */
#aplicativo-create-container {
    padding: 30px 0;
    width: 90%;
}

#aplicativo-create-container label {
    font-weight: bold;
}

/* Event page */
#image-container,
#info-container {
    margin-top: 30px;
}

#image-container img {
    border-radius: 10px;
}

#info-container h1 {
    font-size: 36px;
    font-weight: 900;
    margin: 0;
    display: flex;
}

#info-container h3,
#description-container h3 {
    font-size: 20px;
    font-weight: bold;
}

#description-container {
    margin-top: 30px;
}

/* Menu de Apresentação */
.jKLUHq {
    /* padding: 0px 40px 60px; */
    padding: 10px 40px 0px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    background-color: rgb(65, 85, 229);
    margin: 0 auto;
}

.jKLUHq div h5 {
    color: white;
    font-size: 20px;
}

.nome-perfil input,
.email-perfil input {
    height: 48px;
    border: 1px solid rgb(188, 197, 210);
    border-radius: 8px;
    padding: 8px;
    font-size: 14px;
    width: 800%;
}

#user-create-container label {
    color: rgb(113, 128, 150);
    margin-bottom: 8px;
    margin-left: 2px;
    display: block;
}

.borda-perfil {
    /* display: flex; */
    background-color: rgb(255, 255, 255);
    padding: 24px;
    box-shadow: rgb(0 0 0 / 5%) 2px 2px 5px;
    border-radius: 8px;
    width: 100%;
}

.borda-perfil .btn {
    color: rgb(7, 78, 232);
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid rgb(7, 78, 232);
    box-sizing: border-box;
    border-radius: 6px;
    padding: 8px 0px;
    margin-top: 16px;
    transition: background-color 0.5s ease 0s;
    width: 60%;
}

.borda-perfil input {
    height: 48px;
    border: 1px solid rgb(188, 197, 210);
    border-radius: 8px;
    padding: 8px;
    font-size: 14px;
    width: 60%;
}

/*Botão de acessar tela inicial*/
.card-body .btn {
    color: rgb(7, 78, 232);
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid rgb(7, 78, 232);
    box-sizing: border-box;
    border-radius: 6px;
    padding: 8px 0px;
    margin-top: 16px;
    transition: background-color 0.5s ease 0s;
    width: 92%;
    /* margin-left: 16px; */
}

.borda-create {
    background-color: #FFF;
    padding: 42px;
    box-shadow: rgb(0 0 0 / 5%) 2px 2px 5px;
    border-radius: 8px;
    width: 100%;
}

.borda-create .btn {
    color: rgb(7, 78, 232);
    font-size: 14px;
    font-weight: 500;
    background-color: transparent;
    border: 1px solid rgb(7, 78, 232);
    box-sizing: border-box;
    border-radius: 6px;
    padding: 8px 0px;
    margin-top: 16px;
    transition: background-color 0.5s ease 0s;
    width: 60%;
}

#aplicativo-create-container label {
    color: rgb(113, 128, 150);
    margin-bottom: 8px;
    margin-left: 2px;
    display: block;
}

.borda-create input {
    height: 48px;
    border: 1px solid rgb(188, 197, 210);
    border-radius: 8px;
    padding: 8px;
    font-size: 14px;
    width: 60%;
}

.form-group {
    width: 100%;
}

.borda-create textarea {
    height: 48px;
    border: 1px solid rgb(188, 197, 210);
    border-radius: 8px;
    font-size: 14px;
    width: 60%;
}

.borda-create select {
    height: 48px;
    border: 1px solid rgb(188, 197, 210);
    border-radius: 8px;
    padding: 8px;
    font-size: 14px;
    width: 60%;
}

.linha-divisora {
    margin-top: 40px;
}

/* Side navbar */
#side_nav {
    background: white;
    min-width: 250px;
    max-width: 250px;
}

.content {
    min-height: 100vh;
    width: 100%;
}

.sidebar li.active {
    background: gray;
    border-radius: 8px;
}

.sidebar li.active a,
.sidebar li.active a:hover {
    color: white;
}

.sidebar li a {
    color: gray;
    font-size: 15px;
    font-weight: bold;
}

.sidebar {
    padding-top: 16px;
}

.logo-menu {
    font-size: 14px;
    font-weight: bold;
    /* padding-left: 25px; */
}

.novo-espaco {
    text-align: center;
}



.borda-create .btn-warning {
    position: relative;
    /* padding: 11px 16px; */
    font-size: 15px;
    /* line-height: 1.5; */
    border-radius: 3px;
    background-color: gray;
    border: 0;
    overflow: hidden;
    width: 60%;
}

.borda-create .btn-warning:hover {
    background: blue;
}

input[type="file"] {
    cursor: pointer;
    position: absolute;
    left: 0%;
    top: 0%;
    transform: scale(5);
    opacity: 0;
}

.borda-create .image-name {
    width: 77%;
}

select {
    background-repeat: no-repeat;
    background-image: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
    background-position: right 15px top 1em, right 10px top 1em;
    background-size: 5px 5px, 5px 5px;
}

.titulo_p {
    font-size: 35px;
    font-weight: bold;
    color: white;
    padding: 5px;
}

.principal {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.img-cards {
    width: 80%;
}

.div-img-cards {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-principal {
    width: 60%;
}

@media(max-width:700px) {
    .sub-principal {
        width: 100%;
    }

    .div-img-cards {
        width: 100%;
    }
}

.linha-divisora-principal {
    height: 4px;
    background-color: white;
    opacity: 1;
}

.tamanho-field {
    width: 530px;
}

.card-completo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.botoes-menu {
    text-decoration: none;
    color: blue;
    padding: 5px;
    background-color: #f4f4f8;
    border-radius: 5px;
}

.botoes-menu:hover {
    color: black;
    text-decoration: none;
}

.login {
    margin-right: 10px;
}

.botoes-cards-style{
    position: relative;
    right: 0px;
    top: 0px;
    /* width: 100px;
    height: 100px; */
}

/* Gustavo Spindola */
.containerWelcome{
    width: 85%;
    margin: 0 auto;
}
.InicioPágina{
    min-height: 100vh;
    background: #5429cc;
}
.title{
    color: white;
    font-weight: 700;
    font-size: 35px;
}
.linkAreaRestrita{
    padding: 8px 20px;
    background: #5429cc;
    text-decoration: none;
    color: white;
    border: 1px solid white;
    border-radius: 7px;
}
.display{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10vh;
}
.linkAreaRestrita:hover{
    text-decoration: none;
    box-shadow: 0 2px 8px  white;
    color: white;
}
.title2{
    width: 85%;
    font-weight: 700;
    font-size: 45px;
    color: white;
}
.title3{
    color: white;
}
.divTitles{
    display: flex;
    align-items: center;
    width: 50%;
    height: 80vh;
}
.divImg{
    display: flex;
    justify-content: center;
    width: 50%;
}
.display2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.verMais{
    height: 10vh;
    display: flex;
    justify-content: center;
    color: white;
}
.tamanho{
    width: 100px;
}

.flex1{
    display: flex;
    justify-content: center;
}
.h2edit{
    color: #5429cc;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin: 20px 0;
}
.infoGov{
    color: gray;
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 0 0;
}



.hrteste{
    width: 100%;
    height: 1px;
}
.dfsd{
    color: gray;
}
.divdsa{
    position: absolute;
    bottom: 15px;
    width: 100%;
}
.imgs-card{
    box-shadow: 0 1px 3px  #9ca3af;
    border-radius: 7px 7px 0 0 ;
    width:100%;
    height: 150px;
}
.btn1{
    padding: 10px;
    border: 1px solid #5429cc;
    border-radius: 7px;
    color: #5429cc;
}
.btn1:hover{
    box-shadow: 0 2px 8px  #5429cc;
    color: #5429cc;
    border: none;
    text-decoration: none;
}
.btn2{
    padding: 10px;
    border: 1px solid #5429cc;
    border-radius: 7px;
    color: white;
    background: #5429cc;
}
.btn2:hover{
    box-shadow: 0 2px 8px  #5429cc;
    color: white;
    background: #5429cc;
    border: none;
    text-decoration: none;
}
.titulo{
    color: #5429cc;
    font-weight: bolder;
    font-size: 18px;
}
.subtitulo{
    color: #9ca3af;
    font-weight: bolder;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 4; /* number of lines to show */
    line-clamp: 4;
    -webkit-box-orient: vertical;
}
.headersds{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #5429cc;
}
.header1{
    font-size: 20px;
    color: white;
}
.header2{
    font-size: 13px;
    color: white;
}
.bodyMain{
    position: relative;
}

.cdcd{
    list-style-type: none;
}

@media (max-width: 500px) {
    #navbarNormal{
        display: none;
    }

    .divSistemas{
        width: 330px;
        height: 330px;
        margin-top: 20px;
        position: relative;
        box-shadow: 0 2px 8px  #9ca3af;
        border-radius: 7px;
    }
    .espaco{
        margin-top:15px;
    }
    .flexServicos{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .display2{
        display: block;
    }
    .divTitles{
        width: 100%;
        height: 40vh;
    }
    .title2{
        width: 100%;
        font-weight: 600;
        font-size: 25px;
        color: white;
    }
    .divImg{
        display: flex;
        justify-content: center;
        width: 100%;
        height: 33vh;
    }
    .verMais{
        height: 25vh;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        color: white;
    }
}

@media (min-width: 501px) {
    #navbarNormal{
        display: none;
    }
    .divSistemas{
        width: 330px;
        height: 330px;
        margin-top: 20px;
        position: relative;
        box-shadow: 0 2px 8px  #9ca3af;
        border-radius: 7px;
    }
    .espaco{
        margin-top:15px;
    }
    .flexServicos{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .display2{
        display: block;
    }
    .divTitles{
        width: 100%;
        height: 40vh;
    }
    .title2{
        width: 100%;
        font-weight: 600;
        font-size: 35px;
        color: white;
    }
    .divImg{
        display: flex;
        justify-content: center;
        width: 80%;
        margin: 0 auto;
        height: 33vh;
    }
    .verMais{
        height: 25vh;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        color: white;
    }
}
@media (min-width: 650px) {
    #navbarNormal{
        display: none;
    }
    .divSistemas{
        width: 330px;
        height: 330px;
        margin-top: 20px;
        position: relative;
        box-shadow: 0 2px 8px  #9ca3af;
        border-radius: 7px;
    }
    .espaco{
        margin-top:15px;
        margin-left: 15px;
    }
    .flexServicos{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .display2{
        display: block;
    }
    .divTitles{
        width: 100%;
        height: 40vh;
    }
    .title2{
        width: 100%;
        font-weight: 600;
        font-size: 35px;
        color: white;
    }
    .divImg{
        display: flex;
        justify-content: center;
        width: 70%;
        margin: 0 auto;
        height: 33vh;
    }
    .verMais{
        height: 25vh;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        color: white;
    }
}

@media (min-width: 950px) {
    #navbarNormal{
        display: block;
    }
    #navbarFechado{
        display: none;
    }
    .divSistemas{
        width: 380px;
        height: 330px;
        margin-top: 20px;
        position: relative;
        box-shadow: 0 2px 8px  #9ca3af;
        border-radius: 7px;
    }
    .espaco{
        margin-top:15px;
        margin-left: 15px;
    }
    .flexServicos{
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
    }

    .display2{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .divTitles{
        width: 50%;
        height: 80vh;
    }
    .title2{
        max-width: 430px;
        font-weight: 600;
        font-size: 35px;
        color: white;
    }
    .divImg{
        display: flex;
        justify-content: center;
        max-width: 500px;
        margin: 0 auto;
    }
    .verMais{
        height: 10vh;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        color: white;
    }
}


