/*tipo*/


/*estilo banner */

.card{
    margin-bottom: 30px;
    border: 1px solid #efefef;
    padding: 40px 30px;
}

.card:hover{
    
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    transition: all .3s ease-out 0s;


}

.icon{
    width: 78px;
    height: 78px;
    border-radius: 50%;
    margin-bottom: 10px;
    background: white;
    border: 2px solid #155bd5;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #155bd5;
    font-size: 40px;
}