.btnnone{
    display: contents;
}

.card-box {
    background: #FAFAFA;
    min-height: 300px;
    position: relative;
    padding: 30px 30px 20px;
    margin-bottom: 20px;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
}

.card-box:hover {
    /* background: linear-gradient(to right, #1fa2ff17 0%, #12d8fa2b 51%, #1fa2ff36 100%); */
}

.card-box:after {
    display: block;
    background: #2196F3;
    border-top: 2px solid #2196F3;
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}

.card-title h3 {
    margin: 0;
    padding-top: 5%;
    color: #2196F3;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
      
    line-height: 1;
    margin-bottom: 15px;
}

.card-title p {
    margin: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

.finalCard {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.btnAcesso {
    text-decoration: none;
    color: #000000;
    background-color: rgb(240, 240, 240);
    -webkit-transition: color .40s linear;
    transition: color .3s linear;
    transition: background-color .3s linear .1.3s;
}
    
.btnAcesso:hover{
    text-decoration: none;
    color: #FFFFFF;
    background-color: #2196F3;
}


.titulo {
    gap: 20px;
  }