.home ion-content{
    background: #FFF;
    bottom: 185px;
}

.white-background{
    background-color: #FFF !important;
}

.purple-background{
    background-color: #FFF !important;
}

.white-color{
    color: #FFF !important;
}

.gray-color{
    color: #444444 !important;
}

.message-circle{
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    top: 8px;
    right: 8px;
}

.home ion-content .img-topo{
    padding-bottom: 10px;
    max-height: 110px;
    width: auto;
    max-width: 65%;
} 

.home ion-content .bem-vindo{
    font-size: 13px;
    padding-left: 11px;
}

.home .list-items .list{
    padding: 5px;
}

.home .list-items .list .item-wrapper{
    padding: 12px;
    text-align: center;
}

.home .list-items .list .item-wrapper i{
    font-size: 26px;
    padding-top: 15px;
    color: #828080 !important;
}

.home .list-items .list .item-wrapper h3{
    font-size: 13px;
    color: black;
    opacity: .6;
}

.home .subfooter .floating-menu{
    position: absolute !important;
    bottom: 113px !important;
    right: 25px !important;
    box-shadow: 0 0 0 10px white !important;
    background-color: #8278C4 !important;
}

.home .subfooter .info{
    position: absolute !important;
    bottom: 2px;
    padding: 0 !important;
}

.home .subfooter .info .chart{
    position: absolute;
    z-index: 1;
    color: #8278C4;
    font-size: 23px;
    padding-left: 12px;
    top: 0;
}

.home .subfooter .swiper-container{
    background-color: #f2f1f7;
    height: 140px;
    width: 100%;
}

.home .subfooter .swiper-container .swiper-slide{
    text-align: center;
}

.home .subfooter .swiper-container .swiper-slide h1{
    font-size: 14px;
    padding: 15px;
    opacity: .6;
}

.home .subfooter .swiper-container .swiper-slide .card-info{
    width: 32%;
    height: 100%;
    display: inline-block;
}

.home .subfooter .swiper-container .swiper-slide .card-info h2{
    color: #1c84c6;
    font-size: 24px;
    margin: 0;
}

@media (max-width: 450px) {
    .home .subfooter .swiper-container .swiper-slide .card-info h2{        
        font-size: 18px;        
    }
}

.home .subfooter .swiper-container .swiper-pagination{
    bottom: 8px;
    height: 18px;
}

.home .subfooter .swiper-container .swiper-pagination .swiper-pagination-bullet{
    font-size: 11px;
}

.home .subfooter .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #676a6c;
}

.home .bar.bar-footer{
    background: #FBFBFB;
    padding: 7px;
    height: 45px;
}

.home .bar.bar-footer .pull-left{
    position: absolute;
    left: 15px;
}

.home .bar.bar-footer .pull-right{
    position: absolute;
    right: 15px;
}

.home .bar.bar-footer .button{
    font-size: 24px;
    color: #FFF;
}

.home .bar.bar-footer .img-logo{
    width: 31px;
    height: 26px;
    top: 10px;
    position: absolute;
}

.notificacoes{
    width: 300px;
    top: 72px;
}

.notificacoes .notificacoes-container{
    top: 15px;
    position: absolute;
    background-color: white;
    right: 11px;
    width: 250px;
    border-radius: 3px;
}
