div,span, body{
    color: #043C64;
}


button{
    padding: 15px 70px;
    background-color: #043C64;
    color:white;
    font-weight: 500;
    border-radius: 7px !important;
}

.div_shadow_padrao{
    flex-direction: column;
    background-color: white;
    display: flex;
    width: 100%;
    padding:18px 12px;
    border-radius:10px;
    align-items: flex-start;
    gap: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #E5E7EB;
}

.div_shadow_padrao icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    background-color: #DBEAFE;
    border-radius: 50%;
}

.div_shadow_padrao icon img{
    width: 40px;
    height: 40px;
}