






.oculta{
    display: none;
}

.azul-texto{
    color: #641DDE;
}










.map{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.map__image{
    width: 30%;
    display: inline-block;
    margin-right: 20px;
}

.map__image path{
    fill: #c4c4c4;
    stroke: #FFF;
    stroke-width: 2px;
    transition: fill 0.3s;
}


















































.aba-assinautra-area-titulo-pequeno{
    color: #8999a8;
    font-size: 13px;
    margin-bottom: 10px;
}






.clientes-area{
    width: 100%;
}



.estado-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.lista-cliente-item{
    width: 100%;
}

.lista-cliente-item-area{
    display: flex;
    margin-bottom: 20px;
}

.lista-cliente-item-area-foto{
    margin-left: 30px;
}

.lista-cliente-item-area-texto{
    margin-left: 10px;
    padding-left: 10px;
    border-left: solid #641DDE 4px;
}

.lista-cliente-item-nome{
    font-size: 18px;
    font-weight: bolder;
    color: #5E5E5E;
}

.lista-cliente-item-site{
    font-size: 14px;   
}

.clientes-lista-chamada{
    width: 100%;
    text-align: right;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.estado-item{
    font-weight: bolder;
    color: #5E5E5E;
    cursor: pointer;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    transition: .7s;
    display: flex;
}

.estado-item:hover{
    background-color: #641DDE;
    color: #F2C200;
}

.estado-quant{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 26px;
    height: 26px;
    color: white;
    font-weight: initial;
    font-size: 12px;
    background-color: #641DDE;
    border-radius: 13px;
    border: solid 2px white;
    margin-right: 5px;
}

.estado-destaque{
    background-color: #641DDE;
    color: #F2C200;
}

.mapa-destaque{
    fill: #F2C200 !important;
}

.mapa-clientes{
    width: 100%;
    display: flex;
    justify-content: center;
}

.cases-area{
    width: 90%;
    margin: 0 auto;
}

.cases-item{
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 40px;
}

.cases-item-coluna-a{
    order: 2;
    width: 70%;
    padding-left: 20px;
}

.cases-item-coluna-b{
    width: 30%;
    padding: 20px;
    text-align: center;

    background: -moz-linear-gradient(140deg, rgba(100,29,222,1) 0%, rgba(100,29,222,1) 30%, rgba(255,255,255,1) 30.1%);
    background: -webkit-linear-gradient(140deg, rgba(100,29,222,1) 0%,rgba(100,29,222,1) 30%,rgba(255,255,255,1) 30.1%);
    background: linear-gradient(140deg, rgba(100,29,222,1) 0%,rgba(100,29,222,1) 30%,rgba(255,255,255,1) 30.1%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#641DDE', endColorstr='#00641DDE',GradientType=1 );
}

.cases-item-foto{
    width: 120px;
    height: 120px;
    border-radius: 60px;
    background-size: cover;
    border: 2px solid white;
}

.cases-item-nome{
    margin: 10px;
    line-height: 1.1;
}

