html{
    height: 100%;
}

body {
    overflow: hidden;
}

#bgTop {
    width: 100%;
}

.content-bottom {
    width: 100%;
    height: 70%;
    position: fixed;
    bottom: 0px;
    text-align: center;
}

.content-bottom .card {
    height: 100%;
    width: 100%;
    padding: 50px 25px;
    border-radius: 40px 40px 0px 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 30px 0 rgba(0, 0, 0, 0.19);
    background: linear-gradient(0deg, #7da7ff -100%, white 60%);
}

.content-bottom .card .col {
    margin: 0px;
    padding: 0px;
}

.content-bottom .item {
    display: block;
    height: 165px;
    border: 1px solid #7d7dbb;
    border-radius: 25px;
    padding: 20px 25px 10px 25px;
}

.content-bottom .item:hover {
    cursor: pointer;
}

.content-bottom .item-1{
    margin-right: 10px;
}

.content-bottom .item-2{
    margin-left: 10px;
}


.content-bottom .item .row {
    margin-bottom: 0px !important;
}

.content-bottom .item img {
    height: 70px;
    max-width: 90px;
    margin-bottom: 10px;
}

.content-bottom .item label {
    font-size: 16px;
    line-height: 0;
    color: #0251aa;
}

